Skip to content

Commit 8019b4f

Browse files
authored
Merge branch 'develop' into bh-1040
2 parents 6458fb8 + aa52ffc commit 8019b4f

1 file changed

Lines changed: 22 additions & 3 deletions

File tree

index.html

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
</div>
6060
</div>
6161
</section>
62-
<section id="hackathon">
63-
<div class="carousel section-pad-top">
62+
<section id="hackathon" class="section-pad-top">
63+
<div class="carousel">
6464
<div class="slide">
6565
<div class="wire"></div>
6666
<div class="front-clip"></div>
@@ -256,6 +256,16 @@ <h1>Frequently Asked Questions</h1>
256256
<p>Maybe next year we'll have AI run the event...</p>
257257
</div>
258258
</div>
259+
<div class="card">
260+
<button class="accordion-header">
261+
<i class="fa fa-plus fa-plus-orange" aria-hidden="true"></i>
262+
Can I re-use an old project?
263+
</button>
264+
<div class="panel">
265+
<p>No. You can start thinking of ideas beforehand, but no work can be done!</p>
266+
<p>(No designs, no UML diagrams, no code, etc.)</p>
267+
</div>
268+
</div>
259269
<p id="contact-desktop" class="contact">Don't see your question here? <a href="mailto:hello@coderit.org">Contact Us</a></p>
260270
</div>
261271
<div id="faq-cards-right">
@@ -290,6 +300,15 @@ <h1>Frequently Asked Questions</h1>
290300
<p>During the opening ceremony, we'll go over how to request help from a mentor!</p>
291301
</div>
292302
</div>
303+
<div class="card">
304+
<button class="accordion-header">
305+
<i class="fa fa-plus fa-plus-orange" aria-hidden="true"></i>
306+
Will there be swag shipped out?
307+
</button>
308+
<div class="panel">
309+
<p>We are still evaluating which regions we can ship to. Stay tuned!</p>
310+
</div>
311+
</div>
293312
<div class="card">
294313
<button class="accordion-header">
295314
<i class="fa fa-plus fa-plus-orange" aria-hidden="true"></i>
@@ -311,7 +330,7 @@ <h1>Leadership Team</h1>
311330
<div class="leader">
312331
<div class="leader-tape"></div>
313332
<img src="./assets/leadership/michael.jpg" alt="Michael's photo"/>
314-
<p>Michael Van Leeuwen</p>
333+
<p>Michael<br />Van Leeuwen</p>
315334
<p>President</p>
316335
</div>
317336
<div class="leader">

0 commit comments

Comments
 (0)