From be718e1b86c38746bb9e5b349364c7be74f7829c Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 17 Mar 2024 20:39:52 -0500 Subject: cleanup for mobile view --- index.html | 8 ++++---- styles.css | 28 ++++++++++++++++++---------- tea/W2T-2022-BoatCaptain.html | 10 +++++----- tea/template.html | 10 +++++----- 4 files changed, 32 insertions(+), 24 deletions(-) diff --git a/index.html b/index.html index 5b27ab8..a1e36e3 100644 --- a/index.html +++ b/index.html @@ -18,10 +18,10 @@

Jacob Janzen's Website

This website is designed to be as minimal as possible. It's written in - HTML with minimal CSS and JavaScript where needed. There are no - frameworks and no bloat. It's currently hosted on GitHub pages, but I - intend to eventually move it over to a self-hosted server when I get the - hardware (this is years away). + HTML and CSS while avoiding JavaScript as much as humanly possible. + There are no frameworks and no bloat. It's currently hosted on GitHub + pages, but I intend to eventually move it over to a self-hosted server + when I get the hardware (this is years away).

Find me on diff --git a/styles.css b/styles.css index a6dcd29..8ef34e1 100644 --- a/styles.css +++ b/styles.css @@ -2,17 +2,8 @@ box-sizing: border-box; } -h1, -h2, -h3, -h4, -h5, -h6 { - color: #815b5b; -} - body { - font-family: Georgia, Courier, Monospace; + font-family: Georgia, Times; font-size: 20px; background-color: #fff8ea; color: #594545; @@ -21,6 +12,21 @@ body { margin: auto; } +h1 { + color: #815b5b; + font-family: Helvetica, Tahoma, Arial; + font-weight: normal; +} + +h2, +h3, +h4, +h5, +h6 { + color: #815b5b; + font-weight: normal; +} + a { color: darkblue; text-decoration: none; @@ -33,6 +39,8 @@ a:hover { .header { color: #fff8ea; background-color: #594545; + margin-top: 10px; + padding: 5px 5px 5px 5px; } .header a { diff --git a/tea/W2T-2022-BoatCaptain.html b/tea/W2T-2022-BoatCaptain.html index e1e1d85..1eeb87c 100644 --- a/tea/W2T-2022-BoatCaptain.html +++ b/tea/W2T-2022-BoatCaptain.html @@ -9,10 +9,10 @@

- Home - Projects - Tea Tasting Notes - About Me + Home + Projects + Tea Tasting Notes + About Me

White2Tea 2022 Boat Captain

@@ -26,7 +26,7 @@ settles into a malty sweetness.

-

Rating: 8/10

+

Rating: 8/10

diff --git a/tea/template.html b/tea/template.html index ad90f7f..986abe0 100644 --- a/tea/template.html +++ b/tea/template.html @@ -9,10 +9,10 @@
- Home - Projects - Tea Tasting Notes - About Me + Home + Projects + Tea Tasting Notes + About Me

Title

@@ -23,7 +23,7 @@

-

Rating: x/10

+

Rating: x/10

-- cgit v1.2.3