diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | bcb4c3e44f6a4d57ee1254296681fbc7dc7920f3 (patch) | |
tree | 5497a9b085e93d8d7eb330c012fc61c3089321a2 | |
parent | about page edit and better light mode contrast (diff) | |
download | w-bcb4c3e44f6a4d57ee1254296681fbc7dc7920f3.tar w-bcb4c3e44f6a4d57ee1254296681fbc7dc7920f3.tar.gz w-bcb4c3e44f6a4d57ee1254296681fbc7dc7920f3.tar.bz2 w-bcb4c3e44f6a4d57ee1254296681fbc7dc7920f3.tar.xz w-bcb4c3e44f6a4d57ee1254296681fbc7dc7920f3.zip |
rename about page to info page
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | info.html (renamed from about.html) | 2 | ||||
-rw-r--r-- | projects.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md index b32abc4..783cec4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### WWW -This is the source code for http://w.PorterSwanstrom.com, currently +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. diff --git a/index.html b/index.html index ba297ae..fab251c 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ <h1>Porter Swanstrom</h1> { <a href="index.html">Home</a> : <a href="projects.html">Projects</a> : -<a href="about.html">About</a> } +<a href="info.html">Info</a> } </div><div class="body"> diff --git a/about.html b/info.html index 49fd3d1..4bba912 100644 --- a/about.html +++ b/info.html @@ -7,7 +7,7 @@ <h1>Porter Swanstrom</h1> { <a href="index.html">Home</a> : <a href="projects.html">Projects</a> : -<a href="about.html">About</a> } +<a href="info.html">Info</a> } </div><div class="body"> diff --git a/projects.html b/projects.html index d53b6cc..7c6f410 100644 --- a/projects.html +++ b/projects.html @@ -7,7 +7,7 @@ <h1>Porter Swanstrom</h1> { <a href="index.html">Home</a> : <a href="projects.html">Projects</a> : -<a href="about.html">About</a> } +<a href="info.html">Info</a> } </div><div class="body"> |