Skip to content

Commit 42a1d14

Browse files
committed
add missing quote
1 parent 2353d4c commit 42a1d14

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/pages/index.astro

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ const data = {
6767
<div set:html={manifesto?.rendered.html} />
6868
</div>
6969

70+
<div class="eb-invert mt-10 rotate-0.5">
71+
<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>
72+
</div>
73+
7074
<h2 id="venue">Venue</h2>
7175
<p class="mt-4">
7276
Our intention is to create a comfortable, family-like hacking experience with a fully equipped venue, provided meals, and guidance from veteran <a href="#mentors">mentors</a> — where every participant shapes the event's character while enjoying the freedom to create what truly matters.
@@ -88,8 +92,7 @@ const data = {
8892
<li>.. more mentors coming!</li>
8993
</ul>
9094

91-
92-
<h2>Partners</h2>
95+
<h2>Collaborators</h2>
9396
<ul class="flex gap-x-4 gap-y-2 mt-4 flex-wrap">
9497
{data.partners.map(([title, url]) => (
9598
<li><a href={url}>{title}</a></li>

0 commit comments

Comments
 (0)