Skip to content

Commit

Permalink
Add Application section allowing to apply as attendee or speaker (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-dc committed Aug 9, 2023
1 parent 2fb7d82 commit 39c8649
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
<div id="navLinks">
<a href="#intro" class="active-nv">Welcome</a>
<a href="#mission">Mission</a>
<a href="#expect">What to expect</a>
<a href="#expect">What to expect at the event?</a>
<a href="#two">Who is this event directed to?</a>
<a href="#applications">Applications</a>
<a href="#three">Program</a>
</div>

Expand All @@ -41,6 +42,7 @@
<li><a href="#mission">Mission</a></li>
<li><a href="#expect">What to expect at the event?</a></li>
<li><a href="#two">Who is this event directed to?</a></li>
<li><a href="#applications">Applications</a></li>
<li><a href="#three">Program</a></li>
</ul>
</nav>
Expand Down Expand Up @@ -119,7 +121,7 @@ <h2>What to expect at the event?</h2>
<p>Please note that attendance is subject to application, acceptance, and confirmation, as the event has limited capacity.</p>

<ul class="actions">
<li><a href="https://forms.gle/y1S2KjuY1URsjj428" class="button scrolly">Submit an application</a></li>
<li><a href="#applications" class="button scrolly">Apply to attend or as a speaker</a></li>
</ul>

</div>
Expand All @@ -142,6 +144,19 @@ <h2>Who is this event directed to?</h2>
</div>
</section>

<!-- Applications -->
<section id="applications" class="wrapper style7 fade-up">
<div class="inner">
<h2>Applications</h2>
<p>If you are interested in attending the EVM Summit, or would like to give a talk or conduct a workshop, we encourage you to fill out the appropiate application form below:</p>
<ul class="actions">
<li><a href="https://forms.gle/CeFZua8kC7Jg4QA76" class="button scrolly">Apply to attend</a></li>
<li><a href="https://forms.gle/ZkWCm4HbAbCxz2hB9" class="button scrolly">Apply to speak</a></li>
</ul>
</div>
</section>


<!-- Two -->
<section id="three" class="wrapper style5 fade-up">
<div class="inner">
Expand Down

0 comments on commit 39c8649

Please sign in to comment.