diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | 75a038872bd6b4f2533ccf1eca96964e2e0cd9ab (patch) | |
tree | 98fe160d873066206797fb1a1a6f4fa9087d8e4f | |
parent | light mode and theme detecting css (diff) | |
download | w-75a038872bd6b4f2533ccf1eca96964e2e0cd9ab.tar w-75a038872bd6b4f2533ccf1eca96964e2e0cd9ab.tar.gz w-75a038872bd6b4f2533ccf1eca96964e2e0cd9ab.tar.bz2 w-75a038872bd6b4f2533ccf1eca96964e2e0cd9ab.tar.xz w-75a038872bd6b4f2533ccf1eca96964e2e0cd9ab.zip |
switched the readme to markdown
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.md | 23 |
2 files changed, 23 insertions, 2 deletions
diff --git a/README b/README deleted file mode 100644 index c261afc..0000000 --- a/README +++ /dev/null @@ -1,2 +0,0 @@ -This is the source code for my website. Currently It's just a few html -files and one css file that I host as a static site on kinsta. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..1f4b18e --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +### Web + +This is the source code for my website. Currently It's just a few html +files and one css file that I host as a static site on kinsta. + +#### Log + +##### 12/09/23 +I just started my website on the 6th, I'm hosting it on kinsta and so far the +only pages are the homepage, projects page, and this page. I also started to add +some basic css and successfully got a working header and footer. + +##### 12/10/23 +I finally added some color to my website, it's currently dark mode with green +links, a lot of redish orange headers, and a few purple headers. + +##### 12/13/23 +Today I designed a light mode for the website and added css to set the +theme depending on whether someone is using dark mode or light mode. + +#### Get + +Run 'git clone git@github.com:porterswanstrom/web' \ No newline at end of file |