5
5
---
6
6
7
7
< div class ="event-card-group ">
8
- < div class ="event-card ">
9
- < 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 >
10
- < ul class ="list-group ">
11
- < li class ="list-group-item d-flex justify-content-between align-items-center ">
12
- < span class ="badge badge-primary "> 1< sup > st</ sup > </ span >
13
- 👑 Manohar D.S.
14
- < span class ="badge badge-dark "> 2/4, B10</ span >
15
- </ li >
16
- < li class ="list-group-item d-flex justify-content-between align-items-center ">
17
- < span class ="badge badge-dark "> 2< sup > nd</ sup > </ span >
18
- Sreeram T.
19
- < span class ="badge badge-dark "> 2/4, B4</ span >
20
- </ li >
21
- </ ul >
22
- </ div >
23
- < div class ="event-card ">
24
- < 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 >
25
- < ul class ="list-group ">
26
- < li class ="list-group-item d-flex justify-content-between align-items-center ">
27
- < span class ="badge badge-primary "> 1< sup > st</ sup > </ span >
28
- 👑 J. Pavan Kumar
29
- < span class ="badge badge-dark "> 3/4, B12</ span >
30
- </ li >
31
- < li class ="list-group-item d-flex justify-content-between align-items-center ">
32
- < span class ="badge badge-dark "> 2< sup > nd</ sup > </ span >
33
- Prashast Dwivedi
34
- < span class ="badge badge-dark "> 3/4, B11</ span >
35
- </ li >
36
- </ ul >
37
- </ div >
38
- < div class ="event-card ">
39
- < h3 > ️Week #9 < a href ="https://www.hackerrank.com/contests/week-9-code-hackathon/leaderboard " class ="badge badge-success " target ="_blank "> Full list</ a > </ h3 >
40
- < ul class ="list-group ">
41
- < li class ="list-group-item d-flex justify-content-between align-items-center ">
42
- < span class ="badge badge-primary "> 1< sup > st</ sup > </ span >
43
- 👑 Ys M Krishna Varda Raj
44
- < span class ="badge badge-dark "> 2/4, B17</ span >
45
- </ li >
46
- < li class ="list-group-item d-flex justify-content-between align-items-center ">
47
- < span class ="badge badge-dark "> 2< sup > nd</ sup > </ span >
48
- J. Pavan Kumar
49
- < span class ="badge badge-dark "> 3/4, B12</ span >
50
- </ li >
51
- </ ul >
52
- </ div >
53
- < div class ="event-card ">
54
- < 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 >
8
+ {% for event in site.data.events %}{% if event.has_ended and event.winners %}< div class ="event-card ">
9
+ < h3 > ️{% if event.title != "Code Hackathon" %}{{ event.title }} {% endif %}{{ event.order }} < a href ="{{ event.links[0].url }}/leaderboard " class ="badge badge-success " target ="_blank "> Full list</ a > </ h3 >
55
10
< ul class ="list-group ">
11
+ {% for winner in event.winners %}
56
12
< li class ="list-group-item d-flex justify-content-between align-items-center ">
57
- < span class ="badge badge-primary "> 1< sup > st</ sup > </ span >
58
- 👑 G. Pavan Kumar
59
- < span class ="badge badge-dark "> 4/4, B2</ span >
60
- </ li >
61
- < li class ="list-group-item d-flex justify-content-between align-items-center ">
62
- < span class ="badge badge-dark "> 2< sup > nd</ sup > </ span >
63
- Mano Sriram
64
- < span class ="badge badge-dark "> 3/4, B7</ span >
65
- </ li >
66
- < li class ="list-group-item d-flex justify-content-between align-items-center ">
67
- < span class ="badge badge-dark "> 3< sup > rd</ sup > </ span >
68
- Sanjay Akula
69
- < span class ="badge badge-dark "> 3/4, B18</ span >
13
+ < span class ="badge {% if forloop.index == 1 %}badge-warning text-dark{% else %}badge-dark{% endif %} "> {{ forloop.index }}</ span >
14
+ {% if forloop.index == 1 %} 👑 {% endif %}{{ winner.name }}
15
+ < span class ="badge badge-dark "> {{ winner.class }}</ span >
70
16
</ li >
17
+ {% endfor %}
71
18
</ ul >
72
- </ div >
73
- < div class ="event-card ">
74
- < h3 > ️Week #7 < a href ="https://www.hackerrank.com/contests/week-7-codehackathon/leaderboard " class ="badge badge-success " target ="_blank "> Full list</ a > </ h3 >
75
- < ul class ="list-group ">
76
- < li class ="list-group-item d-flex justify-content-between align-items-center ">
77
- < span class ="badge badge-primary "> 1< sup > st</ sup > </ span >
78
- 👑 Krishna Prasad
79
- < span class ="badge badge-dark "> 3/4, B13</ span >
80
- </ li >
81
- < li class ="list-group-item d-flex justify-content-between align-items-center ">
82
- < span class ="badge badge-dark "> 2< sup > nd</ sup > </ span >
83
- G. Pavan Kumar
84
- < span class ="badge badge-dark "> 3/4, B2</ span >
85
- </ li >
86
- </ ul >
87
- </ div >
19
+ </ div > {% endif %}{% endfor %}
88
20
< div class ="event-card ">
89
21
< h3 > ️Week #6 - Level 2 < a href ="https://www.hackerrank.com/contests/week-6-codehackathon-part-ii/leaderboard " class ="badge badge-success " target ="_blank "> Full list</ a > </ h3 >
90
22
< ul class ="list-group ">
91
23
< li class ="list-group-item d-flex justify-content-between align-items-center ">
92
- < span class ="badge badge-primary "> 1< sup > st </ sup > </ span >
24
+ < span class ="badge badge-warning text-dark "> 1</ span >
93
25
👑 M. V. Rahul
94
26
< span class ="badge badge-dark "> 3/4, B11</ span >
95
27
</ li >
96
28
< li class ="list-group-item d-flex justify-content-between align-items-center ">
97
- < span class ="badge badge-dark "> 2< sup > nd </ sup > < /span >
29
+ < span class ="badge badge-dark "> 2</ span >
98
30
Sai Prithvi
99
31
< span class ="badge badge-dark "> 3/4, B19</ span >
100
32
</ li >
@@ -104,12 +36,12 @@ <h3>️Week #6 - Level 2 <a href="https://www.hackerrank.com/contests/week-
104
36
< h3 > ️Week #6 - Level 1 < a href ="https://www.hackerrank.com/contests/week-6-codehackathon-part-i/leaderboard " class ="badge badge-success " target ="_blank "> Full list</ a > </ h3 >
105
37
< ul class ="list-group ">
106
38
< li class ="list-group-item d-flex justify-content-between align-items-center ">
107
- < span class ="badge badge-primary "> 1< sup > st </ sup > </ span >
39
+ < span class ="badge badge-warning text-dark "> 1</ span >
108
40
👑 Krishna Prasad
109
41
< span class ="badge badge-dark "> 3/4, B13</ span >
110
42
</ li >
111
43
< li class ="list-group-item d-flex justify-content-between align-items-center ">
112
- < span class ="badge badge-dark "> 2< sup > nd </ sup > < /span >
44
+ < span class ="badge badge-dark "> 2</ span >
113
45
Durga Bala Reddy
114
46
< span class ="badge badge-dark "> 3/4, B16</ span >
115
47
</ li >
@@ -119,12 +51,12 @@ <h3>️Week #6 - Level 1 <a href="https://www.hackerrank.com/contests/week-
119
51
< h3 > ️Week #5 < a href ="https://www.hackerrank.com/week-5-code-hackathon/leaderboard " class ="badge badge-success " target ="_blank "> Full list</ a > </ h3 >
120
52
< ul class ="list-group ">
121
53
< li class ="list-group-item d-flex justify-content-between align-items-center ">
122
- < span class ="badge badge-primary "> 1< sup > st </ sup > </ span >
54
+ < span class ="badge badge-warning text-dark "> 1</ span >
123
55
👑 Krishna Prasad
124
56
< span class ="badge badge-dark "> 3/4, B13</ span >
125
57
</ li >
126
58
< li class ="list-group-item d-flex justify-content-between align-items-center ">
127
- < span class ="badge badge-dark "> 2< sup > nd </ sup > < /span >
59
+ < span class ="badge badge-dark "> 2</ span >
128
60
Krishna Aditya Attaluri
129
61
< span class ="badge badge-dark "> 3/4, B17</ span >
130
62
</ li >
@@ -134,12 +66,12 @@ <h3>️Week #5 <a href="https://www.hackerrank.com/week-5-code-hackathon/leaderb
134
66
< h3 > ️Week #4 < a href ="https://www.hackerrank.com/week-4-codehackathon/leaderboard " class ="badge badge-success " target ="_blank "> Full list</ a > </ h3 >
135
67
< ul class ="list-group ">
136
68
< li class ="list-group-item d-flex justify-content-between align-items-center ">
137
- < span class ="badge badge-primary "> 1< sup > st </ sup > </ span >
69
+ < span class ="badge badge-warning text-dark "> 1</ span >
138
70
👑 V. Srikanth
139
71
< span class ="badge badge-dark "> 2/4, B17</ span >
140
72
</ li >
141
73
< li class ="list-group-item d-flex justify-content-between align-items-center ">
142
- < span class ="badge badge-dark "> 2< sup > nd </ sup > < /span >
74
+ < span class ="badge badge-dark "> 2</ span >
143
75
Krishna Sampath
144
76
< span class ="badge badge-dark "> 2/4, B17</ span >
145
77
</ li >
@@ -149,12 +81,12 @@ <h3>️Week #4 <a href="https://www.hackerrank.com/week-4-codehackathon/leaderbo
149
81
< h3 > ️Week #3 < span class ="badge badge-info " target ="_blank "> Offline</ span > </ h3 >
150
82
< ul class ="list-group ">
151
83
< li class ="list-group-item d-flex justify-content-between align-items-center ">
152
- < span class ="badge badge-primary "> 1< sup > st </ sup > </ span >
84
+ < span class ="badge badge-warning text-dark "> 1</ span >
153
85
👑 Viswalahiri
154
86
< span class ="badge badge-dark "> 2/4, B17</ span >
155
87
</ li >
156
88
< li class ="list-group-item d-flex justify-content-between align-items-center ">
157
- < span class ="badge badge-dark "> 2< sup > nd </ sup > < /span >
89
+ < span class ="badge badge-dark "> 2</ span >
158
90
V. Srikanth
159
91
< span class ="badge badge-dark "> 2/4, B17</ span >
160
92
</ li >
@@ -164,12 +96,12 @@ <h3>️Week #3 <span class="badge badge-info" target="_blank">Offline</span></h3
164
96
< h3 > ️Week #2 < span class ="badge badge-info " target ="_blank "> Offline</ span > </ h3 >
165
97
< ul class ="list-group ">
166
98
< li class ="list-group-item d-flex justify-content-between align-items-center ">
167
- < span class ="badge badge-primary "> 1< sup > st </ sup > </ span >
99
+ < span class ="badge badge-warning text-dark "> 1</ span >
168
100
👑 V. Srikanth
169
101
< span class ="badge badge-dark "> 2/4, B17</ span >
170
102
</ li >
171
103
< li class ="list-group-item d-flex justify-content-between align-items-center ">
172
- < span class ="badge badge-dark "> 2< sup > nd </ sup > < /span >
104
+ < span class ="badge badge-dark "> 2</ span >
173
105
M. Navneet
174
106
< span class ="badge badge-dark "> 2/4, B7</ span >
175
107
</ li >
0 commit comments