Skip to content

Commit

Permalink
2025!
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenleenarts committed Nov 18, 2024
1 parent be6db0b commit e5e4bd3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import Footer from "../components/Footer.astro";
<strong>Workshops:</strong> November 12<br />
<strong>Conference:</strong> November 13-14
</p>
<a href="#tickets" class="cta-button">Get Your Tickets Now</a>
<!-- <a href="#tickets" class="cta-button">Get Your Tickets Now</a> -->
<p class="hero-sponsors">
We are also looking for sponsors of the 2024 edition of Do iOS. Please
reach out, contact info at bottom of this page.
Expand All @@ -36,7 +36,8 @@ import Footer from "../components/Footer.astro";
</section>

<section class="newsletter">
<h2>Stay Updated</h2>
<h2>Do iOS will be back in 2025 on Nov. 11, 12 and 13.</h2>
<h3>Stay Updated</h3>
<form
action="https://sendy.appforce1.net/subscribe"
method="POST"
Expand Down Expand Up @@ -145,6 +146,10 @@ import Footer from "../components/Footer.astro";
font-size: 1.2rem;
margin-bottom: 2rem;
}
.hero-next-year {
font-size: 2.0rem;
margin-bottom: 0rem;
}
.hero-sponsors {
font-size: 1.2rem;
margin-bottom: 0rem;
Expand Down

0 comments on commit e5e4bd3

Please sign in to comment.