Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@
<h1>Archive</h1>
<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>
<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>
<div class="event-card">
<h3>️Week #11</h3>
<h4>
<a href="https://www.hackerrank.com/week-11-code-hackathon" class="badge badge-info" target="_blank">Contest</a>
</h4>
</div>
<div class="event-card">
<h3>️Week #10</h3>
<h4>
Expand Down
Binary file added assets/poster/w12.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,17 @@ <h3>We are a team of students in GITAM that aim to promote coding as being fun,
</div>
</div>
<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">
<h3>You just missed Code Hackathon Week #10 ☹️</h3>
<h3>💻 Sign up for Code Hackathon Week #12 📈</h3>
<br />
<img style="background: rgb(26, 18, 69);" class="poster old-pic" src="assets/poster/w10.jpg" alt="Code Hackathon Week #10 Poster">
<img
alt="Code Hackathon Week #12 Poster"
class="poster"
src="assets/poster/w12.jpg"
style="background: rgb(26, 18, 69);"
/>
<br />
<h4 class="text-light">We are recruiting! To join our team, fill in this form:</h4><br>
<a href="https://bit.ly/gcc-recruit" class="btn btn-warning btn-lg text-dark" target="_blank">Recruitment Form</a>
<h4 class="text-light">Register Here</h4><br>
<a href="https://bit.ly/w12-reg" class="btn btn-warning btn-lg text-dark" target="_blank">Register</a>
</div>
</div>
</div>
Expand Down
15 changes: 15 additions & 0 deletions leaderboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,21 @@
<div class="col-10 offset-1">
<h1>Leaderboard</h1>
<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>
<div class="event-card">
<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>
<ul class="list-group">
<li class="list-group-item d-flex justify-content-between align-items-center">
<span class="badge badge-primary">1<sup>st</sup></span>
👑 Manohar D.S.
<span class="badge badge-dark">2/4, B10</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center">
<span class="badge badge-dark">2<sup>nd</sup></span>
Sreeram T.
<span class="badge badge-dark">2/4, B4</span>
</li>
</ul>
</div>
<div class="event-card">
<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>
<ul class="list-group">
Expand Down
2 changes: 1 addition & 1 deletion schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<div class="col-10 offset-1">
<h1>Schedule</h1>
<p class="lead text-md-center">
You just missed Code Hackathon <strong>Week #10</strong> ☹️ (14<sup>th</sup> December, 2019). Stay tuned for Week #11 updates!
Sign up for Code Hackathon Week 12! <strong>Week #10</strong> 💻 (12<sup>th</sup> December, 2020). Stay tuned for more Week 12 updates!
</p>
</div>
</div>
Expand Down