about summary refs log tree commit diff
diff options
context:
space:
mode:
author1970-01-01 00:00:00 +0000
committer1970-01-01 00:00:00 +0000
commitd49c031a5f8400c2aaf0b19951c262460f733d82 (patch)
tree27b172245a0ce59ab293b1abbf49fe867c16cc3b
parentstyle dir (diff)
downloadw-d49c031a5f8400c2aaf0b19951c262460f733d82.tar
w-d49c031a5f8400c2aaf0b19951c262460f733d82.tar.gz
w-d49c031a5f8400c2aaf0b19951c262460f733d82.tar.bz2
w-d49c031a5f8400c2aaf0b19951c262460f733d82.tar.xz
w-d49c031a5f8400c2aaf0b19951c262460f733d82.zip
pfp
-rw-r--r--README2
-rw-r--r--e/m.htm5
-rw-r--r--gh/m.htm3
-rw-r--r--gh/w/m.htm5
-rw-r--r--gh/wf/m.htm5
-rw-r--r--i/me.pngbin0 -> 194455 bytes
-rw-r--r--m.htm3
-rw-r--r--p/m.htm4
-rw-r--r--s/m.css9
-rw-r--r--w/m.htm5
-rw-r--r--wf/m.htm3
11 files changed, 32 insertions, 12 deletions
diff --git a/README b/README
index 7dd2a20..d146f6c 100644
--- a/README
+++ b/README
@@ -3,7 +3,9 @@
 /gh - GitHub
 /gh/w - website GitHub
 /gh/wf - WinForms GitHub
+/i - images
 /p - projects
+/s - CSS styles
 /w - website
 /wf - WinForms
 
diff --git a/e/m.htm b/e/m.htm
index 691068b..5fd782e 100644
--- a/e/m.htm
+++ b/e/m.htm
@@ -5,11 +5,12 @@
  content="width=device-width,initial-scale=1" />
 <meta http-equiv="refresh" content="5;url='..'" />
 <link rel="stylesheet" type="text/css"
- href="../m.css" />
+ href="../s/m.css" />
 <title>Error</title></head>
 <body><div id="m"><div id="h">
 
-<h1>Porter Swanstrom</h1>
+<img src="../i/me.png" alt="photo of myself" />
+<h1>Porter Swanstrom</h1><br />
 <a href="..">HOME</a> :
 <a href="../p">PROJECTS</a> :
 <a href="../w">ABOUT</a>
diff --git a/gh/m.htm b/gh/m.htm
index bc4e8b7..616d0da 100644
--- a/gh/m.htm
+++ b/gh/m.htm
@@ -10,7 +10,8 @@
 <title>Redirecting</title></head>
 <body><div id="m"><div id="h">
 
-<h1>Porter Swanstrom</h1>
+<img src="../i/me.png" alt="photo of myself" />
+<h1>Porter Swanstrom</h1><br />
 <a href="..">HOME</a> :
 <a href="../p">PROJECTS</a> :
 <a href="../w">ABOUT</a>
diff --git a/gh/w/m.htm b/gh/w/m.htm
index ccfaa5d..7e2970c 100644
--- a/gh/w/m.htm
+++ b/gh/w/m.htm
@@ -2,7 +2,7 @@
 <meta http-equiv="content-type"
  content="text/html;charset=utf-8" />
 <meta http-equiv="refresh"
- content="0;url='http://github.com/porterswanstrom/www'" />
+ content="0;url='http://github.com/porterswanstrom/w'" />
 <meta name="viewport"
  content="width=device-width,initial-scale=1" />
 <link rel="stylesheet" type="text/css"
@@ -10,7 +10,8 @@
 <title>Redirecting</title></head>
 <body><div id="m"><div id="h">
 
-<h1>Porter Swanstrom</h1>
+<img src="../../i/me.png" alt="photo of myself" />
+<h1>Porter Swanstrom</h1><br />
 <a href="../..">HOME</a> :
 <a href="../../p">PROJECTS</a> :
 <a href="../../w">ABOUT</a>
diff --git a/gh/wf/m.htm b/gh/wf/m.htm
index 0517c94..d3864a1 100644
--- a/gh/wf/m.htm
+++ b/gh/wf/m.htm
@@ -1,4 +1,4 @@
-<!DOCTYPE html><html lang="en"><head>
+<!doctype html><html lang="en"><head>
 <meta http-equiv="content-type"
  content="text/html;charset=utf-8" />
 <meta http-equiv="refresh"
@@ -10,7 +10,8 @@
 <title>Redirecting</title></head>
 <body><div id="m"><div id="h">
 
-<h1>Porter Swanstrom</h1>
+<img src="../../i/me.png" alt="photo of myself" />
+<h1>Porter Swanstrom</h1><br />
 <a href="../..">HOME</a> :
 <a href="../../p">PROJECTS</a> :
 <a href="../../w">ABOUT</a>
diff --git a/i/me.png b/i/me.png
new file mode 100644
index 0000000..c7fdd86
--- /dev/null
+++ b/i/me.png
Binary files differdiff --git a/m.htm b/m.htm
index 2df9674..e9fae92 100644
--- a/m.htm
+++ b/m.htm
@@ -8,7 +8,8 @@
 <title>Home</title></head>
 <body><div id="m"><div id="h">
 
-<h1>Porter Swanstrom</h1>
+<img src="i/me.png" alt="photo of myself" />
+<h1>Porter Swanstrom</h1><br />
 <a href="">HOME</a> :
 <a href="p">PROJECTS</a> :
 <a href="w">ABOUT</a>
diff --git a/p/m.htm b/p/m.htm
index 6ff8650..968f41a 100644
--- a/p/m.htm
+++ b/p/m.htm
@@ -7,7 +7,9 @@
  href="../s/m.css" />
 <title>Projects</title></head>
 <body><div id="m"><div id="h">
-<h1>Porter Swanstrom</h1>
+
+<img src="../i/me.png" alt="photo of myself" />
+<h1>Porter Swanstrom</h1><br />
 <a href="..">HOME</a> :
 <a href="">PROJECTS</a> :
 <a href="../w">ABOUT</a>
diff --git a/s/m.css b/s/m.css
index f54ef6c..b395da8 100644
--- a/s/m.css
+++ b/s/m.css
@@ -8,7 +8,8 @@ html,body
 h1
 {font-size:105%;
  color:#CC9977;
- padding-left:4.5pt}
+ display:inline;
+ vertical-align:middle}
 h2
 {font-size:105%;
  color:#AA7755;
@@ -34,6 +35,12 @@ img{margin-left:4%}
 {font:400 115% sans;
  color:#999000;
  padding:35pt 8% 35pt 8%}
+#h img
+{width:8%;
+ border-radius:8%;
+ margin-bottom:.8%;
+ margin-left:.8%;
+ vertical-align:middle}
 #h a{font-size:83.5%}
 
 #b{padding:0pt 5% 60pt 5%}
diff --git a/w/m.htm b/w/m.htm
index 7d01b82..67f7f68 100644
--- a/w/m.htm
+++ b/w/m.htm
@@ -8,7 +8,8 @@
 <title>Website</title></head>
 <body><div id="m"><div id="h">
 
-<h1>Porter Swanstrom</h1>
+<img src="../i/me.png" alt="photo of myself" />
+<h1>Porter Swanstrom</h1><br />
 <a href="..">HOME</a> :
 <a href="../p">PROJECTS</a> :
 <a href="">ABOUT</a>
@@ -82,7 +83,9 @@ working header and footer</p>
 /gh - GitHub
 /gh/w - website GitHub
 /gh/wf - WinForms GitHub
+/i - images
 /p - projects
+/s - CSS styles
 /w - website
 /wf - WinForms
 </pre>
diff --git a/wf/m.htm b/wf/m.htm
index 4a0f9d8..7f8fec5 100644
--- a/wf/m.htm
+++ b/wf/m.htm
@@ -8,7 +8,8 @@
 <title>WinForms</title></head>
 <body><div id="m"><div id="h">
 
-<h1>Porter Swanstrom</h1>
+<img src="../i/me.png" alt="photo of myself" />
+<h1>Porter Swanstrom</h1><br />
 <a href="..">HOME</a> :
 <a href="../p">PROJECTS</a> :
 <a href="../w">ABOUT</a>