]> git.bochard.net Git - mysite.git/commitdiff
added diary and poems
authorbochard <mail@tenkyuu.dev>
Mon, 30 Jun 2025 13:07:06 +0000 (21:07 +0800)
committerbochard <mail@tenkyuu.dev>
Mon, 30 Jun 2025 13:07:06 +0000 (21:07 +0800)
index.php
parts/scribbles.php [new file with mode: 0644]
parts/sidebar.php
stylesheets/root.css

index 16dd54b848f77ba343533d3ca8e9fa0260a7356b..683c463ce142d39009c0f36cda45bd0c5696972c 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -15,7 +15,7 @@
   <link rel="stylesheet" href="/stylesheets/root.css">\r
 </head>\r
 <body>    \r
-  <table> \r
+  <table>\r
     <tr>\r
       <?php include_once($parts . '/sidebar.php');?>\r
       \r
diff --git a/parts/scribbles.php b/parts/scribbles.php
new file mode 100644 (file)
index 0000000..73bf419
--- /dev/null
@@ -0,0 +1,8 @@
+<strong>Diary</strong>
+<ul>  
+  <li><a href="/">nothing here yet.</a></li>
+</ul>
+<strong>Poems</strong>
+<ul>  
+  <li><a href="/">nothing here yet.</a></li>
+</ul>
\ No newline at end of file
index eb57d3fd1d4163738e112a16d19dc4e94d449de8..647bf95c37d7da8218a432f869b2f05023c74450 100644 (file)
@@ -4,22 +4,27 @@
   <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>
+  <hr>
+  <strong>Site menu</strong>
   <ul>  
     <li><a href="/">homepage</a></li>
     <li><a href="/about-me.php">about me...</a></li>
+    <li><a href="/diary.php">my diary</a></li>
+    <li><a href="/poems.php">short poems</a></li>
+    <li><a href="/works">stuffs i made</a></li>
     <li><a href="/files">my files</a></li>
     <li><a href="mailto:mail@tenkyuu.dev">email me!</a></li>
   </ul>
-  <p><strong>Stuffs I Made</strong></p>
+  <strong>Stuff I made</strong>
   <ul>  
     <li><a href="https://questlog.tenkyuu.dev">QuestLog</a></li>
     <li><a href="/works/temperature-converter">temperature converter</a></li>
     <li><a href="/works/roman-numeral-converter">roman numeral converter</a></li>
     <li><a href="/works/palindrome-checker">palindrome checker</a></li>
-    <li><a href="/works">check all here...</a></li>
-  </ul> 
-  
+    <li><a href="/works">more here...</a></li>
+  </ul>
+  <hr>
+  <?php include_once($parts . '/scribbles.php');?>
   <hr>
   <!-- cute badges and other cool things goes here -->
     <!-- hitwebcounter Code START -->
index 97db97d53ffcb9291c4e64b267b3bd67d694bac4..5bd145a0cb132cd79a254b8f3d06ce8a9788fa35 100644 (file)
@@ -23,14 +23,11 @@ table {
 }
 #sidebar > ul {
   margin-top: 0;
-  padding-left: 10px;
+  padding-left: 5px;
 }
 #sidebar li {
   list-style-type: none;
-  padding: 2px;
-}
-#sidebar p {
-  margin-bottom: 5px;
+  padding: 1px;
 }
 #sidebar a {
   color: inherit;