summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-29 16:47:30 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-29 16:47:30 +0200
commitaa940218b87e548153b19185ef8f1764c5822793 (patch)
treeba9233854f87e8dacb5744d91db2176ba1c7202e
parentf4f82231769ef71fcd0663d8ba3ddb2663eae528 (diff)
Add screenshot
-rw-r--r--src/pages/about.php21
-rw-r--r--src/static/current.pngbin0 -> 447268 bytes
-rw-r--r--src/static/current_thumb.jpgbin0 -> 5099 bytes
3 files changed, 21 insertions, 0 deletions
diff --git a/src/pages/about.php b/src/pages/about.php
index fc4ffdd..f8fa98f 100644
--- a/src/pages/about.php
+++ b/src/pages/about.php
@@ -37,6 +37,7 @@ somehow &ndash; I tested it in many old browsers, including IE 6, IE 7,
Mozilla 1.1 and Safari 2). This website is also available solely via HTTP
over at <a href="http://hozyro.jkohl.link/">http://hozyro.jkohl.link/</a>!
</p>
+<h1>This site being displayed on various systems</h1>
<table style="margin:0 auto"><tbody>
<tr>
<td style="width:258px;padding:12px 12px 0" class="center">
@@ -106,3 +107,23 @@ over at <a href="http://hozyro.jkohl.link/">http://hozyro.jkohl.link/</a>!
</td>
</tr>
</tbody></table>
+<table style="margin:0 auto"><tbody>
+<tr>
+<td style="width:343px;padding:12px 12px 0" class="center">
+ <a class="imgLink" target="_new" href="/static/current.png"><!--
+ --><img src="/static/current_thumb.jpg"
+ alt="Screenshot of the home page being displayed on
+ my main machine (Firefox 128 on macOS 14.5)"
+ width="341"
+ height="192" /><!--
+ --></a>
+</td>
+</tr>
+<tr>
+<td class="center vtop">
+ <span class="smallText">Fig. 5: Screenshot of the home page being displayed
+ on my main machine (Firefox 128 on macOS 14.5) (real hardware)<br />
+ <span class="enlarge">(Click image to enlarge)</span></span>
+</td>
+</tr>
+</tbody></table>
diff --git a/src/static/current.png b/src/static/current.png
new file mode 100644
index 0000000..9a9afd6
--- /dev/null
+++ b/src/static/current.png
Binary files differ
diff --git a/src/static/current_thumb.jpg b/src/static/current_thumb.jpg
new file mode 100644
index 0000000..2455536
--- /dev/null
+++ b/src/static/current_thumb.jpg
Binary files differ