diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | bb08ab44ee9c7ff288c76bfc901fc03f80f4ceff (patch) | |
tree | da22586b4cd65e956854260c1809d33aae1ecf8c | |
parent | reword (diff) | |
download | w-bb08ab44ee9c7ff288c76bfc901fc03f80f4ceff.tar w-bb08ab44ee9c7ff288c76bfc901fc03f80f4ceff.tar.gz w-bb08ab44ee9c7ff288c76bfc901fc03f80f4ceff.tar.bz2 w-bb08ab44ee9c7ff288c76bfc901fc03f80f4ceff.tar.xz w-bb08ab44ee9c7ff288c76bfc901fc03f80f4ceff.zip |
full year in dates
-rw-r--r-- | README | 20 | ||||
-rw-r--r-- | w/m.htm | 16 |
2 files changed, 16 insertions, 20 deletions
diff --git a/README b/README index 7da1443..7dd2a20 100644 --- a/README +++ b/README @@ -1,4 +1,3 @@ -TREE / - home /e - error /gh - GitHub @@ -8,22 +7,19 @@ TREE /w - website /wf - WinForms -ABOUT This site started as something interesting for me to work 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 -LOG - -06/15/24 +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 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 +2024/03/25 Every page has been moved to its own directory so that this site can use URL slugs without relying on a framework or web server. Now the URL of every page looks much cleaner. There @@ -31,33 +27,33 @@ is also an error page now so when someone tries going to a page that doesn't exist they're sent to an error page and then redirected to the main page after a few seconds -02/04/24 +2024/02/04 There's now a page for the various WinForms that I've made throughout my classes in college. I also changed this site's theme quite a bit since the last log -12/31/23 +2023/12/31 I got the domain name porterswanstrom.com and created two A records, one for plain porterswanstrom.com and another for w.porterswanstrom.com. the latter is setup to auto-redeploy everytime a change is made to this site, so that the changes can be tested before being deployed to porterswanstrom.com -12/18/23 +2023/12/18 I figured out how to get the spacing and font size to work right on mobile, so now this site looks great on mobile -12/13/23 +2023/12/13 I designed a light mode for this site and added CSS to set the theme depending on whether someone is using dark mode or light mode -12/10/23 +2023/12/10 This site has some color now, it's currently dark mode with green links, a lot of redish orange headers, and a few purple headers -12/09/23 +2023/12/09 I started this site on the 6th and so far the only pages are the homepage, projects page, and about page. I also started to add some basic CSS and successfully got a diff --git a/w/m.htm b/w/m.htm index a00a0c1..7eeb62d 100644 --- a/w/m.htm +++ b/w/m.htm @@ -22,7 +22,7 @@ It's turned out to be a fantastic excuse to learn HTML, CSS, and Git</p> <h2>LOG</h2> -<h3>06/15/24</h3> +<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 in the correct spots and lots of rewording. This site is @@ -30,7 +30,7 @@ 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> +<h3>2024/03/25</h3> <p>Every page has been moved to its own directory so that this site can use URL slugs without relying on a framework or web server. Now the URL of every page looks much cleaner. @@ -40,34 +40,34 @@ someone tries going to a page that doesn't exist like error page and then redirected to the <a href="..">main</a> page after a few seconds</p> -<h3>02/04/24</h3> +<h3>2024/02/04</h3> <p>There's now a page for the various <a href="/forms"> WinForms</a> that I've made throughout my classes in college. I also changed this site's theme quite a bit since the last log</p> -<h3>12/31/23</h3> +<h3>2023/12/31</h3> <p>I got the domain name porterswanstrom.com and created two A records, one for plain porterswanstrom.com and another for w.porterswanstrom.com. the latter is setup to auto-redeploy everytime a change is made to this site, so that the changes can be tested before being deployed to porterswanstrom.com</p> -<h3>12/18/23</h3> +<h3>2023/12/18</h3> <p>I figured out how to get the spacing and font size to work right on mobile, so now this site looks great on mobile</p> -<h3>12/13/23</h3> +<h3>2023/12/13</h3> <p>I designed a light mode for this site and added CSS to set the theme depending on whether someone is using dark mode or light mode</p> -<h3>12/10/23</h3> +<h3>2023/12/10</h3> <p>This site has some color now, it's currently dark mode with green links, a lot of redish orange headers, and a few purple headers</p> -<h3>12/09/23</h3> +<h3>2023/12/09</h3> <p>I started this site on the 6th and so far the only pages are the <a href="..">main</a> page, <a href="../p"> projects</a> page, and <a href="../w">about</a> page. I |