From 557844b64120c3c08afa3f4364f1a6fdff7daffd Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Sun, 21 Jul 2024 20:08:31 +0200 Subject: Add more content --- src/pages/about.php | 13 +++++++++++++ src/pages/index.php | 29 +++++++++++++++++++++++++++++ src/static/hzcontent_01.gif | Bin 0 -> 11077 bytes src/static/hzcontent_02.gif | Bin 0 -> 2792 bytes src/static/screenshot.bmp | Bin 0 -> 2359350 bytes src/static/screenshot_thumb.jpg | Bin 0 -> 7703 bytes src/static/style.css | 27 +++++++++++++++++++++++++++ src/template.php | 3 +++ 8 files changed, 72 insertions(+) create mode 100644 src/static/hzcontent_01.gif create mode 100644 src/static/hzcontent_02.gif create mode 100755 src/static/screenshot.bmp create mode 100644 src/static/screenshot_thumb.jpg diff --git a/src/pages/about.php b/src/pages/about.php index 9e7b31b..ebe61a3 100644 --- a/src/pages/about.php +++ b/src/pages/about.php @@ -30,3 +30,16 @@ somehow – I tested it in IE 6, IE 7 and Mozilla 1.1). This website is also available solely via HTTP over at http://hozyro.jkohl.link/!

+

+ + Screenshot of this site being displayed in 
+                     Internet Explorer 6 on Windows XP
+ Fig. 1: Screenshot of this site being displayed in + Internet Explorer 6 on Windows XP
+ (Click image to enlarge)
+

diff --git a/src/pages/index.php b/src/pages/index.php index cb9b417..973838b 100644 --- a/src/pages/index.php +++ b/src/pages/index.php @@ -1,4 +1,33 @@ hozyro's site home + + + + + + + + + + +
+ Welcome, stranger! +
+ + +
+ …to my corner of the internet (well one of them, at least)! + I'm still not quite sure what to put on here, but I'm sure I'll + figure something out. In the meantime, you can check out the + About me page or my other, proper website! +
+
Until then,
toodaloo!
+
+ +

 
 

+ diff --git a/src/static/hzcontent_01.gif b/src/static/hzcontent_01.gif new file mode 100644 index 0000000..3544323 Binary files /dev/null and b/src/static/hzcontent_01.gif differ diff --git a/src/static/hzcontent_02.gif b/src/static/hzcontent_02.gif new file mode 100644 index 0000000..4afc6d0 Binary files /dev/null and b/src/static/hzcontent_02.gif differ diff --git a/src/static/screenshot.bmp b/src/static/screenshot.bmp new file mode 100755 index 0000000..6d28c7d Binary files /dev/null and b/src/static/screenshot.bmp differ diff --git a/src/static/screenshot_thumb.jpg b/src/static/screenshot_thumb.jpg new file mode 100644 index 0000000..ca3674a Binary files /dev/null and b/src/static/screenshot_thumb.jpg differ diff --git a/src/static/style.css b/src/static/style.css index 1c1cd5e..e05ea73 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -92,3 +92,30 @@ a { height: 31px; vertical-align: middle; } +.center { + text-align: center; +} +.imgLink { + color: black; + text-decoration: none; +} +.imgLink img { + border: 1px solid black; +} +.smallText { + font-size: 8pt; + font-style: italic; + color: gray; +} +.enlarge { + color: black; + text-decoration: underline; + font-style: normal; +} +.mark { + color: #52268f; + font-weight: bold; +} +.tablePara { + margin-top: 1em; +} diff --git a/src/template.php b/src/template.php index ca781b9..69b51f3 100644 --- a/src/template.php +++ b/src/template.php @@ -8,6 +8,9 @@ $nav = fn(string $ln) => + + + <?= htmlentities($params["title"] ?? "") ?> -- cgit v1.2.3