about summary refs log tree commit diff
diff options
context:
space:
mode:
author1970-01-01 00:00:00 +0000
committer1970-01-01 00:00:00 +0000
commit843a5e1e6f234e03dbddb4d3dc9ffe71c5f1704d (patch)
treecc7b114dcbe45194de4d16eb46e06c0c92fd2058
parentreverse log order (diff)
downloadw-843a5e1e6f234e03dbddb4d3dc9ffe71c5f1704d.tar
w-843a5e1e6f234e03dbddb4d3dc9ffe71c5f1704d.tar.gz
w-843a5e1e6f234e03dbddb4d3dc9ffe71c5f1704d.tar.bz2
w-843a5e1e6f234e03dbddb4d3dc9ffe71c5f1704d.tar.xz
w-843a5e1e6f234e03dbddb4d3dc9ffe71c5f1704d.zip
w subdomain
-rw-r--r--README.md9
-rw-r--r--about.html9
-rw-r--r--index.html2
-rw-r--r--projects.html2
4 files changed, 10 insertions, 12 deletions
diff --git a/README.md b/README.md
index b85a3b0..b32abc4 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,17 @@
 ### WWW
 
-This is the source code for http://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.
 
 ### Log
 
 #### 12/31/23
-I got the domain name porterswanstrom.com and created two A records, one
-linking to the main website and the other linking to dev.porterswanstrom.com.
+I got the domain name porterswanstrom.com and created two A records,
+one for w.porterswanstrom.com and the other for dev.porterswanstrom.com.
 I've setup dev.porterswanstrom.com to auto-redeploy every time I make a
 change to the website so that I can test the website before deploying to
-porterswanstrom.com. I also made it so the website will auto-redirect
-www.porterswanstrom.com to porterswanstrom.com.
+w.porterswanstrom.com.
 
 #### 12/18/23
 I figured out how to get the font size to work right on mobile, so now
diff --git a/about.html b/about.html
index 6d72066..a5bab27 100644
--- a/about.html
+++ b/about.html
@@ -17,12 +17,11 @@ css, and git.</p>
 
 <h2>Logs</h2>
 <h3>12/31/23</h3>
-<p>I got the domain name porterswanstrom.com and created two A records, one
-linking to the main website and the other linking to dev.porterswanstrom.com.
+<p>I got the domain name porterswanstrom.com and created two A records,
+one for w.porterswanstrom.com and the other for dev.porterswanstrom.com.
 I've setup dev.porterswanstrom.com to auto-redeploy every time I make a
 change to the website so that I can test the website before deploying to
-porterswanstrom.com. I also made it so the website will auto-redirect
-www.porterswanstrom.com to porterswanstrom.com.</p>
+w.porterswanstrom.com.</p>
 
 <h3>12/18/23</h3>
 <p>I figured out how to get the font size to work right on mobile, so now the
@@ -48,6 +47,6 @@ and you can get it with:</p>
 
 </div><div class="foot">
 
-Made by <a href="http://porterswanstrom.com">Porter Swanstrom</a>.
+Made by <a href="http://w.porterswanstrom.com">Porter Swanstrom</a>.
 
 </div></div></body></html>
diff --git a/index.html b/index.html
index 97a0b4f..ba297ae 100644
--- a/index.html
+++ b/index.html
@@ -16,6 +16,6 @@
 
 </div><div class="foot">
 
-Made by <a href="http://porterswanstrom.com">Porter Swanstrom</a>.
+Made by <a href="http://w.porterswanstrom.com">Porter Swanstrom</a>.
 
 </div></div></body></html>
diff --git a/projects.html b/projects.html
index bebc116..d53b6cc 100644
--- a/projects.html
+++ b/projects.html
@@ -17,6 +17,6 @@ My website.</p>
 
 </div><div class="foot">
 
-Made by <a href="http://porterswanstrom.com">Porter Swanstrom</a>.
+Made by <a href="http://w.porterswanstrom.com">Porter Swanstrom</a>.
 
 </div></div></body></html>