Skip to content

Commit aa52ffc

Browse files
authored
Merge pull request #1061 from codeRIT/bh-1050
FAQ added for resuing old projects, shipping FAQ
2 parents 9dd82af + b037174 commit aa52ffc

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

index.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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:[email protected]">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)