From 1cff99cbe3656637b58d0bb2b0086476aa49ac2e Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: nift --- .nift/404.info.json | 12 +++++ .nift/config.json | 21 +++++++++ .nift/e/index.info.json | 12 +++++ .nift/err.info.json | 12 +++++ .nift/index.info.json | 12 +++++ .nift/p/index.info.json | 12 +++++ .nift/sql/index.info.json | 12 +++++ .nift/tracked.json | 44 +++++++++++++++++ .nift/w/index.info.json | 12 +++++ .nift/wf/index.info.json | 12 +++++ 404.html | 25 +++++++++- 404.tpl | 2 + README | 7 +-- e/index.html | 25 +++++++++- e/m.htm | 3 -- err.html | 24 ++++++++++ err.tpl | 2 + gen | 19 -------- gh/index.html | 1 - gh/m.htm | 4 -- gh/sql/index.html | 1 - gh/sql/m.htm | 4 -- gh/w/index.html | 1 - gh/w/m.htm | 4 -- gh/wf/index.html | 1 - gh/wf/m.htm | 4 -- h/index.html | 1 - h/m.htm | 3 -- index.html | 25 +++++++++- index.tpl | 2 + m.htm | 15 ------ p/index.html | 27 ++++++++++- p/index.tpl | 4 ++ p/m.htm | 5 -- sql/index.html | 39 ++++++++++++++- sql/index.tpl | 16 +++++++ sql/m.htm | 16 ------- tpl/foot.tpl | 3 ++ tpl/head.tpl | 5 ++ tpl/main.tpl | 17 +++++++ w/index.html | 118 +++++++++++++++++++++++++++++++++++++++++++++- w/index.tpl | 95 +++++++++++++++++++++++++++++++++++++ w/m.htm | 96 ------------------------------------- wf/index.html | 43 ++++++++++++++++- wf/index.tpl | 20 ++++++++ wf/m.htm | 20 -------- 46 files changed, 648 insertions(+), 210 deletions(-) create mode 100644 .nift/404.info.json create mode 100644 .nift/config.json create mode 100644 .nift/e/index.info.json create mode 100644 .nift/err.info.json create mode 100644 .nift/index.info.json create mode 100644 .nift/p/index.info.json create mode 100644 .nift/sql/index.info.json create mode 100644 .nift/tracked.json create mode 100644 .nift/w/index.info.json create mode 100644 .nift/wf/index.info.json create mode 100644 404.tpl delete mode 100644 e/m.htm create mode 100644 err.html create mode 100644 err.tpl delete mode 100755 gen delete mode 100644 gh/index.html delete mode 100644 gh/m.htm delete mode 100644 gh/sql/index.html delete mode 100644 gh/sql/m.htm delete mode 100644 gh/w/index.html delete mode 100644 gh/w/m.htm delete mode 100644 gh/wf/index.html delete mode 100644 gh/wf/m.htm delete mode 100644 h/index.html delete mode 100644 h/m.htm create mode 100644 index.tpl delete mode 100644 m.htm create mode 100644 p/index.tpl delete mode 100644 p/m.htm create mode 100644 sql/index.tpl delete mode 100644 sql/m.htm create mode 100644 tpl/foot.tpl create mode 100644 tpl/head.tpl create mode 100644 tpl/main.tpl create mode 100644 w/index.tpl delete mode 100644 w/m.htm create mode 100644 wf/index.tpl delete mode 100644 wf/m.htm diff --git a/.nift/404.info.json b/.nift/404.info.json new file mode 100644 index 0000000..3b28f63 --- /dev/null +++ b/.nift/404.info.json @@ -0,0 +1,12 @@ +{ + "last-built": "05:29:09 Tuesday February 04 2025", + "name": "404", + "title": "Error", + "template": "tpl/main.tpl", + "dependencies": [ + "./404.tpl", + "tpl/foot.tpl", + "tpl/head.tpl", + "tpl/main.tpl" + ] +} \ No newline at end of file diff --git a/.nift/config.json b/.nift/config.json new file mode 100644 index 0000000..492b724 --- /dev/null +++ b/.nift/config.json @@ -0,0 +1,21 @@ +{ + "config": { + "content-dir": "./", + "content-ext": ".tpl", + "output-dir": "./", + "output-ext": ".html", + "script-ext": ".py", + "default-template": "tpl/main.tpl", + "backup-scripts": true, + "build-threads": -1, + "paginate-threads": 4, + "incremental-mode": "modified", + "root-branch": "m", + "output-branch": "m", + "lolcat-default": false, + "lolcat-cmd": "nift lolcat-cc -f", + "terminal": "", + "unix-editor": "vi", + "windows-editor": "notepad" + } +} diff --git a/.nift/e/index.info.json b/.nift/e/index.info.json new file mode 100644 index 0000000..fe60100 --- /dev/null +++ b/.nift/e/index.info.json @@ -0,0 +1,12 @@ +{ + "last-built": "05:29:09 Tuesday February 04 2025", + "name": "e/index", + "title": "Error", + "template": "tpl/main.tpl", + "dependencies": [ + "./e/index.tpl", + "tpl/foot.tpl", + "tpl/head.tpl", + "tpl/main.tpl" + ] +} \ No newline at end of file diff --git a/.nift/err.info.json b/.nift/err.info.json new file mode 100644 index 0000000..9799941 --- /dev/null +++ b/.nift/err.info.json @@ -0,0 +1,12 @@ +{ + "last-built": "05:29:09 Tuesday February 04 2025", + "name": "err", + "title": "Error", + "template": "tpl/main.tpl", + "dependencies": [ + "./err.tpl", + "tpl/foot.tpl", + "tpl/head.tpl", + "tpl/main.tpl" + ] +} \ No newline at end of file diff --git a/.nift/index.info.json b/.nift/index.info.json new file mode 100644 index 0000000..87c8ae8 --- /dev/null +++ b/.nift/index.info.json @@ -0,0 +1,12 @@ +{ + "last-built": "05:32:59 Tuesday February 04 2025", + "name": "index", + "title": "Home", + "template": "tpl/main.tpl", + "dependencies": [ + "./index.tpl", + "tpl/foot.tpl", + "tpl/head.tpl", + "tpl/main.tpl" + ] +} \ No newline at end of file diff --git a/.nift/p/index.info.json b/.nift/p/index.info.json new file mode 100644 index 0000000..64abcc9 --- /dev/null +++ b/.nift/p/index.info.json @@ -0,0 +1,12 @@ +{ + "last-built": "05:29:09 Tuesday February 04 2025", + "name": "p/index", + "title": "Projects", + "template": "tpl/main.tpl", + "dependencies": [ + "./p/index.tpl", + "tpl/foot.tpl", + "tpl/head.tpl", + "tpl/main.tpl" + ] +} \ No newline at end of file diff --git a/.nift/sql/index.info.json b/.nift/sql/index.info.json new file mode 100644 index 0000000..93e575e --- /dev/null +++ b/.nift/sql/index.info.json @@ -0,0 +1,12 @@ +{ + "last-built": "05:29:09 Tuesday February 04 2025", + "name": "sql/index", + "title": "SQL", + "template": "tpl/main.tpl", + "dependencies": [ + "./sql/index.tpl", + "tpl/foot.tpl", + "tpl/head.tpl", + "tpl/main.tpl" + ] +} \ No newline at end of file diff --git a/.nift/tracked.json b/.nift/tracked.json new file mode 100644 index 0000000..3fa5604 --- /dev/null +++ b/.nift/tracked.json @@ -0,0 +1,44 @@ +{ + "tracked": [ + { + "name": "404", + "title": "Error", + "template": "tpl/main.tpl" + }, + { + "name": "e/index", + "title": "Error", + "template": "tpl/main.tpl" + }, + { + "name": "err", + "title": "Error", + "template": "tpl/main.tpl" + }, + { + "name": "index", + "title": "Home", + "template": "tpl/main.tpl" + }, + { + "name": "p/index", + "title": "Projects", + "template": "tpl/main.tpl" + }, + { + "name": "sql/index", + "title": "SQL", + "template": "tpl/main.tpl" + }, + { + "name": "w/index", + "title": "Website", + "template": "tpl/main.tpl" + }, + { + "name": "wf/index", + "title": "WinForms", + "template": "tpl/main.tpl" + } + ] +} \ No newline at end of file diff --git a/.nift/w/index.info.json b/.nift/w/index.info.json new file mode 100644 index 0000000..e8bc7e0 --- /dev/null +++ b/.nift/w/index.info.json @@ -0,0 +1,12 @@ +{ + "last-built": "05:36:13 Tuesday February 04 2025", + "name": "w/index", + "title": "Website", + "template": "tpl/main.tpl", + "dependencies": [ + "tpl/foot.tpl", + "tpl/head.tpl", + "tpl/main.tpl", + "./w/index.tpl" + ] +} \ No newline at end of file diff --git a/.nift/wf/index.info.json b/.nift/wf/index.info.json new file mode 100644 index 0000000..6399617 --- /dev/null +++ b/.nift/wf/index.info.json @@ -0,0 +1,12 @@ +{ + "last-built": "05:29:09 Tuesday February 04 2025", + "name": "wf/index", + "title": "WinForms", + "template": "tpl/main.tpl", + "dependencies": [ + "tpl/foot.tpl", + "tpl/head.tpl", + "tpl/main.tpl", + "./wf/index.tpl" + ] +} \ No newline at end of file diff --git a/404.html b/404.html index 4cc0d8c..e8188b1 100644 --- a/404.html +++ b/404.html @@ -1 +1,24 @@ -Error
photo of myself

Porter Swanstrom


HOME : PROJECTS : ABOUT

Error

Redirecting in 5s

Made by PORTER SWANSTROM

\ No newline at end of file + + + + + +Error +
+ +photo of myself +

Porter Swanstrom


+HOME : +PROJECTS : +ABOUT + +
+ +

Error

+

Click here to go home

+ +
+

Made by PORTER SWANSTROM

+
diff --git a/404.tpl b/404.tpl new file mode 100644 index 0000000..093fc9b --- /dev/null +++ b/404.tpl @@ -0,0 +1,2 @@ +

Error

+

Click here to go home

diff --git a/README b/README index 1d637c8..1e611da 100644 --- a/README +++ b/README @@ -1,12 +1,9 @@ -/ - index -/h - home +/ - home /e - error -/gh - GitHub -/gh/w - website GitHub -/gh/wf - WinForms GitHub /i - images /p - projects /s - CSS styles +/sql - SQL /w - website /wf - WinForms diff --git a/e/index.html b/e/index.html index 5f67107..b2f646d 100644 --- a/e/index.html +++ b/e/index.html @@ -1 +1,24 @@ -Error
photo of myself

Porter Swanstrom


HOME : PROJECTS : ABOUT

Error

Redirecting in 5s

Made by PORTER SWANSTROM

\ No newline at end of file + + + + + +Error +
+ +photo of myself +

Porter Swanstrom


+HOME : +PROJECTS : +ABOUT + +
+ +

Error

+

Click here to go home

+ +
+

Made by PORTER SWANSTROM

+
diff --git a/e/m.htm b/e/m.htm deleted file mode 100644 index 1dc0128..0000000 --- a/e/m.htm +++ /dev/null @@ -1,3 +0,0 @@ -Error,../,../h -

Error

-

Redirecting in 5s

diff --git a/err.html b/err.html new file mode 100644 index 0000000..e8188b1 --- /dev/null +++ b/err.html @@ -0,0 +1,24 @@ + + + + + +Error +
+ +photo of myself +

Porter Swanstrom


+HOME : +PROJECTS : +ABOUT + +
+ +

Error

+

Click here to go home

+ +
+

Made by PORTER SWANSTROM

+
diff --git a/err.tpl b/err.tpl new file mode 100644 index 0000000..093fc9b --- /dev/null +++ b/err.tpl @@ -0,0 +1,2 @@ +

Error

+

Click here to go home

diff --git a/gen b/gen deleted file mode 100755 index 31acfa4..0000000 --- a/gen +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/env sh -# generate site -find -name "m.htm" -exec sh -c ' - title=$(head -n1 ${1%/*}/m.htm | cut -d, -f1) - subdir=$(head -n1 ${1%/*}/m.htm | cut -d, -f2) - redirect=$(head -n1 ${1%/*}/m.htm | cut -d, -f3) - (cat h.htm; tail -n+2 ${1%/*}/m.htm; cat f.htm) >${1%/*}/index.html - sed -i "s,,<title>$title," ${1%/*}/index.html - sed -i "s,href=\"//,href=\"http://,g" ${1%/*}/index.html - sed -i "s,href=\"/,href=\"$subdir,g" ${1%/*}/index.html - sed -i "s,src=\"/,src=\"$subdir,g" ${1%/*}/index.html - sed -zi "s,\n,,g" ${1%/*}/index.html - if [ "$(head -n1 ${1%/*}/m.htm | tr -cd ",")" = ",," ]; - then - sed -i "s,8\",8\"\ \/\>\<meta\ http-equiv=\"refresh\"\ content=\"0\;url=$redirect\"," ${1%/*}/index.html - fi -' sh {} \; -sed "s/\.\.\///g" e/index.html >err.html -cp err.html 404.html diff --git a/gh/index.html b/gh/index.html deleted file mode 100644 index b00ef70..0000000 --- a/gh/index.html +++ /dev/null @@ -1 +0,0 @@ -<!doctype html><html lang="en"><head><meta http-equiv="content-type" content="text/html;charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://github.com/porterswanstrom" /><meta name="viewport" content="width=device-width,initial-scale=1" /><link rel="stylesheet" type="text/css" href="../s/m.css" /><link rel="icon" type="image/png" href="../i/me.png" /><title>Redirecting
photo of myself

Porter Swanstrom


HOME : PROJECTS : ABOUT

Redirecting

http://github.com/porterswanstrom

Made by PORTER SWANSTROM

\ No newline at end of file diff --git a/gh/m.htm b/gh/m.htm deleted file mode 100644 index 12ba533..0000000 --- a/gh/m.htm +++ /dev/null @@ -1,4 +0,0 @@ -Redirecting,../,http://github.com/porterswanstrom -

Redirecting

- -http://github.com/porterswanstrom diff --git a/gh/sql/index.html b/gh/sql/index.html deleted file mode 100644 index bde0121..0000000 --- a/gh/sql/index.html +++ /dev/null @@ -1 +0,0 @@ -Redirecting
photo of myself

Porter Swanstrom


HOME : PROJECTS : ABOUT

Redirecting

http://github.com/porterswanstrom/sql

Made by PORTER SWANSTROM

\ No newline at end of file diff --git a/gh/sql/m.htm b/gh/sql/m.htm deleted file mode 100644 index 1441855..0000000 --- a/gh/sql/m.htm +++ /dev/null @@ -1,4 +0,0 @@ -Redirecting,../../,http://github.com/porterswanstrom/sql -

Redirecting

- -http://github.com/porterswanstrom/sql diff --git a/gh/w/index.html b/gh/w/index.html deleted file mode 100644 index 0deeb9b..0000000 --- a/gh/w/index.html +++ /dev/null @@ -1 +0,0 @@ -Redirecting
photo of myself

Porter Swanstrom


HOME : PROJECTS : ABOUT

Redirecting

http://github.com/porterswanstrom/w

Made by PORTER SWANSTROM

\ No newline at end of file diff --git a/gh/w/m.htm b/gh/w/m.htm deleted file mode 100644 index 03018e6..0000000 --- a/gh/w/m.htm +++ /dev/null @@ -1,4 +0,0 @@ -Redirecting,../../,http://github.com/porterswanstrom/w -

Redirecting

- -http://github.com/porterswanstrom/w diff --git a/gh/wf/index.html b/gh/wf/index.html deleted file mode 100644 index 9ffb209..0000000 --- a/gh/wf/index.html +++ /dev/null @@ -1 +0,0 @@ -Redirecting
photo of myself

Porter Swanstrom


HOME : PROJECTS : ABOUT

Redirecting

http://github.com/porterswanstrom/wf

Made by PORTER SWANSTROM

\ No newline at end of file diff --git a/gh/wf/m.htm b/gh/wf/m.htm deleted file mode 100644 index 456a5de..0000000 --- a/gh/wf/m.htm +++ /dev/null @@ -1,4 +0,0 @@ -Redirecting,../../,http://github.com/porterswanstrom/wf -

Redirecting

- -http://github.com/porterswanstrom/wf diff --git a/h/index.html b/h/index.html deleted file mode 100644 index bbe08a0..0000000 --- a/h/index.html +++ /dev/null @@ -1 +0,0 @@ -Home
photo of myself

Porter Swanstrom


HOME : PROJECTS : ABOUT

This site is currently still being built, read the log to see what's been done so far

Made by PORTER SWANSTROM

\ No newline at end of file diff --git a/h/m.htm b/h/m.htm deleted file mode 100644 index 2462d82..0000000 --- a/h/m.htm +++ /dev/null @@ -1,3 +0,0 @@ -Home,../ -

This site is currently still being built, read the - log to see what's been done so far

diff --git a/index.html b/index.html index cdbe45e..b248175 100644 --- a/index.html +++ b/index.html @@ -1 +1,24 @@ -Index
photo of myself

Porter Swanstrom


HOME : PROJECTS : ABOUT

INDEX

Made by PORTER SWANSTROM

\ No newline at end of file + + + + + +Home +
+ +photo of myself +

Porter Swanstrom


+HOME : +PROJECTS : +ABOUT + +
+ +

This site is currently still being built, read the + log to see what's been done so far

+ +
+

Made by PORTER SWANSTROM

+
diff --git a/index.tpl b/index.tpl new file mode 100644 index 0000000..614f522 --- /dev/null +++ b/index.tpl @@ -0,0 +1,2 @@ +

This site is currently still being built, read the + log to see what's been done so far

diff --git a/m.htm b/m.htm deleted file mode 100644 index f3159cd..0000000 --- a/m.htm +++ /dev/null @@ -1,15 +0,0 @@ -Index,./,h -

INDEX

- diff --git a/p/index.html b/p/index.html index 04f8e8b..fd0c53e 100644 --- a/p/index.html +++ b/p/index.html @@ -1 +1,26 @@ -Projects
photo of myself

Porter Swanstrom


HOME : PROJECTS : ABOUT

PROJECTS

w (HTML, CSS)
Website

wf (C#)
WinForms

sql (SQL, PLSQL)
SQL

Made by PORTER SWANSTROM

\ No newline at end of file + + + + + +Projects +
+ +photo of myself +

Porter Swanstrom


+HOME : +PROJECTS : +ABOUT + +
+ +

PROJECTS

+

w (HTML, CSS)
Website

+

wf (C#)
WinForms

+

sql (SQL, PLSQL)
SQL

+ +
+

Made by PORTER SWANSTROM

+
diff --git a/p/index.tpl b/p/index.tpl new file mode 100644 index 0000000..b2c1f95 --- /dev/null +++ b/p/index.tpl @@ -0,0 +1,4 @@ +

PROJECTS

+

w (HTML, CSS)
Website

+

wf (C#)
WinForms

+

sql (SQL, PLSQL)
SQL

diff --git a/p/m.htm b/p/m.htm deleted file mode 100644 index fc3867b..0000000 --- a/p/m.htm +++ /dev/null @@ -1,5 +0,0 @@ -Projects,../ -

PROJECTS

-

w (HTML, CSS)
Website

-

wf (C#)
WinForms

-

sql (SQL, PLSQL)
SQL

diff --git a/sql/index.html b/sql/index.html index 65ff151..da30c3f 100644 --- a/sql/index.html +++ b/sql/index.html @@ -1 +1,38 @@ -SQL
photo of myself

Porter Swanstrom


HOME : PROJECTS : ABOUT

WHY

This project is for archiving SQL that I wrote for my college classes. None of this is that complex, though some notable code is:

  1. ski.sql

    This script generates tables filled with example data for a ski resort DB. As well as a few views and indexes to demonstrate working with these tables

  2. plsql

    Contains tons of PLSQL queries

GET

The source code is here, get it with:

git clone http://github.com/porterswanstrom/sql

Made by PORTER SWANSTROM

\ No newline at end of file + + + + + +SQL +
+ +photo of myself +

Porter Swanstrom


+HOME : +PROJECTS : +ABOUT + +
+ +

WHY

+

This project is for archiving SQL that I wrote for my +college classes. None of this is that complex, though some notable code is:

+ +
  1. ski.sql

    +

    This script generates tables filled with example data for a +ski resort DB. As well as a few views and indexes to +demonstrate working with these tables

  2. +
  3. plsql

    +

    Contains tons of PLSQL queries

+ +

GET

+

The source code is + +here, get it with:

+git clone http://github.com/porterswanstrom/sql
+ +
+

Made by PORTER SWANSTROM

+
diff --git a/sql/index.tpl b/sql/index.tpl new file mode 100644 index 0000000..c62a755 --- /dev/null +++ b/sql/index.tpl @@ -0,0 +1,16 @@ +

WHY

+

This project is for archiving SQL that I wrote for my +college classes. None of this is that complex, though some notable code is:

+ +
  1. ski.sql

    +

    This script generates tables filled with example data for a +ski resort DB. As well as a few views and indexes to +demonstrate working with these tables

  2. +
  3. plsql

    +

    Contains tons of PLSQL queries

+ +

GET

+

The source code is + +here, get it with:

+git clone http://github.com/porterswanstrom/sql
diff --git a/sql/m.htm b/sql/m.htm deleted file mode 100644 index 20c91ca..0000000 --- a/sql/m.htm +++ /dev/null @@ -1,16 +0,0 @@ -SQL,../ -

WHY

-

This project is for archiving SQL that I wrote for my - college classes. None of this is that complex, though some notable code is:

- -
  1. ski.sql

    -

    This script generates tables filled with example data for a - ski resort DB. As well as a few views and indexes to - demonstrate working with these tables

  2. -
  3. plsql

    -

    Contains tons of PLSQL queries

- -

GET

-

The source code is - here, get it with:

-git clone http://github.com/porterswanstrom/sql
diff --git a/tpl/foot.tpl b/tpl/foot.tpl new file mode 100644 index 0000000..8ab170f --- /dev/null +++ b/tpl/foot.tpl @@ -0,0 +1,3 @@ +
+

Made by PORTER SWANSTROM

+
diff --git a/tpl/head.tpl b/tpl/head.tpl new file mode 100644 index 0000000..a1717f8 --- /dev/null +++ b/tpl/head.tpl @@ -0,0 +1,5 @@ +photo of myself +

Porter Swanstrom


+HOME : +PROJECTS : +ABOUT diff --git a/tpl/main.tpl b/tpl/main.tpl new file mode 100644 index 0000000..d3c798d --- /dev/null +++ b/tpl/main.tpl @@ -0,0 +1,17 @@ + + + + + +$[title] +
+ +@input(tpl/head.tpl) + +
+ +@content() + +@input(tpl/foot.tpl) diff --git a/w/index.html b/w/index.html index ecdd7e6..e0a0bd7 100644 --- a/w/index.html +++ b/w/index.html @@ -1 +1,117 @@ -Website
photo of myself

Porter Swanstrom


HOME : PROJECTS : ABOUT

NAV

  • / - index
  • /h - home
  • /e - error
  • /gh - GitHub
  • /gh/w - website GitHub
  • /gh/wf - WinForms GitHub
  • /i - images
  • /p - projects
  • /s - CSS styles
  • /w - website
  • /wf - WinForms

WHY

This site started as something interesting for me to work on during my break after the Fall 2023 semester ended. It's turned out to be a fantastic excuse to learn HTML, CSS, and Git

LOG

2025/01/02

I programmed a shell script to automatically generate the header and footer of each page. This gives me most of the convenience and consistency of an SSG, while still keeping the fine-tuned control of HTML for the main page content

2024/10/16

There's now sitemap navigation which is nice for jumping to a specific page, it's also great for documenting the purpose of each page. I also added a photo of myself to the header, making it less empty looking. The header photo also works good as a favicon. Another thing I did was adding background images, one for dark mode and one for light mode. I'm not sure how long I'll end up keeping the backgrounds, but they're fun for the time being

2024/06/15

I redid the header and made the CSS look nicer. There's also been lots of minor improvements like having newlines in the correct spots and lots of rewording. This site is now in a fairly stable state, so most important changes will be from either adding new pages or totally redesigning something

2024/03/25

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 error page now so when someone tries going to a page that doesn't exist like this one, they're sent to an error page and then redirected to the homepage page after a few seconds

2024/02/04

There's now a page for the various WinForms that I've made throughout my classes in college. I also changed this site's theme quite a bit since the last log

2023/12/31

I got the domain name porterswanstrom.com and created two A records, one for plain porterswanstrom.com and another for w.porterswanstrom.com. the latter is setup to auto-redeploy everytime a change is made to this site, so that the changes can be tested before being deployed to porterswanstrom.com

2023/12/18

I figured out how to get the spacing and font size to work right on mobile, so now this site looks great on mobile

2023/12/13

I designed a light mode for this site and added CSS to set the theme depending on whether someone is using dark mode or light mode

2023/12/10

This site has some color now, it's currently dark mode with green links, a lot of redish orange headers, and a few purple headers

2023/12/09

I started this site on the 6th and so far the only pages are the homepage, projects page, and about page. I also started to add some basic CSS and successfully got a working header and footer

GET

The source code is here, get it with:

git clone http://github.com/porterswanstrom/w
\ No newline at end of file + + + + + +Website +
+ +photo of myself +

Porter Swanstrom


+HOME : +PROJECTS : +ABOUT + +
+ +

NAV

+
    +
  • /h - home
  • +
  • /e - error
  • +
  • /i - images
  • +
  • /p - projects
  • +
  • /s - CSS styles
  • +
  • /sql - SQL
  • +
  • /w - website
  • +
  • /wf - +WinForms
  • +
+ +

WHY

+

This site started as something interesting for me to work +on during my break after the Fall 2023 semester ended. It's +turned out to be a fantastic excuse to learn HTML, CSS, and +Git

+ +

LOG

+

2025/01/02

+

I programmed a shell script to automatically generate the +header and footer of each page. This gives me most of the +convenience and consistency of an SSG, while still keeping +the fine-tuned control of HTML for the main page content

+ +

2024/10/16

+

There's now sitemap navigation which is nice for jumping to +a specific page, it's also great for documenting the purpose +of each page. I also added a photo of myself to the header, +making it less empty looking. The header photo also works +good as a favicon. Another thing I did was adding background +images, one for dark mode and one for light mode. I'm not +sure how long I'll end up keeping the backgrounds, but +they're fun for the time being

+ +

2024/06/15

+

I redid the header and made the CSS look nicer. There's +also been lots of minor improvements like having newlines +in the correct spots and lots of rewording. This site is +now in a fairly stable state, so most important changes +will be from either adding new pages or totally redesigning +something

+ +

2024/03/25

+

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 error page now so when +someone tries going to a page that doesn't exist like +this one, they're sent to an +error page and then redirected to the +homepage page after +a few seconds

+ +

2024/02/04

+

There's now a page for the various + WinForms that +I've made throughout my classes in college. I also changed +this site's theme quite a bit since the last log

+ +

2023/12/31

+

I got the domain name porterswanstrom.com and created two +A records, one for plain porterswanstrom.com and another for +w.porterswanstrom.com. the latter is setup to auto-redeploy +everytime a change is made to this site, so that the changes +can be tested before being deployed to porterswanstrom.com

+ +

2023/12/18

+

I figured out how to get the spacing and font size to work +right on mobile, so now this site looks great on mobile

+ +

2023/12/13

+

I designed a light mode for this site and added CSS to set +the theme depending on whether someone is using dark mode or +light mode

+ +

2023/12/10

+

This site has some color now, it's currently dark mode +with green links, a lot of redish orange headers, and a few +purple headers

+ +

2023/12/09

+

I started this site on the 6th and so far the only pages +are the homepage, + projects page, and +about page. I also started to add some basic +CSS and successfully got a working header and footer

+ +

GET

+

The source code is +here, +get it with:

+git clone http://github.com/porterswanstrom/w
+
+ +
+

Made by PORTER SWANSTROM

+
diff --git a/w/index.tpl b/w/index.tpl new file mode 100644 index 0000000..9ae40d0 --- /dev/null +++ b/w/index.tpl @@ -0,0 +1,95 @@ +

NAV

+ + +

WHY

+

This site started as something interesting for me to work +on during my break after the Fall 2023 semester ended. It's +turned out to be a fantastic excuse to learn HTML, CSS, and +Git

+ +

LOG

+

2025/01/02

+

I programmed a shell script to automatically generate the +header and footer of each page. This gives me most of the +convenience and consistency of an SSG, while still keeping +the fine-tuned control of HTML for the main page content

+ +

2024/10/16

+

There's now sitemap navigation which is nice for jumping to +a specific page, it's also great for documenting the purpose +of each page. I also added a photo of myself to the header, +making it less empty looking. The header photo also works +good as a favicon. Another thing I did was adding background +images, one for dark mode and one for light mode. I'm not +sure how long I'll end up keeping the backgrounds, but +they're fun for the time being

+ +

2024/06/15

+

I redid the header and made the CSS look nicer. There's +also been lots of minor improvements like having newlines +in the correct spots and lots of rewording. This site is +now in a fairly stable state, so most important changes +will be from either adding new pages or totally redesigning +something

+ +

2024/03/25

+

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 error page now so when +someone tries going to a page that doesn't exist like +this one, they're sent to an +error page and then redirected to the +homepage page after +a few seconds

+ +

2024/02/04

+

There's now a page for the various + WinForms that +I've made throughout my classes in college. I also changed +this site's theme quite a bit since the last log

+ +

2023/12/31

+

I got the domain name porterswanstrom.com and created two +A records, one for plain porterswanstrom.com and another for +w.porterswanstrom.com. the latter is setup to auto-redeploy +everytime a change is made to this site, so that the changes +can be tested before being deployed to porterswanstrom.com

+ +

2023/12/18

+

I figured out how to get the spacing and font size to work +right on mobile, so now this site looks great on mobile

+ +

2023/12/13

+

I designed a light mode for this site and added CSS to set +the theme depending on whether someone is using dark mode or +light mode

+ +

2023/12/10

+

This site has some color now, it's currently dark mode +with green links, a lot of redish orange headers, and a few +purple headers

+ +

2023/12/09

+

I started this site on the 6th and so far the only pages +are the homepage, + projects page, and +about page. I also started to add some basic +CSS and successfully got a working header and footer

+ +

GET

+

The source code is +here, +get it with:

+git clone http://github.com/porterswanstrom/w
+
diff --git a/w/m.htm b/w/m.htm deleted file mode 100644 index 542aa0b..0000000 --- a/w/m.htm +++ /dev/null @@ -1,96 +0,0 @@ -Website,../ -

NAV

- - -

WHY

-

This site started as something interesting for me to work - on during my break after the Fall 2023 semester ended. It's - turned out to be a fantastic excuse to learn HTML, CSS, and - Git

- -

LOG

-

2025/01/02

-

I programmed a shell script to automatically generate the - header and footer of each page. This gives me most of the - convenience and consistency of an SSG, while still keeping - the fine-tuned control of HTML for the main page content

- -

2024/10/16

-

There's now sitemap navigation which is nice for jumping to - a specific page, it's also great for documenting the purpose - of each page. I also added a photo of myself to the header, - making it less empty looking. The header photo also works - good as a favicon. Another thing I did was adding background - images, one for dark mode and one for light mode. I'm not - sure how long I'll end up keeping the backgrounds, but - they're fun for the time being

- -

2024/06/15

-

I redid the header and made the CSS look nicer. There's - also been lots of minor improvements like having newlines - in the correct spots and lots of rewording. This site is - now in a fairly stable state, so most important changes - will be from either adding new pages or totally redesigning - something

- -

2024/03/25

-

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 error page now so when - someone tries going to a page that doesn't exist like - this one, they're sent to an - error page and then redirected to the - homepage page after a few seconds

- -

2024/02/04

-

There's now a page for the various - WinForms that I've made throughout my classes in college. - I also changed this site's theme quite a bit since the last - log

- -

2023/12/31

-

I got the domain name porterswanstrom.com and created two - A records, one for plain porterswanstrom.com and another for - w.porterswanstrom.com. the latter is setup to auto-redeploy - everytime a change is made to this site, so that the changes - can be tested before being deployed to porterswanstrom.com

- -

2023/12/18

-

I figured out how to get the spacing and font size to work - right on mobile, so now this site looks great on mobile

- -

2023/12/13

-

I designed a light mode for this site and added CSS to set - the theme depending on whether someone is using dark mode or - light mode

- -

2023/12/10

-

This site has some color now, it's currently dark mode - with green links, a lot of redish orange headers, and a few - purple headers

- -

2023/12/09

-

I started this site on the 6th and so far the only pages - are the homepage, - projects page, and about page. I also - started to add some basic CSS and successfully got a working - header and footer

- -

GET

-

The source code is here, - get it with:

-git clone http://github.com/porterswanstrom/w
-
diff --git a/wf/index.html b/wf/index.html index 8df4c9e..e8927b5 100644 --- a/wf/index.html +++ b/wf/index.html @@ -1 +1,42 @@ -WinForms
photo of myself

Porter Swanstrom


HOME : PROJECTS : ABOUT

WHY

This project is for archiving the various 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. txt_to_html

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

GET

The source code is here, get it with:

git clone http://github.com/porterswanstrom/wf
\ No newline at end of file + + + + + +WinForms +
+ +photo of myself +

Porter Swanstrom


+HOME : +PROJECTS : +ABOUT + +
+ +

WHY

+

This project is for archiving the various 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

+ +

GET

+

The source code is + +here, get it with:

+git clone http://github.com/porterswanstrom/wf
+ +
+

Made by PORTER SWANSTROM

+
diff --git a/wf/index.tpl b/wf/index.tpl new file mode 100644 index 0000000..d578ec2 --- /dev/null +++ b/wf/index.tpl @@ -0,0 +1,20 @@ +

WHY

+

This project is for archiving the various 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

+ +

GET

+

The source code is + +here, get it with:

+git clone http://github.com/porterswanstrom/wf
diff --git a/wf/m.htm b/wf/m.htm deleted file mode 100644 index 9da6d82..0000000 --- a/wf/m.htm +++ /dev/null @@ -1,20 +0,0 @@ -WinForms,../ -

WHY

-

This project is for archiving the various 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

- -

GET

-

The source code is - here, get it with:

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