This is an automated email from the ASF dual-hosted git repository.

rbowen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-events-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 67f4c50  Fix the poster stuff the last commit broke
67f4c50 is described below

commit 67f4c50c8209485bade554de41412696f4587f8e
Author: Rich Bowen <[email protected]>
AuthorDate: Wed Aug 12 10:55:21 2026 -0400

    Fix the poster stuff the last commit broke
---
 .../events/2026/community-over-code/hackathon.md   | 87 ++++++++++++++++++----
 1 file changed, 72 insertions(+), 15 deletions(-)

diff --git a/source/events/2026/community-over-code/hackathon.md 
b/source/events/2026/community-over-code/hackathon.md
index d3f97e6..2b3a9fc 100644
--- a/source/events/2026/community-over-code/hackathon.md
+++ b/source/events/2026/community-over-code/hackathon.md
@@ -3,21 +3,78 @@ title: Hackathon at Community over Code Glasgow 2026
 ---
 
 
-![Apache](/images/apache-oak-leaf.svg)
-
-**[Community over Code 2026](https://communityovercode.org)**** — Glasgow, UK, 
October 11–14**
-
-
-
-![Apache](/images/apache-oak-leaf.svg)
-
-**[Community over Code 2026 ](https://communityovercode.org)********— Glasgow, 
UK, October 11–14**
-
-# Hackathon
-
-
-
-![Community over Code Glasgow 2026 Hackathon 
poster](/images/hackathon-poster.png)
+<style>
+  .hackathon-banner{
+    display: flex;
+    align-items: center;
+    justify-content: center;
+    gap: 2rem;
+    padding: 1.5rem;
+    margin: 1rem 0 2rem;
+    background:
+      radial-gradient(circle at 85% 20%, rgba(70, 90, 200, 0.35), transparent 
32%),
+      radial-gradient(circle at 15% 75%, rgba(180, 45, 145, 0.24), transparent 
30%),
+      linear-gradient(135deg, #02091d 0%, #07132d 48%, #111944 75%, #210f3f 
100%);
+    border-radius: 16px;
+    color: #ffffff;
+    overflow: hidden;
+  }
+  .hackathon-banner-text {
+    flex: 1;
+  }
+  .hackathon-banner-text h1 {
+    margin: 0.8rem 0 0.5rem;
+    color: #ffffff;
+  }
+  .hackathon-banner-text a {
+    color: #ff9852;
+  }
+  .hackathon-banner-text p {
+    margin: 0.4rem 0 0;
+    color: #e9eaf2;
+  }
+  .hackathon-banner-poster {
+    width: 100%;
+    max-width: 320px;
+    height: auto;
+    border: 4px solid #ffffff;
+    border-radius: 10px;
+    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.45);
+  }
+  @media (max-width: 760px) {
+    .hackathon-banner {
+      flex-direction: column;
+      align-items: flex-start;
+    }
+    .hackathon-banner-poster {
+      max-width: 100%;
+    }
+  }
+</style>
+
+<div class="hackathon-banner">
+
+  <div class="hackathon-banner-text">
+    <img
+      src="/images/apache-oak-leaf.svg"
+      alt="Apache"
+      style="height:1.4em; vertical-align:middle;"
+    >
+    <strong>
+      <a href="https://communityovercode.org";>
+        Community over Code 2026
+      </a>
+      — Glasgow, UK, October 11–14
+    </strong>
+    <h1>Hackathon</h1>
+
+  </div>
+  <a href="/images/hackathon-poster.png">
+  <img
+    class="hackathon-banner-poster"
+    src="/images/hackathon-poster.png"
+    alt="Community over Code Glasgow 2026 Hackathon poster"></a>
+</div>
 
 ## Hackathon
 

Reply via email to