changeset 9:19367e726aee

Add Dennis Micros banner
author Dennis C. M. <dennis@denniscm.com>
date Wed, 26 Mar 2025 14:54:55 +0000
parents 4c64fea046f7
children 2b2430758f85
files src/index.html src/static/banner.png src/style.css
diffstat 3 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/index.html	Wed Mar 26 14:12:19 2025 +0000
+++ b/src/index.html	Wed Mar 26 14:54:55 2025 +0000
@@ -14,6 +14,10 @@
         <h2>Programmer.</h2>
 
         <section>
+            <a href="https://dennismicros.com" target="_blank"><img src="static/banner.png" alt="Italian Trulli"></a>
+        </section>
+
+        <section>
             <h2>Links</h2>
             <ul>
                 <li><a class="button" href="https://www.youtube.com/@denniscm6" target="_blank">Youtube</a></li>
@@ -45,7 +49,7 @@
         </section>
 
         <section>
-            <h2>Technical Projects</h2>
+            <h2>Projects</h2>
             <ul>
                 <li class="container"><a href="https://github.com/denniscmcom/EVB-A32QS1-RFRG"
                         target="_blank">EVB-A32QS1-RFRG: </a> A
Binary file src/static/banner.png has changed
--- a/src/style.css	Wed Mar 26 14:12:19 2025 +0000
+++ b/src/style.css	Wed Mar 26 14:54:55 2025 +0000
@@ -24,6 +24,12 @@
     text-align: center;
 }
 
+img {
+    max-width: 100%;
+    height: auto;
+    border: 3px solid #000000;
+}
+
 ul {
     list-style: none;
     display: block;