<tr>
<td valign="top" width="80%" background="/image/background/bg1.gif">
<p>I'm not going to make you type in a form, I don't like that. Email me with any of your favorite mailer. Talk to me about anything.</p>
- <img src="/image/email.jpg">
+ <img src="/image/email.jpg" alt="my email" title="drawn on gimp using my mouse">
<p>In order to avoid spam, I used an image here to show my email. Please send me through here.</p>
<p>I will respond to you as soon as I can. If weeks passed and you still haven't got any reply. It could just simply mean I'm already dead, or just could just be that your email has been flagged as spam and automatically moved to spam folder. So write a genuine, heartfelt email so your email get delivered properly. Thanks!</p>
</td>
<tr>\r
<td valign="top" width="80%" background="/image/background/bg1.gif">\r
<img src="/image/gif/bulblights.gif" width="100%">\r
- <center><img src="/image/navigation/homepageburning.gif">\r
- <h1>Welcome to my website!!!</h1></center>\r
+ <img src="/image/navigation/homepageburning.gif">\r
+ <h1>Welcome to my website!!!</h1>\r
<p>I am very happy that you found my net home even though it's almost unsearchable from the vast internet—much like a needle from a haystack in order to find it .</p>\r
<p>I would like to give a simple introduction what is this site for... As you can already see it is a site dedicated for personal purpose. What's cool here is I hand-coded all things in here. If you view the source code, it is mostly written in html. One reason is because I'm not a big fan of css. html is good enough most of the time. Though, I still use css, but very minimal.</p>\r
<p>What's with the old-web style, you might ask. I just really like it. It's just freaking awesome and gives me a feel of nostalgia on the early days of the internet.</p>\r
--- /dev/null
+<?php
+ require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
+ $pgtitle = "links";
+ $pgdescription = "";
+ $pgcss = [];
+ $pgjs = [];
+ head($pgtitle, $pgdescription, $pgcss, $pgjs);
+?>
+<body>
+ <center>
+ <table id="theholderofthings" cellspacing="0" cellpadding="0" width="1000">
+ <tbody>
+ <tr>
+ <td colspan="2">
+ <center>
+ <img src="/image/home-banner2.png">
+ </center>
+ </td>
+ </tr>
+
+ <tr>
+ <?php include_once("$part/navtop.php");?>
+ </tr>
+
+ <tr>
+ <td>
+ <table id="maintable" cellspacing="0" cellpadding="10">
+ <tbody>
+ <tr>
+ <td valign="top" width="80%" background="/image/background/bg1.gif">
+ <img src="/image/navigation/linkspageburning.gif">
+ <p>list of resource links that might be useful for you.</p>
+ <ul>
+ <li><a href="https://github.com/bochard07">my github</a></li>
+ <li><a href="https://heliohost.org">free web hosting site I use</a></li>
+ <li><a href="https://debian.org">linux debian os</li>
+ </ul>
+ </td>
+ <?php include_once("$part/sidebar.php");?>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </center>
+
+ <?php include_once("$part/foot.php");?>
+</body>
+</html>
<td background="/image/navigation/fade1b.png"><a class="navbtn" href="/info.php">info</a></td>
<td background="/image/navigation/fade1b.png"><a class="navbtn" href="/guestbook.php">guestbook</a></td>
<td background="/image/navigation/fade1b.png"><a class="navbtn" href="/email.php">email</a></td>
+ <td background="/image/navigation/fade1b.png"><a class="navbtn" href="/links.php">links</a></td>
</tr>
</tbody>
</table>
-<center>
- <div>
+<div>
<img src="/image/under-construction/underconstructiontxt.gif" alt="under-construction text gif" width="300"><br>
<img src="/image/under-construction/underconstructionimg.gif" alt="men in work" width="250">
<h1>Oopss, nothing here...</h1>
<p>Come back soon!</p>
- </div>
-</center>
+</div>