]> git.bochard.net Git - mysite.git/commitdiff
added projects table
authorbochard <mail@tenkyuu.dev>
Sat, 15 Mar 2025 23:41:25 +0000 (07:41 +0800)
committerbochard <mail@tenkyuu.dev>
Sat, 15 Mar 2025 23:41:25 +0000 (07:41 +0800)
.gitignore
index.html
styles/index.css

index b17016f1c6c3715291aeff38df7119a8c242f5fa..4090eab2eb6093de60d8d3e69462d137c3813ef5 100644 (file)
@@ -1 +1 @@
-/archives
\ No newline at end of file
+archives/
\ No newline at end of file
index 9e6572c35de93eee9b9ecde8c7242b1d72b909aa..8280165d09074e387be7ebe58b4b391de4db1aec 100644 (file)
@@ -19,7 +19,7 @@
 <body>\r
   <header>\r
     <img src="./images/gifs/doraemon.gif" alt="doraemon hello gif" width="100">\r
-    <img src="./images/gifs/welcomemovetree.gif" alt="tree with welcome text gif" width="400">\r
+    <img src="./images/gifs/welcomemovetree.gif" alt="tree with welcome text gif" width="300">\r
     <h1>welcome to my website!</h1>\r
     <img src="./images/gifs/homepageburning.gif" alt="under construction text gif" width="200" class="page-path">\r
     <nav class="headernav">\r
           <th>source code</th>\r
         </tr>\r
         <tbody>\r
-          <td>palindrome checker</td>\r
-          <td><a href="./projects/palindrome-checker">click here</a></td>\r
-          <td>i forgot</td>\r
-          <td><a href="https://github.com/b0chard/palindrome-checker.git">view</a></td>\r
+          <tr>\r
+            <td>palindrome checker</td>\r
+            <td><a href="./projects/palindrome-checker">click here</a></td>\r
+            <td>i forgot</td>\r
+            <td><a href="https://github.com/b0chard/palindrome-checker">view code</a></td>\r
+          </tr>\r
+          <tr>\r
+            <td>roman numeral converter</td>\r
+            <td><a href="./projects/roman-numeral-converter">click here</a></td>\r
+            <td>i forgot</td>\r
+            <td><a href="https://github.com/b0chard/roman-numeral-converter">view code</a></td>\r
+          </tr>\r
+          <tr>\r
+            <td>temperature converter</td>\r
+            <td><a href="./projects/temperature-converter">click here</a></td>\r
+            <td>i forgot</td>\r
+            <td><a href="https://github.com/b0chard/temperature-converter">view code</a></td>\r
+          </tr>\r
+          <tr>\r
+            <td>tick clock</td>\r
+            <td><a href="./projects/tick-clock">click here</a></td>\r
+            <td>i forgot</td>\r
+            <td><a href="https://github.com/b0chard/tick-clock">view code</a></td>\r
+          </tr>\r
+          <tr>\r
+            <td>drum ka dum</td>\r
+            <td><a href="./projects/drum-ka-dum">click here</a></td>\r
+            <td>i forgot</td>\r
+            <td><a href="https://github.com/b0chard/drum-ka-dum">view code</a></td>\r
+          </tr>\r
+          <tr>\r
+            <td>simple cash register</td>\r
+            <td><a href="./projects/simple-cash-register">click here</a></td>\r
+            <td>i forgot</td>\r
+            <td><a href="https://github.com/b0chard/simple-cash-register">view code</a></td>\r
+          </tr>\r
         </tbody>\r
       </table>\r
     </section>\r
index f7d80b282ed469f890421eccf0cb09225db82695..1c39dc97074a9e8223fd791b541ec1bb4be916ef 100644 (file)
@@ -35,13 +35,14 @@ header {
 .navlist {
   display: flex;
   flex-direction: row;
-  justify-content: space-between;
-  gap: 1rem;
+  justify-content: center;
+  flex-wrap: wrap;
+  gap: 0.4rem;
 }
 .navlink {
-  font-size: 1.6rem;
+  font-size: 1.4rem;
   list-style: none;
-  padding: 4px 7px;
+  padding: 2px 4px;
   background-color: #dbdbdb;
   border: 7px outset #000000;
   border-radius: 8px;