Skip to content

Commit 76efd91

Browse files
committed
Post Week 6 Update
- Updated Archive with Week 6 contest links - Updated Leaderboard with Week 6 winners - Updated Schedule status - Added HackerRank Profile URLs on Contact page - Fixed Alert box issues
1 parent ce396ea commit 76efd91

File tree

4 files changed

+115
-74
lines changed

4 files changed

+115
-74
lines changed

archive.html

Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#PrimaryMenu" aria-controls="menu" aria-expanded="false" aria-label="Toggle Navigation">
4848
<span class="navbar-toggler-icon"></span>
4949
</button>
50-
50+
5151
<a class="navbar-brand" href="index">
5252
<img class="d-inline-block align-top" src="./assets/brand/main-logo.png" alt="Code Hackathon">
5353
</a>
@@ -77,76 +77,75 @@
7777
<div class="row">
7878
<div class="col-10 offset-1">
7979
<h1>Archive</h1>
80-
<p>Check out our questions from previous Code Hackathons! Remember to try &amp; solve them on your own before you take a peek at the solutions 😉</p>
80+
<p>On this page, you can see the questions and contest pages from past Code Hackathon weeks. We encourage you to read through the problem sets and practice.</p>
81+
<p><strong>Note:</strong> Starting with Week 3, 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>
8182
<div class="event-card">
8283
<h3>️Week #6</h3>
8384
<h4>
84-
<a href="https://bit.ly/w6-ch" class="badge badge-info" target="_blank">Register!</a>
85+
<a href="https://www.hackerrank.com/week-6-codehackathon-part-i" class="badge badge-info" target="_blank">Contest 1️</a> · <a href="https://www.hackerrank.com/week-6-codehackathon-part-ii" class="badge badge-info" target="_blank">Contest 2</a>
8586
</h4>
8687
</div>
8788
<div class="event-card">
8889
<h3>️Week #5</h3>
8990
<h4>
90-
<a href="https://www.hackerrank.com/week-5-code-hackathon" class="badge badge-success" target="_blank">Questions</a>
91-
<!-- · <a href="#" class="badge badge-info" target="_blank">Solutions</a> -->
91+
<a href="https://www.hackerrank.com/week-5-code-hackathon" class="badge badge-info" target="_blank">Contest</a>
9292
</h4>
9393
</div>
9494
<div class="event-card">
9595
<h3>️Week #4</h3>
9696
<h4>
97-
<a href="https://www.hackerrank.com/week-4-codehackathon" class="badge badge-success" target="_blank">Questions</a>
98-
<!-- · <a href="#" class="badge badge-info" target="_blank">Solutions</a> -->
97+
<a href="https://www.hackerrank.com/week-4-codehackathon" class="badge badge-info" target="_blank">Contest</a>
9998
</h4>
10099
</div>
101100
<div class="event-card">
102101
<h3>️Week #3</h3>
103102
<h4>
104-
<a href="assets/archive/week-3/Week-3-Questions.pdf" class="badge badge-success" target="_blank">Questions</a>
105-
<!-- · <a href="assets/archive/week-3/Week-3-Solutions.pdf" class="badge badge-info" target="_blank">Solutions</a> -->
103+
<a href="assets/archive/week-3/Week-3-Questions.pdf" class="badge badge-info" target="_blank">Questions</a>
106104
</h4>
107105
</div>
108106
<div class="event-card">
109107
<h3>️Week #2</h3>
110108
<h4>
111-
<a href="assets/archive/week-2/Week-2-Questions.pdf" class="badge badge-success" target="_blank">Questions</a> · <a href="assets/archive/week-2/Week-2-Solutions.pdf" class="badge badge-info" target="_blank">Solutions</a>
109+
<a href="assets/archive/week-2/Week-2-Questions.pdf" class="badge badge-info" target="_blank">Questions</a> · <a href="assets/archive/week-2/Week-2-Solutions.pdf" class="badge badge-info" target="_blank">Solutions</a>
112110
</h4>
113111
</div>
114112
<div class="event-card">
115113
<h3>️Week #1</h3>
116114
<h4>
117-
<a href="assets/archive/week-1/Week-1-Questions.pdf" class="badge badge-success" target="_blank">Questions</a> · <a href="assets/archive/week-1/Week-1-Solutions.pdf" class="badge badge-info" target="_blank">Solutions</a>
115+
<a href="assets/archive/week-1/Week-1-Questions.pdf" class="badge badge-info" target="_blank">Questions</a> · <a href="assets/archive/week-1/Week-1-Solutions.pdf" class="badge badge-info" target="_blank">Solutions</a>
118116
</h4>
119117
</div>
120-
</div>
118+
</div>
121119
</div>
122-
</div>
123-
124-
<div id="suggestion-grid" class="container">
120+
</div>
121+
122+
<div id="suggestion-grid" class="container">
125123
<div class="row">
126124
<div class="col-10 offset-1">
127125
<div class="alert alert-warning mt-4" role="alert">
128-
Issues with any of the questions/solutions? <a href="contact" class="alert-link" target="_blank">Message us</a> your queries &amp; doubts.
126+
In such online programming competitions there are only correct &amp; incorrect answers. If you have any issues, doubts or queries with any of our questions or provided solutions, then please feel free to <a href="contact" class="alert-link" target="_blank">message us</a>.
129127
</div>
130-
<a href="schedule">
131-
<div id="suggest-one" class="suggestion-card">
132-
<h3>🗓️ Schedule</h3>
133-
<h5>Save the date</h5>
134-
</div>
135-
</a>
136-
</div>
137-
</div>
138-
</div>
128+
129+
<a href="schedule">
130+
<div id="suggest-one" class="suggestion-card">
131+
<h3>🗓️ Schedule</h3>
132+
<h5>Save the date</h5>
133+
</div>
134+
</a>
135+
</div>
136+
</div>
137+
</div>
139138
</div>
140-
139+
141140
<footer id="End-Game" class="container-fluid">
142-
<div class="container">
143-
<div class="row">
144-
<div class="col-sm-10 offset-sm-1 col-md-10 offset-md-1 col-lg-10 offset-lg-1">
145-
<h2>Questions? We'd be happy to help! <a href="contact" class="btn">Contact Us</a></h2>
146-
</div>
147-
</div>
148-
</div>
149-
</footer>
141+
<div class="container">
142+
<div class="row">
143+
<div class="col-sm-10 offset-sm-1 col-md-10 offset-md-1 col-lg-10 offset-lg-1">
144+
<h2>Questions? We'd be happy to help! <a href="contact" class="btn">Contact Us</a></h2>
145+
</div>
146+
</div>
147+
</div>
148+
</footer>
150149

151150
<!-- Bootstrap core JavaScript -->
152151
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>

contact.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ <h1>Contact Us</h1>
8888
<td>
8989
<a href="mailto:mpranay2017@gmail.com" target="blank">Email</a> ·
9090
<a href="https://www.linkedin.com/in/sunnypranay/" target="blank">LinkedIn</a> ·
91-
<a href="https://github.com/sunnypranay" target="blank">GitHub</a>
91+
<a href="https://github.com/sunnypranay" target="blank">GitHub</a> ·
92+
<a href="https://hackerrank.com/mpranay2017" target="blank">HackerRank</a>
9293
</td>
9394
</tr>
9495
<tr>
@@ -97,7 +98,8 @@ <h1>Contact Us</h1>
9798
<td>
9899
<a href="mailto:bandanishanth@gmail.com" target="blank">Email</a> ·
99100
<a href="https://www.linkedin.com/in/nishanth-banda-a90b4b158/" target="blank">LinkedIn</a> ·
100-
<a href="https://github.com/bandanishanth" target="blank">GitHub</a>
101+
<a href="https://github.com/bandanishanth" target="blank">GitHub</a> ·
102+
<a href="https://hackerrank.com/bandanishanth" target="blank">HackerRank</a>
101103
</td>
102104
</tr>
103105
<tr>
@@ -106,7 +108,8 @@ <h1>Contact Us</h1>
106108
<td>
107109
<a href="mailto:ajitzero@gmail.com" target="blank">Email</a> ·
108110
<a href="https://www.linkedin.com/in/AjitZero/" target="blank">LinkedIn</a> ·
109-
<a href="https://github.com/AjitZero" target="blank">GitHub</a>
111+
<a href="https://github.com/AjitZero" target="blank">GitHub</a> ·
112+
<a href="https://hackerrank.com/AjitZero" target="blank">HackerRank</a>
110113
</td>
111114
</tr>
112115
<tr>
@@ -115,7 +118,8 @@ <h1>Contact Us</h1>
115118
<td>
116119
<a href="mailto:jayanthsaikiran@gmail.com" target="blank">Email</a> ·
117120
<a href="https://www.linkedin.com/in/jayanthsaikiran/" target="blank">LinkedIn</a> ·
118-
<a href="https://github.com/jayanthsaikiran" target="blank">GitHub</a>
121+
<a href="https://github.com/jayanthsaikiran" target="blank">GitHub</a> ·
122+
<a href="https://hackerrank.com/jayanthsaikiran" target="blank">HackerRank</a>
119123
</td>
120124
</tr>
121125
<tr>
@@ -124,7 +128,8 @@ <h1>Contact Us</h1>
124128
<td>
125129
<a href="mailto:srinivas1998venigalla@gmail.com" target="blank">Email</a> ·
126130
<a href="https://www.linkedin.com/in/srinivas-venigalla-b5230814b" target="blank">LinkedIn</a> ·
127-
<a href="https://github.com/srini1998" target="blank">GitHub</a>
131+
<a href="https://github.com/srini1998" target="blank">GitHub</a> ·
132+
<a href="https://hackerrank.com/srinivas1998ven1" target="blank">HackerRank</a>
128133
</td>
129134
</tr>
130135
</tbody>
@@ -137,7 +142,7 @@ <h1>Contact Us</h1>
137142
<div class="row">
138143
<div class="col-sm-10 offset-sm-1 col-md-8 offset-md-2">
139144
<div class="alert alert-warning mt-4" role="alert">
140-
Issues with this website? Check out the official <a href="https://github.com/codehackathon/codehackathon.github.io" class="alert-link" target="_blank">GitHub repository</a>.
145+
Issues with this website? Report it at the official <a href="https://github.com/codehackathon/codehackathon.github.io" class="alert-link" target="_blank">GitHub repository</a> or contact us.
141146
</div>
142147
<h1>Common Queries</h1>
143148
<ul>

leaderboard.html

Lines changed: 50 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,45 @@
7474
<div class="row">
7575
<div class="col-10 offset-1">
7676
<h1>Leaderboard</h1>
77-
<p>Check out our winners from previous Code Hackathons! Want your name here? Either actually win something or pay us Rs. 25,000. Google Pay/Tez or PayTM accepted 😉</p>
77+
<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 #5 <a href="https://www.hackerrank.com/week-5-code-hackathon" class="badge badge-success" target="_blank">Full list</a></h3>
79+
<h3>️Week #6 - Level 2</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>
83-
Krishna Prasad
83+
👑 M. V. Rahul
84+
<span class="badge badge-dark">3/4, B11</span>
85+
</li>
86+
<li class="list-group-item d-flex justify-content-between align-items-center">
87+
<span class="badge badge-dark">2<sup>nd</sup></span>
88+
Sai Prithvi
89+
<span class="badge badge-dark">3/4, B19</span>
90+
</li>
91+
</ul>
92+
<h4><a href="https://www.hackerrank.com/contests/week-6-codehackathon-part-ii/leaderboard" class="badge badge-success" target="_blank">Full list</a></h4>
93+
</div>
94+
<div class="event-card">
95+
<h3>️Week #6 - Level 1</h3>
96+
<ul class="list-group">
97+
<li class="list-group-item d-flex justify-content-between align-items-center">
98+
<span class="badge badge-primary">1<sup>st</sup></span>
99+
👑 Krishna Prasad
100+
<span class="badge badge-dark">3/4, B13</span>
101+
</li>
102+
<li class="list-group-item d-flex justify-content-between align-items-center">
103+
<span class="badge badge-dark">2<sup>nd</sup></span>
104+
Durga Bala Reddy
105+
<span class="badge badge-dark">3/4, B16</span>
106+
</li>
107+
</ul>
108+
<h4><a href="https://www.hackerrank.com/contests/week-6-codehackathon-part-i/leaderboard" class="badge badge-success" target="_blank">Full list</a></h4>
109+
</div>
110+
<div class="event-card">
111+
<h3>️Week #5</h3>
112+
<ul class="list-group">
113+
<li class="list-group-item d-flex justify-content-between align-items-center">
114+
<span class="badge badge-primary">1<sup>st</sup></span>
115+
👑 Krishna Prasad
84116
<span class="badge badge-dark">3/4, B13</span>
85117
</li>
86118
<li class="list-group-item d-flex justify-content-between align-items-center">
@@ -89,13 +121,14 @@ <h3>️Week #5 <a href="https://www.hackerrank.com/week-5-code-hackathon" class=
89121
<span class="badge badge-dark">3/4, B17</span>
90122
</li>
91123
</ul>
124+
<h4><a href="https://www.hackerrank.com/week-5-code-hackathon/leaderboard" class="badge badge-success" target="_blank">Full list</a></h4>
92125
</div>
93126
<div class="event-card">
94-
<h3>️Week #4 <a href="https://www.hackerrank.com/week-4-codehackathon" class="badge badge-success" target="_blank">Full list</a></h3>
127+
<h3>️Week #4</h3>
95128
<ul class="list-group">
96129
<li class="list-group-item d-flex justify-content-between align-items-center">
97130
<span class="badge badge-primary">1<sup>st</sup></span>
98-
V. Srikanth
131+
👑 V. Srikanth
99132
<span class="badge badge-dark">2/4, B17</span>
100133
</li>
101134
<li class="list-group-item d-flex justify-content-between align-items-center">
@@ -104,13 +137,14 @@ <h3>️Week #4 <a href="https://www.hackerrank.com/week-4-codehackathon" class="
104137
<span class="badge badge-dark">2/4, B17</span>
105138
</li>
106139
</ul>
140+
<h4><a href="https://www.hackerrank.com/week-4-codehackathon/leaderboard" class="badge badge-success" target="_blank">Full list</a></h4>
107141
</div>
108142
<div class="event-card">
109143
<h3>️Week #3</h3>
110144
<ul class="list-group">
111145
<li class="list-group-item d-flex justify-content-between align-items-center">
112146
<span class="badge badge-primary">1<sup>st</sup></span>
113-
Viswalahiri
147+
👑 Viswalahiri
114148
<span class="badge badge-dark">2/4, B17</span>
115149
</li>
116150
<li class="list-group-item d-flex justify-content-between align-items-center">
@@ -125,7 +159,7 @@ <h3>️Week #2</h3>
125159
<ul class="list-group">
126160
<li class="list-group-item d-flex justify-content-between align-items-center">
127161
<span class="badge badge-primary">1<sup>st</sup></span>
128-
V. Srikanth
162+
👑 V. Srikanth
129163
<span class="badge badge-dark">2/4, B17</span>
130164
</li>
131165
<li class="list-group-item d-flex justify-content-between align-items-center">
@@ -140,20 +174,18 @@ <h3>️Week #2</h3>
140174
</div>
141175

142176
<div id="suggestion-grid" class="container">
143-
<div class="row">
144-
<div class="col-10 offset-1">
145-
<div class="alert alert-warning mt-4" role="alert">
146-
Issues with any of the questions/solutions? <a href="contact" class="alert-link" target="_blank">Message us</a> your queries &amp; doubts.
177+
<div class="row">
178+
<div class="col-10 offset-1">
179+
<h3>While you're waiting for the next events, check our previous problems:</h3>
180+
<a href="archive">
181+
<div id="suggest-one" class="suggestion-card">
182+
<h3>📚 Archive</h3>
183+
<h5>Previous Questions</h5>
184+
</div>
185+
</a>
147186
</div>
148-
<a href="schedule">
149-
<div id="suggest-one" class="suggestion-card">
150-
<h3>🗓️ Schedule</h3>
151-
<h5>Save the date</h5>
152-
</div>
153-
</a>
154187
</div>
155188
</div>
156-
</div>
157189
</div>
158190

159191
<footer id="End-Game" class="container-fluid">

schedule.html

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#PrimaryMenu" aria-controls="menu" aria-expanded="false" aria-label="Toggle Navigation">
4848
<span class="navbar-toggler-icon"></span>
4949
</button>
50-
50+
5151
<a class="navbar-brand" href="index">
5252
<img class="d-inline-block align-top" src="./assets/brand/main-logo.png" alt="Code Hackathon">
5353
</a>
@@ -76,16 +76,21 @@
7676
<div id="Schedule" class="container">
7777
<div class="row">
7878
<div class="col-10 offset-1">
79-
<h1>Schedule</h1>
80-
<h3>Up next: Week 6, on 22<sup>nd</sup> December, 2018 <a href="https://bit.ly/w6-ch" class="badge badge-success" target="_blank">Register!</a></h3>
81-
</div>
79+
<h1>Schedule</h1>
80+
<div class="alert alert-warning mt-4" role="alert">
81+
We do not have any further events planned <strong>until Pongal holidays are over</strong>. Please check again later!
82+
</div>
83+
</div>
8284
</div>
8385
</div>
84-
<img class="poster" src="assets/poster/w6.jpg" alt="Week 6 Code Hackathon Poster">
86+
87+
<!-- Current week's Poster -->
88+
<!-- <img class="poster" src="assets/poster/w6.jpg" alt="Week 6 Code Hackathon Poster"> -->
89+
8590
<div id="suggestion-grid" class="container">
8691
<div class="row">
8792
<div class="col-10 offset-1">
88-
<h3>While you're waiting, check our previous problems:</h3>
93+
<h3>While you're waiting for the next events, check our previous problems:</h3>
8994
<a href="archive">
9095
<div id="suggest-one" class="suggestion-card">
9196
<h3>📚 Archive</h3>
@@ -94,18 +99,18 @@ <h5>Previous Questions</h5>
9499
</a>
95100
</div>
96101
</div>
97-
</div>
102+
</div>
98103
</div>
99-
104+
100105
<footer id="End-Game" class="container-fluid">
101-
<div class="container">
102-
<div class="row">
103-
<div class="col-sm-10 offset-sm-1 col-md-10 offset-md-1 col-lg-10 offset-lg-1">
104-
<h2>Questions? We'd be happy to help! <a href="contact" class="btn">Contact Us</a></h2>
105-
</div>
106-
</div>
107-
</div>
108-
</footer>
106+
<div class="container">
107+
<div class="row">
108+
<div class="col-sm-10 offset-sm-1 col-md-10 offset-md-1 col-lg-10 offset-lg-1">
109+
<h2>Questions? We'd be happy to help! <a href="contact" class="btn">Contact Us</a></h2>
110+
</div>
111+
</div>
112+
</div>
113+
</footer>
109114

110115
<!-- Bootstrap core JavaScript -->
111116
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>

0 commit comments

Comments
 (0)