]> git.bochard.net Git - mysite.git/commitdiff
bg change
authorbochard <mail@tenkyuu.dev>
Mon, 30 Jun 2025 11:22:08 +0000 (19:22 +0800)
committerbochard <mail@tenkyuu.dev>
Mon, 30 Jun 2025 11:22:08 +0000 (19:22 +0800)
images/backgrounds/stars.gif [new file with mode: 0644]
images/gifs/bulblights.gif [new file with mode: 0644]
index.php
parts/sidebar.php
stylesheets/root.css

diff --git a/images/backgrounds/stars.gif b/images/backgrounds/stars.gif
new file mode 100644 (file)
index 0000000..22e7b57
Binary files /dev/null and b/images/backgrounds/stars.gif differ
diff --git a/images/gifs/bulblights.gif b/images/gifs/bulblights.gif
new file mode 100644 (file)
index 0000000..b26bf63
Binary files /dev/null and b/images/gifs/bulblights.gif differ
index d198889eafd03282ca68799c0acc827f14196c0f..16dd54b848f77ba343533d3ca8e9fa0260a7356b 100755 (executable)
--- a/index.php
+++ b/index.php
       \r
       <!-- ...and this is for the content -->\r
       <td id="body">\r
+        <img src="/images/gifs/bulblights.gif" alt="bulb lights" width="100%">\r
         <h1>welcome to bochard's net home!</h1>\r
         <p>i don't really have much to say. but try to explore the site. it is not big but, i like it. it is my corner of the internet. here you can see what i usually do, some fun things, and my thoughts to certain topics. hope you'll have some fun! :&rpar;</p>\r
         <hr>\r
         <p>If you want to continue viewing my site. Please consider disabling your adblocker. some cool stuffs cannot be seen if you enable that thing. tnx. and...if you got lost for some reason. just go the homepage!</p>\r
-        \r
-        <div style="width: 300px;">\r
-          <script async src="https://cse.google.com/cse.js?cx=41bb325316c57447c">\r
-          </script>\r
-          <b>Search my site here...</b>\r
-          <div class="gcse-search"></div>\r
-        </div>\r
       </td>\r
     </tr>\r
   </table>\r
index 51acfdea8d2bff9f465072d232fe29da9f596258..eb57d3fd1d4163738e112a16d19dc4e94d449de8 100644 (file)
@@ -1,5 +1,9 @@
 <!-- this is for the sidebar -->
 <td id="sidebar">
+  <img src="/images/gifs/doraemon.gif" alt="doraemon welcoming you to my site" height="100">
+  <img src="/images/gifs/doraemon.gif" alt="doraemon welcoming you to my site" height="100">
+  <img src="/images/gifs/doraemon.gif" alt="doraemon welcoming you to my site" height="100">
+  <img src="/images/gifs/welcomemovetree.gif" alt="welcome hanging on two trees" width="100%">
   <p><strong>Site Menu</strong></p>
   <ul>  
     <li><a href="/">homepage</a></li>
   <a href="http://www.anybrowser.org/campaign/"><img src="./images/gifs/badges/anybrowser.gif" alt="Viewable With Any Browser" width="100"></a>
   <img src="/images/gifs/badges/handcode.png" alt="completely hand-coded" width="100">
   <img src="/images/gifs/badges/mullvad.avif" alt="free the internet" width="100">
+
+  <!-- cse by google -->
+  <div style="width: 200px;">
+    <script async src="https://cse.google.com/cse.js?cx=41bb325316c57447c">
+    </script>
+    <b>Search my site here...</b>
+    <div class="gcse-search"></div>
+  </div>
 </td>
\ No newline at end of file
index 7cb0d61c1e07e667f31f858a9e19a1aebf435e99..670186218fd43bd567d6de5d55f267c147466fd9 100644 (file)
@@ -3,6 +3,8 @@ html, body {
   width: 100%;
 }
 body {
+  background-image: url(/images/backgrounds/backgroundclouds.gif);
+  background-repeat: repeat;
   font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
   margin: 0 auto;
 }
@@ -11,12 +13,13 @@ table {
   width: 100%;
 }
 #sidebar {
-  background-image: url(/images/backgrounds/backgroundclouds.gif);
+  background-image: url(/images/backgrounds/bg-canvas.gif);
   background-repeat: repeat;
   vertical-align: top;
   height: 100%;
   width: 200px;
   padding: 15px 10px;
+  border-style: groove;
 }
 #sidebar > ul {
   margin-top: 0;