]> git.bochard.net Git - mysite.git/commitdiff
removed the table in homepage and added basic-calc in projects
authorbochard <mail@tenkyuu.dev>
Tue, 13 May 2025 01:35:34 +0000 (09:35 +0800)
committerbochard <mail@tenkyuu.dev>
Tue, 13 May 2025 01:35:34 +0000 (09:35 +0800)
index.php
projects/index.php

index 62bd70cccb44a9161b5633bf3690463b3fd52c4b..43098afeffe73f4c3d18d9e22b213e987cc6cafc 100755 (executable)
--- a/index.php
+++ b/index.php
       <p>Hi! welcome to my net home.</p>\r
       <p>i have nothing to say yet. writing intro is hard. sorry! ðŸ˜¢ðŸ˜­</p>\r
     </section>\r
-    <section>\r
-      <h2>my projects</h2>\r
-      <p>these are my proudly made practice projects, hope you like it!</p>\r
-      <table>\r
-        <thead>\r
-          <tr>\r
-            <th>Name</th>\r
-            <th colspan="2">Links</th>\r
-            <th>Description</th>\r
-            <th>Creation Date</th>\r
-          </tr>\r
-        </thead>\r
-        <tbody>\r
-          <tr>\r
-            <td>palindrome checker</td>\r
-            <td>\r
-              <a href="/projects/palindrome-checker/">click here</a>\r
-            </td>\r
-            <td>\r
-              <a href="https://github.com/b0chard/palindrome-checker.git">view code</a>\r
-            </td>\r
-            <td>this checks if a word inputted by the user is a palindrome (the word looks the same even when backwards!).</td>\r
-            <td>unknown</td>\r
-          </tr>\r
-          <tr>\r
-            <td>roman numeral converter</td>\r
-            <td>\r
-              <a href="/projects/roman-numeral-converter/">click here</a>\r
-            </td>\r
-            <td>\r
-              <a href="https://github.com/b0chard/roman-numeral-converter.git">view code</a>\r
-            </td>\r
-            <td>you know those X, I, C, M numbering stuffs? ye, this tool converts the numbers into those.</td>\r
-            <td>unknown</td>\r
-          </tr>\r
-          <tr>\r
-            <td>temperature converter</td>\r
-            <td>\r
-              <a href="/projects/temperature-converter/">click here</a>\r
-            </td>\r
-            <td>\r
-              <a href="https://github.com/b0chard/temperature-converter.git">view code</a>\r
-            </td>\r
-            <td>ive been inspired to create this tool because of our physics class topic about gas laws lol.</td>\r
-            <td>unknown</td>\r
-          </tr>\r
-          <tr>\r
-            <td>tick clock</td>\r
-            <td>\r
-              <p>null</p>\r
-            </td>\r
-            <td>\r
-              <a href="https://github.com/b0chard/tick-clock.git">view code</a>\r
-            </td>\r
-            <td>nothing much, just a buggy clock made from css, i hate css.</td>\r
-            <td>unknown</td>\r
-          </tr>\r
-          <tr>\r
-            <td>drum ka dum</td>\r
-            <td>\r
-              <a href="/projects/drum-ka-dum/">click here</a>\r
-            </td>\r
-            <td>\r
-              <a href="https://github.com/b0chard/drum-ka-dum.git">view code</a>\r
-            </td>\r
-            <td>drum but using keys from ur keyboard</td>\r
-            <td>unknown</td>\r
-          </tr>\r
-          <tr>\r
-            <td>simple cash register</td>\r
-            <td>\r
-              <a href="/projects/simple-cash-register/">click here</a>\r
-            </td>\r
-            <td>\r
-              <a href="https://github.com/b0chard/simple-cash-register.git">view code</a>\r
-            </td>\r
-            <td>a cash register (idk how to explain, but, as the name explains a cash register).</td>\r
-            <td>unknown</td>\r
-          </tr>\r
-        </tbody>\r
-      </table>\r
-    </section>\r
 \r
     <section>\r
       <div style="text-align: center;">\r
index 54bbb3c2f2603508fdebf668204134389aee13dd..9d7d5e27b82ebda7a1ecf213fb3c6dfc9aed631e 100755 (executable)
         </li>
         <li>
           <a href="./simple-cash-register">temperature converter</a>
-          <p>you know what's a cash register, right? riGhHT?! RIGHTTT!!?</p>
+          <p>a cash register, the one you commonly see on malls and konbini.</p>
         </li>
         <li>
           <a href="./drum-ka-dum">drum ka dum!</a>
-          <p>not that much, just a basic drum that uses a keyboard.</p>
+          <p>not that much, just a basic drum that uses a keyboard. (only works when you have keyboard)</p>
+        </li>
+        <li>
+          <a href="./basic-calc">basic calc</a>
+          <p>simple calculator. pls don't compare on ur phone calculator. i know, it's far from it xd.</p>
         </li>
       </ul>
     </section>