<?php
require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
- $pgtitle = "Ang aking bookshelf";
- $pgdescription = "Ang koleksiyon ko ng mga libro";
+ $pgtitle = "Bookshelf";
+ $pgdescription = "my collection of books.";
head($pgtitle, $pgdescription);
?>
<body>
<?php
require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
$pgtitle = "Files";
- $pgdescription = "some awesome, and rare files in my computer.";
+ $pgdescription = "some awesome and rare files on my computer.";
head($pgtitle, $pgdescription);
?>
<body>
<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
<hr>\r
<p>Please bare in mind that you are just a visitor, and you are visiting my home. Please do have respect. All things in here are my property, do not use or share to others without prior permission.</p>\r
- <p>If you would like to explore more on this site. If you will—please disable your adblocker. Some certain things vanishes, and you won't gonna be able see them. Don't worry, I won't spy, track, nor do promote advertisements in here. Thank you!</p>\r
+ <p>If you would like to explore more on this site—if you will—please disable your adblocker. Some certain things vanishes, and you won't be able see them. Don't worry, I won't spy, track, nor do promote advertisements in here. Thank you!</p>\r
<hr>\r
</td>\r
</tr>\r
--- /dev/null
+<?php
+ require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
+ $pgtitle = "Tagalog na ang site ko!";
+ $pgdescription = "Inilathala noong 2025, ika-29 ng Hulyo.";
+ $pgcss = ["journal.css"];
+ head($pgtitle, $pgdescription, $pgcss);
+?>
+<body>
+ <table id="content">
+ <tr>
+ <?php include_once("$parts/sidebar.php");?>
+
+ <td id="body">
+ <h1 class="entry-title">Tagalog na ang site ko!</h1>
+ <p class="written-date">Inilathala noong 2025, ika-29 ng Hulyo.</p>
+ <hr>
+ <p>Halos isang oras ko ring nire-refactor yung code ng buong website ko. Ang saya lang na lahat ng text content ng mga page ko, nakasulat na sa wikang Tagalog. Ipagpapatuloy ko na yung ganito, pakiramdam ko, ang genuine at authentic ng site ko, mas personalized na siya kaysa sa nakasulat sa Ingles. Sa totoo lang, mas hirap akong magsulat ng tala dito nang mga nakaraan dahil medyo hirap ako sa pagsulat sa Ingles kaya minsan kung gusto ko talagang gumawa ng bagong tala, e, hindi ko na minsan naitutuloy.</p>
+ <p>Mas ayos na 'to. Umaasa akong tuloy-tuloy na talaga ang pagsusulat ko dito. Kung hindi, aba'y ewan ko na lang.</p>
+ </td>
+ </tr>
+
+ <?php include_once("$parts/footer.php");?>
+ </table>
+</body>
+</html>
<?php
require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
- $pgtitle = "Tala #1 -";
+ $pgtitle = "";
$pgdescription = "";
$pgcss = ["journal.css"];
head($pgtitle, $pgdescription, $pgcss);
<?php include_once("$parts/sidebar.php");?>
<td id="body">
- <h1 class="entry-title">Pamagat ng tala</h1>
- <p class="written-date">Inilathala noong YYYY, ika-DD ng m.</p>
+ <h1 class="entry-title"></h1>
+ <p class="written-date">Written in YYYY, DDst/rd/th of m</p>
<hr>
- <p>katawan...</p>
+ <p></p>
</td>
</tr>
<?php
require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
- $pgtitle = "Entry #1 - a dream.";
+ $pgtitle = "A dream.";
$pgdescription = "a dream.";
$pgcss = ["journal.css"];
head($pgtitle, $pgdescription, $pgcss);
<?php
require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
- $pgtitle = "Tala #2 - The rain.";
+ $pgtitle = "The rain.";
$pgdescription = "ame.";
$pgcss = ["journal.css"];
head($pgtitle, $pgdescription, $pgcss);
+++ /dev/null
-<?php
- require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
- $pgtitle = "Tala #3 - Tagalog na ang site ko!";
- $pgdescription = "Inilathala noong 2025, ika-29 ng Hulyo.";
- $pgcss = ["journal.css"];
- head($pgtitle, $pgdescription, $pgcss);
-?>
-<body>
- <table id="content">
- <tr>
- <?php include_once("$parts/sidebar.php");?>
-
- <td id="body">
- <h1 class="entry-title">Tagalog na ang site ko!</h1>
- <p class="written-date">Inilathala noong 2025, ika-29 ng Hulyo.</p>
- <hr>
- <p>Halos isang oras ko ring nire-refactor yung code ng buong website ko. Ang saya lang na lahat ng text content ng mga page ko, nakasulat na sa wikang Tagalog. Ipagpapatuloy ko na yung ganito, pakiramdam ko, ang genuine at authentic ng site ko, mas personalized na siya kaysa sa nakasulat sa Ingles. Sa totoo lang, mas hirap akong magsulat ng tala dito nang mga nakaraan dahil medyo hirap ako sa pagsulat sa Ingles kaya minsan kung gusto ko talagang gumawa ng bagong tala, e, hindi ko na minsan naitutuloy.</p>
- <p>Mas ayos na 'to. Umaasa akong tuloy-tuloy na talaga ang pagsusulat ko dito. Kung hindi, aba'y ewan ko na lang.</p>
- </td>
- </tr>
-
- <?php include_once("$parts/footer.php");?>
- </table>
-</body>
-</html>
--- /dev/null
+<?php
+ require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
+ $pgtitle = "New haircut";
+ $pgdescription = "I just got a haircut today.";
+ $pgcss = ["journal.css"];
+ head($pgtitle, $pgdescription, $pgcss);
+?>
+<body>
+ <table id="content">
+ <tr>
+ <?php include_once("$parts/sidebar.php");?>
+
+ <td id="body">
+ <h1 class="entry-title">New haircut</h1>
+ <p class="written-date">Written in 2025, 3rd day of August</p>
+ <hr>
+ <p>Somewhere around 3-4 pm, I took to the barber shop to get a nice haircut. It's been 4 months since I had haircut on that shop. I walked there as usual, the distance is approximately a kilometer long. A bit of long walk, but I enjoyed it. I feel better walking rather than riding a vehicle to get quickly on a destination (other than the reason that I don't have money). I now declare that walking is my favorite type of transportation!</p>
+ <p>When I got there, too many people are already inside the shop—about five to six people. I sat outside the door at the stairs to wait for like 3 HOURS, it's too congested inside! I don't have anything on me except the umbrella I was holding. I was just sitting there along with some guys, silently observing people and vehicles passing by to feed some time, because I really have nothing to do—I should have brought a book at least.</p>
+ <p>It's about 5:30 when I already got home. I feel too sticky and hot, so I immediately washed my face to cool down. About the haircut, I think it's good honestly. I was amazed how a great haircut along with proper hair style could make a person look good.</p>
+ </td>
+ </tr>
+
+ <?php include_once("$parts/footer.php");?>
+ </table>
+</body>
+</html>
--- /dev/null
+<?php
+ require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
+ $pgtitle = "Kitchen";
+ $pgdescription = "I cook, sometimes.";
+ 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>
<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="/recipes" title="a cookbook">recipes</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">projects</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="mailto:mail@bochard.net" title="talk to me">email</a></li>
</ul>
</tr>
</table>
+<!--
<div style="width: 200px;">
<script async src="https://cse.google.com/cse.js?cx=41bb325316c57447c">
</script>
- <b>Search ka dito...</b>
+ <b>Search my site here...</b>
<div class="gcse-search"></div>
</div>
+-->
</td>
+++ /dev/null
-<?php
- require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
- $pgtitle = "Mga resipi";
- $pgdescription = "Lutong ulam, panghimagas, atbp.";
- 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>