diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | 4ead5ff7f4518306a90f79a281bafd72ce8eafd5 (patch) | |
tree | 2555c6fdd628247833686864d678932e804cd282 | |
parent | omit useless periods (diff) | |
download | w-4ead5ff7f4518306a90f79a281bafd72ce8eafd5.tar w-4ead5ff7f4518306a90f79a281bafd72ce8eafd5.tar.gz w-4ead5ff7f4518306a90f79a281bafd72ce8eafd5.tar.bz2 w-4ead5ff7f4518306a90f79a281bafd72ce8eafd5.tar.xz w-4ead5ff7f4518306a90f79a281bafd72ce8eafd5.zip |
reword
-rw-r--r-- | README.md | 12 | ||||
-rw-r--r-- | site/index.htm | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/README.md b/README.md index 76d8bd0..6e1f065 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ made throughout my classes in college. I also changed this site's theme quite a bit since the last log #### 12/31/23 -Just got the domain name porterswanstrom.com and created two -A records, one for w.porterswanstrom.com and the other for +Got the domain name porterswanstrom.com and created two +A records, one for w.porterswanstrom.com and another for dev.porterswanstrom.com which is setup to auto-redeploy everytime a change is made to this site so that the changes can be tested before being deployed to w.porterswanstrom.com @@ -41,7 +41,7 @@ mode with green links, a lot of redish orange headers, and a few purple headers #### 12/09/23 -Just 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 working header and footer +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 +working header and footer diff --git a/site/index.htm b/site/index.htm index 63f731b..addf0a0 100644 --- a/site/index.htm +++ b/site/index.htm @@ -34,9 +34,9 @@ I also changed this site's theme quite a bit since the last log</p> <h3>12/31/23</h3> -<p>Just got the domain name porterswanstrom.com and created -two A records, one for w.porterswanstrom.com and the other -for dev.porterswanstrom.com which is setup to auto-redeploy +<p>Got the domain name porterswanstrom.com and created two +A records, one for w.porterswanstrom.com and another for +dev.porterswanstrom.com which is setup to auto-redeploy everytime a change is made to this site so that the changes can be tested before being deployed to w.porterswanstrom.com </p> @@ -56,8 +56,8 @@ dark mode with green links, a lot of redish orange headers, and a few purple headers</p> <h3>12/09/23</h3> -<p>Just started this site on the 6th and so far the only -pages are the <a href="/m">main</a> page, <a href="/proj"> +<p>Started this site on the 6th and so far the only pages +are the <a href="/m">main</a> page, <a href="/proj"> projects</a> page, and <a href="/site">about</a> page. I also started to add some basic css and successfully got a working header and footer</p> |