-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.astro
More file actions
134 lines (114 loc) · 5.48 KB
/
index.astro
File metadata and controls
134 lines (114 loc) · 5.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
---
import Layout from '../layouts/Layout.astro';
import { getEntry } from 'astro:content';
const manifesto = await getEntry('docs', 'manifesto');
const data = {
collaborators: [
["Web3Privacy Now", "https://web3privacy.info"],
["Gwei.cz", "https://gwei.cz"],
["PP0", "https://parallelpolis.info/"],
],
contributors: [
["Nick Almond", "https://x.com/DrNickA", "FactoryDAO"],
["Mario Havel", "https://x.com/TMIYChao", "Ethereum Protocol, Proof-of-Cat"],
["Mykola Siusko", "https://x.com/nicksvyaznoy", "Web3Privacy Now"],
["PG", "https://x.com/PG_CDG", "Web3Privacy Now"],
],
team: [
["Tree", "https://bsky.app/profile/tree.fail", "coordination"],
["Coinmandeer", "https://coinmandeer.com/", "visual identity"]
],
social: [
["Bluesky", "https://bsky.app/profile/ethbrno.cz"],
//["X", "https://x.com/ETHBrno"],
["Mirror", "https://mirror.xyz/ethbrno.eth"],
["GitHub", "https://github.com/ethbrno"],
]
}
---
<Layout>
<div class="lg:flex items-center">
<a href="/"><h1 class="text-3xl py-1 px-2 bg-black text-white inline-block -rotate-2 lg:-ml-4">⟠ ETHBrno×3</h1></a>
<div class="grow lg:text-right mt-6 lg:mt-0">
<b>October 2026?*</b> @ <a href="https://en.wikipedia.org/wiki/Brno">Brno, Czech Republic</a>
</div>
</div>
<p class="mt-10">
A <b>three-day in-person hackathon</b> for builders and privacy advocates collaborating on sovereign tools aligned with ⟠ <a href="https://ethereum.org">Ethereum</a>'s original principles of decentralization and freedom.
</p>
<!--p class="mt-2">
⎯ part of <a href="#">Distributed Roots I.</a> festival
</p-->
<p class="mt-4">
<a class="inactive" href="#">Join the hackathon</a> (registration will open during 2026)
</p>
<p class="mt-4 text-xs opacity-75">
* 2025 event cancelled.
</p>
<h2>What we hack?</h2>
<ul class="mt-4 space-y-4">
<li></li>
<li>* <span class="eb-ibasic">Sovereign Development</span> - Open-source tools for code collaboration, testing, and deployment without centralized gatekeepers</li>
<li>* <span class="eb-ibasic">Sovereign Communities</span> - Decentralized infrastructure for privacy-preserving communication, coordination, and payments</li>
<li>* <span class="eb-ibasic">Sovereign Data</span> - Self-hosted explorers, indexers, and analytics tools for accessing blockchain data without intermediaries and surveillance</li>
</ul>
<h2>Manifesto</h2>
<div class="mt-4 text">
<div set:html={manifesto?.rendered.html} />
</div>
<div class="eb-invert mt-10 rotate-0.5">
<i>"We, the Ethereum Cypherpunks, stand united in our pursuit of a more private, secure, and censorship-resistant future."</i> - <a href="https://hackmd.io/@pcaversaccio/the-ethereum-cypherpunk-manifesto">⟠ Ethereum Cypherpunk Manifesto</a>
</div>
<h2 id="venue">Venue</h2>
<p class="mt-4">
Our intention is to create a comfortable, family-like hacking experience for 150 extraordinary people with a fully equipped venue, provided meals, and guidance from veteran <a href="#contributors">contributors</a> — where every participant shapes the event's character while enjoying the freedom to create what truly matters.
</p>
<p class="mt-4">
The main venue will be <a href="https://www.hubbrno.cz/en/">Impact Hub Brno</a>, a fully equipped co-working space located few minutes walk from the city centre and main train station, available to hackers 24/7 throughout the event.
</p>
<!--h2>Hacker Manual</h2>
<p class="mt-4">
Will be available at end of June 2026.
</p-->
<h2 id="contributors">Contributors</h2>
<ul class="mt-4 space-y-1">
{data.contributors.map(([title, url, caption]) => (
<li>* <a href={url}>{title}</a> {caption ? ` (${caption})` : ""}</li>
))}
<li>.. more contributors coming!</li>
</ul>
<h2>Collaborators</h2>
<ul class="flex gap-x-4 gap-y-2 mt-4 flex-wrap">
{data.collaborators.map(([title, url]) => (
<li><a href={url}>{title}</a></li>
))}
</ul>
<p class="mt-4 italic">
We are looking for subjects interested in the sovereign future of Ethereum. Please <a href="https://signal.me/#eu/08P5JDn8VtVDLDpFl0ihILAxoYu0fNa7kEVimHlvbZTRiNQflwtNM5FbhCDG0BKJ">contact us</a> and help us make this hackathon happen!
</p>
<h2>About the Host</h2>
<p class="mt-4">
ETHBrno×3 is organized by the local Czech non-profit community <a href="https://gwei.cz">Gwei.cz</a> with the great support of the <a href="https://web3privacy.info">Web3Privacy Now</a> collective.
</p>
<h2>Team</h2>
<ul class="flex flex-wrap gap-4 mt-4">
{data.team.map(([title, url, caption]) => (
<li><a href={url}>{title}</a> {caption ? ` (${caption})` : ""}</li>
))}
</ul>
<p class="mt-4">
Contact: <a href="https://signal.me/#eu/08P5JDn8VtVDLDpFl0ihILAxoYu0fNa7kEVimHlvbZTRiNQflwtNM5FbhCDG0BKJ">@tree.21</a> on Signal messenger
</p>
<h2>Follow us</h2>
<ul class="flex flex-wrap gap-4 mt-4">
{data.social.map(([title, url, caption]) => (
<li><a href={url}>{title}</a> {caption ? ` (${caption})` : ""}</li>
))}
</ul>
<div class="eb-invert mt-10">
<i>"The computer can be used as a tool to liberate and protect people, rather than to control them."</i> — <a href="https://en.wikipedia.org/wiki/Hal_Finney_(computer_scientist)">Hal Finney</a>
</div>
<p class="mt-12 text-xs pt-6 border-t-1 border-t-black/25">
<span class="eb-ibasic">⟠×3</span> | <a href="https://github.com/ethbrno/eb3/blob/main/src/pages/index.astro">Source code</a> | Generated: <i>{new Date().toISOString()}</i> | Past editions: <a href="https://docs.ethbrno.cz/events/2021/">2021</a>, <a href="https://2022.ethbrno.cz">2022<a/>
</p>
</Layout>