From d4efef793bd0a813299f478bd92529f174d91c0e Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Wed, 23 Nov 2022 15:56:06 -0500 Subject: [PATCH] Initial commit --- README.md | 25 +++++++++++++++++++++++++ src/common/footer.css | 0 src/common/footer.php | 0 src/common/header.css | 0 src/common/header.php | 0 src/common/include.php | 0 src/index.php | 17 +++++++++++++++++ 7 files changed, 42 insertions(+) create mode 100644 README.md create mode 100644 src/common/footer.css create mode 100644 src/common/footer.php create mode 100644 src/common/header.css create mode 100644 src/common/header.php create mode 100644 src/common/include.php create mode 100644 src/index.php diff --git a/README.md b/README.md new file mode 100644 index 0000000..66ee159 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +New site +======== + +A rewrite of my site. + +This site is written in php again, this is because + +1. The ability to run as a tor site is very important +2. No need for javascript + +However this site will use some javascript for fun stuff, but nothing required. +This site will also use custom made css that looks much much better + +This site will also use a database to pull out the articles, however they will +be much better this time around + +Features +-------- + +* [ ] Basic home/about me page +* [ ] Contact info +* [ ] Links to projects +* [ ] Posts w/ a tagging system +* [ ] Some javascript utilities + diff --git a/src/common/footer.css b/src/common/footer.css new file mode 100644 index 0000000..e69de29 diff --git a/src/common/footer.php b/src/common/footer.php new file mode 100644 index 0000000..e69de29 diff --git a/src/common/header.css b/src/common/header.css new file mode 100644 index 0000000..e69de29 diff --git a/src/common/header.php b/src/common/header.php new file mode 100644 index 0000000..e69de29 diff --git a/src/common/include.php b/src/common/include.php new file mode 100644 index 0000000..e69de29 diff --git a/src/index.php b/src/index.php new file mode 100644 index 0000000..8445216 --- /dev/null +++ b/src/index.php @@ -0,0 +1,17 @@ + + + + + Tyler Perkins - Home + + + + +

Hello world!

+ + + + + + +