Skip to content

Commit b828fdc

Browse files
committed
Updated Leaderboard for Week #7
- Added Week #7 details - Removed Week #4 'Full list' link, to be fixed
1 parent d33fc5f commit b828fdc

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

leaderboard.html

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<body>
4141
<div id="wrapper" class="container-fluid">
4242
<!-- Navigation section -->
43-
<nav class="navbar navbar-expand-xl fixed-top">
43+
<nav class="navbar navbar-expand-xl fixed-top">
4444
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#PrimaryMenu" aria-controls="menu" aria-expanded="false" aria-label="Toggle Navigation">
4545
<span class="navbar-toggler-icon"></span>
4646
</button>
@@ -75,6 +75,22 @@
7575
<div class="col-10 offset-1">
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>
78+
<div class="event-card">
79+
<h3>️Week #7</h3>
80+
<ul class="list-group">
81+
<li class="list-group-item d-flex justify-content-between align-items-center">
82+
<span class="badge badge-primary">1<sup>st</sup></span>
83+
👑 Krishna Prasad
84+
<span class="badge badge-dark">3/4, B13</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+
Pavan Kumar
89+
<span class="badge badge-dark"></span>
90+
</li>
91+
</ul>
92+
<h4><a href="https://www.hackerrank.com/contests/week-7-codehackathon/leaderboard" class="badge badge-success" target="_blank">Full list</a></h4>
93+
</div>
7894
<div class="event-card">
7995
<h3>️Week #6 - Level 2</h3>
8096
<ul class="list-group">
@@ -137,7 +153,8 @@ <h3>️Week #4</h3>
137153
<span class="badge badge-dark">2/4, B17</span>
138154
</li>
139155
</ul>
140-
<h4><a href="https://www.hackerrank.com/week-4-codehackathon/leaderboard" class="badge badge-success" target="_blank">Full list</a></h4>
156+
<!-- TODO: Fix this -->
157+
<!-- <h4><a href="https://www.hackerrank.com/week-4-codehackathon/leaderboard" class="badge badge-success" target="_blank">Full list</a></h4> -->
141158
</div>
142159
<div class="event-card">
143160
<h3>️Week #3</h3>
@@ -187,7 +204,7 @@ <h5>Previous Questions</h5>
187204
</div>
188205
</div>
189206
</div>
190-
207+
191208
<footer id="End-Game" class="container-fluid">
192209
<div class="container">
193210
<div class="row">
@@ -201,6 +218,6 @@ <h2>Questions? We'd be happy to help! <a href="contact" class="btn">Contact Us</
201218
<!-- Bootstrap core JavaScript -->
202219
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
203220
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
204-
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
221+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
205222
</body>
206223
</html>

0 commit comments

Comments
 (0)