Skip to content

Commit b4b0e4f

Browse files
Add CFP.
1 parent 4234af3 commit b4b0e4f

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

src/components/Navbar.astro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ import logo from "../data/images/logo.png";
99
</a>
1010
<ul class="nav-links">
1111
<li><a href="#tickets">Conference Tickets</a></li>
12-
<li><a href='#agenda'>Agenda</a></li>
13-
<li><a href='#speakers'>Speakers</a></li>
12+
<!-- <li><a href='#agenda'>Agenda</a></li> -->
13+
<!-- <li><a href='#speakers'>Speakers</a></li> -->
14+
<li><a href='#call-for-papers'>CFP</a></li>
1415
<li><a href="#sponsors">Conference Sponsors</a></li>
1516
</ul>
1617
</div>

src/pages/index.astro

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import Location from "../components/Location.astro";
1111
import Tickets from "../components/Tickets.astro";
1212
import Partners from "../components/Partners.astro";
1313
import Footer from "../components/Footer.astro";
14+
import CallForPapers from "../components/CallForPapers.astro";
1415
---
1516

1617
<Layout title="Do iOS Developer Conference 2025 Amsterdam">
@@ -96,13 +97,17 @@ import Footer from "../components/Footer.astro";
9697
<Location />
9798
</section>
9899

99-
<section class="agenda">
100-
<Agenda />
100+
<section class="cfp">
101+
<CallForPapers />
101102
</section>
102103

103-
<section class="speakers">
104+
<!-- <section class="agenda">
105+
<Agenda />
106+
</section> -->
107+
108+
<!-- <section class="speakers">
104109
<Speakers />
105-
</section>
110+
</section> -->
106111

107112
<section class="hosts">
108113
<Hosts />
@@ -112,10 +117,14 @@ import Footer from "../components/Footer.astro";
112117
<Support />
113118
</section>
114119

115-
<!-- <section class="cfp">
120+
<section class="cfp">
116121
<h2>Call for Papers</h2>
117122
<CallForPapers />
118-
</section> -->
123+
</section>
124+
125+
<section class="sponsors">
126+
<Sponsors />
127+
</section>
119128
</main>
120129
<footer>
121130
<Partners />

0 commit comments

Comments
 (0)