Skip to content

Commit 5ead870

Browse files
committed
add eth cypherpunk manifesto quote
1 parent 5e49abf commit 5ead870

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/pages/index.astro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ const data = {
6464
<li><i>* Sovereign Communities</i> - Decentralized infrastructure for privacy-preserving communication, coordination, and payments</li>
6565
</ul>
6666

67+
<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>
69+
</div>
70+
6771
<h2 id="venue">Venue</h2>
6872
<p class="mt-4">
6973
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.
@@ -115,7 +119,7 @@ const data = {
115119
</ul>
116120

117121
<div class="eb-invert mt-10">
118-
"The computer can be used as a tool to liberate and protect people, rather than to control them." — Hal Finney
122+
<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>
119123
</div>
120124

121125
<p class="mt-12 text-xs pt-6 border-t-1 border-t-black/25">

src/styles/global.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ a:hover {
2323
@apply no-underline;
2424
}
2525

26-
a:visited {
27-
@apply text-red-800;
28-
}
29-
3026
h2 {
3127
@apply font-bold mt-8;
3228
}
@@ -36,5 +32,5 @@ h2::before {
3632
}
3733

3834
.eb-invert {
39-
@apply bg-black text-white inline-block py-0.5 px-1 -rotate-1 lg:-mx-4;
35+
@apply bg-black text-white inline-block py-2 px-3 lg:-mx-4 -rotate-1;
4036
}

0 commit comments

Comments
 (0)