Skip to content

Commit f77f1a9

Browse files
committed
fix: Updated links for CFP and tickets
1 parent ba93d98 commit f77f1a9

File tree

2 files changed

+12
-23
lines changed

2 files changed

+12
-23
lines changed

src/routes/HeaderSection.svelte

+4-10
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,16 @@
1313
<img src="/logo.svg" alt="Frontend Festival Logo" class="" />
1414
</a>
1515
</h1>
16-
<a
17-
class="inline"
18-
target="_blank"
19-
rel="noreferrer"
20-
href="#"
21-
>
16+
<a class="inline" target="_blank" rel="noreferrer" href="#">
2217
<TagBlock class="text-lg" backgroundColor="fountain">
23-
<!-- tickets.getYoursFor<span class="font-bold">Free</span>();-->
24-
Tickets Available Soon
18+
<!-- tickets.getYoursFor<span class="font-bold">Free</span>();-->Tickets Available July 15th
2519
</TagBlock>
2620
</a>
2721
<a
28-
class="inline mt-10"
22+
class="mt-10 inline"
2923
target="_blank"
3024
rel="noreferrer"
31-
href="#"
25+
href="https://forms.office.com/e/4MeUwRn1Dd"
3226
>
3327
<TagBlock class="text-lg" backgroundColor="ordina">
3428
CFP's Are <span class="font-bold">Open</span>

src/routes/PracticalInformationSection.svelte

+8-13
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
>
99
<div class="text-4xl">Practical information</div>
1010

11-
<TagBlock class="mt-5" direction="right" extend="true" backgroundColor="ordina">
11+
<TagBlock class="mt-5" direction="right" extend backgroundColor="ordina">
1212
<div class="flex w-screen max-w-xl gap-5">
1313
<div class="pl-5 text-2xl sm:pl-0">When:</div>
14-
<div class="grow text-2xl">September 5th</div>
14+
<div class="grow text-2xl">September 5th 2024</div>
1515
</div>
1616
</TagBlock>
1717

18-
<TagBlock class="mt-2" direction="left" extend="true" backgroundColor="fountain">
18+
<TagBlock class="mt-2" direction="left" extend backgroundColor="fountain">
1919
<div class="flex w-screen max-w-xl items-center gap-5">
2020
<div class="pl-5 text-2xl" />
2121
<div class="flex flex-col items-center gap-2 md:flex-row">
@@ -36,18 +36,13 @@
3636
</div>
3737
</TagBlock>
3838

39-
<!-- <div class="mt-10 text-xl">Limited places available, so hurry up!</div>-->
39+
<!-- <div class="mt-10 text-xl">Limited places available, so hurry up!</div>-->
4040

41-
<a
42-
class="mt-5 inline"
43-
target="_blank"
44-
rel="noreferrer"
45-
href="#"
46-
>
41+
<a class="mt-5 inline" target="_blank" rel="noreferrer" href="#">
4742
<TagBlock class="text-xl">
48-
<!-- tickets.getYoursFor<span class="font-bold">Free</span>();-->
49-
Tickets Available Soon
50-
</TagBlock>
43+
<!-- tickets.getYoursFor<span class="font-bold">Free</span>();-->Tickets Available July
44+
15th
45+
</TagBlock>
5146
</a>
5247

5348
<a

0 commit comments

Comments
 (0)