]> git.bochard.net Git - mysite.git/commitdiff
added a new section for projects page
authorbochard <mail@tenkyuu.dev>
Sat, 26 Apr 2025 03:17:10 +0000 (11:17 +0800)
committerbochard <mail@tenkyuu.dev>
Sat, 26 Apr 2025 03:17:10 +0000 (11:17 +0800)
projects/index.php

index 2172d26d77e66af19b68304c2e52fb63e9734400..a91dd41e189c76cc9447ffb42a696a1664abc4a7 100755 (executable)
@@ -26,6 +26,8 @@
       <p>below are some of the coding projects I made, some of them are left unfinished.</p>
     </section>
     <section>
+      <h2>self-learn</h2>
+      <p>these ones are made for learning purpose.</p>
       <ul>
         <li>
           <a href="./palindrome-checker">palindrome checker</a>
         </li>
       </ul>
     </section>
+    <section>
+      <h2>work related</h2>
+      <p>websites I created for my clients.</p>
+      <ul>
+        <li>
+          <a href="https://mohsinsolutions.com">Mohsin Business Solutions</a>
+          <p>a simple landing page for Mohsin.</p>
+        </li>
+      </ul>
+    </section>
   </main>
 
   <?php include_once ($path . '/footer.php');?>