diff options
-rw-r--r-- | err/m.htm | 2 | ||||
-rw-r--r-- | gh/m.htm | 2 | ||||
-rw-r--r-- | gh/w/m.htm (renamed from gh/www/m.htm) | 2 | ||||
-rw-r--r-- | gh/wf/m.htm | 2 | ||||
-rw-r--r-- | m.htm | 6 | ||||
-rw-r--r-- | p/m.htm | 4 | ||||
-rw-r--r-- | w/m.htm (renamed from www/m.htm) | 8 | ||||
-rw-r--r-- | wf/m.htm | 2 |
8 files changed, 14 insertions, 14 deletions
diff --git a/err/m.htm b/err/m.htm index 6f07351..ba2020b 100644 --- a/err/m.htm +++ b/err/m.htm @@ -11,7 +11,7 @@ <h1>Porter Swanstrom</h1> .: <a href="..">ʜᴏᴍᴇ</a> .: <a href="../p">ᴘʀᴏᴊᴇᴄᴛꜱ</a> - .: <a href="../www">ᴀʙᴏᴜᴛ</a> + .: <a href="../w">ᴀʙᴏᴜᴛ</a> </div><div class="body"> diff --git a/gh/m.htm b/gh/m.htm index dc8280d..24b3206 100644 --- a/gh/m.htm +++ b/gh/m.htm @@ -13,7 +13,7 @@ <h1>Porter Swanstrom</h1> .: <a href="..">ʜᴏᴍᴇ</a> .: <a href="../p">ᴘʀᴏᴊᴇᴄᴛꜱ</a> - .: <a href="../www">ᴀʙᴏᴜᴛ</a> + .: <a href="../w">ᴀʙᴏᴜᴛ</a> </div><div class="body"> diff --git a/gh/www/m.htm b/gh/w/m.htm index 1229be0..58a4c40 100644 --- a/gh/www/m.htm +++ b/gh/w/m.htm @@ -13,7 +13,7 @@ <h1>Porter Swanstrom</h1> .: <a href="../..">ʜᴏᴍᴇ</a> .: <a href="../../p">ᴘʀᴏᴊᴇᴄᴛꜱ</a> - .: <a href="../../www">ᴀʙᴏᴜᴛ</a> + .: <a href="../../w">ᴀʙᴏᴜᴛ</a> </div><div class="body"> diff --git a/gh/wf/m.htm b/gh/wf/m.htm index 5d82794..136e565 100644 --- a/gh/wf/m.htm +++ b/gh/wf/m.htm @@ -13,7 +13,7 @@ <h1>Porter Swanstrom</h1> .: <a href="../..">ʜᴏᴍᴇ</a> .: <a href="../../p">ᴘʀᴏᴊᴇᴄᴛꜱ</a> - .: <a href="../../www">ᴀʙᴏᴜᴛ</a> + .: <a href="../../w">ᴀʙᴏᴜᴛ</a> </div><div class="body"> diff --git a/m.htm b/m.htm index 4d178de..e5a6886 100644 --- a/m.htm +++ b/m.htm @@ -4,19 +4,19 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" - href="../css/m.css" /> + href="css/m.css" /> <title>Porter Swanstrom</title></head> <body><div class="main"><div class="head"> <h1>Porter Swanstrom</h1> .: <a href="">ʜᴏᴍᴇ</a> .: <a href="p">ᴘʀᴏᴊᴇᴄᴛꜱ</a> - .: <a href="www">ᴀʙᴏᴜᴛ</a> + .: <a href="w">ᴀʙᴏᴜᴛ</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> +<a href="w">log</a> to see what's been done so far</p> </div><div class="foot"> diff --git a/p/m.htm b/p/m.htm index 441c399..8c6b866 100644 --- a/p/m.htm +++ b/p/m.htm @@ -11,12 +11,12 @@ <h1>Porter Swanstrom</h1> .: <a href="..">ʜᴏᴍᴇ</a> .: <a href="">ᴘʀᴏᴊᴇᴄᴛꜱ</a> - .: <a href="../www">ᴀʙᴏᴜᴛ</a> + .: <a href="../w">ᴀʙᴏᴜᴛ</a> </div><div class="body"> <h2>PROJECTS</h2> -<p><a href="../www">www</a> (HTML, CSS)<br />Website</p> +<p><a href="../w">w</a> (HTML, CSS)<br />Website</p> <p><a href="../wf">wf</a> (C#)<br />WinForms</p> </div><div class="foot"> diff --git a/www/m.htm b/w/m.htm index 0f47de5..26be5e2 100644 --- a/www/m.htm +++ b/w/m.htm @@ -11,7 +11,7 @@ <h1>Porter Swanstrom</h1> .: <a href="..">ʜᴏᴍᴇ</a> .: <a href="../p">ᴘʀᴏᴊᴇᴄᴛꜱ</a> - .: <a href=".">ᴀʙᴏᴜᴛ</a> + .: <a href="">ᴀʙᴏᴜᴛ</a> </div><div class="body"> @@ -70,14 +70,14 @@ purple headers</p> <h3>12/09/23</h3> <p>I started this site on the 6th and so far the only pages are the <a href="..">main</a> page, <a href="../p"> -projects</a> page, and <a href="../www">about</a> page. I +projects</a> page, and <a href="../w">about</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="../gh/www"> +<p>The source code is <a href="../gh/w"> here</a> and you can get it with:</p><div class="sh"> -git clone http://github.com/porterswanstrom/www</div><br /> +git clone http://github.com/porterswanstrom/w</div><br /> </div><div class="foot"> diff --git a/wf/m.htm b/wf/m.htm index 5968d20..5d4d34c 100644 --- a/wf/m.htm +++ b/wf/m.htm @@ -11,7 +11,7 @@ <h1>Porter Swanstrom</h1> .: <a href="..">ʜᴏᴍᴇ</a> .: <a href="../p">ᴘʀᴏᴊᴇᴄᴛꜱ</a> - .: <a href="../www">ᴀʙᴏᴜᴛ</a> + .: <a href="../w">ᴀʙᴏᴜᴛ</a> </div><div class="body"> |