]> git.bochard.net Git - mysite.git/commitdiff
major table code layout improved
authorbochard <git@bochard.net>
Sun, 14 Dec 2025 04:39:21 +0000 (12:39 +0800)
committerbochard <git@bochard.net>
Sun, 14 Dec 2025 05:04:18 +0000 (13:04 +0800)
27 files changed:
diary/.20250729.php [new file with mode: 0644]
diary/.htaccess [new file with mode: 0644]
diary/.template [new file with mode: 0644]
diary/20250712.php [new file with mode: 0644]
diary/20250714.php [new file with mode: 0644]
diary/20250803.php [new file with mode: 0644]
diary/20250805.php [new file with mode: 0644]
diary/20250809.php [new file with mode: 0644]
diary/index.php [new file with mode: 0644]
email.php
guestbook.php
index.php
info.php
links.php
part/foot.php
part/underconstruction.php
stylesheet/diary.css [new file with mode: 0644]
stylesheet/journal.css [deleted file]
thought/.20250729.php [deleted file]
thought/.htaccess [deleted file]
thought/.template [deleted file]
thought/20250712.php [deleted file]
thought/20250714.php [deleted file]
thought/20250803.php [deleted file]
thought/20250805.php [deleted file]
thought/20250809.php [deleted file]
thought/index.php [deleted file]

diff --git a/diary/.20250729.php b/diary/.20250729.php
new file mode 100644 (file)
index 0000000..ea4cce0
--- /dev/null
@@ -0,0 +1,25 @@
+<?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>
diff --git a/diary/.htaccess b/diary/.htaccess
new file mode 100644 (file)
index 0000000..13191b8
--- /dev/null
@@ -0,0 +1,4 @@
+#Forbidden access
+<FilesMatch "^\.">
+  Require all denied
+</FilesMatch>
diff --git a/diary/.template b/diary/.template
new file mode 100644 (file)
index 0000000..9de6107
--- /dev/null
@@ -0,0 +1,31 @@
+<?php
+       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
+       $pgtitle = "";
+       $pgdescription = "";
+       $pgcss = ['diary.css'];
+       $pgjs = [];
+       head($pgtitle, $pgdescription, $pgcss, $pgjs);
+?>
+<body>    
+       <center>
+               <table>
+                       <tr>
+                               <td>
+                                       <table>
+                                               <tr>
+                                                       <td>
+                                                               <a href="/diary">&lt; back</a>
+                                                               <h1 class="entry-title"></h1>
+                                                               <p class="written-date">Written in YYYY, DDst/rd/th of m</p>
+                                                               <hr>
+                                                               <p></p>
+                                                               <hr>
+                                                       </td>
+                                               </tr>
+                                       </table>
+                               </td>
+                       </tr>
+               </table>
+  </center>
+</body>
+</html>
diff --git a/diary/20250712.php b/diary/20250712.php
new file mode 100644 (file)
index 0000000..ce1d8af
--- /dev/null
@@ -0,0 +1,31 @@
+<?php
+       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
+       $pgtitle = "A dream.";
+       $pgdescription = "";
+       $pgcss = ['diary.css'];
+       $pgjs = [];
+       head($pgtitle, $pgdescription, $pgcss, $pgjs);
+?>
+<body>    
+       <center>
+               <table>
+                       <tr>
+                               <td>
+                                       <table id="theholderofthings">
+                                               <tr>
+                                                       <td>
+                                                               <a href="/diary/">&lt; back</a>
+                                                               <h1 class="entry-title">A dream.</h1>
+                                                               <p class="written-date">Written in 2025, 12th of July.</p>
+                                                               <hr>
+                                                               <p>Apocalypse. A city. Inside the train. Love. Arcade. It must be another weird dream...</p>
+                                                               <hr>
+                                                       </td>
+                                               </tr>
+                                       </table>
+                               </td>
+                       </tr>
+               </table>
+  </center>
+</body>
+</html>
diff --git a/diary/20250714.php b/diary/20250714.php
new file mode 100644 (file)
index 0000000..c76ecc7
--- /dev/null
@@ -0,0 +1,35 @@
+<?php
+       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
+       $pgtitle = "The rain.";
+       $pgdescription = "";
+       $pgcss = ['diary.css'];
+       $pgjs = [];
+       head($pgtitle, $pgdescription, $pgcss, $pgjs);
+?>
+<body>    
+       <center>
+               <table>
+                       <tr>
+                               <td>
+                                       <table id="theholderofthings">
+                                               <tr>
+                                                       <td>
+                                                               <a href="/diary/">&lt; back</a>
+                                                               <h1 class="entry-title">The rain.</h1>
+                                                               <p class="written-date">Written in 2025, 14th of July.</p>
+                                                               <hr>
+                                                               <p>Monday, somewhere around 3 in the afternoon. It's hot, even though it is already July—rainy season. Well, my cousins, even my sister is out on the high school and elemtary nearby. They started their classes this past month, while mine, would be this upcoming August—as a freshman college—still a month left. Having nothing much to do, I'm usually on the living room on the afternoon. I can't take a nap in my bed, it is blazingly hot inside like I'm in a sauna, yet I don't even know how hot inside sauna is—much likely, our bedroom is significantly hotter.</p>
+                                                               <p>I made a coffee.</p>
+                                                               <p>Then, it rained.</p>
+                                                               <p>The sound of raindrops hitting the thin roof of our house, little-by-little getting louder. I got off the chair, then go to our garage. I put my head on my crossed arm laid above the gate which is almost the same height as my shoulder. I stared on the rain slowly getting heavier...It's just so majestic. I like rain, and I mean it...no, I don't just like it, but I LOVE it. It gives me a feeling or serenity, a peace that I cannot explain through words.</p>
+                                                               <p>I like rain so much that I always look forward to it every single day, especially in the afternoon. Although, that might sounds selfish to many...others might say "Won't you think of others...how about those ones who is out and need to work, or those beggars whom doesn't have a shelter?". Yes!...I feel pity to them, really. It's just that, I love rain, even though the reality that many people doesn't like rain as much as I do.</p>
+                                                               <hr>
+                                                       </td>
+                                               </tr>
+                                       </table>
+                               </td>
+                       </tr>
+               </table>
+  </center>
+</body>
+</html>
diff --git a/diary/20250803.php b/diary/20250803.php
new file mode 100644 (file)
index 0000000..f0ec939
--- /dev/null
@@ -0,0 +1,33 @@
+<?php
+       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
+       $pgtitle = "New haircut";
+       $pgdescription = "";
+       $pgcss = ['diary.css'];
+       $pgjs = [];
+       head($pgtitle, $pgdescription, $pgcss, $pgjs);
+?>
+<body>    
+       <center>
+               <table>
+                       <tr>
+                               <td>
+                                       <table id="theholderofthings">
+                                               <tr>
+                                                       <td>
+                                                               <a href="/diary/">&lt; back</a>
+                                                               <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 &lpar;other than the reason that I don't have money&rpar;. 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>
+                                                               <hr>
+                                                       </td>
+                                               </tr>
+                                       </table>
+                               </td>
+                       </tr>
+               </table>
+  </center>
+</body>
+</html>
diff --git a/diary/20250805.php b/diary/20250805.php
new file mode 100644 (file)
index 0000000..6a1a152
--- /dev/null
@@ -0,0 +1,37 @@
+<?php
+       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
+       $pgtitle = "University orientation";
+       $pgdescription = "";
+       $pgcss = ['diary.css'];
+       $pgjs = [];
+       head($pgtitle, $pgdescription, $pgcss, $pgjs);
+?>
+<body>    
+       <center>
+               <table>
+                       <tr>
+                               <td>
+                                       <table id="theholderofthings">
+                                               <tr>
+                                                       <td>
+                                                               <a href="/diary/">&lt; back</a>
+                                                               <h1 class="entry-title">University orientation</h1>
+                                                               <p class="written-date">Written in 2025, 5th of August</p>
+                                                               <hr>
+                                                               <p>These past four months of vacation I wake up by 8 or 9—sometimes near noon—so my body was not used to wake that early. I kinda feel dizzy, even though I slept for 5 hours &lpar;which is I think enough for a teen guy&rpar;. We leave by 7:45, there was a heavy traffic so almost an hour was spent until we reach the jeepney terminal, usually it would only took 30mins.</p>
+                                                               <p>It was my first solo-commute on a jeepney, so I'm kind of nervous. Before, when I ride, I always have someone like a previous classmate or a friend. Now, it was only me.</p>
+                                                               <p>The first jeepney I rode, the process went smooth. After landing to another terminal, I asked one of the jeepney drivers and asked what jeepney to ride routing to the university. He pointed the jeepney nearly leaving. Fortunately I ran and ride, but <strong><i>IT WAS ALREADY FULL!</i></strong> I need to go off but the driver shouted to me that I should go to the front passenger seat instead. That was the first time I sat on a jeepney's passenger seat lol.</p>
+                                                               <p>The orientation should start 7:30 in the morning, and it's already 8 but I'm still at the jeepney, I'm anxious that time if I could still enter the gymnasium.</p>
+                                                               <p>Once I entered the university, I go to one of the business stall to print the COR &lpar;Certificate of Registration&rpar; of my friends. They're already inside and not allowed to go outside. <strong><i>GAHHHHH!</i></strong> I'm too much late yet the printing line is still have long queue.</p>
+                                                               <p>I still able to enter the gymnasium, and it seems that they already started just a few minutes ago I guess &lpar;FILIPINO TIME&rpar;. At the end, the COR was not even used by them, I just wasted time and money lol.</p>
+                                                               <p>I'm at the most back mixed with other department. My department is at the front. The orientation lasts for 5 hours, from 8 to 1pm. I haven't talked to anyone there for straight five hours, it sucks that I can't even start a simple conversation. I felt the hunger and thirst that time, I have packed a lunch and snacks, as well a tumbler for water, but I'm too shy to even fill my stomach.</p>
+                                                               <hr>
+                                                       </td>
+                                               </tr>
+                                       </table>
+                               </td>
+                       </tr>
+               </table>
+  </center>
+</body>
+</html>
diff --git a/diary/20250809.php b/diary/20250809.php
new file mode 100644 (file)
index 0000000..35a5a25
--- /dev/null
@@ -0,0 +1,31 @@
+<?php
+       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
+       $pgtitle = "Our kitten died";
+       $pgdescription = "";
+       $pgcss = ['diary.css'];
+       $pgjs = [];
+       head($pgtitle, $pgdescription, $pgcss, $pgjs);
+?>
+<body>    
+       <center>
+               <table>
+                       <tr>
+                               <td>
+                                       <table id="theholderofthings">
+                                               <tr>
+                                                       <td>
+                                                               <a href="/diary/">&lt; back</a>
+                                                               <h1 class="entry-title">Our kitten died</h1>
+                                                               <p class="written-date">Written in 2025, 9th of August</p>
+                                                               <hr>
+                                                               <p>[discontinued...]</p>
+                                                               <hr>
+                                                       </td>
+                                               </tr>
+                                       </table>
+                               </td>
+                       </tr>
+               </table>
+  </center>
+</body>
+</html>
diff --git a/diary/index.php b/diary/index.php
new file mode 100644 (file)
index 0000000..80e257e
--- /dev/null
@@ -0,0 +1,56 @@
+<?php
+       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
+       $pgtitle = "my thoughts";
+       $pgdescription = "";
+       $pgcss = ['diary.css'];
+       $pgjs = [];
+       head($pgtitle, $pgdescription, $pgcss, $pgjs);
+?>
+<body>    
+       <center>
+               <table>
+                       <tr>
+                               <td>
+                                       <table id="theholderofthings">
+                                               <tr>
+                                                       <td>
+                                                               <h1>bochard's diary</h1>
+                                                               <p>Some thoughts from my mind that I want to write. This section is not purely for sentimental, and emotional stuffs. It is kind of a mix of a journal, a diary, and a weblog. Feel free to read them. Please don't mind the grammatical mistakes, I am not a native English speaker but I'll do my best to improve my vocabulary and writing so I could express more of my thoughts.</p>
+                                                               <ul>
+                                                                       <?php
+                                                                               $path = $_SERVER['DOCUMENT_ROOT'] . '/diary/';
+                                                                               $files = glob($path . '*.php');
+                                                                
+                                                                               $entries = [];
+                                                                
+                                                                               foreach ($files as $path) {
+                                                                                       $filename = basename($path); 
+                                                                
+                                                                                       if (!preg_match('/^\d{8}\.php$/', $filename)) {
+                                                                                               continue;
+                                                                                       }
+                                                                
+                                                                                       $date = substr($filename, 0, 8);
+                                                                                       $entries[$date] = $filename;
+                                                                               }
+                                                                
+                                                                               krsort($entries);
+                                                                
+                                                                               foreach ($entries as $date => $filename) {
+                                                                                       $url = "/diary/$filename";
+                                                                                       $entryName = date("F j, Y", strtotime($date));
+                                                                                       echo "<li><a href=\"$url\">$entryName</a></li>\n";
+                                                                               }
+                                                                       ?>
+                                                               </ul>
+                                                               
+                                                               <center><a href="/"><img src="/image/navigation/backhomepage.gif"></a></center>
+                                                       </td>
+                                               </tr>
+                                       </table>
+                               </td>
+                       </tr>
+               </table>
+       </center>
+</body>
+</html>
index 0c599abed5b9f0d14fba84c2466e08d4ba97e561..1b427e600ef8e16bdfbbaae8a5ee20922cafa1ed 100644 (file)
--- a/email.php
+++ b/email.php
@@ -2,25 +2,31 @@
        require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
        $pgtitle = "email";
        $pgdescription = "";
-       $pgcss = ['email.css'];
+       $pgcss = [];
        $pgjs = [];
        head($pgtitle, $pgdescription, $pgcss, $pgjs);
 ?>
 <body>
-       <table id="theholderofthings">
-               <tbody>
+       <center>
+               <table>
                        <tr>
                                <td>
-                                       <center><img src="/image/gif/emailspin.gif"><img src="/image/gif/emailspin.gif"><img src="/image/gif/emailspin.gif"></center>
-                                       <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.<img src="/image/gif/emoticon/nerd.gif"></p>
-                                       <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 messages through here.</p>
-                                       <p>I will respond to you as soon as I can. If weeks eventually passed and you still haven't got any reply. It could just simply mean I'm already dead <img src="/image/gif/emoticon/dead.gif">, or just could be that your email has been flagged as spam and automatically moved to the spam folder <img src="/image/gif/emoticon/wink.gif">. So write a genuine, heartfelt email so your it will be delivered properly on my inbox <img src="/image/gif/emoticon/perfect.gif">. Thanks!</p>
-                                       
-                                       <center><a href="/"><img src="/image/navigation/backhomepage.gif"></a></center>
+                                       <table id="theholderofthings">
+                                               <tr>
+                                                       <td>
+                                                               <center><img src="/image/gif/emailspin.gif"><img src="/image/gif/emailspin.gif"><img src="/image/gif/emailspin.gif"></center>
+                                                               <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.<img src="/image/gif/emoticon/nerd.gif"></p>
+                                                               <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 messages through here.</p>
+                                                               <p>I will respond to you as soon as I can. If weeks eventually passed and you still haven't got any reply. It could just simply mean I'm already dead <img src="/image/gif/emoticon/dead.gif">, or just could be that your email has been flagged as spam and automatically moved to the spam folder <img src="/image/gif/emoticon/wink.gif">. So write a genuine, heartfelt email so your it will be delivered properly on my inbox <img src="/image/gif/emoticon/perfect.gif">. Thanks!</p>
+                                                               
+                                                               <center><a href="/"><img src="/image/navigation/backhomepage.gif"></a></center>
+                                                       </td>
+                                               </tr>
+                                       </table>
                                </td>
                        </tr>
-               </tbody>
-       </table>
+               </table>
+       </center>
 </body>
 </html>
index 4d9028f364ceb54a0f6c37c3d64112c10a3d403b..19c940b8d15fe16f3e9f93a52af8b1712a805285 100644 (file)
@@ -2,25 +2,31 @@
        require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
        $pgtitle = "guestbook";
        $pgdescription = "";
-       $pgcss = ['guestbook.css'];
+       $pgcss = [];
        $pgjs = [];
        head($pgtitle, $pgdescription, $pgcss, $pgjs);
 ?>
 <body>
-       <table id="theholderofthings">
-               <tbody>
+       <center>
+               <table>
                        <tr>
                                <td>
-                                       <center>
-                                               <iframe src="https://bochard.atabook.org" frameborder="" width="70%" height="600"></iframe>
-                                       </center>
-                                       <br><br>
-                                       <p>I would create my own hand-coded guestbook soon. at least for now, this guestbook provided by <a href="http://www.atabook.org" target="_blank">atabook</a> should be fine.</p>
-                                       
-                                       <center><a href="/"><img src="/image/navigation/backhomepage.gif"></a></center>
+                                       <table id="theholderofthings">
+                                               <tr>
+                                                       <td>
+                                                               <center>
+                                                                       <iframe src="https://bochard.atabook.org" frameborder="" width="100%" height="600"></iframe>
+                                                               </center>
+                                                               <br><br>
+                                                               <p>I would create my own hand-coded guestbook soon. at least for now, this guestbook provided by <a href="http://www.atabook.org" target="_blank">atabook</a> should be fine.</p>
+                                                               
+                                                               <center><a href="/"><img src="/image/navigation/backhomepage.gif"></a></center>
+                                                       </td>
+                                               </tr>
+                                       </table>
                                </td>
                        </tr>
-               </tbody>
-       </table>
+               </table>
+       </center>
 </body>
 </html>
index 0ac226bad2c83f152568057514f37dfeaf55ca91..551a6e7c537f7accf203e3ea4809ef3557299645 100644 (file)
--- a/index.php
+++ b/index.php
        head($pgtitle, $pgdescription, $pgcss, $pgjs);\r
 ?>\r
 <body>\r
-       <table id="theholderofthings">\r
-               <tbody>\r
+       <center>\r
+               <table>\r
                        <tr>\r
                                <td>\r
-                                       <audio controls loop autoplay>\r
-                                               <source src="/audio/staying-alive.mp3" type="audio/mpeg">\r
-                                       </audio>\r
-                                       <center><img src="/image/home-banner2.png"></center>\r
-                                       <table cellpadding="0" cellspacing="0">\r
-                                               <tbody>\r
-                                                       <tr>\r
-                                                               <td colspan="2">\r
-                                                                       <img src="/image/gif/bulblights.gif" width="100%">\r
-                                                               </td>\r
-                                                               <td colspan="2">\r
-                                                                       <img src="/image/gif/bulblights.gif" width="100%">\r
-                                                               </td>\r
-                                                       </tr>\r
-                                                       <tr>\r
-                                                               <td width="25%">\r
-                                                                       <img src="/image/gif/world.gif">\r
-                                                               </td>\r
-                                                               <td width="25%">\r
-                                                                       <img src="/image/gif/welcomecat.gif">\r
-                                                               </td>\r
-                                                               <td width="25%">\r
-                                                                       <img src="/image/gif/world.gif">\r
-                                                               </td>\r
-                                                               <td width="25%">\r
-                                                                       <img src="/image/gif/welcomecat.gif">\r
-                                                               </td>\r
-                                                       </tr>\r
-                                               </tbody>\r
+                                       <table id="theholderofthings">\r
+                                               <tr>\r
+                                                       <td>\r
+                                                               <center><img src="/image/home-banner2.png"></center>\r
+                                                               <table cellpadding="0" cellspacing="0">\r
+                                                                       <tr>\r
+                                                                               <td colspan="2">\r
+                                                                                       <img src="/image/gif/bulblights.gif" width="100%">\r
+                                                                               </td>\r
+                                                                               <td colspan="2">\r
+                                                                                       <img src="/image/gif/bulblights.gif" width="100%">\r
+                                                                               </td>\r
+                                                                       </tr>\r
+                                                                       <tr>\r
+                                                                               <td width="25%">\r
+                                                                                       <img src="/image/gif/world.gif">\r
+                                                                               </td>\r
+                                                                               <td width="25%">\r
+                                                                                       <img src="/image/gif/welcomecat.gif">\r
+                                                                               </td>\r
+                                                                               <td width="25%">\r
+                                                                                       <img src="/image/gif/world.gif">\r
+                                                                               </td>\r
+                                                                               <td width="25%">\r
+                                                                                       <img src="/image/gif/welcomecat.gif">\r
+                                                                               </td>\r
+                                                                       </tr>\r
+                                                               </table>\r
+                                                               <center>\r
+                                                                       <img src="/image/navigation/homepageburning.gif">\r
+                                                                       <h1><img src="/image/gif/welcomespinning.gif"> Welcome to my website!!! <img src="/image/gif/welcomespinning.gif"></h1>\r
+                                                               </center>\r
+                                                               <p>I am very happy that you found my net home even though it's almost unsearchable from the vast internet. Try to explore the site, here you can see what I usually do, some fun things, cool stuffs, and my thoughts to certain topics, and I really hope you'll have some fun!.<em><b>"What's with the old-web style?"</b></em>, you might ask. well...I just really like it. It's awesome and it gives me a feel of nostalgia on the early days of the internet. And, this site is purposely made to be viewed on a desktop screen. I really don't like writing complicated code just to <a href="https://en.wikipedia.org/wiki/Responsive_web_design" target="_blank">dynamically fit this site on a small screen</a>.</p>\r
+                                                               <p>This site was born just this year (2025). <b><i>Fun fact:</i></b> the codes here existed since 2024, though most of them are already modified, yet the essence still remains. Hope you'll enjoy visiting my tiny corner of the internet!!! Feel free to get lost hahaha.<img src="/image/gif/emoticon/laugh.gif"> Anddd..don't forget to <a href="/guestbook.php">sign the guestbook</a> before you leave. If you'd like to know more about me, well might be nice to follow this link: <a href="/info.php">click me</a>(it might not be updated for now lol)</p>\r
+                                                               <p>I just a have a small favor. If you will, please consider disabling your adblocker. some cool stuffs like the visitor counter cannot be seen if you enable that thing <img src="/image/gif/emoticon/frown.gif">. tnx. and if you really got lost for some reason, just go to the homepage!</p>\r
+                                                               \r
+                                                               <center><a href="/links.php"><img src="/image/navigation/linkspageburning.gif" align="left"></a></center><br>\r
+                                                               <p>I'll list down here some resource links that might be useful for you...</p>\r
+                                                               <ul>\r
+                                                                       <li><a href="https://github.com/bochard07" target="_blank">my github</a></li>\r
+                                                                       <li><a href="https://www.heliohost.org" target="_blank">free web hosting site I use</a></li>\r
+                                                                       <li><a href="https://www.debian.org" target="_blank">linux debian os</a> (the operating system I currently use)</li>\r
+                                                               </ul>\r
+                                                               <p><em>real cool links can be found when you click that burning links image. <img src="/image/gif/emoticon/wink.gif"></em></p>\r
+                                                               <br>\r
+                                                               <table cellspacing="0" cellpadding="0" width="100%">\r
+                                                                       <tr>\r
+                                                                               <td align="right">\r
+                                                                                       <img src="/image/under-construction/spinning.gif">\r
+                                                                                       <img src="/image/under-construction/spinning.gif">\r
+                                                                               </td>\r
+                                                                               <td>\r
+                                                                                       <marquee style="background:yellow; color:black;">\r
+                                                                                               <img src="/image/under-construction/yellowwarning.gif" height="15">\r
+                                                                                               <img src="/image/under-construction/yellowwarning.gif" height="15">\r
+                                                                                               <img src="/image/under-construction/yellowwarning.gif" height="15">\r
+                                                                                               <b>This page is under construction!!!</b>\r
+                                                                                               <img src="/image/under-construction/yellowwarning.gif" height="15">\r
+                                                                                               <img src="/image/under-construction/yellowwarning.gif" height="15">\r
+                                                                                               <img src="/image/under-construction/yellowwarning.gif" height="15">\r
+                                                                                       </marquee>\r
+                                                                               </td>\r
+                                                                               <td>\r
+                                                                                       <img src="/image/under-construction/spinning.gif">\r
+                                                                                       <img src="/image/under-construction/spinning.gif">\r
+                                                                               </td>\r
+                                                                       </tr>\r
+                                                               </table>\r
+                                                               <br>\r
+                                                               <p>here are some of the programming projects I've done so far... check out this link and try to use them: <a href="/works">my works</a></p>\r
+                                                               <p align="right">~~~This is my typing speed, by the way...</p>\r
+                                                               <a href="https://data.typeracer.com/pit/profile?user=bochard&ref=badge" target="_top"><img src="https://data.typeracer.com/misc/badge?user=bochard" border="0" alt="TypeRacer.com scorecard for user bochard" align="right" height="400"></a>\r
+                                                               I had written some stuffs on my <a href="/diary">diary</a>. Please don't mind the grammar, I'm still honing it <img src="/image/gif/emoticon/brushteeth.gif">.\r
+                                                               \r
+                                                               <br><br>\r
+                                                               <center><h2>Site updates</h2></center>\r
+                                                               <table align="center" width="00" border="1" cellpadding="7">\r
+                                                                       <tr>\r
+                                                                               <th>update description</th>\r
+                                                                               <th>date</th>\r
+                                                                       </tr>\r
+                                                                       <tr>\r
+                                                                               <td>table layout much better and journal is now named as diary</td>\r
+                                                                               <td>Dec/14/2025</td>\r
+                                                                       </tr>\r
+                                                                       <tr>\r
+                                                                               <td>Unforbid journal directory</td>\r
+                                                                               <td>Dec/08/2025</td>\r
+                                                                       </tr>\r
+                                                                       <tr>\r
+                                                                               <td>new design and layout.</td>\r
+                                                                               <td>Nov/14/2025</td>\r
+                                                                       </tr>\r
+                                                                       <tr>\r
+                                                                               <td>Purchased <b><i>bochard.net</i></b> as my new domain.</td>\r
+                                                                               <td>July/03/2025</td>\r
+                                                                       </tr>\r
+                                                                       <tr>\r
+                                                                               <td>undocumented changes...<img src="/image/gif/emoticon/cry.gif"></td>\r
+                                                                               <td>July/2024-July/2025</td>\r
+                                                                       </tr>\r
+                                                               </table>\r
+                                                               \r
+                                                               <img src="/image/gif/chicken-ani.gif" title="chimkin"> look, a chimken! <img src="/image/gif/emoticon/laugh.gif">\r
+                                                               \r
+                                                               <?php include_once("$part/foot.php");?>\r
+                                                       </td>\r
+                                               </tr>\r
                                        </table>\r
-                                       <center>\r
-                                               <img src="/image/navigation/homepageburning.gif">\r
-                                               <h1><img src="/image/gif/welcomespinning.gif"> Welcome to my website!!! <img src="/image/gif/welcomespinning.gif"></h1>\r
-                                       </center>\r
-                                       <p>I am very happy that you found my net home even though it's almost unsearchable from the vast internet. Try to explore the site, here you can see what I usually do, some fun things, cool stuffs, and my thoughts to certain topics, and I really hope you'll have some fun!.<em><b>"What's with the old-web style?"</b></em>, you might ask. well...I just really like it. It's awesome and it gives me a feel of nostalgia on the early days of the internet. And, this site is purposely made to be viewed on a desktop screen. I really don't like writing complicated code just to <a href="https://en.wikipedia.org/wiki/Responsive_web_design" target="_blank">dynamically fit this site on a small screen</a>.</p>\r
-                                       <p>This site was born just this year (2025). <b><i>Fun fact:</i></b> the codes here existed since 2024, though most of them are already modified, yet the essence still remains. Hope you'll enjoy visiting my tiny corner of the internet!!! Feel free to get lost hahaha.<img src="/image/gif/emoticon/laugh.gif"> Anddd..don't forget to <a href="/guestbook.php">sign the guestbook</a> before you leave. If you'd like to know more about me, well might be nice to follow this link: <a href="/info.php">click me</a>(it might not be updated for now lol)</p>\r
-                                       <p>I just a have a small favor. If you will, please consider disabling your adblocker. some cool stuffs like the visitor counter cannot be seen if you enable that thing <img src="/image/gif/emoticon/frown.gif">. tnx. and if you really got lost for some reason, just go to the homepage!</p>\r
-                                       \r
-                                       <center><a href="/links.php"><img src="/image/navigation/linkspageburning.gif" align="left"></a></center><br>\r
-                                       <p>I'll list down here some resource links that might be useful for you...</p>\r
-                                       <ul>\r
-                                               <li><a href="https://github.com/bochard07" target="_blank">my github</a></li>\r
-                                               <li><a href="https://www.heliohost.org" target="_blank">free web hosting site I use</a></li>\r
-                                               <li><a href="https://www.debian.org" target="_blank">linux debian os</a> (the operating system I currently use)</li>\r
-                                       </ul>\r
-                                       <p><em>real cool links can be found when you click that burning links image. <img src="/image/gif/emoticon/wink.gif"></em></p>\r
-                                       <br>\r
-                                       <table cellspacing="0" cellpadding="0" width="100%">\r
-                                               <tbody>\r
-                                                       <tr>\r
-                                                               <td align="right">\r
-                                                                       <img src="/image/under-construction/spinning.gif">\r
-                                                                       <img src="/image/under-construction/spinning.gif">\r
-                                                               </td>\r
-                                                               <td>\r
-                                                                       <marquee style="background:yellow; color:black;">\r
-                                                                               <img src="/image/under-construction/yellowwarning.gif" height="15">\r
-                                                                               <img src="/image/under-construction/yellowwarning.gif" height="15">\r
-                                                                               <img src="/image/under-construction/yellowwarning.gif" height="15">\r
-                                                                               <b>This page is under construction!!!</b>\r
-                                                                               <img src="/image/under-construction/yellowwarning.gif" height="15">\r
-                                                                               <img src="/image/under-construction/yellowwarning.gif" height="15">\r
-                                                                               <img src="/image/under-construction/yellowwarning.gif" height="15">\r
-                                                                       </marquee>\r
-                                                               </td>\r
-                                                               <td>\r
-                                                                       <img src="/image/under-construction/spinning.gif">\r
-                                                                       <img src="/image/under-construction/spinning.gif">\r
-                                                               </td>\r
-                                                       </tr>\r
-                                               </tbody>\r
-                                       </table>\r
-                                       <br>\r
-                                       <p>here are some of the programming projects I've done so far... check out this link and try to use them: <a href="/works">my works</a></p>\r
-                                       <p align="right">~~~This is my typing speed, by the way...</p>\r
-                                       <a href="https://data.typeracer.com/pit/profile?user=bochard&ref=badge" target="_top"><img src="https://data.typeracer.com/misc/badge?user=bochard" border="0" alt="TypeRacer.com scorecard for user bochard" align="right" height="400"></a>\r
-                                       I had written some stuffs on my <a href="/thought/">weblog</a>. Please don't mind the grammar, I'm still honing it <img src="/image/gif/emoticon/brushteeth.gif">.\r
-                                       \r
-                                       <br><br>\r
-                                       <center><h2>Site updates</h2></center>\r
-                                       <table align="center" width="00" border="1" cellpadding="7">\r
-                                               <thead>\r
-                                                       <tr>\r
-                                                               <th>update description</th>\r
-                                                               <th>date</th>\r
-                                                       </tr>\r
-                                               </thead>\r
-                                               <tbody>\r
-                                                       <tr>\r
-                                                               <td>Unforbid journal directory</td>\r
-                                                               <td>Dec/08/2025</td>\r
-                                                       </tr>\r
-                                                       <tr>\r
-                                                               <td>new design and layout.</td>\r
-                                                               <td>Nov/14/2025</td>\r
-                                                       </tr>\r
-                                                       <tr>\r
-                                                               <td>Purchased <b><i>bochard.net</i></b> as my new domain.</td>\r
-                                                               <td>July/03/2025</td>\r
-                                                       </tr>\r
-                                                       <tr>\r
-                                                               <td>undocumented changes...<img src="/image/gif/emoticon/cry.gif"></td>\r
-                                                               <td>July/2024-July/2025</td>\r
-                                                       </tr>\r
-                                               </tbody>\r
-                                       </table>\r
-                                       \r
-                                       <img src="/image/gif/chicken-ani.gif" title="chimkin"> look, a chimken! <img src="/image/gif/emoticon/laugh.gif">\r
                                </td>\r
                        </tr>\r
-               </tbody>\r
-               \r
-               <tfoot>\r
-                       <tr>\r
-                               <td><?php include_once("$part/foot.php");?></td>\r
-                       </tr>\r
-               </tfoot>\r
-       </table>\r
+               </table>\r
+       </center>\r
 </body>\r
 </html>\r
index 4c12fe1ebdca91d65332b67848fb1a07655161ab..11a175fb727cd4288023ac6e27c6d93a409b4296 100644 (file)
--- a/info.php
+++ b/info.php
@@ -2,19 +2,25 @@
        require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
        $pgtitle = "about me";
        $pgdescription = "";
-       $pgcss = ['info.css'];
+       $pgcss = [];
        $pgjs = [];
        head($pgtitle, $pgdescription, $pgcss, $pgjs);
 ?>
 <body>
-       <table id="theholderofthings">
-               <tbody>
+       <center>
+               <table>
                        <tr>
                                <td>
-                                       <?php include_once("$part/underconstruction.php");?>
+                                       <table id="theholderofthings">
+                                               <tr>
+                                                       <td>
+                                                               <?php include_once("$part/underconstruction.php");?>
+                                                       </td>
+                                               </tr>
+                                       </table>
                                </td>
                        </tr>
-               </tbody>
-       </table>
+               </table>
+       </center>
 </body>
 </html>
index a88f07c5880bbadd5743fd85f4911b120e8e7a68..05981ccf2acd700fb704312baf6f0e2852302865 100644 (file)
--- a/links.php
+++ b/links.php
@@ -6,16 +6,22 @@
        $pgjs = [];
        head($pgtitle, $pgdescription, $pgcss, $pgjs);
 ?>
-<body>    
-       <table id="theholderofthings">
-               <tbody>
+<body>
+       <center>    
+               <table>
                        <tr>
                                <td>
-                                       <h1>here are some really cool links I found...</h1>
-                                       <?php include_once("$part/underconstruction.php");?>
+                                       <table id="theholderofthings">
+                                               <tr>
+                                                       <td>
+                                                               <h1>here are some really cool links I found...</h1>
+                                                               <?php include_once("$part/underconstruction.php");?>
+                                                       </td>
+                                               </tr>
+                                       </table>
                                </td>
                        </tr>
-               </tbody>
-       </table>
+               </table>
+       </center>
 </body>
 </html>
index 190e63a4e1ff6d9b7cfd9ed090ca413cd3dcd581..c3c42270d6f80bfefce0eed92c6828b12ea8b15e 100644 (file)
@@ -1,34 +1,29 @@
-<br><br><br>
 <table align="center">
-       <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="/image/badge/anybrowser.gif" alt="Viewable With Any Browser" title="best to view on computer screen" width="100"></a></td>
-                       <td><img src="/image/badge/mullvad.avif" alt="free the internet" title="support the independent web" width="100"></td>
-                       <td><a href="https://heliohost.org"><img src="/image/badge/heliohost-org.gif" alt="heliohost" title="hosted by heliohost.org" height="70"></a></td>
-               </tr>
-               <tr>
-                       <td><img src="/image/badge/hatsunemikuapproved.gif" alt="hatsune miku approved" title="100% approved by hatsune miku!" width="100"></td>
-                       <td><img src="/image/badge/anybrows.gif" alt="any browser" title="works on any browser you can think of" width="100"></td>
-                       <td><img src="/image/badge/saynotoweb3.gif" alt="no to web3" title="web3 sucks" width="100"></td>
-                       <td><a href="/email.php"><img src="/image/gif/emailmedesktop.gif" alt="e-mail" title="write me an e-mail"></a></td>
-               </tr>
-               <tr>
-                       <td><img src="/image/badge/notepad.gif" alt="made with notepad" title="made with notepad (jk, I used geany)" width="100"></td>
-                       <td><a href="http://www.wiby.org"><img src="/image/badge/wiby.org.gif" alt="wiby.org" title="search old sites with wiby.org!" width="100"></a></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="/image/badge/anybrowser.gif" alt="Viewable With Any Browser" title="best to view on computer screen" width="100"></a></td>
+               <td><img src="/image/badge/mullvad.avif" alt="free the internet" title="support the independent web" width="100"></td>
+               <td><a href="https://heliohost.org"><img src="/image/badge/heliohost-org.gif" alt="heliohost" title="hosted by heliohost.org" height="70"></a></td>
+       </tr>
+       <tr>
+               <td><img src="/image/badge/hatsunemikuapproved.gif" alt="hatsune miku approved" title="100% approved by hatsune miku!" width="100"></td>
+               <td><img src="/image/badge/anybrows.gif" alt="any browser" title="works on any browser you can think of" width="100"></td>
+               <td><img src="/image/badge/saynotoweb3.gif" alt="no to web3" title="web3 sucks" width="100"></td>
+               <td><a href="/email.php"><img src="/image/gif/emailmedesktop.gif" alt="e-mail" title="write me an e-mail"></a></td>
+       </tr>
+       <tr>
+               <td><img src="/image/badge/notepad.gif" alt="made with notepad" title="made with notepad (jk, I used geany)" width="100"></td>
+               <td><a href="http://www.wiby.org"><img src="/image/badge/wiby.org.gif" alt="wiby.org" title="search old sites with wiby.org!" width="100"></a></td>
+       </tr>
 </table>
 <table align="center">
-       <tbody>
-               <tr>
-                       <td>
-                               <center>
-                                       <br>
-                                       <b>ἀγάπην τοῦ θεοῦ</b><br>
-                                       This site is hand-coded since 2024.
-                               </center>
-                       </td>
-               </tr>
-       </tbody>
+       <tr>
+               <td>
+                       <center>
+                               <br>
+                               <b>ἀγάπην τοῦ θεοῦ</b><br>
+                               This site is hand-coded since 2024.
+                       </center>
+               </td>
+       </tr>
 </table>
index 9d2fb50658b98616559bf58ce8eee097a6ecd0e9..d6f250fbc3e8a7466f066b091ed9ee77123a93b2 100644 (file)
@@ -1,14 +1,12 @@
 <center>
-       <div>
-               <img src="/image/under-construction/letters.gif" width="250"><br>
-               <img src="/image/under-construction/pikachu.gif">
-               <img src="/image/under-construction/signage.gif">
-               <img src="/image/under-construction/pikachu.gif"><br>
-               <img src="/image/under-construction/spinning.gif">
-               <img src="/image/under-construction/spinning.gif">
-               <img src="/image/under-construction/spinning.gif">
-               <h1>Oopss, nothing here...</h1>
-               <p>Come back soon!</p>
-               <a href="/"><img src="/image/navigation/backhomepage.gif" alt="back to homepage"></a>
-       </div>
+       <img src="/image/under-construction/letters.gif" width="250"><br>
+       <img src="/image/under-construction/pikachu.gif">
+       <img src="/image/under-construction/signage.gif">
+       <img src="/image/under-construction/pikachu.gif"><br>
+       <img src="/image/under-construction/spinning.gif">
+       <img src="/image/under-construction/spinning.gif">
+       <img src="/image/under-construction/spinning.gif">
+       <h1>Oopss, nothing here...</h1>
+       <p>Come back soon!</p>
+       <a href="/"><img src="/image/navigation/backhomepage.gif" alt="back to homepage"></a>
 </center>
diff --git a/stylesheet/diary.css b/stylesheet/diary.css
new file mode 100644 (file)
index 0000000..549a638
--- /dev/null
@@ -0,0 +1,6 @@
+body {
+       background: white;
+}
+#theholderofthings {
+       width: 490px;
+}
diff --git a/stylesheet/journal.css b/stylesheet/journal.css
deleted file mode 100644 (file)
index cff413f..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-body {
-       background: white;
-}
-#theholderofthings {
-       width: 600px;
-}
diff --git a/thought/.20250729.php b/thought/.20250729.php
deleted file mode 100644 (file)
index ea4cce0..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?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>
diff --git a/thought/.htaccess b/thought/.htaccess
deleted file mode 100644 (file)
index 13191b8..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#Forbidden access
-<FilesMatch "^\.">
-  Require all denied
-</FilesMatch>
diff --git a/thought/.template b/thought/.template
deleted file mode 100644 (file)
index d413dc6..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
-       $pgtitle = "";
-       $pgdescription = "";
-       $pgcss = ['journal.css'];
-       $pgjs = [];
-       head($pgtitle, $pgdescription, $pgcss, $pgjs);
-?>
-<body>    
-  <table id="theholderofthings">
-               <tbody>
-                       <tr>
-                               <td>
-                                       <a href="/journal/">&lt; back</a>
-                                       <h1 class="entry-title"></h1>
-                                       <p class="written-date">Written in YYYY, DDst/rd/th of m</p>
-                                       <hr>
-                                       <p></p>
-                               </td>
-                       </tr>
-               </tbody>
-  </table>
-</body>
-</html>
diff --git a/thought/20250712.php b/thought/20250712.php
deleted file mode 100644 (file)
index 4d24f97..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
-       $pgtitle = "A dream.";
-       $pgdescription = "";
-       $pgcss = ['journal.css'];
-       $pgjs = [];
-       head($pgtitle, $pgdescription, $pgcss, $pgjs);
-?>
-<body>    
-  <table id="theholderofthings" cellspacing="10">
-               <tbody>
-                       <tr>
-                               <td>
-                                       <a href="/journal/">&lt; back</a>
-                                       <h1 class="entry-title">A dream.</h1>
-                                       <p class="written-date">Written in 2025, 12th of July.</p>
-                                       <hr>
-                                       <p>Apocalypse. A city. Inside the train. Love. Arcade. It must be another weird dream...</p>
-                               </td>
-                       </tr>
-               </tbody>
-  </table>
-</body>
-</html>
diff --git a/thought/20250714.php b/thought/20250714.php
deleted file mode 100644 (file)
index afbc239..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
-       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
-       $pgtitle = "The rain.";
-       $pgdescription = "";
-       $pgcss = ['journal.css'];
-       $pgjs = [];
-       head($pgtitle, $pgdescription, $pgcss, $pgjs);
-?>
-<body>    
-  <table id="theholderofthings" cellspacing="10">
-               <tbody>
-                       <tr>
-                               <td>
-                                       <a href="/journal/">&lt; back</a>
-                                       <h1 class="entry-title">The rain.</h1>
-                                       <p class="written-date">Written in 2025, 14th of July.</p>
-                                       <hr>
-                                       <p>Monday, somewhere around 3 in the afternoon. It's hot, even though it is already July—rainy season. Well, my cousins, even my sister is out on the high school and elemtary nearby. They started their classes this past month, while mine, would be this upcoming August—as a freshman college—still a month left. Having nothing much to do, I'm usually on the living room on the afternoon. I can't take a nap in my bed, it is blazingly hot inside like I'm in a sauna, yet I don't even know how hot inside sauna is—much likely, our bedroom is significantly hotter.</p>
-                                       <p>I made a coffee.</p>
-                                       <p>Then, it rained.</p>
-                                       <p>The sound of raindrops hitting the thin roof of our house, little-by-little getting louder. I got off the chair, then go to our garage. I put my head on my crossed arm laid above the gate which is almost the same height as my shoulder. I stared on the rain slowly getting heavier...It's just so majestic. I like rain, and I mean it...no, I don't just like it, but I LOVE it. It gives me a feeling or serenity, a peace that I cannot explain through words.</p>
-                                       <p>I like rain so much that I always look forward to it every single day, especially in the afternoon. Although, that might sounds selfish to many...others might say "Won't you think of others...how about those ones who is out and need to work, or those beggars whom doesn't have a shelter?". Yes!...I feel pity to them, really. It's just that, I love rain, even though the reality that many people doesn't like rain as much as I do.</p>
-                               </td>
-                       </tr>
-               </tbody>
-  </table>
-</body>
-</html>
diff --git a/thought/20250803.php b/thought/20250803.php
deleted file mode 100644 (file)
index 9fcc0d8..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
-       $pgtitle = "New haircut";
-       $pgdescription = "";
-       $pgcss = ['journal.css'];
-       $pgjs = [];
-       head($pgtitle, $pgdescription, $pgcss, $pgjs);
-?>
-<body>    
-  <table id="theholderofthings">
-               <tbody>
-                       <tr>
-                               <td>
-                                       <a href="/journal/">&lt; back</a>
-                                       <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 &lpar;other than the reason that I don't have money&rpar;. 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>
-               </tbody>
-  </table>
-</body>
-</html>
diff --git a/thought/20250805.php b/thought/20250805.php
deleted file mode 100644 (file)
index 079a793..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<?php
-       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
-       $pgtitle = "University orientation";
-       $pgdescription = "";
-       $pgcss = ['journal.css'];
-       $pgjs = [];
-       head($pgtitle, $pgdescription, $pgcss, $pgjs);
-?>
-<body>    
-  <table id="theholderofthings">
-               <tbody>
-                       <tr>
-                               <td>
-                                       <a href="/journal/">&lt; back</a>
-                                       <h1 class="entry-title">University orientation</h1>
-                                       <p class="written-date">Written in 2025, 5th of August</p>
-                                       <hr>
-                                       <p>These past four months of vacation I wake up by 8 or 9—sometimes near noon—so my body was not used to wake that early. I kinda feel dizzy, even though I slept for 5 hours &lpar;which is I think enough for a teen guy&rpar;. We leave by 7:45, there was a heavy traffic so almost an hour was spent until we reach the jeepney terminal, usually it would only took 30mins.</p>
-                                       <p>It was my first solo-commute on a jeepney, so I'm kind of nervous. Before, when I ride, I always have someone like a previous classmate or a friend. Now, it was only me.</p>
-                                       <p>The first jeepney I rode, the process went smooth. After landing to another terminal, I asked one of the jeepney drivers and asked what jeepney to ride routing to the university. He pointed the jeepney nearly leaving. Fortunately I ran and ride, but <strong><i>IT WAS ALREADY FULL!</i></strong> I need to go off but the driver shouted to me that I should go to the front passenger seat instead. That was the first time I sat on a jeepney's passenger seat lol.</p>
-                                       <p>The orientation should start 7:30 in the morning, and it's already 8 but I'm still at the jeepney, I'm anxious that time if I could still enter the gymnasium.</p>
-                                       <p>Once I entered the university, I go to one of the business stall to print the COR &lpar;Certificate of Registration&rpar; of my friends. They're already inside and not allowed to go outside. <strong><i>GAHHHHH!</i></strong> I'm too much late yet the printing line is still have long queue.</p>
-                                       <p>I still able to enter the gymnasium, and it seems that they already started just a few minutes ago I guess &lpar;FILIPINO TIME&rpar;. At the end, the COR was not even used by them, I just wasted time and money lol.</p>
-                                       <p>I'm at the most back mixed with other department. My department is at the front. The orientation lasts for 5 hours, from 8 to 1pm. I haven't talked to anyone there for straight five hours, it sucks that I can't even start a simple conversation. I felt the hunger and thirst that time, I have packed a lunch and snacks, as well a tumbler for water, but I'm too shy to even fill my stomach.</p>
-                               </td>
-                       </tr>
-               </tbody>
-  </table>
-</body>
-</html>
diff --git a/thought/20250809.php b/thought/20250809.php
deleted file mode 100644 (file)
index 8e278be..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
-       $pgtitle = "Our kitten died";
-       $pgdescription = "";
-       $pgcss = ['journal.css'];
-       $pgjs = [];
-       head($pgtitle, $pgdescription, $pgcss, $pgjs);
-?>
-<body>    
-  <table id="theholderofthings">
-               <tbody>
-                       <tr>
-                               <td>
-                                       <a href="/journal/">&lt; back</a>
-                                       <h1 class="entry-title">Our kitten died</h1>
-                                       <p class="written-date">Written in 2025, 9th of August</p>
-                                       <hr>
-                                       <p>[discontinued...]</p>
-                               </td>
-                       </tr>
-               </tbody>
-  </table>
-</body>
-</html>
diff --git a/thought/index.php b/thought/index.php
deleted file mode 100644 (file)
index d5cae35..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-<?php
-       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
-       $pgtitle = "my thoughts";
-       $pgdescription = "";
-       $pgcss = [];
-       $pgjs = [];
-       head($pgtitle, $pgdescription, $pgcss, $pgjs);
-?>
-<body>    
-       <table>
-               <tbody>
-                       <tr>
-                               <td>
-                                       <table width="70%" align="center">
-                                               <tbody>
-                                                       <tr>
-                                                               <td>
-                                                                       <h1>My stuffs</h1>
-                                                                       <p>Some random stuffs from my mind that I want to write. Feel free to read them. Please don't mind the grammatical mistakes, I am not a native English speaker but I'll do my best to improve my vocabulary and writing so I could express more of my thoughts.</p>
-                               <!--
-                                                                       <ul>
-                                                                               <?php
-                                                                                       $journalPath = $_SERVER['DOCUMENT_ROOT'] . '/thought/';
-                                                                                       $journalFiles = glob($journalPath . '*.php');
-                                                                        
-                                                                                       $entries = [];
-                                                                        
-                                                                                       foreach ($journalFiles as $fullPath) {
-                                                                                               $filename = basename($fullPath); 
-                                                                        
-                                                                                               if (!preg_match('/^\d{8}\.php$/', $filename)) {
-                                                                                                       continue;
-                                                                                               }
-                                                                        
-                                                                                               $date = substr($filename, 0, 8);
-                                                                                               $entries[$date] = $filename;
-                                                                                       }
-                                                                        
-                                                                                       krsort($entries);
-                                                                        
-                                                                                       foreach ($entries as $date => $filename) {
-                                                                                               $url = "/journal/$filename";
-                                                                                               $entryName = date("F j, Y", strtotime($date));
-                                                                                               echo "<li><a href=\"$url\" class=\"entry-list-item\">$entryName</a></li>\n";
-                                                                                       }
-                                                                               ?>
-                                                                       </ul>
-                               -->
-                                                                       
-                                                                       <ul>
-                                                                               <li>
-                                                                                       <a href="">
-                                                                               </li>
-                                                                       </ul>
-                                                                       
-                                                                       <center><a href="/"><img src="/image/navigation/backhomepage.gif"></a></center>
-                                                               </td>
-                                                       </tr>
-                                               </tbody>
-                                       </table>
-                               </td>
-                       </tr>
-               </tbody>
-       </table>
-</body>
-</html>