head($pgtitle, $pgdescription);
?>
<body>
- <table id="content">
- <tr>
- <?php include_once("$parts/sidebar.php");?>
+ <table id="tablewrapper" cellspacing="10">
+ <tbody>
+ <tr>
+ <td id="content">
+ <table>
+ <tbody>
+ <tr>
+ <?php include_once("$parts/sidebar.php");?>
- <td id="body">
- <?php include_once("$parts/underconstruction.php");?>
- </td>
- </tr>
-
- <?php include_once("$parts/footer.php");?>
+ <td id="body">
+ <?php include_once("$parts/underconstruction.php");?>
+ </td>
+ </tr>
+
+ <?php include_once("$parts/footer.php");?>
+ </table>
+ </td>
+ <td id="rightbox">
+ <?php include_once("$parts/rightbox.php");?>
+ </td>
+ </tr>
+ </tbody>
</table>
</body>
</html>
head($pgtitle, $pgdescription);
?>
<body>
- <table id="content">
- <tr>
- <?php include_once("$parts/sidebar.php");?>
-
- <td id="body">
- <?php include_once("$parts/underconstruction.php");?>
- </td>
- </tr>
-
- <?php include_once("$parts/footer.php");?>
+ <table id="tablewrapper" cellspacing="10">
+ <tbody>
+ <tr>
+ <td id="content">
+ <table>
+ <tbody>
+ <tr>
+ <?php include_once("$parts/sidebar.php");?>
+
+ <td id="body">
+ <?php include_once("$parts/underconstruction.php");?>
+ </td>
+ </tr>
+
+ <?php include_once("$parts/footer.php");?>
+ </table>
+ </td>
+ <td id="rightbox">
+ <?php include_once("$parts/rightbox.php");?>
+ </td>
+ </tr>
+ </tbody>
</table>
</body>
</html>
head($pgtitle, $pgdescription);
?>
<body>
- <table id="content">
- <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");?>
+ <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");?>
+ </table>
+ </td>
+ <td id="rightbox">
+ <?php include_once("$parts/rightbox.php");?>
+ </td>
+ </tr>
+ </tbody>
</table>
</body>
</html>
+++ /dev/null
-<?php
- require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
- $pgtitle = "Files";
- $pgdescription = "some awesome and rare files on my computer.";
- head($pgtitle, $pgdescription);
-?>
-<body>
- <table id="content">
- <tr>
- <?php include_once("$parts/sidebar.php");?>
-
- <td id="body">
- <?php include_once("$parts/underconstruction.php");?>
- </td>
- </tr>
-
- <?php include_once("$parts/footer.php");?>
- </table>
-</body>
-</html>
head($pgtitle, $pgdescription, $pgcss);
?>
<body>
- <table id="content">
- <tr>
- <?php include_once("$parts/sidebar.php");?>
-
- <!-- ...and this is for the content -->
- <td id="body">
- <iframe src="https://bochard.atabook.org" height="100%" width="100%" style="border: none;"></iframe>
- </td>
- </tr>
-
- <?php include_once("$parts/footer.php");?>
+ <table id="tablewrapper" cellspacing="10">
+ <tbody>
+ <tr>
+ <td id="content">
+ <table>
+ <tbody>
+ <tr>
+ <?php include_once("$parts/sidebar.php");?>
+
+ <!-- ...and this is for the content -->
+ <td id="body">
+ <iframe src="https://bochard.atabook.org" height="100%" width="100%" style="border: none;"></iframe>
+ </td>
+ </tr>
+
+ <?php include_once("$parts/footer.php");?>
+ </table>
+ </td>
+ <td id="rightbox">
+ <?php include_once("$parts/rightbox.php");?>
+ </td>
+ </tr>
+ </tbody>
</table>
</body>
</html>
head($pgtitle, $pgdescription);
?>
<body>
- <table id="content">
- <tr>
- <?php include_once("$parts/sidebar.php");?>
-
- <td id="body">
- <?php include_once("$parts/underconstruction.php");?>
- </td>
- </tr>
-
- <?php include_once("$parts/footer.php");?>
+ <table id="tablewrapper" cellspacing="10">
+ <tbody>
+ <tr>
+ <td id="content">
+ <table>
+ <tbody>
+ <tr>
+ <?php include_once("$parts/sidebar.php");?>
+
+ <td id="body">
+ <?php include_once("$parts/underconstruction.php");?>
+ </td>
+ </tr>
+
+ <?php include_once("$parts/footer.php");?>
+ </table>
+ </td>
+ <td id="rightbox">
+ <?php include_once("$parts/rightbox.php");?>
+ </td>
+ </tr>
+ </tbody>
</table>
</body>
</html>
head($pgtitle, $pgdescription);\r
?>\r
<body> \r
- <table id="content">\r
- <tr>\r
- <?php include_once("$parts/sidebar.php");?>\r
- \r
- <td id="body">\r
- <img src="/images/gifs/bulblights.gif" alt="bulb lights" width="100%">\r
- <h1>Welcome to my net home!</h1>\r
- <blockquote>“...At the right time, I, the Lord, will make it happen”</blockquote>\r
- <p align="right">–Isaiah 60:22 (NLT)</p>\r
- <p>This small site is solely used for personal purpose. I publish here my personal thoughts about every day, photos I took from my own camera, recipes (soon), programming, books I love to read, and many other things that I utmost enjoy doing in my tiny simple life. Sometimes—completely random things.</p>\r
- <p>All things in here are created by me (some images are not mine though hahaha), but you can freely copy and use them on your site too, just don't <a href="https://simple.wikipedia.org/wiki/Hotlinking">hotlink</a>.</p>\r
- <p>If you ever seen that there are empty contents, it could be that because you are using an adblocker. If you will, please disable your adblocker for the meantime. Some certain things vanishes like the third-party visitor counter on the sidebar (will create my own visitor counter soon). I would remove those things that rely on third-party websites that has trackers soon, but I'll still use them for now. Thank you!</p>\r
- <img src="/images/gifs/chicken-ani.gif" alt="chicken" title="chikin">\r
- <p>If ur wondering what is this chicken for...well yeah, I don't know either. It's just freaking cool.</p>\r
- </td>\r
- </tr>\r
- \r
- <?php include_once("$parts/footer.php");?>\r
+ <table id="tablewrapper" cellspacing="10">\r
+ <tbody>\r
+ <tr>\r
+ <td id="content">\r
+ <table>\r
+ <tbody>\r
+ <tr>\r
+ <?php include_once("$parts/sidebar.php");?>\r
+ \r
+ <td id="body">\r
+ <img src="/images/gifs/bulblights.gif" alt="bulb lights" width="100%">\r
+ <h1>Welcome to my net home!</h1>\r
+ <blockquote>“...At the right time, I, the Lord, will make it happen”</blockquote>\r
+ <p align="right">–Isaiah 60:22 (NLT)</p>\r
+ <p>This small site is solely used for personal purpose. I publish here my personal thoughts about every day, photos I took from my own camera, recipes (soon), programming, books I love to read, and many other things that I utmost enjoy doing in my tiny simple life. Sometimes—completely random things.</p>\r
+ <p>All things in here are created by me (some images are not mine though hahaha), but you can freely copy and use them on your site too, just don't <a href="https://simple.wikipedia.org/wiki/Hotlinking">hotlink</a>.</p>\r
+ <p>If you ever seen that there are empty contents, it could be that because you are using an adblocker. If you will, please disable your adblocker for the meantime. Some certain things vanishes like the third-party visitor counter on the sidebar (will create my own visitor counter soon). I would remove those things that rely on third-party websites that has trackers soon, but I'll still use them for now. Thank you!</p>\r
+ <img src="/images/gifs/chicken-ani.gif" alt="chicken" title="chikin">\r
+ <p>If ur wondering what is this chicken for...well yeah, I don't know either. It's just freaking cool.</p>\r
+ </td>\r
+ </tr>\r
+ \r
+ <?php include_once("$parts/footer.php");?>\r
+ </tbody>\r
+ </table>\r
+ </td>\r
+ <td id="rightbox">\r
+ <?php include_once("$parts/rightbox.php");?>\r
+ </td>\r
+ </tr>\r
+ </tbody>\r
</table>\r
</body>\r
</html>\r
head($pgtitle, $pgdescription);
?>
<body>
- <table id="content">
- <tr>
- <?php include_once("$parts/sidebar.php");?>
-
- <td id="body">
- <?php include_once("$parts/underconstruction.php");?>
- </td>
- </tr>
-
- <?php include_once("$parts/footer.php");?>
+ <table id="tablewrapper" cellspacing="10">
+ <tbody>
+ <tr>
+ <td id="content">
+ <table>
+ <tbody>
+ <tr>
+ <?php include_once("$parts/sidebar.php");?>
+
+ <td id="body">
+ <?php include_once("$parts/underconstruction.php");?>
+ </td>
+ </tr>
+
+ <?php include_once("$parts/footer.php");?>
+ </table>
+ </td>
+ <td id="rightbox">
+ <?php include_once("$parts/rightbox.php");?>
+ </td>
+ </tr>
+ </tbody>
</table>
</body>
</html>
--- /dev/null
+<table>
+ <tbody>
+ <tr>
+ <td>
+ <strong>Blogs</strong>
+ <ul>
+ <li><a href="#" title="reserved space here for now.">Nothing yet...</a></li>
+ </ul>
+ </td>
+ </tr>
+ </tbody>
+</table>
<hr>
<table>
- <tr>
- <td><a href="https://www.hitwebcounter.com" target="_blank"><img src="https://hitwebcounter.com/counter/counter.php?page=20998791&style=0019&nbdigits=5&type=ip&initCount=231" Alt="Visit counter For Websites" title="total unique visitors" border="0" width="100"></a></td>
- <td><a href="http://www.anybrowser.org/campaign/"><img src="/images/badges/anybrowser.gif" alt="Viewable With Any Browser" title="best to view on computer screen" width="100"></a></td>
- </tr>
- <tr>
- <td><img src="/images/badges/mullvad.avif" alt="free the internet" title="support the independent web" width="100"></td>
- <td><a href="https://heliohost.org"><img src="/images/gifs/heliohost-org.gif" alt="heliohost" title="hosted by heliohost.org" height="70"></a></td>
- </tr>
- <tr>
- <td><img src="/images/gifs/hatsunemikuapproved.gif" alt="hatsune miku approved" title="100% approved by hatsune miku!" width="100"></td>
- <td><img src="/images/gifs/anybrows.gif" alt="any browser" title="works on any browser you can think of" width="100"></td>
- </tr>
- <tr>
- <td><img src="/images/gifs/saynotoweb3.gif" alt="no to web3" title="web3 sucks" width="100"></td>
- </tr>
+ <tbody>
+ <tr>
+ <td><a href="https://www.hitwebcounter.com" target="_blank"><img src="https://hitwebcounter.com/counter/counter.php?page=20998791&style=0019&nbdigits=5&type=ip&initCount=231" Alt="Visit counter For Websites" title="total unique visitors" border="0" width="100"></a></td>
+ <td><a href="http://www.anybrowser.org/campaign/"><img src="/images/badges/anybrowser.gif" alt="Viewable With Any Browser" title="best to view on computer screen" width="100"></a></td>
+ </tr>
+ <tr>
+ <td><img src="/images/badges/mullvad.avif" alt="free the internet" title="support the independent web" width="100"></td>
+ <td><a href="https://heliohost.org"><img src="/images/gifs/heliohost-org.gif" alt="heliohost" title="hosted by heliohost.org" height="70"></a></td>
+ </tr>
+ <tr>
+ <td><img src="/images/gifs/hatsunemikuapproved.gif" alt="hatsune miku approved" title="100% approved by hatsune miku!" width="100"></td>
+ <td><img src="/images/gifs/anybrows.gif" alt="any browser" title="works on any browser you can think of" width="100"></td>
+ </tr>
+ <tr>
+ <td><img src="/images/gifs/saynotoweb3.gif" alt="no to web3" title="web3 sucks" width="100"></td>
+ </tr>
+ </tbody>
</table>
<!--
head($pgtitle, $pgdescription);
?>
<body>
- <table id="content">
- <tr>
- <?php include_once("$parts/sidebar.php");?>
+ <table id="tablewrapper" cellspacing="10">
+ <tbody>
+ <tr>
+ <td id="content">
+ <table>
+ <tbody>
+ <tr>
+ <?php include_once("$parts/sidebar.php");?>
- <td id="body">
- <?php include_once("$parts/underconstruction.php");?>
- </td>
- </tr>
-
- <?php include_once("$parts/footer.php");?>
+ <td id="body">
+ <?php include_once("$parts/underconstruction.php");?>
+ </td>
+ </tr>
+
+ <?php include_once("$parts/footer.php");?>
+ </table>
+ </td>
+ <td id="rightbox">
+ <?php include_once("$parts/rightbox.php");?>
+ </td>
+ </tr>
+ </tbody>
</table>
</body>
</html>
background-position: right;
color: white;
}
+#rightbox {
+ background-image: url('/images/backgrounds/patternTV2.gif');
+}
/*
* ID AND CLASSES
*/
+#tablewrapper {
+ margin: 0 auto;
+}
#content {
background-image: url('/images/backgrounds/bg1.gif');
background-repeat: repeat;
height: fit-content;
- width: 95%;
- max-width: 900px;
margin: 10px auto;
border-style: ridge;
}
vertical-align: top;
height: 100%;
width: 200px;
+ max-width: 200px;
padding: 15px 10px;
border-style: ridge;
color: white;
margin-top: 0;
padding-left: 7px;
}
-#sidebar li {
+#sidebar > ul li {
list-style-type: none;
padding: 3px;
}
#body {
vertical-align: top;
padding: 20px 70px 0;
+ width: 550px;
}
#body a {
color: darkgreen;
border-spacing: 0;
margin: 0 auto;
}
+#rightbox {
+ background-image: url('/images/backgrounds/bluerock.jpg');
+ background-repeat: repeat;
+ vertical-align: top;
+ height: 100%;
+ width: 150px;
+ max-width: 150px;
+ padding: 15px 10px;
+ border-style: ridge;
+ color: white;
+}
+#rightbox a {
+ color: lightgreen;
+}
#underconstruction-container {
text-align: center;
}