about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--css/m.css2
-rw-r--r--err/index.htm12
-rw-r--r--forms/index.htm44
-rw-r--r--index.htm10
-rw-r--r--m/index.htm8
-rw-r--r--proj/index.htm9
-rw-r--r--site/index.htm12
8 files changed, 48 insertions, 51 deletions
diff --git a/README.md b/README.md
index e20aa33..16ce4db 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ 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
+### LOG
 
 #### 03/25/24
 Every page has been moved to its own directory so that this
diff --git a/css/m.css b/css/m.css
index 7a7d28b..557e3a0 100644
--- a/css/m.css
+++ b/css/m.css
@@ -32,7 +32,7 @@ html,body{
 h1{
 	font-size:125%;
 	color:#CC9977;
-	padding-left:1.6%
+	padding-left:2%
 }
 h2{
 	font-size:125%;
diff --git a/err/index.htm b/err/index.htm
index 2de9821..43068f1 100644
--- a/err/index.htm
+++ b/err/index.htm
@@ -1,18 +1,14 @@
 <!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="content-type" content="text/html; charset=utf-8" />
 <meta http-equiv="refresh" content="5;url='/m'" />
+<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> }
-
+Logs
 </div><div class="body">
 
-<h2>Error</h2>
+<h2>ERROR</h2>
 <p>Redirecting in 5 seconds.</p>
 
 </div><div class="foot">
diff --git a/forms/index.htm b/forms/index.htm
index 193c8c9..4821622 100644
--- a/forms/index.htm
+++ b/forms/index.htm
@@ -1,33 +1,35 @@
 <!DOCTYPE html><html lang="en"><head>
-<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+<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> }
+<a href="/m">HOME</a> :
+<a href="/proj">PROJECTS</a> :
+<a href="/site">ABOUT</a> }
 
 </div><div class="body">
 
-<h2>About</h2>
-<p>This project contains a bunch of WinForms that I've made while in
-college. None of these are complex, but a few notable programs are: </p>
-<ol>
-<h3><li>chess_monitor</li></h3>
-<p>This program lets a user move/take pieces on a chess board and save/load
-the state of the chess board via a save file. There are 3 boards the user can
-switch between in case multiple games need monitored simultaneously.</p>
-<h3><li>txt_to_html</a></li></h3>
-<p>A very basic text to html converter that only supports paragraphs, headers,
-and non-inline links.</p>
-</ol>
-
-<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 http://github.com/porterswanstrom/forms</div></p>
+<h2>ABOUT</h2>
+<p>This project contains a bunch of WinForms that I've made
+while in college. None of these are complex, but a few
+notable programs are:</p>
+
+<ol><li><h3>chess_monitor</h3>
+This program lets a user move/take pieces on a chess board
+and save/load the state of the chess board via a save file.
+There are 3 boards the user can switch between in case
+multiple games need monitored simultaneously.</li>
+
+<li><h3>txt_to_html</h3>
+A very basic text to html converter that only supports
+paragraphs, headers, and non-inline links.</li></ol>
+
+<h2>SOURCE</h2>
+<p>The source code is <a href="http://gh.porterswanstrom.com/forms">
+here</a> and you can get it with:</p><div class="sh">
+git clone http://github.com/porterswanstrom/forms</div>
 
 </div><div class="foot">
 
diff --git a/index.htm b/index.htm
index 569d274..1f1a153 100644
--- a/index.htm
+++ b/index.htm
@@ -1,14 +1,14 @@
 <!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="content-type" content="text/html;charset=utf-8" />
 <meta http-equiv="refresh" content="0;url='/m'" />
+<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> }
+<a href="/m">HOME</a> :
+<a href="/proj">PROJECTS</a> :
+<a href="/site">ABOUT</a> }
 
 </div><div class="body">
 
diff --git a/m/index.htm b/m/index.htm
index 9ad035e..4a01b21 100644
--- a/m/index.htm
+++ b/m/index.htm
@@ -1,13 +1,13 @@
 <!DOCTYPE html><html lang="en"><head>
-<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+<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> }
+<a href="/m">HOME</a> :
+<a href="/proj">PROJECTS</a> :
+<a href="/site">ABOUT</a> }
 
 </div><div class="body">
 
diff --git a/proj/index.htm b/proj/index.htm
index ff58a00..b23219a 100644
--- a/proj/index.htm
+++ b/proj/index.htm
@@ -5,15 +5,14 @@
 <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> }
+<a href="/m">HOME</a> :
+<a href="/proj">PROJECTS</a> :
+<a href="/site">ABOUT</a> }
 
 </div><div class="body">
 
-<h2>Projects</h2>
+<h2>PROJECTS</h2>
 <p><a href="/site">www</a> (html, css)<br />Website</p>
-
 <p><a href="/forms">forms</a> (c#)<br />WinForms</p>
 
 </div><div class="foot">
diff --git a/site/index.htm b/site/index.htm
index 4db67ea..1c4bfa6 100644
--- a/site/index.htm
+++ b/site/index.htm
@@ -5,17 +5,17 @@
 <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> }
+<a href="/m">HOME</a> :
+<a href="/proj">PROJECTS</a> :
+<a href="/site">ABOUT</a> }
 
 </div><div class="body">
 
-<h2>About</h2>
+<h2>ABOUT</h2>
 <p> I started this site for fun but it was also a great
 excuse to learn html, css, and git.</p>
 
-<h2>Logs</h2>
+<h2>LOG</h2>
 
 <h3>03/25/24</h3>
 <p>Every page has been moved to its own directory so that
@@ -62,7 +62,7 @@ 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>
+<h2>SOURCE</h2>
 <p>The source code is <a href="http://gh.porterswanstrom.com/www">
 here</a> and you can get it with:</p><div class="sh">
 git clone http://github.com/porterswanstrom/www</div>