about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--forms/index.htm6
-rw-r--r--index.htm8
-rw-r--r--m/index.htm21
-rw-r--r--proj/index.htm4
-rw-r--r--site/index.htm12
5 files changed, 35 insertions, 16 deletions
diff --git a/forms/index.htm b/forms/index.htm
index 0d8f3d0..193c8c9 100644
--- a/forms/index.htm
+++ b/forms/index.htm
@@ -5,7 +5,7 @@
 <title>Porter Swanstrom</title></head><body><div class="main"><div class="head">
 
 <h1>Porter Swanstrom</h1> {
-<a href="/">home</a> :
+<a href="/m">home</a> :
 <a href="/proj">projects</a> :
 <a href="/site">about</a> }
 
@@ -27,10 +27,10 @@ and non-inline links.</p>
 <h2>Source</h2>
 <p>The source code is <a href="http://gh.porterswanstrom.com/forms">here</a>
 and you can get it with:<div class="sh">
-git clone git://github.com/porterswanstrom/forms</div></p>
+git clone http://github.com/porterswanstrom/forms</div></p>
 
 </div><div class="foot">
 
-Made by <a href="http://w.porterswanstrom.com">Porter Swanstrom</a>
+Made by <a href="http://w.porterswanstrom.com/m">Porter Swanstrom</a>
 
 </div></div></body></html>
diff --git a/index.htm b/index.htm
index adddd79..569d274 100644
--- a/index.htm
+++ b/index.htm
@@ -1,21 +1,19 @@
 <!DOCTYPE html><html lang="en"><head>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width,initial-scale=1" />
+<meta http-equiv="refresh" content="0;url='/m'" />
 <link rel="stylesheet" type="text/css" href="/css/m.css" />
 <title>Porter Swanstrom</title></head><body><div class="main"><div class="head">
 
 <h1>Porter Swanstrom</h1> {
-<a href="/">home</a> :
+<a href="/m">home</a> :
 <a href="/proj">projects</a> :
 <a href="/site">about</a> }
 
 </div><div class="body">
 
-<p>This site is currently still being built, check the
-<a href="/site">log</a> to see what's been done so far.</p>
-
 </div><div class="foot">
 
-Made by <a href="http://w.porterswanstrom.com">Porter Swanstrom</a>
+Made by <a href="http://w.porterswanstrom.com/m">Porter Swanstrom</a>
 
 </div></div></body></html>
diff --git a/m/index.htm b/m/index.htm
new file mode 100644
index 0000000..9ad035e
--- /dev/null
+++ b/m/index.htm
@@ -0,0 +1,21 @@
+<!DOCTYPE html><html lang="en"><head>
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+<meta name="viewport" content="width=device-width,initial-scale=1" />
+<link rel="stylesheet" type="text/css" href="/css/m.css" />
+<title>Porter Swanstrom</title></head><body><div class="main"><div class="head">
+
+<h1>Porter Swanstrom</h1> {
+<a href="/m">home</a> :
+<a href="/proj">projects</a> :
+<a href="/site">about</a> }
+
+</div><div class="body">
+
+<p>This site is currently still being built, check the
+<a href="/site">log</a> to see what's been done so far.</p>
+
+</div><div class="foot">
+
+Made by <a href="http://w.porterswanstrom.com/m">Porter Swanstrom</a>
+
+</div></div></body></html>
diff --git a/proj/index.htm b/proj/index.htm
index 3833c04..ff58a00 100644
--- a/proj/index.htm
+++ b/proj/index.htm
@@ -5,7 +5,7 @@
 <title>Porter Swanstrom</title></head><body><div class="main"><div class="head">
 
 <h1>Porter Swanstrom</h1> {
-<a href="/">home</a> :
+<a href="/m">home</a> :
 <a href="/proj">projects</a> :
 <a href="/site">about</a> }
 
@@ -18,6 +18,6 @@
 
 </div><div class="foot">
 
-Made by <a href="http://w.porterswanstrom.com">Porter Swanstrom</a>
+Made by <a href="http://w.porterswanstrom.com/m">Porter Swanstrom</a>
 
 </div></div></body></html>
diff --git a/site/index.htm b/site/index.htm
index 3617630..3fc3ce8 100644
--- a/site/index.htm
+++ b/site/index.htm
@@ -5,7 +5,7 @@
 <title>Porter Swanstrom</title></head><body><div class="main"><div class="head">
 
 <h1>Porter Swanstrom</h1> {
-<a href="/">home</a> :
+<a href="/m">home</a> :
 <a href="/proj">projects</a> :
 <a href="/site">about</a> }
 
@@ -19,7 +19,7 @@ to learn html, css, and git.</p>
 
 <h3>02/04/24</h3>
 <p>Decided to create a page for the various <a href="/forms">WinForms</a>
-that I've made throughout my classes in college. Also changed this site's
+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>
@@ -43,17 +43,17 @@ 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="/">homepage</a>, <a href="/proj">projects</a> page,
-and <a href="/site">about</a> page. Also started to add some basic css
+<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>
 
 <h2>Source</h2>
 <p>The source code is <a href="http://gh.porterswanstrom.com/www">here</a>
 and you can get it with:<div class="sh">
-git clone git://github.com/porterswanstrom/www</div></p>
+git clone http://github.com/porterswanstrom/www</div></p>
 
 </div><div class="foot">
 
-Made by <a href="http://w.porterswanstrom.com">Porter Swanstrom</a>
+Made by <a href="http://w.porterswanstrom.com/m">Porter Swanstrom</a>
 
 </div></div></body></html>