diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | d1d1729bad5e697ead14eeb0df4a38b98b579207 (patch) | |
tree | 3ff826a26330f6b1888286afcded7e218e430c10 | |
parent | 100x86 (diff) | |
download | w-d1d1729bad5e697ead14eeb0df4a38b98b579207.tar w-d1d1729bad5e697ead14eeb0df4a38b98b579207.tar.gz w-d1d1729bad5e697ead14eeb0df4a38b98b579207.tar.bz2 w-d1d1729bad5e697ead14eeb0df4a38b98b579207.tar.xz w-d1d1729bad5e697ead14eeb0df4a38b98b579207.zip |
log
-rw-r--r-- | README | 10 | ||||
-rw-r--r-- | w/m.htm | 14 |
2 files changed, 22 insertions, 2 deletions
diff --git a/README b/README index d146f6c..d68ac62 100644 --- a/README +++ b/README @@ -14,6 +14,16 @@ on during my break after the fall semester of 2024 ended. It's turned out to be a fantastic excuse to learn HTML, CSS, and Git +2024/10/16 +There's now sitemap navigation which makes jumping to a +specific page easy, it also works great for documenting the +purpose of each page. I also added a photo of myself to the +header, making it less plain/empty looking. The header photo +also works great as a favicon. Another thing I did was adding +backgrounds, one for dark mode and one for light mode. I'm +not sure how long I'll end up keeping the backgrounds, but +they're fun for the time being + 2024/06/15 I redid the header and made the CSS look nicer. There's also been lots of minor improvements like having newlines in the diff --git a/w/m.htm b/w/m.htm index cd7bcd6..4b90247 100644 --- a/w/m.htm +++ b/w/m.htm @@ -37,6 +37,16 @@ It's turned out to be a fantastic excuse to learn HTML, CSS, and Git</p> <h2>LOG</h2> +<h3>2024/10/16</h3> +<p>There's now sitemap navigation which makes jumping to a +specific page easy, it also works great for documenting the +purpose of each page. I also added a photo of myself to the +header, making it less plain/empty looking. The header photo +also works great as a favicon. Another thing I did was adding +backgrounds, one for dark mode and one for light mode. I'm +not sure how long I'll end up keeping the backgrounds, but +they're fun for the time being</p> + <h3>2024/06/15</h3> <p>I redid the header and made the CSS look nicer. There's also been lots of minor improvements like having newlines @@ -90,8 +100,8 @@ also started to add some basic CSS and successfully got a working header and footer</p> <h2>GET</h2> -<p>The source code is <a href="../gh/w">here</a> -and you can get it with:</p><pre class="sh"> +<p>The source code is <a href="../gh/w">here</a>, +get it with:</p><pre class="sh"> git clone http://github.com/porterswanstrom/w </pre> |