]> git.bochard.net Git - mysite.git/commitdiff
added links.php
authorbochard <git@bochard.net>
Fri, 7 Nov 2025 02:34:05 +0000 (10:34 +0800)
committerbochard <git@bochard.net>
Fri, 7 Nov 2025 02:34:05 +0000 (10:34 +0800)
email.php
index.php
links.php [new file with mode: 0644]
part/navtop.php
part/underconstruction.php

index cd589e842c40e4d47ed7582b1a05952e6f159fc5..1b489c878ad2e2528455ba8eadd1d9cd03129506 100644 (file)
--- a/email.php
+++ b/email.php
@@ -29,7 +29,7 @@
                                                                <tr>
                                                                        <td valign="top" width="80%" background="/image/background/bg1.gif">
                                                                                <p>I'm not going to make you type in a form, I don't like that. Email me with any of your favorite mailer. Talk to me about anything.</p>
-                                                                               <img src="/image/email.jpg">
+                                                                               <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 through here.</p>
                                                                                <p>I will respond to you as soon as I can. If weeks passed and you still haven't got any reply. It could just simply mean I'm already dead, or just could just be that your email has been flagged as spam and automatically moved to spam folder. So write a genuine, heartfelt email so your email get delivered properly. Thanks!</p>
                                                                        </td>
index eedf43527924c0852aeb1e8b608bbd315b1e3e8a..46259309685b6c7f21196697b9b81f3811d14ead 100644 (file)
--- a/index.php
+++ b/index.php
@@ -29,8 +29,8 @@
                                                                <tr>\r
                                                                        <td valign="top" width="80%" background="/image/background/bg1.gif">\r
                                                                                <img src="/image/gif/bulblights.gif" width="100%">\r
-                                                                               <center><img src="/image/navigation/homepageburning.gif">\r
-                                                                               <h1>Welcome to my website!!!</h1></center>\r
+                                                                               <img src="/image/navigation/homepageburning.gif">\r
+                                                                               <h1>Welcome to my website!!!</h1>\r
                                                                                <p>I am very happy that you found my net home even though it's almost unsearchable from the vast internet—much like a needle from a haystack in order to find it      .</p>\r
                                                                                <p>I would like to give a simple introduction what is this site for... As you can already see it is a site dedicated for personal purpose. What's cool here is I hand-coded all things in here. If you view the source code, it is mostly written in html. One reason is because I'm not a big fan of css. html is good enough most of the time. Though, I still use css, but very minimal.</p>\r
                                                                                <p>What's with the old-web style, you might ask. I just really like it. It's just freaking awesome and gives me a feel of nostalgia on the early days of the internet.</p>\r
diff --git a/links.php b/links.php
new file mode 100644 (file)
index 0000000..4824798
--- /dev/null
+++ b/links.php
@@ -0,0 +1,51 @@
+<?php
+       require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
+       $pgtitle = "links";
+       $pgdescription = "";
+       $pgcss = [];
+       $pgjs = [];
+       head($pgtitle, $pgdescription, $pgcss, $pgjs);
+?>
+<body>
+       <center>
+               <table id="theholderofthings" cellspacing="0" cellpadding="0" width="1000">
+                       <tbody>
+                               <tr>
+                                       <td colspan="2">
+                                               <center>
+                                                       <img src="/image/home-banner2.png">
+                                               </center>
+                                       </td>
+                               </tr>
+                               
+                               <tr>
+                                       <?php include_once("$part/navtop.php");?>
+                               </tr>
+                               
+                               <tr>
+                                       <td>
+                                               <table id="maintable" cellspacing="0" cellpadding="10">
+                                                       <tbody>
+                                                               <tr>
+                                                                       <td valign="top" width="80%" background="/image/background/bg1.gif">
+                                                                               <img src="/image/navigation/linkspageburning.gif">
+                                                                               <p>list of resource links that might be useful for you.</p>
+                                                                               <ul>
+                                                                                       <li><a href="https://github.com/bochard07">my github</a></li>
+                                                                                       <li><a href="https://heliohost.org">free web hosting site I use</a></li>
+                                                                                       <li><a href="https://debian.org">linux debian os</li>
+                                                                               </ul>
+                                                                       </td>
+                                                                       <?php include_once("$part/sidebar.php");?>
+                                                               </tr>
+                                                       </tbody>
+                                               </table>
+                                       </td>
+                               </tr>
+                       </tbody>
+               </table>
+       </center>
+       
+       <?php include_once("$part/foot.php");?>
+</body>
+</html>
index b28f672a33ae91d62ebca6461da25b633a52c25f..76e0f82601b3f353bdacd5f9ab87ff7c77794c87 100644 (file)
@@ -6,6 +6,7 @@
                                <td background="/image/navigation/fade1b.png"><a class="navbtn" href="/info.php">info</a></td>
                                <td background="/image/navigation/fade1b.png"><a class="navbtn" href="/guestbook.php">guestbook</a></td>
                                <td background="/image/navigation/fade1b.png"><a class="navbtn" href="/email.php">email</a></td>
+                               <td background="/image/navigation/fade1b.png"><a class="navbtn" href="/links.php">links</a></td>
                        </tr>
                </tbody>
        </table>
index 112db0f8a51e7c6db15ac5d31c055b67f9435007..73e69949efc92c670a3132f4fbed488327a8d57d 100644 (file)
@@ -1,8 +1,6 @@
-<center>
-       <div>
+<div>
                <img src="/image/under-construction/underconstructiontxt.gif" alt="under-construction text gif" width="300"><br>
                <img src="/image/under-construction/underconstructionimg.gif" alt="men in work" width="250">
                <h1>Oopss, nothing here...</h1>
                <p>Come back soon!</p>
-       </div>
-</center>
+</div>