diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | 97c813089c1151d100cf0991218a7dbe03d9d64e (patch) | |
tree | 9c2eca380a556f8a969fb8c43330eeaffcd50484 | |
parent | rename css file (diff) | |
download | w-97c813089c1151d100cf0991218a7dbe03d9d64e.tar w-97c813089c1151d100cf0991218a7dbe03d9d64e.tar.gz w-97c813089c1151d100cf0991218a7dbe03d9d64e.tar.bz2 w-97c813089c1151d100cf0991218a7dbe03d9d64e.tar.xz w-97c813089c1151d100cf0991218a7dbe03d9d64e.zip |
slugs
-rw-r--r-- | forms/index.htm (renamed from forms.htm) | 12 | ||||
-rw-r--r-- | home/index.htm | 21 | ||||
-rw-r--r-- | index.htm | 15 | ||||
-rw-r--r-- | info/index.htm (renamed from info.htm) | 18 | ||||
-rw-r--r-- | proj/index.htm | 23 | ||||
-rw-r--r-- | projects.htm | 23 |
6 files changed, 67 insertions, 45 deletions
diff --git a/forms.htm b/forms/index.htm index b2d4580..5e7a7f0 100644 --- a/forms.htm +++ b/forms/index.htm @@ -1,13 +1,13 @@ <!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" /> +<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"> 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/index.htm index 1be0bf6..14e7f13 100644 --- a/info.htm +++ b/info/index.htm @@ -1,13 +1,13 @@ <!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" /> +<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"> @@ -18,7 +18,7 @@ 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> +<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> @@ -43,8 +43,8 @@ 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 +<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> 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> |