From 97c813089c1151d100cf0991218a7dbe03d9d64e Mon Sep 17 00:00:00 2001 From: Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: slugs --- forms.htm | 36 ----------------------------------- forms/index.htm | 36 +++++++++++++++++++++++++++++++++++ home/index.htm | 21 ++++++++++++++++++++ index.htm | 15 ++++++++------- info.htm | 59 --------------------------------------------------------- info/index.htm | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ proj/index.htm | 23 ++++++++++++++++++++++ projects.htm | 23 ---------------------- 8 files changed, 147 insertions(+), 125 deletions(-) delete mode 100644 forms.htm create mode 100644 forms/index.htm create mode 100644 home/index.htm delete mode 100644 info.htm create mode 100644 info/index.htm create mode 100644 proj/index.htm delete mode 100644 projects.htm diff --git a/forms.htm b/forms.htm deleted file mode 100644 index b2d4580..0000000 --- a/forms.htm +++ /dev/null @@ -1,36 +0,0 @@ -<!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="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/forms/index.htm b/forms/index.htm new file mode 100644 index 0000000..5e7a7f0 --- /dev/null +++ b/forms/index.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/m.css" /> +<title>Porter Swanstrom</title></head><body><div class="main"><div class="head"> + +<h1>Porter Swanstrom</h1> { +<a href="/home">Home</a> : +<a href="/proj">Projects</a> : +<a href="/info">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/home/index.htm b/home/index.htm new file mode 100644 index 0000000..dff0419 --- /dev/null +++ b/home/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="/home">Home</a> : +<a href="/proj">Projects</a> : +<a href="/info">Info</a> } + +</div><div class="body"> + +<p>I'm currently still building my site, check the +<a href="/info">log</a> to see what I've done so far.</p> + +</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 32852e5..7f07745 100644 --- a/index.htm +++ b/index.htm @@ -1,18 +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" /> -<link rel="stylesheet" type="text/css" href="css/m.css" /> +<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='/home'" /> +<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="index.htm">Home</a> : -<a href="projects.htm">Projects</a> : -<a href="info.htm">Info</a> } +<a href="/home">Home</a> : +<a href="/proj">Projects</a> : +<a href="/info">Info</a> } </div><div class="body"> <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> +<a href="/info">log</a> to see what I've done so far.</p> </div><div class="foot"> diff --git a/info.htm b/info.htm deleted file mode 100644 index 1be0bf6..0000000 --- a/info.htm +++ /dev/null @@ -1,59 +0,0 @@ -<!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="index.htm">Home</a> : -<a href="projects.htm">Projects</a> : -<a href="info.htm">Info</a> } - -</div><div class="body"> - -<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> - -<h3>02/04/24</h3> -<p>Decided to create a page for the various <a href="forms.htm">WinForms</a> -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> -<p>Just got the domain name porterswanstrom.com and created two A records, -one for w.porterswanstrom.com and the other for dev.porterswanstrom.com. -I've setup dev.porterswanstrom.com to auto-redeploy every time I make a -change to this site so that I can test this site before deploying to -w.porterswanstrom.com.</p> - -<h3>12/18/23</h3> -<p>I figured out how to get the font size to work right on mobile, so now -this site looks great on mobile.</p> - -<h3>12/13/23</h3> -<p>Today I designed a light mode for this site and added css to set the -theme depending on whether someone is using dark mode or light mode.</p> - -<h3>12/10/23</h3> -<p>Finally added some color to this site, it's currently dark mode with -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="index.htm">homepage</a>, <a href="projects.htm">projects</a> page, -and <a href="info.htm">info</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:</p> -<div class="sh">git clone git://github.com/porterswanstrom/www</div> - -</div><div class="foot"> - -Made by <a href="http://w.porterswanstrom.com">Porter Swanstrom</a>. - -</div></div></body></html> diff --git a/info/index.htm b/info/index.htm new file mode 100644 index 0000000..14e7f13 --- /dev/null +++ b/info/index.htm @@ -0,0 +1,59 @@ +<!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="/home">Home</a> : +<a href="/proj">Projects</a> : +<a href="/info">Info</a> } + +</div><div class="body"> + +<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> + +<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. I also changed this site's +theme quite a bit since the last log.</p> + +<h3>12/31/23</h3> +<p>Just got the domain name porterswanstrom.com and created two A records, +one for w.porterswanstrom.com and the other for dev.porterswanstrom.com. +I've setup dev.porterswanstrom.com to auto-redeploy every time I make a +change to this site so that I can test this site before deploying to +w.porterswanstrom.com.</p> + +<h3>12/18/23</h3> +<p>I figured out how to get the font size to work right on mobile, so now +this site looks great on mobile.</p> + +<h3>12/13/23</h3> +<p>Today I designed a light mode for this site and added css to set the +theme depending on whether someone is using dark mode or light mode.</p> + +<h3>12/10/23</h3> +<p>Finally added some color to this site, it's currently dark mode with +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="/home">homepage</a>, <a href="/proj">projects</a> page, +and <a href="/info">info</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:</p> +<div class="sh">git clone git://github.com/porterswanstrom/www</div> + +</div><div class="foot"> + +Made by <a href="http://w.porterswanstrom.com">Porter Swanstrom</a>. + +</div></div></body></html> diff --git a/proj/index.htm b/proj/index.htm new file mode 100644 index 0000000..0b30da6 --- /dev/null +++ b/proj/index.htm @@ -0,0 +1,23 @@ +<!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="/home">Home</a> : +<a href="/proj">Projects</a> : +<a href="/info">Info</a> } + +</div><div class="body"> + +<h2>Projects</h2> +<p><a href="/info">www</a> (html, css)<br />Website</p> + +<p><a href="/forms">forms</a> (c#)<br />WinForms</p> + +</div><div class="foot"> + +Made by <a href="http://w.porterswanstrom.com">Porter Swanstrom</a>. + +</div></div></body></html> diff --git a/projects.htm b/projects.htm deleted file mode 100644 index 0e65006..0000000 --- a/projects.htm +++ /dev/null @@ -1,23 +0,0 @@ -<!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="index.htm">Home</a> : -<a href="projects.htm">Projects</a> : -<a href="info.htm">Info</a> } - -</div><div class="body"> - -<h2>Projects</h2> -<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"> - -Made by <a href="http://w.porterswanstrom.com">Porter Swanstrom</a>. - -</div></div></body></html> -- cgit 1.4.1