diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | e736e7d842f1303f30725789b21ee1c23fb8b5fd (patch) | |
tree | b900b69700c962a63af0f3c505f216ec6d2ed42d /forms/index.htm | |
parent | log (diff) | |
download | w-e736e7d842f1303f30725789b21ee1c23fb8b5fd.tar w-e736e7d842f1303f30725789b21ee1c23fb8b5fd.tar.gz w-e736e7d842f1303f30725789b21ee1c23fb8b5fd.tar.bz2 w-e736e7d842f1303f30725789b21ee1c23fb8b5fd.tar.xz w-e736e7d842f1303f30725789b21ee1c23fb8b5fd.zip |
uppercase headers
Diffstat (limited to 'forms/index.htm')
-rw-r--r-- | forms/index.htm | 44 |
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"> |