about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md16
-rw-r--r--www/m.htm4
2 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index c032507..4a958de 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
 ### ABOUT
 
-This is the source code for http://w.porterswanstrom.com,
-currently it's just a few html files and one css file that
-I host as a static site on kinsta
+I started this site to have something to do during my break
+before the 2024 fall semester began, it turned out to be a
+fantastic excuse to learn HTML, CSS, and Git
 
 ### LOG
 
 #### 06/15/24
-Redid the header and made the css look nicer. There's also
+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
@@ -15,8 +15,8 @@ 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
-server. Now the url of every page looks much cleaner. There
+site can use URL slugs without relying on a framework or web
+server. Now the URL of every page looks much cleaner. There
 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
@@ -38,7 +38,7 @@ 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
-Designed a light mode for this site and added css to set
+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
 
@@ -50,5 +50,5 @@ a few purple headers
 #### 12/09/23
 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
+started to add some basic CSS and successfully got a
 working header and footer
diff --git a/www/m.htm b/www/m.htm
index 2354fe8..6c31117 100644
--- a/www/m.htm
+++ b/www/m.htm
@@ -27,8 +27,8 @@ 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
-or web server. Now the url of every page looks much cleaner.
+this site can use URL slugs without relying on a framework
+or web server. Now the URL of every page looks much cleaner.
 There is also an <a href="../err">error</a> page now so when
 someone tries going to a page that doesn't exist like
 <a href="../nonexistent">this</a> one, they're sent to an