From f2ca2667f205e2bcdb8b73fcbd43db821fad4fe5 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: web project page --- css/main.css | 14 ++++++++++++-- index.html | 4 ++-- log.html | 4 ++-- projects.html | 8 ++++---- web.html | 22 ++++++++++++++++++++++ 5 files changed, 42 insertions(+), 10 deletions(-) create mode 100644 web.html diff --git a/css/main.css b/css/main.css index 1ac80d4..1e6770a 100644 --- a/css/main.css +++ b/css/main.css @@ -22,13 +22,18 @@ a{color: #000077} img{ margin-left:4%; -/* box-shadow:3px 3px 8px 4px lightgrey*/ + /*box-shadow:3px 3px 8px 4px lightgrey*/ +} + +.main{ + min-height:100%; + position:relative } .head{ font:400 1.2em sans; color:#CCCCCC; - padding:10pt 20%; + padding:10pt 20% } .head a{ @@ -49,3 +54,8 @@ img{ padding-top:9pt; padding-bottom:9pt } + +.code{ + font:400 9.4pt mono; + padding-left:3% +} diff --git a/index.html b/index.html index 369adf5..5e4112d 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ -Porter Swanstrom
+Porter Swanstrom

Porter Swanstrom

Projects | @@ -16,4 +16,4 @@ to see what I've done so far.

Made by Porter Swanstrom. -
+
diff --git a/log.html b/log.html index ec59902..23e286f 100644 --- a/log.html +++ b/log.html @@ -1,7 +1,7 @@ -Porter Swanstrom
+Porter Swanstrom

Porter Swanstrom

Projects | @@ -19,4 +19,4 @@ and successfully got a working header and footer.

Made by Porter Swanstrom. -
+
diff --git a/projects.html b/projects.html index 54eee89..75ac0d0 100644 --- a/projects.html +++ b/projects.html @@ -3,18 +3,18 @@ Porter Swanstrom
-

Porter Swanstrom

| -Projects +

Porter Swanstrom

+Projects | +Log

Projects

-web (html, css)
+web (html, css)
My website.
Made by Porter Swanstrom. -Source code.
diff --git a/web.html b/web.html new file mode 100644 index 0000000..623ba19 --- /dev/null +++ b/web.html @@ -0,0 +1,22 @@ + + + +Porter Swanstrom
+ +

Porter Swanstrom

+Projects | +Log + +
+ +

About

+

I started this site for fun but it was also a great excuse to learn html, css, and git.

+ +

Source

+

The source code is here and you can get it with:

git clone git@github.com:porterswanstrom/web

+ +
+ +Made by Porter Swanstrom. + +
-- cgit 1.4.1