diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | 6f3fe75a6a9fbcf37257eef63e08230b05bb31f5 (patch) | |
tree | 0c9344c47dd29322d2d487125ea4c4ca387165cf | |
parent | /site -> /www (diff) | |
download | w-6f3fe75a6a9fbcf37257eef63e08230b05bb31f5.tar w-6f3fe75a6a9fbcf37257eef63e08230b05bb31f5.tar.gz w-6f3fe75a6a9fbcf37257eef63e08230b05bb31f5.tar.bz2 w-6f3fe75a6a9fbcf37257eef63e08230b05bb31f5.tar.xz w-6f3fe75a6a9fbcf37257eef63e08230b05bb31f5.zip |
use / as main page
-rw-r--r-- | err/index.htm | 10 | ||||
-rw-r--r-- | forms/index.htm | 8 | ||||
-rw-r--r-- | index.htm | 12 | ||||
-rw-r--r-- | m/index.htm | 21 | ||||
-rw-r--r-- | proj/index.htm | 12 | ||||
-rw-r--r-- | www/index.htm | 18 |
6 files changed, 31 insertions, 50 deletions
diff --git a/err/index.htm b/err/index.htm index d10fe91..2c2ab92 100644 --- a/err/index.htm +++ b/err/index.htm @@ -1,14 +1,14 @@ <!DOCTYPE html><html lang="en"><head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> -<meta http-equiv="refresh" content="5;url='/m'" /> +<meta http-equiv="refresh" content="5;url='..'" /> <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="/www">ABOUT</a> } +<a href="..">HOME</a> : +<a href="../proj">PROJECTS</a> : +<a href="../www">ABOUT</a> } </div><div class="body"> @@ -17,6 +17,6 @@ </div><div class="foot"> -Made by <a href="http://w.porterswanstrom.com/m">Porter Swanstrom</a> +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 index f52502f..5d9ef57 100644 --- a/forms/index.htm +++ b/forms/index.htm @@ -5,9 +5,9 @@ <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="/www">ABOUT</a> } +<a href="..">HOME</a> : +<a href="../proj">PROJECTS</a> : +<a href="../www">ABOUT</a> } </div><div class="body"> @@ -33,6 +33,6 @@ git clone http://github.com/porterswanstrom/forms</div> </div><div class="foot"> -Made by <a href="http://w.porterswanstrom.com/m">Porter Swanstrom</a> +Made by <a href="http://w.porterswanstrom.com">Porter Swanstrom</a> </div></div></body></html> diff --git a/index.htm b/index.htm index 7605558..d69ef50 100644 --- a/index.htm +++ b/index.htm @@ -1,19 +1,21 @@ <!DOCTYPE html><html lang="en"><head> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> -<meta http-equiv="refresh" content="0;url='/m'" /> <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="/www">ABOUT</a> } +<a href=".">HOME</a> : +<a href="proj">PROJECTS</a> : +<a href="www">ABOUT</a> } </div><div class="body"> +<p>This site is currently still being built, check the +<a href="www">log</a> to see what's been done so far</p> + </div><div class="foot"> -Made by <a href="http://w.porterswanstrom.com/m">Porter Swanstrom</a> +Made by <a href="http://w.porterswanstrom.com">Porter Swanstrom</a> </div></div></body></html> diff --git a/m/index.htm b/m/index.htm deleted file mode 100644 index 437e2fa..0000000 --- a/m/index.htm +++ /dev/null @@ -1,21 +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="/m">HOME</a> : -<a href="/proj">PROJECTS</a> : -<a href="/www">ABOUT</a> } - -</div><div class="body"> - -<p>This site is currently still being built, check the -<a href="/www">log</a> to see what's been done so far</p> - -</div><div class="foot"> - -Made by <a href="http://w.porterswanstrom.com/m">Porter Swanstrom</a> - -</div></div></body></html> diff --git a/proj/index.htm b/proj/index.htm index cdc7242..92cafa5 100644 --- a/proj/index.htm +++ b/proj/index.htm @@ -5,18 +5,18 @@ <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="/www">ABOUT</a> } +<a href="..">HOME</a> : +<a href=".">PROJECTS</a> : +<a href="../www">ABOUT</a> } </div><div class="body"> <h2>PROJECTS</h2> -<p><a href="/www">www</a> (html, css)<br />Website</p> -<p><a href="/forms">forms</a> (c#)<br />WinForms</p> +<p><a href="../www">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/m">Porter Swanstrom</a> +Made by <a href="http://w.porterswanstrom.com">Porter Swanstrom</a> </div></div></body></html> diff --git a/www/index.htm b/www/index.htm index 3b01efb..9f33ad6 100644 --- a/www/index.htm +++ b/www/index.htm @@ -5,9 +5,9 @@ <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="/www">ABOUT</a> } +<a href="..">HOME</a> : +<a href="../proj">PROJECTS</a> : +<a href="../www">ABOUT</a> } </div><div class="body"> @@ -21,10 +21,10 @@ excuse to learn html, css, and git</p> <p>Every page has been moved to its own directory so that this site can use url slugs without relying on a framework or web server. Now the url of every page looks much cleaner. -There is also an <a href="/err">error</a> page now so when +There is also an <a href="../err">error</a> page now so when someone tries going to a page that doesn't exist like -<a href="/nonexistent">this</a> one, they're sent to an -error page and then redirected to the <a href="/m">main</a> +<a href="../nonexistent">this</a> one, they're sent to an +error page and then redirected to the <a href="..">main</a> page after a few seconds</p> <h3>02/04/24</h3> @@ -57,8 +57,8 @@ and a few purple headers</p> <h3>12/09/23</h3> <p>Started this site on the 6th and so far the only pages -are the <a href="/m">main</a> page, <a href="/proj"> -projects</a> page, and <a href="/www">about</a> page. I +are the <a href="..">main</a> page, <a href="../proj"> +projects</a> page, and <a href="../www">about</a> page. I also started to add some basic css and successfully got a working header and footer</p> @@ -69,6 +69,6 @@ git clone http://github.com/porterswanstrom/www</div> </div><div class="foot"> -Made by <a href="http://w.porterswanstrom.com/m">Porter Swanstrom</a> +Made by <a href="http://w.porterswanstrom.com">Porter Swanstrom</a> </div></div></body></html> |