Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 25 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,17 @@ <h6 class="name">SUNDAY</h6>
<h1>Frequently Asked Questions</h1>
<div id="faq-cards">
<div id="faq-cards-left">
<div class="card">
<button class="accordion-header">
<i class="fa fa-plus fa-plus-pink" aria-hidden="true"></i>
Is this event digital or in-person?
</button>
<div class="panel">
<p>BrickHack 7 will be run entirely digitally, via Discord and Zoom.</p>
<p>More details will be sent out as the event draws closer, including the server link.</p>
<p>For now, make sure to <a id="register" href="https://apply.brickhack.io/users/sign_up">register</a> for updates!
</div>
</div>
<div class="card">
<button class="accordion-header">
<i class="fa fa-plus fa-plus-pink" aria-hidden="true"></i>
Expand Down Expand Up @@ -235,7 +246,7 @@ <h1>Frequently Asked Questions</h1>
</button>
<div class="panel">
<p>Yes. All students, RIT or not, need to apply to the event.</p>
<p>Our main limitation is space. Even though we're a digtial event, we need to provide judging, chat moderation, interpreting services, and more. All of these require staff, and we only have so many resources to run the event.</p>
<p>Our main limitation is space. Even though we're a digital event, we need to provide judging, chat moderation, interpreting services, and more. All of these require staff, and we only have so many resources to run the event.</p>
<p>Maybe next year we'll have AI run the event...</p>
</div>
</div>
Expand All @@ -244,11 +255,11 @@ <h1>Frequently Asked Questions</h1>
<div class="card">
<button class="accordion-header">
<i class="fa fa-plus fa-plus-red" aria-hidden="true"></i>
How accessible is the online event?
How accessible is the digital event?
</button>
<div class="panel">
<p>We've put a lot of thought into making sure all of BrickHack can be enjoyed by everyone. We're planning to have intepreting services and audio captioning to boot, with more accomodations to come in the future.</p>
<p>During registration, put services that you require in the "special needs" field, and we'll do our best to meet them!</p>
<p>We've put a lot of thought into making sure all of BrickHack can be enjoyed by everyone. We're planning to have interpreting services and audio captioning to boot, with more accommodations to come in the future.</p>
<p>During registration, put any services that you require in the "special needs" field, and we'll do our best to meet them!</p>
<p>For any outstanding questions, email <a href="mailto:hello@coderit.org">hello@coderit.org</a>.</p>
</div>
</div>
Expand All @@ -262,6 +273,16 @@ <h1>Frequently Asked Questions</h1>
<p>(We'll send an email out if you are accepted.)</p>
</div>
</div>
<div class="card">
<button class="accordion-header">
<i class="fa fa-plus fa-plus-orange" aria-hidden="true"></i>
I'm new to coding. What if I have questions while I hack?
</button>
<div class="panel">
<p>This year, we'll have mentors from various tech companies available to help, as well as other hackers who can volunteer their knowledge throughout the event.</p>
<p>During the opening ceremony, we'll go over how to request help from a mentor!</p>
</div>
</div>
<div class="card">
<button class="accordion-header">
<i class="fa fa-plus fa-plus-orange" aria-hidden="true"></i>
Expand Down
2 changes: 1 addition & 1 deletion sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ nav {
#faq-wrapper {
h1 {
font-size: $title-size;
margin-bottom: 4rem;
margin-bottom: 40px;
}
#faq-cards {
display: flex;
Expand Down