Skip to content

Commit

Permalink
feat: added prizes
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav2012 committed Oct 10, 2022
1 parent 8cce41a commit 748ddbd
Show file tree
Hide file tree
Showing 28 changed files with 29 additions and 296 deletions.
2 changes: 1 addition & 1 deletion _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ul class="nav-main">
<li><a href="#speakers">Speakers</a></li>
<!-- <li><a href="#prizes">Prizes</a></li> -->
<li><a href="#prizes">Prizes</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#faqs">FAQs</a></li>
<li><a href="#sponsor">Sponsors</a></li>
Expand Down
Binary file removed assets/01.png
Binary file not shown.
Binary file removed assets/02.png
Binary file not shown.
Binary file removed assets/03.png
Binary file not shown.
Binary file removed assets/Custom01.png
Binary file not shown.
Binary file removed assets/Custom02.png
Binary file not shown.
Binary file removed assets/Custom03.png
Binary file not shown.
Binary file removed assets/Custom04.png
Binary file not shown.
Binary file removed assets/Custom05.png
Binary file not shown.
Binary file removed assets/Custom06.png
Binary file not shown.
Binary file added assets/prizes/card1st.png
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 assets/prizes/card2nd.png
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 assets/prizes/card3rd.png
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 assets/prizes/cardbest_design.png
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 assets/prizes/cardmeme.png
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 assets/prizes/cardtop10.png
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 assets/prizes/cardtravel_track.png
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 assets/prizes/cardtrivia.png
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 assets/prizes/cardtwitter.png
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 assets/prizes/cardvalorant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
83 changes: 0 additions & 83 deletions assets/prizes/first.svg

This file was deleted.

96 changes: 0 additions & 96 deletions assets/prizes/second.svg

This file was deleted.

95 changes: 0 additions & 95 deletions assets/prizes/third.svg

This file was deleted.

Binary file removed assets/random01.png
Binary file not shown.
Binary file removed assets/random02.png
Binary file not shown.
Binary file removed assets/random03.png
Binary file not shown.
31 changes: 12 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,30 +155,23 @@ <h1 class="speaker-title">Speakers</h1>
<!-- </div> -->
</section>

<!-- <section class="prizes container" id="prizes">
<section class="prizes container" id="prizes">
<div class="section-copy">
<h2 id="speakers">Prizes</h2>
</div>
<div class="prizes-primary">
<img src="/assets/01.png" alt="" />
<img src="/assets/02.png" alt="" />
<img src="/assets/03.png" alt="" />
<img src="/assets/Best Design.png" alt="" />
<img src="/assets/random01.png" alt="" />
<img src="/assets/random02.png" alt="" />
<img src="/assets/random03.png" alt="" />
<img src="/assets/Custom01.png" alt="" />
<img src="/assets/Custom02.png" alt="" />
<img src="/assets/Custom03.png" alt="" />
<img src="/assets/Custom04.png" alt="" />
<img src="/assets/Custom05.png" alt="" />
<img src="/assets/Custom06.png" alt="" />
<img src="/assets/sponsor01.png" alt="" />
<img src="/assets/sponsor02.png" alt="" />
<img src="/assets/sponsor03.png" alt="" />
<img src="/assets/sponsor04.png" alt="" />
<img src="/assets/prizes/card1st.png" alt="" />
<img src="/assets/prizes/card2nd.png" alt="" />
<img src="/assets/prizes/card3rd.png" alt="" />
<img src="/assets/prizes/cardbest_design.png" alt="" />
<img src="/assets/prizes/cardtravel_track.png" alt="" />
<img src="/assets/prizes/cardtop10.png" alt="" />
<img src="/assets/prizes/cardvalorant.png" alt="" />
<img src="/assets/prizes/cardtrivia.png" alt="" />
<img class="grid-col-2" src="/assets/prizes/cardtwitter.png" alt="" />
<img src="/assets/prizes/cardmeme.png" alt="" />
</div>
</section> -->
</section>

<section class="faq container" id="faqs">
<div class="faq-container">
Expand Down
18 changes: 16 additions & 2 deletions styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ html {
html {
font-size: 14px;
}
.grid-col-2{
grid-column: 1;
}
}

* {
Expand All @@ -36,6 +39,10 @@ svg {
margin-right: 8px;
}

.grid-col-2{
grid-column: 2;
}

button.dark button.dark:hover {
background-color: #27333f;
border: 2px solid transparent;
Expand Down Expand Up @@ -173,6 +180,9 @@ header.container {
width: 250px;
margin-top: 6rem;
}
.grid-col-2{
grid-column: 1;
}
}

.header-right-container {
Expand Down Expand Up @@ -421,18 +431,22 @@ header.container {
grid-template-columns: repeat(4, 1fr);
column-gap: 1.4rem;
row-gap: 1.4rem;
justify-items: center;
z-index: -100;

@media screen and (max-width: 600px) {
grid-template-columns: 1fr;
width: 80%;
margin: 0 auto;
row-gap: 20px;
.grid-col-2{
grid-column: 1;
}
}

img {
width: 100%;
border-radius: 4px;
width: 233.61px;
height: 177.47px;
}
}

Expand Down

0 comments on commit 748ddbd

Please sign in to comment.