From e736e7d842f1303f30725789b21ee1c23fb8b5fd Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: uppercase headers --- README.md | 2 +- css/m.css | 2 +- err/index.htm | 12 ++++-------- forms/index.htm | 44 +++++++++++++++++++++++--------------------- index.htm | 10 +++++----- m/index.htm | 8 ++++---- proj/index.htm | 9 ++++----- site/index.htm | 12 ++++++------ 8 files changed, 48 insertions(+), 51 deletions(-) diff --git a/README.md b/README.md index e20aa33..16ce4db 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is the source code for http://w.porterswanstrom.com, currently it's just a few html files and one css file that I host as a static site on kinsta. -### Log +### LOG #### 03/25/24 Every page has been moved to its own directory so that this diff --git a/css/m.css b/css/m.css index 7a7d28b..557e3a0 100644 --- a/css/m.css +++ b/css/m.css @@ -32,7 +32,7 @@ html,body{ h1{ font-size:125%; color:#CC9977; - padding-left:1.6% + padding-left:2% } h2{ font-size:125%; diff --git a/err/index.htm b/err/index.htm index 2de9821..43068f1 100644 --- a/err/index.htm +++ b/err/index.htm @@ -1,18 +1,14 @@ - - + + Porter Swanstrom
-

Porter Swanstrom

{ -home : -projects : -about } - +Logs
-

Error

+

ERROR

Redirecting in 5 seconds.

diff --git a/forms/index.htm b/forms/index.htm index 193c8c9..4821622 100644 --- a/forms/index.htm +++ b/forms/index.htm @@ -1,33 +1,35 @@ - + Porter Swanstrom

Porter Swanstrom

{ -home : -projects : -about } +HOME : +PROJECTS : +ABOUT }
-

About

-

This project contains a bunch of WinForms that I've made while in -college. None of these are complex, but a few notable programs are:

-
    -

  1. chess_monitor
  2. -

    This program lets a user move/take pieces on a chess board and save/load -the state of the chess board via a save file. There are 3 boards the user can -switch between in case multiple games need monitored simultaneously.

    -

  3. txt_to_html
  4. -

    A very basic text to html converter that only supports paragraphs, headers, -and non-inline links.

    -
- -

Source

-

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

-git clone http://github.com/porterswanstrom/forms

+

ABOUT

+

This project contains a bunch of WinForms that I've made +while in college. None of these are complex, but a few +notable programs are:

+ +
  1. chess_monitor

    +This program lets a user move/take pieces on a chess board +and save/load the state of the chess board via a save file. +There are 3 boards the user can switch between in case +multiple games need monitored simultaneously.
  2. + +
  3. txt_to_html

    +A very basic text to html converter that only supports +paragraphs, headers, and non-inline links.
+ +

SOURCE

+

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

+git clone http://github.com/porterswanstrom/forms
diff --git a/index.htm b/index.htm index 569d274..1f1a153 100644 --- a/index.htm +++ b/index.htm @@ -1,14 +1,14 @@ - - + + Porter Swanstrom

Porter Swanstrom

{ -home : -projects : -about } +HOME : +PROJECTS : +ABOUT }
diff --git a/m/index.htm b/m/index.htm index 9ad035e..4a01b21 100644 --- a/m/index.htm +++ b/m/index.htm @@ -1,13 +1,13 @@ - + Porter Swanstrom

Porter Swanstrom

{ -home : -projects : -about } +HOME : +PROJECTS : +ABOUT }
diff --git a/proj/index.htm b/proj/index.htm index ff58a00..b23219a 100644 --- a/proj/index.htm +++ b/proj/index.htm @@ -5,15 +5,14 @@ Porter Swanstrom

Porter Swanstrom

{ -home : -projects : -about } +HOME : +PROJECTS : +ABOUT }
-

Projects

+

PROJECTS

www (html, css)
Website

-

forms (c#)
WinForms

diff --git a/site/index.htm b/site/index.htm index 4db67ea..1c4bfa6 100644 --- a/site/index.htm +++ b/site/index.htm @@ -5,17 +5,17 @@ Porter Swanstrom

Porter Swanstrom

{ -home : -projects : -about } +HOME : +PROJECTS : +ABOUT }
-

About

+

ABOUT

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

-

Logs

+

LOG

03/25/24

Every page has been moved to its own directory so that @@ -62,7 +62,7 @@ projects page, and about page. I also started to add some basic css and successfully got a working header and footer.

-

Source

+

SOURCE

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

git clone http://github.com/porterswanstrom/www
-- cgit 1.4.1