commit d4efef793bd0a813299f478bd92529f174d91c0e Author: Tyler Perkins Date: Wed Nov 23 15:56:06 2022 -0500 Initial commit 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!

+ + + + + + +