about summary refs log tree commit diff
path: root/forms
diff options
context:
space:
mode:
Diffstat (limited to 'forms')
-rw-r--r--forms/index.htm44
1 files changed, 23 insertions, 21 deletions
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">