Skip to content

Commit 1e9dae0

Browse files
authored
Merge pull request #32 from krishna-dave206/main
Added Hackathon Poster
2 parents 851cdd9 + 3321264 commit 1e9dae0

4 files changed

Lines changed: 73 additions & 0 deletions

File tree

source/events/2026/community-over-code/hackathon.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,79 @@ title: Hackathon at Community over Code Glasgow 2026
33
---
44

55
<img src="/images/apache-oak-leaf.svg" alt="Apache" style="height:1.4em; vertical-align:middle;"> **[Community over Code 2026](https://communityovercode.org) — Glasgow, UK, October 11–14**
6+
<style>
7+
.hackathon-banner{
8+
display: flex;
9+
align-items: center;
10+
justify-content: center;
11+
gap: 2rem;
12+
padding: 1.5rem;
13+
margin: 1rem 0 2rem;
14+
background:
15+
radial-gradient(circle at 85% 20%, rgba(70, 90, 200, 0.35), transparent 32%),
16+
radial-gradient(circle at 15% 75%, rgba(180, 45, 145, 0.24), transparent 30%),
17+
linear-gradient(135deg, #02091d 0%, #07132d 48%, #111944 75%, #210f3f 100%);
18+
border-radius: 16px;
19+
color: #ffffff;
20+
overflow: hidden;
21+
}
22+
.hackathon-banner-text {
23+
flex: 1;
24+
}
25+
.hackathon-banner-text h1 {
26+
margin: 0.8rem 0 0.5rem;
27+
color: #ffffff;
28+
}
29+
.hackathon-banner-text a {
30+
color: #ff9852;
31+
}
32+
.hackathon-banner-text p {
33+
margin: 0.4rem 0 0;
34+
color: #e9eaf2;
35+
}
36+
.hackathon-banner-poster {
37+
width: 100%;
38+
max-width: 320px;
39+
height: auto;
40+
border: 4px solid #ffffff;
41+
border-radius: 10px;
42+
box-shadow: 0 14px 35px rgba(0, 0, 0, 0.45);
43+
}
44+
@media (max-width: 760px) {
45+
.hackathon-banner {
46+
flex-direction: column;
47+
align-items: flex-start;
48+
}
49+
.hackathon-banner-poster {
50+
max-width: 100%;
51+
}
52+
}
53+
</style>
54+
55+
<div class="hackathon-banner">
56+
57+
<div class="hackathon-banner-text">
58+
<img
59+
src="/images/apache-oak-leaf.svg"
60+
alt="Apache"
61+
style="height:1.4em; vertical-align:middle;"
62+
>
63+
<strong>
64+
<a href="https://communityovercode.org">
65+
Community over Code 2026
66+
</a>
67+
— Glasgow, UK, October 11–14
68+
</strong>
69+
<h1>Hackathon</h1>
70+
71+
</div>
72+
<img
73+
class="hackathon-banner-poster"
74+
src="/images/hackathon-poster.png"
75+
alt="Community over Code Glasgow 2026 Hackathon poster">
76+
77+
</div>
78+
679

780
## Hackathon
881

static/.DS_Store

6 KB
Binary file not shown.

static/images/.DS_Store

8 KB
Binary file not shown.

static/images/hackathon-poster.png

841 KB
Loading

0 commit comments

Comments
 (0)