This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/comdev-events-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new f6c1e58 Updated asf-site from main at
d0fee7c0ec6da5d0b37e6b824d1a1d4e8342fe0b
f6c1e58 is described below
commit f6c1e58766afb985ff0085b77ed82f50e3ed0d77
Author: jenkins <[email protected]>
AuthorDate: Wed Jul 22 12:13:30 2026 +0000
Updated asf-site from main at d0fee7c0ec6da5d0b37e6b824d1a1d4e8342fe0b
Built from
https://ci-builds.apache.org/job/Community%20Development/job/events-site/job/main/243/
---
content/_pagefind/fragment/en_77f1769.pf_fragment | Bin 0 -> 1553 bytes
content/_pagefind/fragment/en_f22982b.pf_fragment | Bin 1547 -> 0 bytes
content/_pagefind/index/en_4df2587.pf_index | Bin 0 -> 31331 bytes
content/_pagefind/index/en_78b5ec2.pf_index | Bin 31312 -> 0 bytes
content/_pagefind/pagefind-entry.json | 2 +-
content/_pagefind/pagefind.en_52e1cfc3fd.pf_meta | Bin 359 -> 0 bytes
content/_pagefind/pagefind.en_cfdba5e2f7.pf_meta | Bin 0 -> 358 bytes
.../events/2026/community-over-code/hackathon.html | 68 +++++++++++++++++++++
content/events/index.xml | 5 +-
content/images/hackathon-poster.png | Bin 0 -> 861626 bytes
content/index.xml | 5 +-
content/sitemap.xml | 4 +-
12 files changed, 75 insertions(+), 9 deletions(-)
diff --git a/content/_pagefind/fragment/en_77f1769.pf_fragment
b/content/_pagefind/fragment/en_77f1769.pf_fragment
new file mode 100644
index 0000000..3554358
Binary files /dev/null and b/content/_pagefind/fragment/en_77f1769.pf_fragment
differ
diff --git a/content/_pagefind/fragment/en_f22982b.pf_fragment
b/content/_pagefind/fragment/en_f22982b.pf_fragment
deleted file mode 100644
index a64b799..0000000
Binary files a/content/_pagefind/fragment/en_f22982b.pf_fragment and /dev/null
differ
diff --git a/content/_pagefind/index/en_4df2587.pf_index
b/content/_pagefind/index/en_4df2587.pf_index
new file mode 100644
index 0000000..d0aa6cd
Binary files /dev/null and b/content/_pagefind/index/en_4df2587.pf_index differ
diff --git a/content/_pagefind/index/en_78b5ec2.pf_index
b/content/_pagefind/index/en_78b5ec2.pf_index
deleted file mode 100644
index 0078356..0000000
Binary files a/content/_pagefind/index/en_78b5ec2.pf_index and /dev/null differ
diff --git a/content/_pagefind/pagefind-entry.json
b/content/_pagefind/pagefind-entry.json
index 283575f..8faf07b 100644
--- a/content/_pagefind/pagefind-entry.json
+++ b/content/_pagefind/pagefind-entry.json
@@ -1 +1 @@
-{"version":"1.0.3","languages":{"en":{"hash":"en_52e1cfc3fd","wasm":"en","page_count":36}}}
\ No newline at end of file
+{"version":"1.0.3","languages":{"en":{"hash":"en_cfdba5e2f7","wasm":"en","page_count":36}}}
\ No newline at end of file
diff --git a/content/_pagefind/pagefind.en_52e1cfc3fd.pf_meta
b/content/_pagefind/pagefind.en_52e1cfc3fd.pf_meta
deleted file mode 100644
index 21a0f6a..0000000
Binary files a/content/_pagefind/pagefind.en_52e1cfc3fd.pf_meta and /dev/null
differ
diff --git a/content/_pagefind/pagefind.en_cfdba5e2f7.pf_meta
b/content/_pagefind/pagefind.en_cfdba5e2f7.pf_meta
new file mode 100644
index 0000000..64c48a6
Binary files /dev/null and b/content/_pagefind/pagefind.en_cfdba5e2f7.pf_meta
differ
diff --git a/content/events/2026/community-over-code/hackathon.html
b/content/events/2026/community-over-code/hackathon.html
index f027e84..98fd462 100644
--- a/content/events/2026/community-over-code/hackathon.html
+++ b/content/events/2026/community-over-code/hackathon.html
@@ -108,6 +108,74 @@
<h1 class="title">Hackathon at Community over Code Glasgow 2026</h1>
<p><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></p>
+<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>
+ <img
+ class="hackathon-banner-poster"
+ src="/images/hackathon-poster.png"
+ alt="Community over Code Glasgow 2026 Hackathon poster">
+</div>
<h2 id="hackathon">Hackathon</h2>
<p>We’re bringing back the hackathon! Community over Code Glasgow will
include dedicated time and space for contributors — new and experienced
diff --git a/content/events/index.xml b/content/events/index.xml
index 6226518..424103a 100644
--- a/content/events/index.xml
+++ b/content/events/index.xml
@@ -80,9 +80,8 @@ Read the How to Organize a Small Apache Event guide Copy one
of our event page t
<guid>https://events.apache.org/events/2026/community-over-code/hackathon.html</guid>
<description>Community over Code 2026 — Glasgow, UK, October 11–14
-Hackathon We&rsquo;re bringing back the hackathon! Community over Code
Glasgow will include dedicated time and space for contributors — new and
experienced — to sit together and work on real tasks: fixing bugs, writing
docs, tackling issues that need focused attention, and onboarding new
contributors.
-How it works Each participating project provides:
-A point of contact — someone present at the event to coordinate A task list —
bugs, docs, features, good-first-issues, or whatever the project wants to focus
on Promotion — letting their community know this is happening During the event,
a dedicated room will be available for contributors to gather, collaborate, and
get things done.</description>
+Community over Code 2026 — Glasgow, UK, October 11–14 Hackathon Hackathon
We&rsquo;re bringing back the hackathon! Community over Code Glasgow will
include dedicated time and space for contributors — new and experienced — to
sit together and work on real tasks: fixing bugs, writing docs, tackling issues
that need focused attention, and onboarding new contributors.
+How it works Each participating project provides:</description>
</item>
</channel>
diff --git a/content/images/hackathon-poster.png
b/content/images/hackathon-poster.png
new file mode 100644
index 0000000..2acc548
Binary files /dev/null and b/content/images/hackathon-poster.png differ
diff --git a/content/index.xml b/content/index.xml
index 08b85d7..0b1dc2f 100644
--- a/content/index.xml
+++ b/content/index.xml
@@ -204,9 +204,8 @@ If you are an Apache Committer, and you&rsquo;re
interested in putting on an
<guid>https://events.apache.org/events/2026/community-over-code/hackathon.html</guid>
<description>Community over Code 2026 — Glasgow, UK, October 11–14
-Hackathon We&rsquo;re bringing back the hackathon! Community over Code
Glasgow will include dedicated time and space for contributors — new and
experienced — to sit together and work on real tasks: fixing bugs, writing
docs, tackling issues that need focused attention, and onboarding new
contributors.
-How it works Each participating project provides:
-A point of contact — someone present at the event to coordinate A task list —
bugs, docs, features, good-first-issues, or whatever the project wants to focus
on Promotion — letting their community know this is happening During the event,
a dedicated room will be available for contributors to gather, collaborate, and
get things done.</description>
+Community over Code 2026 — Glasgow, UK, October 11–14 Hackathon Hackathon
We&rsquo;re bringing back the hackathon! Community over Code Glasgow will
include dedicated time and space for contributors — new and experienced — to
sit together and work on real tasks: fixing bugs, writing docs, tackling issues
that need focused attention, and onboarding new contributors.
+How it works Each participating project provides:</description>
</item>
<item>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 69cefb8..e1aa436 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -57,7 +57,7 @@
<lastmod>2026-02-04T08:54:25-05:00</lastmod>
</url><url>
<loc>https://events.apache.org/events.html</loc>
- <lastmod>2026-07-17T13:17:00-04:00</lastmod>
+ <lastmod>2026-07-22T16:15:05+05:30</lastmod>
</url><url>
<loc>https://events.apache.org/event.html</loc>
<lastmod>2025-11-30T13:57:37+00:00</lastmod>
@@ -69,7 +69,7 @@
<lastmod>2023-05-24T17:13:51+01:00</lastmod>
</url><url>
<loc>https://events.apache.org/events/2026/community-over-code/hackathon.html</loc>
- <lastmod>2026-06-02T12:26:48+01:00</lastmod>
+ <lastmod>2026-07-22T16:15:05+05:30</lastmod>
</url><url>
<loc>https://events.apache.org/volunteer/hackathon.html</loc>
<lastmod>2026-05-06T16:35:14-04:00</lastmod>