Skip to content
Open
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
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<div class="headerInner">
<img id="largeLogo" src="assets/logos/forge2.png">
<h3>Disrupt the Midwest.</h3>
<p>November 10 - 11, <span style="font-family: Roboto-LightItalic;"><a href="https://www.google.com/maps/place/TechNexus/@41.882564,-87.6374246,15z/data=!4m5!3m4!1s0x0:0xe4423cbdbedf304d!8m2!3d41.882564!4d-87.6374246">TechNexus Space - Chicago</a></span></p>
<p>November 9 - 10, <span style="font-family: Roboto-LightItalic;"><a href="https://www.google.com/maps/place/TechNexus/@41.882564,-87.6374246,15z/data=!4m5!3m4!1s0x0:0xe4423cbdbedf304d!8m2!3d41.882564!4d-87.6374246">TechNexus Space - Chicago</a></span></p>
<a href='https://goo.gl/forms/t12x6NDNRURovR9k2'><button type="button" class="cta" id="mainCTA">Apply</button></a>
</div>
</header>
Expand Down Expand Up @@ -80,7 +80,7 @@ <h3>Disrupt the Midwest.</h3>
</g>
</svg>
</object>
</section>
</section>

<!--FAQ-->
<section class="faqOuter">
Expand Down Expand Up @@ -164,7 +164,7 @@ <h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { an
<h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { answer.style.height = 0; this.children[0].style.transform = 'rotate(0deg)'; /*this.children[1].style.color = 'RGB(255,120,0)';*/ } else { var wrapper = answer.childNodes[1]; answer.style.height = wrapper.clientHeight + 'px'; this.children[0].style.transform = 'rotate(90deg)'; /*this.children[1].style.color = 'RGB(255,255,255)';*/ } "><img src="assets/arrow.png" class="arrow"><span onselectstart="return false;">When does the event start and end?</span></h3>
<div class="answer">
<div class="measuringWrapper">
<p>Check-in starts at 11:00 AM on Saturday, November 10th. The event ends around 6:30 PM on Sunday, November 11th.</p>
<p>Check-in starts at 10:00 AM on Saturday, November 9th. The event ends around 5:30 PM on Sunday, November 10th.</p>
</div>
</div>
</div>
Expand Down