changeset 4:543fc2ee154c

Add active projects
author Dennis C. M. <dennis@denniscm.com>
date Tue, 18 Feb 2025 08:30:47 +0000
parents 9fce9ec92d5b
children 05f9cb240cdf
files src/index.html
diffstat 1 files changed, 16 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/index.html	Wed Nov 20 09:20:59 2024 +0000
+++ b/src/index.html	Tue Feb 18 08:30:47 2025 +0000
@@ -12,6 +12,14 @@
     <main>
         <h1>Dennis C. M.</h1>
         <h2>Programmer</h2>
+        <h3>Active projects:</h3>
+        <ul>
+            <li><a href="https://www.youtube.com/@denniscm6" target="_blank">Youtube: </a> On this channel, I
+                share my programming journey along with my hobbies.</li>
+            <li><a href="https://github.com/dennis-micros" target="_blank">Dennis Micro Computers: </a> I build tiny
+                computers
+                for fun.</li>
+        </ul>
         <h3>Projects:</h3>
         <ul>
             <li><a href="https://github.com/denniscmcom/EVB-A32QS1-RFRG" target="_blank">EVB-A32QS1-RFRG: </a> A GNSS
@@ -54,19 +62,20 @@
             <li><a href="https://github.com/denniscmcom/lazybear" target="_blank">Lazybear:</a> My first iOS app and
                 programming project.</li>
         </ul>
-        <h3>Active projects:</h3>
-        <ul>
-            <li><a href="https://www.youtube.com/@denniscm6" target="_blank">Photography Youtube channel: </a> In this
-                channel I'm learning photography and documenting the journey.</li>
-            <li><a href="https://www.youtube.com/@denniscm6-2" target="_blank">Programming Youtube channel: </a> In this
-                channel I upload anything related to programming.</li>
-        </ul>
         <h3>Hobbies:</h3>
         <ul>
             <li>Programming.</li>
             <li>Photography.</li>
             <li>Boxing.</li>
         </ul>
+        <h3>Links:</h3>
+        <ul>
+            <li><a href="https://github.com/denniscmcom" target="_blank">Github.</a></li>
+            <li><a href="https://www.youtube.com/@denniscm6" target="_blank">Youtube.</a></li>
+            <li><a href="https://www.twitch.tv/denniscmartin" target="_blank">Twitch.</a></li>
+            <li><a href="https://www.instagram.com/denniscmartin/" target="_blank">Instagram.</a></li>
+            <li><a href="dennis [at] denniscm [dot] com" target="_blank">Email.</a></li>
+        </ul>
     </main>
 </body>