Skip to content

Commit f63c332

Browse files
committed
highlights
1 parent f19846d commit f63c332

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

src/pages/index.astro

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ const data = {
2828
<Layout>
2929
<h1 class="text-3xl py-1 px-2 bg-black text-white inline-block -rotate-2 lg:-m-4">⟠ ETHBrno×3</h1>
3030

31-
<p class="mt-8">
31+
<p class="mt-6">
3232
<b>17-19 October 2025*</b> @ <a href="https://en.wikipedia.org/wiki/Brno">Brno, Czech Republic</a>
3333
</p>
3434

35-
<p class="mt-4">
36-
A <i>three-day in-person hackathon</i> 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.
35+
<p class="mt-8">
36+
A <i class="eb-ibasic">three-day in-person hackathon</i> 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.
3737
</p>
3838

3939
<p class="mt-4 text-xs opacity-75">
@@ -59,13 +59,13 @@ const data = {
5959
<h2>What we hack?</h2>
6060
<ul class="mt-4 space-y-4">
6161
<li></li>
62-
<li><i>* Sovereign Development</i> - Open-source tools for code collaboration, testing, and deployment without centralized gatekeepers</li>
63-
<li><i>* Sovereign Data</i> - Self-hosted explorers, indexers, and analytics tools for accessing blockchain data without intermediaries and surveillance</li>
64-
<li><i>* Sovereign Communities</i> - Decentralized infrastructure for privacy-preserving communication, coordination, and payments</li>
62+
<li>* <span class="eb-ibasic">Sovereign Development</span> - Open-source tools for code collaboration, testing, and deployment without centralized gatekeepers</li>
63+
<li>* <span class="eb-ibasic">Sovereign Data</span> - Self-hosted explorers, indexers, and analytics tools for accessing blockchain data without intermediaries and surveillance</li>
64+
<li>* <span class="eb-ibasic">Sovereign Communities</span> - Decentralized infrastructure for privacy-preserving communication, coordination, and payments</li>
6565
</ul>
6666

6767
<div class="eb-invert mt-10 rotate-0.5">
68-
<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">The Ethereum Cypherpunk Manifesto</a>
68+
<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>
6969
</div>
7070

7171
<h2 id="venue">Venue</h2>
@@ -94,7 +94,7 @@ const data = {
9494
))}
9595
</ul>
9696
<p class="mt-4 italic">
97-
We are looking for partners 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!
97+
We are looking for partners interested in the <i class="eb-ibasic">sovereign future</i> of Ethereum. Please <a href="https://signal.me/#eu/08P5JDn8VtVDLDpFl0ihILAxoYu0fNa7kEVimHlvbZTRiNQflwtNM5FbhCDG0BKJ">contact us</a> and help us make this hackathon happen!
9898
</p>
9999

100100
<h2>About the Host</h2>

src/styles/global.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ h2::before {
3535
@apply bg-black text-white inline-block py-2 px-3 lg:-mx-4 -rotate-1;
3636
}
3737

38+
.eb-ibasic {
39+
@apply bg-black text-white inline-block py-0.5 px-1.5;
40+
}
41+
3842
.eb-invert a:hover {
3943
@apply text-red-200;
4044
}

0 commit comments

Comments
 (0)