<?php
- require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
- $pgtitle = "contact";
- $pgdescription = "send an email";
- head($pgtitle, $pgdescription);
+ require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
+ $pgtitle = "email";
+ $pgdescription = "";
+ $pgcss = [];
+ $pgjs = [];
+ head($pgtitle, $pgdescription, $pgcss, $pgjs);
?>
-<body>
- <table id="tablewrapper" cellspacing="10">
- <tbody>
- <tr>
- <td id="content">
- <table>
- <tbody>
- <tr>
- <?php include_once("$parts/sidebar.php");?>
-
- <td id="body">
- <h1>Email me</h1>
- <p>I'm not going to make you type in a form haha, I don't like that. Email me with your favorite mailer. Talk to me about anything—really, anything (except for those ads and promotions related emails).</p>
- <img src="/images/email.jpg" width="400" alt="email" title="handwritten using my computer mouse">
- <p>I will respond to you as soon as I can. If weeks has passed and you still did not got a reply, it could mean that I'm already dead (or it could just be that your email has been automatically moved to spam folder).</p>
- </td>
- </tr>
-
- <?php include_once("$parts/footer.php");?>
- </tbody>
- </table>
- </td>
- <td id="rightbox">
- <?php include_once("$parts/rightbox.php");?>
- </td>
- </tr>
- </tbody>
- </table>
+<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">
+ <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">
+ <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>
+ <?php include_once("$part/sidebar.php");?>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </center>
+
+ <?php include_once("$part/foot.php");?>
</body>
</html>
-
+<?php
+ require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
+ $pgtitle = "guestbook";
+ $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">
+ <iframe src="https://bochard.atabook.org" frameborder="0" width="100%" height="500"></iframe>
+ </td>
+ <?php include_once("$part/sidebar.php");?>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </center>
+
+ <?php include_once("$part/foot.php");?>
+</body>
+</html>
</center>\r
</td>\r
</tr>\r
+ \r
+ <tr>\r
+ <?php include_once("$part/navtop.php");?>\r
+ </tr>\r
+ \r
<tr>\r
<td>\r
- <table id="maintable" cellpadding="10">\r
+ <table id="maintable" cellspacing="0" cellpadding="10">\r
<tbody>\r
<tr>\r
<td valign="top" width="80%" background="/image/background/bg1.gif">\r
- <p>Welcome to my website!!! im 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.</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.</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.</p>\r
- <img src="/image/gif/chicken-ani.gif" alt="chicken animation gif" title="chimken">\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
+ <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
</td>\r
- <?php include_once("$parts/sidebar.php");?>\r
+ <?php include_once("$part/sidebar.php");?>\r
</tr>\r
</tbody>\r
</table>\r
</tbody>\r
</table>\r
</center>\r
+ \r
+ <?php include_once("$part/foot.php");?>\r
</body>\r
</html>\r
--- /dev/null
+<?php
+ require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
+ $pgtitle = "about me";
+ $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">
+ <?php include_once("$part/underconstruction.php");?>
+ </td>
+ <?php include_once("$part/sidebar.php");?>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </center>
+
+ <?php include_once("$part/foot.php");?>
+</body>
+</html>
--- /dev/null
+<table id="foot" align="center">
+ <tbody>
+ <tr>
+ <td>
+ <center>
+ <br>
+ <b>ἀγάπην τοῦ θεοῦ</b><br>
+ This site is hand-coded since 2024.
+ </center>
+ </td>
+ </tr>
+ </tbody>
+</table>
+++ /dev/null
-<tr>
- <td id="footer">
- <b>ἀγάπην τοῦ θεοῦ</b><br>
- This site is hand-coded since 2024.
- </td>
-</tr>
<?php
-$parts = "{$_SERVER['DOCUMENT_ROOT']}/part";
+$part = "{$_SERVER['DOCUMENT_ROOT']}/part";
function head($pgtitle, $pgdescription = null, $pgcss = [], $pgjs = []){?>
<!doctype html>
<html lang="en">
--- /dev/null
+<td background="/image/navigation/fade2b.png">
+ <table id="navontop" cellspacing="3" cellpadding="5">
+ <tbody>
+ <tr>
+ <td background="/image/navigation/fade1b.png"><a class="navbtn" href="/">homepage</a></td>
+ <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>
+ </tr>
+ </tbody>
+ </table>
+</td>
<img src="/image/gif/doraemon.gif" alt="doraemon" width="50">
<img src="/image/gif/doraemon.gif" alt="doraemon" width="50">
<img src="/image/gif/welcomemovetree.gif" alt="welcome hanging on two trees" width="100%">
+
<hr>
- <strong>Site menu</strong>
- <ul>
- <li><a href="/" title="homepage! (navigate here if you ever got lost)">homepage</a></li>
- <li><a href="/about-me.php" title="why'd you want to know?">about me</a></li>
- <!-- <li><a href="/journal" title="my everday thoughts">thoughts</a></li> -->
- <li><a href="/photo-album" title="collection of captured photos">photo album</a></li>
- <!-- <li><a href="/kitchen" title="recipes and other things">kitchen</a></li> -->
- <li><a href="/books" title="my book collection">bookshelf</a></li>
- <li><a href="/guestbook.php" title="fill up before you leave">guestbook</a></li>
- <!-- <li><a href="/works" title="programming">works</a></li> -->
- <!-- <li><a href="/files" title="random files on my computer">files</a></li> -->
- <li><a href="/email.php" title="talk to me">email</a></li>
- </ul>
- <hr>
+
+<!--
+ <table>
+ <tbody>
+ <tr>
+ <td>
+ <a href="/" title="homepage! (navigate here if you ever got lost)"><img src="/image/navigation/homepage.png" width="100"></a>
+ </td>
+ <td>
+ <a href="/about-me.php" title="why'd you want to know?"><img src="/image/navigation/info.png" width="100"></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="/guestbook.php" title="fill up before you leave">guestbook</a>
+ </td>
+ <td>
+ <a href="/email.php" title="talk to me">email</a>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+-->
+ <!-- <a href="/journal" title="my everday thoughts">thoughts</a> -->
+ <!-- <a href="/photo-album" title="collection of captured photos">photo album</a> -->
+ <!-- <a href="/kitchen" title="recipes and other things">kitchen</a> -->
+ <!-- <a href="/books" title="my book collection">bookshelf</a> -->
+ <!-- <a href="/works" title="programming">works</a> -->
+ <!-- <a href="/files" title="random files on my computer">files</a> -->
+
+ <!-- <hr> -->
<table>
<tbody>
-<div id="underconstruction-container">
- <img src="/images/gifs/under-construction/underconstructiontxt.gif" alt="under-construction text gif" width="300"><br>
- <img src="/images/gifs/under-construction/underconstructionimg.gif" alt="men in work" width="250">
- <h1>Oopss, nothing here...</h1>
- <p>Come back soon!</p>
-</div>
+<center>
+ <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>
background-repeat: repeat;
}
#maintable {
- border: ridge;
+ min-height: 300px;
+ height: 100%;
}
-#sidebar{
- color: white;
-}
-#sidebar a {
+.navbtn {
color: yellow;
+ text-decoration: none;
+}
+.navbtn:hover {
+ text-decoration: underline;
+}
+#foot {
+ color: white;
}