Skip to content

Commit ff03d76

Browse files
Show the cfp section on the home page (#117)
1 parent bfa25fb commit ff03d76

File tree

1 file changed

+22
-1
lines changed
  • src/components/pages/home/cfp

1 file changed

+22
-1
lines changed

src/components/pages/home/cfp/cfp.jsx

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,28 @@ const Cfp = () => (
1111
<p className="text-center">
1212
Send us your presentations until the <strong className="text-pink">30th of April</strong>!
1313
</p>
14-
<Button to="https://sessionize.com/cloud-native-days-austria/" target="_blank">
14+
<section className="bg-primary-1/10 p-4 rounded-lg">
15+
<h3 className="text-center my-1">Talks will be selected in batches</h3>
16+
<p>
17+
In addition to your free speaker ticket, you'll receive a bonus depending on <em>when</em>{' '}
18+
your talk gets selected.
19+
</p>
20+
<ol className="flex flex-col gap-2 mt-2">
21+
<li>
22+
<strong>At the end of February (~5 talks)</strong>
23+
<p>We will reimburse travel costs of up to 400€.</p>
24+
</li>
25+
<li>
26+
<strong>At the end of March (~10 talks)</strong>
27+
<p>You'll receive a complimentary attendee ticket.</p>
28+
</li>
29+
<li>
30+
<strong>At the end of April (~15 talks)</strong>
31+
<p>You'll get a 50% discount for a single attendee ticket.</p>
32+
</li>
33+
</ol>
34+
</section>
35+
<Button to="https://sessionize.com/cloud-native-days-austria-2026" target="_blank">
1536
Submit a session
1637
</Button>
1738
</section>

0 commit comments

Comments
 (0)