Skip to content

Commit

Permalink
doit
Browse files Browse the repository at this point in the history
  • Loading branch information
anmol-dash committed Apr 5, 2024
1 parent 0ca7c9c commit a585cda
Show file tree
Hide file tree
Showing 13 changed files with 858 additions and 244 deletions.
10 changes: 8 additions & 2 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11072,7 +11072,7 @@
border-radius: 4px;
padding: 10px;
margin-top: 10px;
max-height: 200px;
max-height: 250px;
overflow-y: auto;
transition: 0.5s ease;

Expand Down Expand Up @@ -11323,7 +11323,7 @@
<li role="option" onclick="location.href='../judgingtracks/index.html';">
<input type="radio" id="instagram" name="social-account" />
<label for="instagram"
>Judging</label
>Competition Timeline</label
>
</li>
<li role="option" onclick="location.href='../competitiontracks/index.html';">
Expand All @@ -11332,6 +11332,12 @@
>Competition Tracks</label
>
</li>
<li role="option" onclick="location.href='../rubric/index.html';">
<input type="radio" />
<label
>Rubric</label
>
</li>

</ul>
</div>
Expand Down
237 changes: 173 additions & 64 deletions competitiontracks/index.html

Large diffs are not rendered by default.

27 changes: 16 additions & 11 deletions eligibility/index.html

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions faq/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11070,7 +11070,7 @@
border-radius: 4px;
padding: 10px;
margin-top: 10px;
max-height: 200px;
max-height: 250px;
overflow-y: auto;
transition: 0.5s ease;

Expand Down Expand Up @@ -11415,7 +11415,7 @@
<li role="option" onclick="location.href='../judgingtracks/index.html';">
<input type="radio" id="instagram" name="social-account" />
<label for="instagram"
>Judging</label
>Competition Timeline</label
>
</li>
<li role="option" onclick="location.href='../competitiontracks/index.html';">
Expand All @@ -11424,6 +11424,12 @@
>Competition Tracks</label
>
</li>
<li role="option" onclick="location.href='../rubric/index.html';">
<input type="radio" />
<label
>Rubric</label
>
</li>

</ul>
</div>
Expand Down
24 changes: 15 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11312,7 +11312,7 @@
border-radius: 4px;
padding: 10px;
margin-top: 10px;
max-height: 200px;
max-height: 250px;
overflow-y: auto;
transition: 0.5s ease;

Expand Down Expand Up @@ -11563,7 +11563,7 @@
<li role="option" onclick="location.href='judgingtracks/index.html';">
<input type="radio" id="instagram" name="social-account" />
<label for="instagram"
>Judging</label
>Competition Timeline</label
>
</li>
<li role="option" onclick="location.href='competitiontracks/index.html';">
Expand All @@ -11572,6 +11572,12 @@
>Competition Tracks</label
>
</li>
<li role="option" onclick="location.href='rubric/index.html';">
<input type="radio" />
<label
>Rubric</label
>
</li>

</ul>
</div>
Expand All @@ -11587,6 +11593,11 @@
class="Navbar__NavButton-sc-1qxh3vi-8 dVvwf"
>Sponsors</a
><a
rel="noreferrer noopener"
href="faq/index.html"
class="Navbar__NavButton-sc-1qxh3vi-8 dVvwf"
>FAQ</a
><a
rel="noreferrer noopener"
href="winners/index.html"
class="Navbar__NavButton-sc-1qxh3vi-8 dVvwf"
Expand All @@ -11597,12 +11608,6 @@
class="Navbar__NavButton-sc-1qxh3vi-8 dVvwf"
>About PCV</a
>
<a
rel="noreferrer noopener"
href="faq/index.html"
class="Navbar__NavButton-sc-1qxh3vi-8 dVvwf"
>FAQ</a
>
</div>
<div class="Navbar__NavLinks-sc-1qxh3vi-7 hjNuAF">
<a
Expand Down Expand Up @@ -11657,7 +11662,8 @@ <h1 class="Typography__Title-e4vf31-0 gQNnwq">
<h2 class="Typography__Subtitle-e4vf31-1 lclyco">
Your Vision, Our Planet: One Pitch at a Time
</h2>
<p style="font-size: 30px"><i>Deep dive into the most pressing environmental issues today with mentorship opportunities and cash prizes.</i></h4>
<p style="font-size: 30px"><i><u><a href = "https://airtable.com/appwlGOFKXKd2mV1z/paguhebjrDYr1pwo1/form?fbclid=IwAR0EubzWQJalHZEUHaNCbO53eqqmeug5djBuyhwJ1ZHoT_PaOcmU-4NFREs">Apply here!</a></u></i></h4>
<p style="font-size: 30px"><i>Deep dive into the most pressing environmental issues today with mentorship opportunities and $1,500 in cash prizes.</i></h4>
</div>
<br />
</div>
Expand Down
Loading

0 comments on commit a585cda

Please sign in to comment.