diff options
-rw-r--r-- | forms.htm | 36 | ||||
-rw-r--r-- | index.htm | 2 | ||||
-rw-r--r-- | projects.htm | 5 |
3 files changed, 40 insertions, 3 deletions
diff --git a/forms.htm b/forms.htm new file mode 100644 index 0000000..017c015 --- /dev/null +++ b/forms.htm @@ -0,0 +1,36 @@ +<!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/main.css" /> +<title>Porter Swanstrom</title></head><body><div class="main"><div class="head"> + +<h1>Porter Swanstrom</h1> { +<a href="index.htm">Home</a> : +<a href="projects.htm">Projects</a> : +<a href="info.htm">Info</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:</p> +<div class="sh">git clone git://github.com/porterswanstrom/forms</div> + +</div><div class="foot"> + +Made by <a href="http://w.porterswanstrom.com">Porter Swanstrom</a>. + +</div></div></body></html> diff --git a/index.htm b/index.htm index fde76e1..b72d32f 100644 --- a/index.htm +++ b/index.htm @@ -11,7 +11,7 @@ </div><div class="body"> -<p>I'm currently still building my website, check the +<p>I'm currently still building my site, check the <a href="info.htm">log</a> to see what I've done so far.</p> </div><div class="foot"> diff --git a/projects.htm b/projects.htm index d6ffae0..3357a29 100644 --- a/projects.htm +++ b/projects.htm @@ -12,8 +12,9 @@ </div><div class="body"> <h2>Projects</h2> -<p><a href="info.htm">www</a> (html, css)<br /> -My website.</p> +<p><a href="info.htm">WWW</a> (HTML, CSS)<br />Website</p> + +<p><a href="forms.htm">Forms</a> (C#)<br />WinForms</p> </div><div class="foot"> |