Skip to content

Commit 2a1edc3

Browse files
Week 12 Updates (#17)
* Add files via upload * Update index.html with Week 12 poster and info * Update Leaderboard with Week 11 winners * Adding Week 11 contest link, as event card. * Update schedule with Week-12 Information * Update index.html * Add back poster class Co-authored-by: Ajit Panigrahi <ajitzero@gmail.com>
1 parent 3a1b17c commit 2a1edc3

File tree

5 files changed

+31
-5
lines changed

5 files changed

+31
-5
lines changed

archive.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@
8282
<h1>Archive</h1>
8383
<p>On this page, you can see the questions and contest pages from the past <em>Code Hackathon</em> weeks and now, the <em>Rookie Hour</em> challenges. We encourage you to read through the problem sets and practice.</p>
8484
<p><strong>Note:</strong> Starting with <em>Code Hackathon Week 3</em>, we will not be publishing solutions for our questions. We believe that trying to solve a question on your own is the best way to learn &amp; improve. The sense of satisfaction that we gain on successfully solving a question and all of its hidden test cases is something that keeps us going. This kind of tenacity is what interviewers look for in freshers: persistence, self-reliance, hard-work, and above all, patience. So pick a time that suits you &amp; stick to it. Practice, practice, practice!</p>
85+
<div class="event-card">
86+
<h3>️Week #11</h3>
87+
<h4>
88+
<a href="https://www.hackerrank.com/week-11-code-hackathon" class="badge badge-info" target="_blank">Contest</a>
89+
</h4>
90+
</div>
8591
<div class="event-card">
8692
<h3>️Week #10</h3>
8793
<h4>

assets/poster/w12.jpg

2.27 MB
Loading

index.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,17 @@ <h3>We are a team of students in GITAM that aim to promote coding as being fun,
9595
</div>
9696
</div>
9797
<div class="intro-content col-sm-10 offset-sm-1 col-lg-5 offset-lg-1 d-flex justify-content-center align-items-center flex-column">
98-
<h3>You just missed Code Hackathon Week #10 ☹️</h3>
98+
<h3>💻 Sign up for Code Hackathon Week #12 📈</h3>
9999
<br />
100-
<img style="background: rgb(26, 18, 69);" class="poster old-pic" src="assets/poster/w10.jpg" alt="Code Hackathon Week #10 Poster">
100+
<img
101+
alt="Code Hackathon Week #12 Poster"
102+
class="poster"
103+
src="assets/poster/w12.jpg"
104+
style="background: rgb(26, 18, 69);"
105+
/>
101106
<br />
102-
<h4 class="text-light">We are recruiting! To join our team, fill in this form:</h4><br>
103-
<a href="https://bit.ly/gcc-recruit" class="btn btn-warning btn-lg text-dark" target="_blank">Recruitment Form</a>
107+
<h4 class="text-light">Register Here</h4><br>
108+
<a href="https://bit.ly/w12-reg" class="btn btn-warning btn-lg text-dark" target="_blank">Register</a>
104109
</div>
105110
</div>
106111
</div>

leaderboard.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,21 @@
7878
<div class="col-10 offset-1">
7979
<h1>Leaderboard</h1>
8080
<p>Check out our winners from previous Code Hackathons! Earn your spot here by participating in our upcoming events. Until then, practice, practice, practice!</p>
81+
<div class="event-card">
82+
<h3>️Week #11 <a href="https://www.hackerrank.com/contests/week-11-code-hackathon/leaderboard" class="badge badge-success" target="_blank">Full list</a></h3>
83+
<ul class="list-group">
84+
<li class="list-group-item d-flex justify-content-between align-items-center">
85+
<span class="badge badge-primary">1<sup>st</sup></span>
86+
👑 Manohar D.S.
87+
<span class="badge badge-dark">2/4, B10</span>
88+
</li>
89+
<li class="list-group-item d-flex justify-content-between align-items-center">
90+
<span class="badge badge-dark">2<sup>nd</sup></span>
91+
Sreeram T.
92+
<span class="badge badge-dark">2/4, B4</span>
93+
</li>
94+
</ul>
95+
</div>
8196
<div class="event-card">
8297
<h3>️Week #10 <a href="https://www.hackerrank.com/contests/week-10-code-hackathon/leaderboard" class="badge badge-success" target="_blank">Full list</a></h3>
8398
<ul class="list-group">

schedule.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<div class="col-10 offset-1">
8282
<h1>Schedule</h1>
8383
<p class="lead text-md-center">
84-
You just missed Code Hackathon <strong>Week #10</strong> ☹️ (14<sup>th</sup> December, 2019). Stay tuned for Week #11 updates!
84+
Sign up for Code Hackathon Week 12! <strong>Week #10</strong> 💻 (12<sup>th</sup> December, 2020). Stay tuned for more Week 12 updates!
8585
</p>
8686
</div>
8787
</div>

0 commit comments

Comments
 (0)