]> git.bochard.net Git - mysite.git/commitdiff
unforbid journal directory
authorbochard <git@bochard.net>
Mon, 8 Dec 2025 11:35:12 +0000 (19:35 +0800)
committerbochard <git@bochard.net>
Mon, 8 Dec 2025 11:51:21 +0000 (19:51 +0800)
14 files changed:
.htaccess
email.php
guestbook.php
how-to/index.php [deleted file]
how_to/index.php [new file with mode: 0644]
index.php
journal/.entry [deleted file]
journal/.template [new file with mode: 0644]
journal/20250712.php
journal/20250714.php
journal/20250803.php
journal/20250805.php
journal/20250809.php
journal/index.php

index cd50fa45e8fa5d13777ac2116c47262881bc4752..79a5586192b7999e9c14cce27e237e96519ba85a 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -10,4 +10,4 @@ RewriteRule ^(.*)$ http://www.bochard.net/$1 [R=301,L]
 #</Files>
 
 #Forbidden access to old directories
-RewriteRule ^journal/ - [F,L]
+#RewriteRule ^journal/ - [F,L]
index bd7e794319b593f4e67c6b9e70ed12b5b034aefe..b843398d5aab4e7ade42e467c1f60492f45f2928 100644 (file)
--- a/email.php
+++ b/email.php
                                </td>
                        </tr>
                </tbody>
-               
-               <tfoot>
-                       <tr>
-                               <td><?php include_once("$part/foot.php");?></td>
-                       </tr>
-               </tfoot>
        </table>
 </body>
 </html>
index 9e656aa3a1fda234513bae52b8ac6d9f46404648..4fd80dd207fc216f9c6669b4d7b56b76c2c1ed11 100644 (file)
                                                <iframe src="https://bochard.atabook.org" frameborder="" width="70%" height="600"></iframe>
                                        </center>
                                        <br><br>
-                                       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>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>
                                </td>
                        </tr>
-               </tbody>
-               
-               <tfoot>
                        <tr>
-                               <td><?php include_once("$part/foot.php");?></td>
+                               <td>
+                                       <center><a href="/"><img src="/image/navigation/backhomepage.gif"></a></center>
+                               </td>
                        </tr>
-               </tfoot>
+               </tbody>
        </table>
 </body>
 </html>
diff --git a/how-to/index.php b/how-to/index.php
deleted file mode 100644 (file)
index e3a4825..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
-       $pgtitle = "tutorials";
-       $pgdescription = "";
-       $pgcss = ['how-to.css'];
-       $pgjs = [];
-       head($pgtitle, $pgdescription, $pgcss, $pgjs);
-?>
-<body>
-       <table id="theholderofthings">
-               <tbody>
-                       <tr>
-                               <td>
-                                       <?php include_once("$part/underconstruction.php");?>
-                               </td>
-                       </tr>
-               </tbody>
-               
-               <tfoot>
-                       <tr>
-                               <td><?php include_once("$part/foot.php");?></td>
-                       </tr>
-               </tfoot>
-       </table>
-</body>
-</html>
diff --git a/how_to/index.php b/how_to/index.php
new file mode 100644 (file)
index 0000000..e3a4825
--- /dev/null
@@ -0,0 +1,26 @@
+<?php
+       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
+       $pgtitle = "tutorials";
+       $pgdescription = "";
+       $pgcss = ['how-to.css'];
+       $pgjs = [];
+       head($pgtitle, $pgdescription, $pgcss, $pgjs);
+?>
+<body>
+       <table id="theholderofthings">
+               <tbody>
+                       <tr>
+                               <td>
+                                       <?php include_once("$part/underconstruction.php");?>
+                               </td>
+                       </tr>
+               </tbody>
+               
+               <tfoot>
+                       <tr>
+                               <td><?php include_once("$part/foot.php");?></td>
+                       </tr>
+               </tfoot>
+       </table>
+</body>
+</html>
index 32814612e16317d49c704f5674a0c8f815d3244a..9849e6322a42e05b32cf8621085238bd9084a831 100644 (file)
--- a/index.php
+++ b/index.php
@@ -85,6 +85,7 @@
                                        <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="/journal/">journal</a>. Please don't mind the grammar, I'm still honing it <img src="/image/gif/emoticon/brushteeth.gif">.\r
                                </td>\r
                        </tr>\r
                        \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
diff --git a/journal/.entry b/journal/.entry
deleted file mode 100644 (file)
index eb9561c..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<?php
-  require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
-  $pgtitle = "";
-  $pgdescription = "";
-  $pgcss = ["journal.css"];
-  head($pgtitle, $pgdescription, $pgcss);
-?>
-<body>    
-  <table id="tablewrapper" cellspacing="10">
-               <tbody>
-                       <tr>
-                               <td id="content">
-                                       <table>
-                                               <tbody>
-                                                       <tr>
-                                                               <?php include_once("$parts/sidebar.php");?>
-                                                               
-                                                               <td id="body">
-                                                                       <h1 class="entry-title"></h1>
-                                                                       <p class="written-date">Written in YYYY, DDst/rd/th of m</p>
-                                                                       <hr>
-                                                                       <p></p>
-                                                               </td>
-                                                       </tr>
-                                                       
-                                                       <?php include_once("$parts/footer.php");?>
-                                               </tbody>
-                                       </table>
-                               </td>
-                               <td id="rightbox">
-                                       <?php include_once("$parts/rightbox.php");?>
-                               </td>
-                       </tr>
-               </tbody>
-  </table>
-</body>
-</html>
diff --git a/journal/.template b/journal/.template
new file mode 100644 (file)
index 0000000..63ac332
--- /dev/null
@@ -0,0 +1,23 @@
+<?php
+       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
+       $pgtitle = "";
+       $pgdescription = "";
+       $pgcss = [];
+       $pgjs = [];
+       head($pgtitle, $pgdescription, $pgcss, $pgjs);
+?>
+<body>    
+  <table id="theholderofthings">
+               <tbody>
+                       <tr>
+                               <td>
+                                       <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>
index 0a0c74a48afb7e0dfb11cf3f19e758f5cc67285a..6b49bc1c0eb8c20698498fca42d455966dcadcde 100644 (file)
@@ -1,34 +1,20 @@
 <?php
-  require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
-  $pgtitle = "A dream.";
-  $pgdescription = "a dream.";
-  $pgcss = ["journal.css"];
-  head($pgtitle, $pgdescription, $pgcss);
+       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
+       $pgtitle = "A dream.";
+       $pgdescription = "";
+       $pgcss = [];
+       $pgjs = [];
+       head($pgtitle, $pgdescription, $pgcss, $pgjs);
 ?>
 <body>    
   <table id="tablewrapper" cellspacing="10">
                <tbody>
                        <tr>
-                               <td id="content">
-                                       <table>
-                                               <tbody>
-                                                       <tr>
-                                                               <?php include_once("$parts/sidebar.php");?>
-                                                               
-                                                               <td id="body">
-                                                                       <h1 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>
-                                                       
-                                                       <?php include_once("$parts/footer.php");?>
-                                               </tbody>
-                                       </table>
-                               </td>
-                               <td id="rightbox">
-                                       <?php include_once("$parts/rightbox.php");?>
+                               <td>
+                                       <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>
index 112e21b2d8775d84023311e27ab09b7f0b23e9f2..e80d45170a9db28bbf54878ad49a29f5b2884aa2 100644 (file)
@@ -1,38 +1,24 @@
 <?php
-  require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
-  $pgtitle = "The rain.";
-  $pgdescription = "ame.";
-  $pgcss = ["journal.css"];
-  head($pgtitle, $pgdescription, $pgcss);
+       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
+       $pgtitle = "The rain.";
+       $pgdescription = "";
+       $pgcss = [];
+       $pgjs = [];
+       head($pgtitle, $pgdescription, $pgcss, $pgjs);
 ?>
 <body>    
   <table id="tablewrapper" cellspacing="10">
                <tbody>
                        <tr>
-                               <td id="content">
-                                       <table>
-                                               <tbody>
-                                                       <tr>
-                                                               <?php include_once("$parts/sidebar.php");?>
-                                                               
-                                                               <td id="body">
-                                                                       <h1 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>
-                                                       
-                                                       <?php include_once("$parts/footer.php");?>
-                                               </tbody>
-                                       </table>
-                               </td>
-                               <td id="rightbox">
-                                       <?php include_once("$parts/rightbox.php");?>
+                               <td>
+                                       <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>
index fcedac8eeea15a3baf265b5b4f17194174a1d277..5e39724589be4f1026526c9796514afc9cf2ceff 100644 (file)
@@ -1,36 +1,22 @@
 <?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);
+       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
+       $pgtitle = "New haircut";
+       $pgdescription = "";
+       $pgcss = [];
+       $pgjs = [];
+       head($pgtitle, $pgdescription, $pgcss, $pgjs);
 ?>
 <body>    
-  <table id="tablewrapper" cellspacing="10">
+  <table id="theholderofthings">
                <tbody>
                        <tr>
-                               <td id="content">
-                                       <table>
-                                               <tbody>
-                                                       <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 &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>
-                                                       
-                                                       <?php include_once("$parts/footer.php");?>
-                                               </tbody>
-                                       </table>
-                               </td>
-                               <td id="rightbox">
-                                       <?php include_once("$parts/rightbox.php");?>
+                               <td>
+                                       <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>
index cf667f075eb333c3c5b87ddb61d51dffc2670dde..a06d5b3ed11686447b3eb8918da15ac6eab66715 100644 (file)
@@ -1,41 +1,26 @@
 <?php
-  require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
-  $pgtitle = "University orientation";
-  $pgdescription = "";
-  $pgcss = ["journal.css"];
-  head($pgtitle, $pgdescription, $pgcss);
+       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
+       $pgtitle = "University orientation";
+       $pgdescription = "";
+       $pgcss = [];
+       $pgjs = [];
+       head($pgtitle, $pgdescription, $pgcss, $pgjs);
 ?>
 <body>    
-  <table id="tablewrapper" cellspacing="10">
+  <table id="theholderofthings">
                <tbody>
                        <tr>
-                               <td id="content">
-                                       <table>
-                                               <tbody>
-                                                       <tr>
-                                                               <?php include_once("$parts/sidebar.php");?>
-                                                               
-                                                               <td id="body">
-                                                                       <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>
-                                                                       <p>will continue later after dinner...</p>
-                                                               </td>
-                                                       </tr>
-                                                       
-                                                       <?php include_once("$parts/footer.php");?>
-                                               </tbody>
-                                       </table>
-                               </td>
-                               <td id="rightbox">
-                                       <?php include_once("$parts/rightbox.php");?>
+                               <td>
+                                       <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>
index 83cf79a20fc2707de32f3a30278fb70f65753971..1415eca3a3cbad449f999e22ea44e7d8262041e7 100644 (file)
@@ -1,34 +1,20 @@
 <?php
-  require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
-  $pgtitle = "Our kitten died";
-  $pgdescription = "";
-  $pgcss = ["journal.css"];
-  head($pgtitle, $pgdescription, $pgcss);
+       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
+       $pgtitle = "Our kitten died";
+       $pgdescription = "";
+       $pgcss = [];
+       $pgjs = [];
+       head($pgtitle, $pgdescription, $pgcss, $pgjs);
 ?>
 <body>    
-  <table id="tablewrapper" cellspacing="10">
+  <table id="theholderofthings">
                <tbody>
                        <tr>
-                               <td id="content">
-                                       <table>
-                                               <tbody>
-                                                       <tr>
-                                                               <?php include_once("$parts/sidebar.php");?>
-                                                               
-                                                               <td id="body">
-                                                                       <h1 class="entry-title">Our kitten died</h1>
-                                                                       <p class="written-date">Written in 2025, 9th of August</p>
-                                                                       <hr>
-                                                                       <p></p>
-                                                               </td>
-                                                       </tr>
-                                                       
-                                                       <?php include_once("$parts/footer.php");?>
-                                               </tbody>
-                                       </table>
-                               </td>
-                               <td id="rightbox">
-                                       <?php include_once("$parts/rightbox.php");?>
+                               <td>
+                                       <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>
index c670524ecad07e1d8eabb62868a5c7dfe4780999..bc74f5f215fecb20560a3018f17bf62450cbe514 100644 (file)
@@ -1,62 +1,53 @@
 <?php
-  require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
-  $pgtitle = "My Thoughts";
-  $pgdescription = "This page serves as my space to write down my opinion, what I feel, and some random things that worth writing down.";
-  $pgcss = ["journal.css"];
-  head($pgtitle, $pgdescription, $pgcss);
+       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
+       $pgtitle = "my journal";
+       $pgdescription = "";
+       $pgcss = [];
+       $pgjs = [];
+       head($pgtitle, $pgdescription, $pgcss, $pgjs);
 ?>
 <body>    
-  <table id="tablewrapper" cellspacing="10">
+       <table id="theholderofthings">
                <tbody>
                        <tr>
-                               <td id="content">
-                                       <table>
-                                               <tbody>
-                                                       <tr>
-                                                               <?php include_once("$parts/sidebar.php");?>
-
-                                                               <td id="body">
-                                                                       <h1>My Journal</h1>
-                                                                       <p>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 my thoughts.</p>
-                                                                       <ul>
-                                                                               <?php
-                                                                                       $journalPath = $_SERVER['DOCUMENT_ROOT'] . '/journal/';
-                                                                                       $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>
-                                                               </td>
-                                                       </tr>
-                                                       
-                                                       <?php include_once("$parts/footer.php");?>
-                                               </tbody>
-                                       </table>
+                               <td>
+                                       <h1>My Journal</h1>
+                                       <p>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 my thoughts.</p>
+                                       <ul>
+                                               <?php
+                                                       $journalPath = $_SERVER['DOCUMENT_ROOT'] . '/journal/';
+                                                       $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>
                                </td>
-                               <td id="rightbox">
-                                       <?php include_once("$parts/rightbox.php");?>
+                       </tr>
+                       <tr>
+                               <td>
+                                       <center><a href="/"><img src="/image/navigation/backhomepage.gif"></a></center>
                                </td>
                        </tr>
                </tbody>
-  </table>
+       </table>
 </body>
 </html>