]> git.bochard.net Git - mysite.git/commitdiff
updated code for info.php
authorbochard <git@bochard.net>
Sat, 15 Nov 2025 02:30:57 +0000 (10:30 +0800)
committerbochard <git@bochard.net>
Sat, 15 Nov 2025 02:30:57 +0000 (10:30 +0800)
index.php
info.php
part/underconstruction.php
stylesheet/info.css [new file with mode: 0644]

index 1e9892095ad3fbaa82958ca2cd7e4acb07f3a3e6..7fc97fb78302662b0369999d003b3deeaa0fd7f8 100644 (file)
--- a/index.php
+++ b/index.php
@@ -62,7 +62,7 @@
                                                        <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
+                                                       <b style="color:blue;">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
index 8a32037ba9f364bdc3636870bd23b7b9af8ae0a8..7fa39e8b074f63225da2d9c283856fe8b8f31650 100644 (file)
--- a/info.php
+++ b/info.php
@@ -2,44 +2,21 @@
        require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
        $pgtitle = "about me";
        $pgdescription = "";
-       $pgcss = [];
+       $pgcss = ['info.css'];
        $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">
-                                                                               <?php include_once("$part/underconstruction.php");?>
-                                                                       </td>
-                                                                       <?php include_once("$part/sidebar.php");?>
-                                                               </tr>
-                                                       </tbody>
-                                               </table>
-                                       </td>
-                               </tr>
-                       </tbody>
-               </table>
-       </center>
-       
+       <table id="theholderofthings">
+               <tbody>
+                       <tr>
+                               <td>
+                                       <?php include_once("$part/underconstruction.php");?>
+                               </td>
+                       </tr>
+               </tbody>
+       </table>
+
        <?php include_once("$part/foot.php");?>
 </body>
 </html>
index b79f4c99ba1f52c1bce9df892708698a6946640d..9d2fb50658b98616559bf58ce8eee097a6ecd0e9 100644 (file)
@@ -9,5 +9,6 @@
                <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>
 </center>
diff --git a/stylesheet/info.css b/stylesheet/info.css
new file mode 100644 (file)
index 0000000..aa5b714
--- /dev/null
@@ -0,0 +1,4 @@
+body {
+       background: url('/image/background/bluerock.jpg');
+       color: white;
+}