Skip to content

Commit

Permalink
prize boxes and proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
aviiciii committed Jun 15, 2023
1 parent 2506171 commit df200b5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ h6 {
}

.navbar a,
.navbar a:hover,
.navbar a:focus {
display: flex;
align-items: center;
Expand Down Expand Up @@ -1559,4 +1560,16 @@ section {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.proposal-p{
margin: 0px 10px;
}
}


.prize-box{
transition: all 0.6s;
}

.proposal-p{
margin: 0px 60px;
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ <h4><a href="">Divera don</a></h4>
<div class="text-center">
<h3>Want to sponsor us?</h3>
<br>
<p>Be part of the transformation and make a lasting impact by sponsoring PEC HACKS, a premier hackathon event that brings together talented individuals to innovate and create groundbreaking solutions. As a sponsor, you'll gain valuable visibility among a highly engaged audience, connect with top tech talent, and position your brand as a leader in the industry. Join us in empowering the next generation of innovators and driving technological advancements.</p>
<p id="proposal-p">Be part of the transformation and make a lasting impact by sponsoring PEC HACKS, a premier hackathon event that brings together talented individuals to innovate and create groundbreaking solutions. As a sponsor, you'll gain valuable visibility among a highly engaged audience, connect with top tech talent, and position your brand as a leader in the industry. Join us in empowering the next generation of innovators and driving technological advancements.</p>
<br>
<a class="cta-btn" href="/" style="margin-right: 30px;">Sponsor Brochure</a>
<a class="cta-btn" href="#contact">Contact Us</a>
Expand All @@ -312,7 +312,7 @@ <h2>Prizes</h2>
<!-- First Prize -->
<div class="row">
<div class="" data-aos="fade-up">
<div class="icon-box">
<div class="icon-box" id="prize-box">
<div class="icon"><i class="bi-trophy"></i></div>
<p style="font-size: 26px; font-weight: bold;">Best Hack (1st Place) x 6</p> <br>
<p style="font-size: 20px;">The team that achieves first place in <span style="font-style: italic; font-weight: bolder;">each domain</span> will be granted a trophy and a cash prize of Rs 20,000. </p>
Expand Down

0 comments on commit df200b5

Please sign in to comment.