diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/about.php | 13 | ||||
| -rw-r--r-- | src/pages/index.php | 29 | 
2 files changed, 42 insertions, 0 deletions
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  <a href="http://hozyro.jkohl.link/">http://hozyro.jkohl.link/</a>!  </p> +<p class="center"> +<!-- I know, 'target' is only allowed in XHTML Frameset, but I don't care --> +    <a class="imgLink" target="_new" href="/static/screenshot.bmp"><!-- +        --><img src="/static/screenshot_thumb.jpg" +                alt="Screenshot of this site being displayed in  +                     Internet Explorer 6 on Windows XP" +                width="256" +                height="192" /><!-- +    --></a><br /> +    <span class="smallText">Fig. 1: Screenshot of this site being displayed in  +    Internet Explorer 6 on Windows XP<br /> +    <span class="enlarge">(Click image to enlarge)</span></span> +</p> 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 @@  <param:title>hozyro's site</param:title>  <param:active-link>home</param:active-link> +<table style="width:100%;border-collapse:collapse" cellspacing="0"> +<tbody> +    <tr> +        <td style="padding:0" colspan="2"> +            <img +                src="/static/hzcontent_01.gif" +                alt="Welcome, stranger!" +                style="display:block" /> +        </td> +    </tr> +    <tr> +        <td style="padding:0;vertical-align:top"> +            <img src="/static/hzcontent_02.gif" alt="" /> +        </td> +        <td style="padding:0;vertical-align:top"> +            <div class="tablePara"> +            …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 +            <span class="mark">About me</span> page or my other, proper website! +            </div> +            <div class="tablePara">Until then,<br />toodaloo!</div> +        </td> +    </tr> +</tbody> +</table> + +<p> <br /> </p> +  <?php include SRCDIR . "/includes/under-construction.php"; ?>  |