From 34e5512a8d4e0af5250bf710580951a1bcd3a56b Mon Sep 17 00:00:00 2001 From: asimonson1125 Date: Thu, 17 Jul 2025 19:31:19 -0500 Subject: [PATCH] start status page --- src/static/css/App.css | 14 ++++++++++++++ src/static/json/pages.json | 6 ++++++ src/templates/header.html | 8 ++++---- src/templates/home.html | 2 +- src/templates/projects.html | 13 +++++++------ src/templates/status.html | 34 ++++++++++++++++++++++++++++++++++ 6 files changed, 66 insertions(+), 11 deletions(-) create mode 100644 src/templates/status.html diff --git a/src/static/css/App.css b/src/static/css/App.css index 39c4d75..819a558 100755 --- a/src/static/css/App.css +++ b/src/static/css/App.css @@ -105,6 +105,20 @@ a, a p { text-decoration: none; } +table { + color: lightgray; + border-collapse: collapse; +} + +th, td { + border-right: dotted 1px lightgray; + padding: 0 1em; +} + +tr { + border: solid 1px lightgray; +} + .transparent { opacity: 0 !important; } diff --git a/src/static/json/pages.json b/src/static/json/pages.json index 193d6f6..fd83f00 100755 --- a/src/static/json/pages.json +++ b/src/static/json/pages.json @@ -5,6 +5,12 @@ "description": "Andrew Simonson's Digital Portfolio home", "canonical": "/" }, + "status": { + "template": "status.html", + "title":"Andrew Simonson - Status Page", + "description": "Status page for my services", + "canonical": "/status" + }, "projects": { "template": "projects.html", "title": "Andrew Simonson - Projects", diff --git a/src/templates/header.html b/src/templates/header.html index 6325521..4fc0c43 100755 --- a/src/templates/header.html +++ b/src/templates/header.html @@ -85,11 +85,11 @@ - - Resume - + diff --git a/src/templates/home.html b/src/templates/home.html index 21e47c5..95039ea 100755 --- a/src/templates/home.html +++ b/src/templates/home.html @@ -34,7 +34,7 @@ I'm at it: