diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | 6901b1dc4efd3ee11b24e27a1ac92c8e4751efa6 (patch) | |
tree | 4e9aef2f37b275acdeb6b907caf3fd14582d06c9 | |
parent | newline after shell commands and list items (diff) | |
download | w-6901b1dc4efd3ee11b24e27a1ac92c8e4751efa6.tar w-6901b1dc4efd3ee11b24e27a1ac92c8e4751efa6.tar.gz w-6901b1dc4efd3ee11b24e27a1ac92c8e4751efa6.tar.bz2 w-6901b1dc4efd3ee11b24e27a1ac92c8e4751efa6.tar.xz w-6901b1dc4efd3ee11b24e27a1ac92c8e4751efa6.zip |
log
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | www/index.htm | 9 |
2 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md index 6e1f065..f4f8300 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ I host as a static site on kinsta ### LOG +#### 06/15/24 +Redid the header and made the css look nicer. There's also +been lots of minor improvements like having newlines in the +correct spots and lots of rewording. This site is now in a +fairly stable state, so most important changes will be from +either adding new pages or totally redesigning something + #### 03/25/24 Every page has been moved to its own directory so that this site can use url slugs without relying on a framework or web diff --git a/www/index.htm b/www/index.htm index 5e7b174..cef48e7 100644 --- a/www/index.htm +++ b/www/index.htm @@ -12,11 +12,18 @@ </div><div class="body"> <h2>ABOUT</h2> -<p> I started this site for fun but it was also a great +<p>I started this site for fun but it was also a great excuse to learn html, css, and git</p> <h2>LOG</h2> +<h3>06/15/24</h3> +<p>Redid the header and made the css look nicer. There's also +been lots of minor improvements like having newlines in the +correct spots and lots of rewording. This site is now in a +fairly stable state, so most important changes will be from +either adding new pages or totally redesigning something</p> + <h3>03/25/24</h3> <p>Every page has been moved to its own directory so that this site can use url slugs without relying on a framework |