Skip to content

Commit c39c9e9

Browse files
authored
Add CfP deadline to home page (#213)
Signed-off-by: weeman <weeman@frankfurt.ccc.de>
1 parent 8a6ead9 commit c39c9e9

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

src/components/CfP.astro

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,27 @@ import PrimaryCta from "./PrimaryCta.astro";
1212
font-size: 1.125rem;
1313
margin-block: 1rem;
1414
}
15+
16+
.deadline {
17+
display: block;
18+
}
19+
20+
@media(min-width: 800px) {
21+
.deadline {
22+
display: inline;
23+
}
24+
25+
.deadline:before {
26+
content: ' - ';
27+
}
28+
}
1529
</style>
16-
<h2>Call for Proposals</h2>
30+
<h2>
31+
Call for Proposals
32+
<small class="deadline">
33+
open until 14th June 2026
34+
</small>
35+
</h2>
1736
<div>
1837
<p>Whether you want to talk about decentralisation, encryption, Matrix internals, safety, sovereignty of digital communication, community, collaboration in the public sector, UX, or showcase your fun experiments, there is a track for you at #MatrixConf.</p>
1938
<p>We welcome proposals from individuals innovating around Matrix, organisations working with Matrix, and everyone contributing to digital sovereignty.</p>

0 commit comments

Comments
 (0)