diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/about.php | 50 | ||||
| -rw-r--r-- | src/pages/guestbook.php | 4 | 
2 files changed, 49 insertions, 5 deletions
diff --git a/src/pages/about.php b/src/pages/about.php index 4b7ac3e..fe76100 100644 --- a/src/pages/about.php +++ b/src/pages/about.php @@ -30,7 +30,9 @@ somehow – I tested it in IE 6, IE 7 and Mozilla 1.1). This website is also  available solely via HTTP over at  <a href="http://hozyro.jkohl.link/">http://hozyro.jkohl.link/</a>!  </p> -<p class="center"> +<table style="margin:0 auto"><tbody> +<tr> +<td style="width:258px;padding:12px 12px 0" class="center">  <!-- I know, 'target' is only allowed in XHTML Frameset, but I don't care -->      <a class="imgLink" target="_new" href="/static/screenshot.png"><!--          --><img src="/static/screenshot_thumb.jpg" @@ -38,8 +40,48 @@ available solely via HTTP over at                       Internet Explorer 6 on Windows XP"                  width="256"                  height="192" /><!-- -    --></a><br /> +    --></a> +</td> +<td style="width:342px;padding:12px 12px 0" class="center"> +    <a class="imgLink" target="_new" href="/static/tiger.png"><!-- +        --><img src="/static/tiger_thumb.jpg" +                alt="Screenshot of the home page being displayed in  +                     Safari 2.0.3 on Mac OS X 10.4.6" +                width="340" +                height="192" /><!-- +    --></a> +</td> +</tr> +<tr> +<td class="center vtop">      <span class="smallText">Fig. 1: Screenshot of this site being displayed in  -    Internet Explorer 6 on Windows XP<br /> +    Internet Explorer 6 on Windows XP (emulated)<br />      <span class="enlarge">(Click image to enlarge)</span></span> -</p> +</td> +<td class="center vtop"> +    <span class="smallText">Fig. 2: Screenshot of the home page being displayed +    in Safari 2.0.3 on Mac OS X 10.4.6 (emulated)<br /> +    <span class="enlarge">(Click image to enlarge)</span></span> +</td> +</tr> +</tbody></table> +<table style="margin:0 auto"><tbody> +<tr> +<td style="width:344px;padding:12px 12px 0" class="center"> +    <a class="imgLink" target="_new" href="/static/osx.png"><!-- +        --><img src="/static/osx_thumb.jpg" +                alt="Screenshot of the home page being displayed in  +                     Safari on OS X 10.8" +                width="342" +                height="192" /><!-- +    --></a> +</td> +</tr> +<tr> +<td class="center vtop"> +    <span class="smallText">Fig. 3: Screenshot of the home page being displayed +    in Safari on OS X 10.8<br /> +    <span class="enlarge">(Click image to enlarge)</span></span> +</td> +</tr> +</tbody></table> diff --git a/src/pages/guestbook.php b/src/pages/guestbook.php index d2d0144..b5e582d 100644 --- a/src/pages/guestbook.php +++ b/src/pages/guestbook.php @@ -1,8 +1,10 @@  <param:title>Guestbook</param:title>  <param:active-link>guestbook</param:active-link> +<h1>Guestbook</h1> +  <div id="guestbook_frame"></div> -<p><a href="#" id="emoticon-guide">Emoticon guide</a></p> +<p><a href="#" id="emoticon-guide"><img style="border:none" alt="" class="vmid" src="/static/emoticons/cheesy.gif"> Emoticon guide</a></p>  <div id="guestbook"></div>  <script type="text/javascript" src="/static/jquery-1.12.4.min.js"></script>  |