Skip to content

Commit 73675a1

Browse files
committed
Post Week 8 Update
1 parent 3ba3e1f commit 73675a1

File tree

3 files changed

+42
-4
lines changed

3 files changed

+42
-4
lines changed

archive.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@
7979
<h1>Archive</h1>
8080
<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>
8181
<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>
82+
<div class="event-card">
83+
<h3>️Week #8</h3>
84+
<h4>
85+
<a href="https://www.hackerrank.com/week-8-code-hackathon" class="badge badge-info" target="_blank">Contest</a>
86+
</h4>
87+
</div>
8288
<div class="event-card">
8389
<h3>️Week #7</h3>
8490
<h4>

leaderboard.html

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,42 @@
7676
<h1>Leaderboard</h1>
7777
<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>
7878
<div class="event-card">
79-
<h3>️👑 Week #8</h3>
79+
<h3>️👑 Week #9</h3>
8080
<ul class="list-group">
8181
<li class="list-group-item d-flex justify-content-between align-items-center">
8282
<span class="badge badge-primary">1<sup>st</sup></span>
8383
Want the crown next to your name?
84-
<span class="badge badge-dark">🤔</span>
84+
<span class="badge badge-light">🤔</span>
8585
</li>
8686
<li class="list-group-item d-flex justify-content-between align-items-center">
8787
<span class="badge badge-dark">2<sup>nd</sup></span>
8888
Come participate in our events!
89-
<span class="badge badge-dark">💭</span>
89+
<span class="badge badge-light">💭</span>
90+
</li>
91+
<li class="list-group-item d-flex justify-content-between align-items-center">
92+
<span class="badge badge-dark">3<sup>rd</sup></span>
93+
<a href="/archive">Prepare while you wait!</a>
94+
<span class="badge badge-light">🎉</span>
95+
</li>
96+
</ul>
97+
</div>
98+
<div class="event-card">
99+
<h3>️Week #8 <a href="https://www.hackerrank.com/contests/week-8-code-hackathon/leaderboard" class="badge badge-success" target="_blank">Full list</a></h3>
100+
<ul class="list-group">
101+
<li class="list-group-item d-flex justify-content-between align-items-center">
102+
<span class="badge badge-primary">1<sup>st</sup></span>
103+
👑 G. Pavan Kumar
104+
<span class="badge badge-dark">4/4, B2</span>
105+
</li>
106+
<li class="list-group-item d-flex justify-content-between align-items-center">
107+
<span class="badge badge-dark">2<sup>nd</sup></span>
108+
Mano Sriram
109+
<span class="badge badge-dark">3/4, B7</span>
110+
</li>
111+
<li class="list-group-item d-flex justify-content-between align-items-center">
112+
<span class="badge badge-dark">3<sup>rd</sup></span>
113+
Sanjay Akula
114+
<span class="badge badge-dark">B-🤔</span>
90115
</li>
91116
</ul>
92117
</div>

schedule.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,21 @@
7777
<div class="row">
7878
<div class="col-10 offset-1">
7979
<h1>Schedule</h1>
80-
<h3 class="text-md-center"><u>Up next:</u> Code Hackathon Week #8 on 20<sup>th</sup> July, 2019 @ 2:00 PM, ICT 208 <a href="https://bit.ly/w8-coh" class="btn btn-success" target="_blank">Register Now!</a></h3>
80+
<h3 class="text-md-center">
81+
<u>Up next:</u> Code Hackathon Week #9 is expected to take place in a few weeks.
82+
<!--
83+
<a href="https://bit.ly/w8-coh" class="btn btn-success" target="_blank">Register Now!</a>
84+
-->
85+
</h3>
8186
</div>
8287
</div>
8388
</div>
8489
</div>
8590

8691
<!-- Current week's Poster -->
92+
<!--
8793
<img style="background: #353b32" class="poster" src="assets/poster/w8.png" alt="Rookie Hour #2 Poster">
94+
-->
8895

8996
<div id="suggestion-grid" class="container">
9097
<div class="row">

0 commit comments

Comments
 (0)