Fixed overlay issues

This commit is contained in:
James Dinh 2022-12-16 19:23:58 -08:00
parent 31b435e24c
commit f6defc5cbc
2 changed files with 16 additions and 2 deletions

View File

@ -1655,6 +1655,7 @@ section {
text-align: left;
border-radius: 5px;
overflow: hidden;
z-index: 2;
}
.modal-header {

View File

@ -583,7 +583,16 @@
<div class="modal-desc">
<h3><span class="emphasis-text">Time</span>: 2:30 - 4pm</h3>
<h3><span class="emphasis-text">Location</span>: Community Room (2nd Floor)</h3><br>
<p>More details coming!</p>
<p class="timeline-description">This is where your team will present your product to our honored judges.</p>
<ul class="timeline-description-list">
<li>Be Creative! Make your product stand out by including a demo or showing its function across multiple applications</li>
<li>Presentations will occur in order of team number (i.e. Team 1 will go first)</li>
<li><span class="important-text">=IMPORTANT=</span> Your team's presentation is NOT ALLOWED to go above 5 minutes... Use your time wisely.</li>
<li>Your team will be graded on both the product and presentation as per the rubric</li>
</ul>
<div class="timeline-links">
<a target="_blank" href="https://docs.google.com/document/d/1g0NyLcNGcteaXelcNRLpGSzd0l6Mky78ohbBQgQTDQY/edit?usp=sharing"><div class="timeline-button">View the Rubric</div></a>
</div>
</div>
</div>
<div class="modal" id="judging">
@ -605,7 +614,11 @@
<div class="modal-desc">
<h3><span class="emphasis-text">Time</span>: 4:30 - 5pm</h3>
<h3><span class="emphasis-text">Location</span>: Community Room (2nd Floor)</h3><br>
<p>More details coming!</p>
<p class="timeline-description">Congratuations! Judge scores are tallied and here's where we announce the 1st, 2nd, and 3rd place teams along with constructive feedback for each in the <u>Community Room</u>.</p>
<ul class="timeline-description-list">
<li><u>Winners</u>: we will contact you via Email/Discord about your prizes; please allow up to 2 days for a response</li>
<li>For Questions, ask in the Discord server (#ask-questions), or contact tech support at <a class="link tooltip email-link email-replace-tech" target="_blank" href="mailto:tech@gilroyhacks.com">tech@gilroyhacks.com</a></li>
</ul>
</div>
</div>
</div>