Skip to content

Commit 5acd2be

Browse files
committed
add notices
1 parent 2cc1893 commit 5acd2be

2 files changed

Lines changed: 20 additions & 4 deletions

File tree

src/components/Homepage.astro

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,17 @@ const social = [
4242
<div class="">-----------------</div>
4343

4444
<p class="mt-4">
45-
<b>17-19 October 2025</b> @ <a href="https://en.wikipedia.org/wiki/Brno">Brno, Czech Republic</a>
45+
<b>17-19 October 2025*</b> @ <a href="https://en.wikipedia.org/wiki/Brno">Brno, Czech Republic</a>
4646
</p>
4747

4848
<p class="mt-4">
4949
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.
5050
</p>
5151

52+
<p class="mt-4 text-xs opacity-75">
53+
*The date may still change a little bit. Final date will be available with the opening of registrations for participants during April 2025.
54+
</p>
55+
5256
<!--p class="mt-2">
5357
⎯ part of <a href="#">Distributed Roots I.</a> festival
5458
</p-->
@@ -58,11 +62,11 @@ const social = [
5862
Uniting 150 hackers in a sponsor-free environment. Instead of corporate-directed prizes, we will offer general awards based solely on innovation and alignment with sovereignty principles.
5963
</p>
6064
<p class="mt-4">
61-
Our intention is to create a comfortable, family-like hacking experience with a fully equipped <a href="#venue">venue</a>, provided meals, and guidance from experienced <a href="#mentors">mentors</a> — where every participant shapes the event's character while enjoying the freedom to create what truly matters.
65+
Our intention is to create a comfortable, family-like hacking experience with a fully equipped <a href="#venue">venue</a>, 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.
6266
</p>
6367

6468
<p class="mt-4">
65-
<a class="inactive" href="#">Join the hackathon</a> (registration will open soon!)
69+
<a class="inactive" href="#">Join the hackathon</a> (registration will open during April 2025)
6670
</p>
6771

6872
<h2>What we hack?</h2>
@@ -121,4 +125,8 @@ const social = [
121125
{social.map(([title, url, caption]) => (
122126
<li><a href={url}>{title}</a> {caption ? ` (${caption})` : ""}</li>
123127
))}
124-
</ul>
128+
</ul>
129+
130+
<p class="mt-12 text-xs pt-6 border-t-1 border-t-black/25">
131+
<a href="https://github.com/ethbrno/eb3/blob/main/src/components/Homepage.astro">Source code</a> | Generated: <i>{new Date().toISOString()}</i>
132+
</p>

src/styles/global.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ a.inactive {
1111
@apply line-through;
1212
}
1313

14+
a.inactive:visited {
15+
@apply text-black;
16+
}
17+
18+
a.inactive:hover {
19+
@apply line-through;
20+
}
21+
1422
a:hover {
1523
@apply no-underline;
1624
}

0 commit comments

Comments
 (0)