]> git.za3k.com Git - za3k.git/commitdiff
2025 banner master github/master
authorZachary Vance <za3k@za3k.com>
Fri, 14 Nov 2025 21:42:40 +0000 (16:42 -0500)
committerZachary Vance <za3k@za3k.com>
Fri, 14 Nov 2025 21:42:40 +0000 (16:42 -0500)
hackaday.css
hackaday.html

index 1657606631395ce06e16b3a48260e2fcd2b7d58a..96ddcf0d8d2faeaf2803fe0e7ffa43886fc79905 100644 (file)
 .years section {
     border-top: 1px solid #ccc;
     display: block;
 .years section {
     border-top: 1px solid #ccc;
     display: block;
+    width: 100%;
+}
+
+.banner {
+    background: orange;
+    color: black;
+    border: 10px solid black;
+    border-radius: 50px;
+    margin: 2rem;
+    padding: 2rem;
+    font-size: 30pt;
 }
 
 .hack {
 }
 
 .hack {
index b43c0a700d5532f5b951033bf812d5e3e27833ca..a41ffe594253b940e1ba7411c793d78c380bfaa7 100644 (file)
     </section>
     </div>
     <div class="years">
     </section>
     </div>
     <div class="years">
+        <label for="2025-tab">2025</label>
+        <section class="hacks year-2025">
+            <div class="banner">
+            Looking for hack-a-day 2025? Check out <a href="https://blog.za3k.com">my blog</a> before December.
+            </div>
+        </section>
         <label for="2024-tab">2024</label>
         <section class="hacks year-2024">
             <!--
         <label for="2024-tab">2024</label>
         <section class="hacks year-2024">
             <!--