Skip to content

Commit

Permalink
#slay
Browse files Browse the repository at this point in the history
  • Loading branch information
CatelijneW44 committed Nov 24, 2023
1 parent 2308c6a commit 639a9aa
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 1 deletion.
Binary file added MetaQuest.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,14 @@ footer {
#headerLogo {
font-size: 30px !important;
}

.prizeSection {
border-color: rgba(26, 93, 26);
border-left: 10px solid rgba(251, 171, 26, .90);
border-right: 10px solid rgba(251, 171, 26, .90);
background-color: rgba(26, 93, 26, .70);
}

.image {
height: 18rem;
}
58 changes: 57 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,64 @@ <h1>Introducing <b>PantherHacks</b></h1>
<li>Enjoy mentor help, sponsor stations and various fun events.</li>
<li>We hope to see you there and we can't wait to meet you!</li>
</ul>

<div id="carouselIndicators2" class="carousel slide prizeSection" data-ride="carousel" data-interval="false">
<div class="carousel-inner" style="margin-top: 0px;">
<div class="carousel-item active container-fluid" style="padding-top: 0px;">
<h3 class="review-text2"><b>Prizes</b></h3>
<p class="review-text3">
<img class="image" src="keyboardSneller.jpg"/>
</p>
<h2 class="review-text3">
Logitech G915 TKL Tenkeyless LIGHTSPEED Wireless RGB Keyboard
</h2>
<div style="display:flex; flex-direction:row; justify-content: center; align-items: center;">
<h2>Sponsored by</h2>
<img src="sneller_logo_white.svg">
</div>
</div>
<div class="carousel-item container-fluid" style="padding-top: 0px;">
<h3 class="review-text2"><b>Prizes</b></h3>
<p class="review-text3">
<img class="image" src="MetaQuest.jpg"/>
</p>
<h2 class="review-text3">
VR Headset Meta Quest
</h2>
<div style="display:flex; flex-direction:row; justify-content: center; align-items: center;">
<h2>Sponsored by <b>TBD</b></h2>
<!-- <img src="sneller_logo_white.svg"> -->
</div>
</div>
<div class="carousel-item container-fluid" style="padding-top: 0px;">
<h3 class="review-text2"><b>Prizes</b></h3>
<p class="review-text3">
<img class="image" src="wireless.webp"/>
</p>
<h2 class="review-text3">
Wireless Chargers
</h2>
<div style="display:flex; flex-direction:row; justify-content: center; align-items: center;">
<h2>Sponsored by</h2>
<img class="sponsor" src="BytecampsLogo.png">
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselIndicators2" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselIndicators2" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>

</div>

<hr>

<div id="buttonContainer">
<a class="btn btn-lg btn-outline-success btn-block" href="https://docs.google.com/forms/d/e/1FAIpQLSdgmetzWhXQ2FiRJde27nOuu_7c1uCHrt1sD5v4PJk5Q83j1g/viewform?usp=sharing" type="button"><span class="textButton">Sign Me Up!</span></a>
<a class="btn btn-lg btn-success btn-block" href="https://docs.google.com/forms/d/e/1FAIpQLSdgmetzWhXQ2FiRJde27nOuu_7c1uCHrt1sD5v4PJk5Q83j1g/viewform?usp=sharing" type="button"><span class="textButton">Sign Me Up!</span></a>
</div>
<p class="text">
<br> This year, PantherHacks will take place at Pinewood Upper School.
Expand Down
Binary file added keyboardSneller.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wireless.webp
Binary file not shown.

0 comments on commit 639a9aa

Please sign in to comment.