|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
6 | | - |
| 6 | + |
7 | 7 | <!-- OpenGraph tags --> |
8 | 8 | <meta property="og:description" content="We are a team of students in GITAM that aim to promote coding as being fun, challenging & most of all 'Not Boring'. In collaboration with the Department of CSE, we organise frequent coding competitions called 'Code Hackathons' on a bi-weekly basis on Saturday afternoons (except for during important college events). We may on occasion also take classes to discuss and try out various programming techniques and challenges to further enhance your skills."> |
9 | 9 | <meta property="og:image" content="https://codehackathon.github.io/assets/brand/main-logo.png"> |
10 | 10 | <meta property="og:site_name" content="Code Hackathon"> |
11 | 11 | <meta property="og:title" content="Code Hackathon"> |
12 | 12 | <meta property="og:type" content="website"> |
13 | 13 | <meta property="og:url" content="https://codehackathon.github.io/"> |
14 | | - |
| 14 | + |
15 | 15 | <!-- Favicon & Theme --> |
16 | 16 | <link rel="apple-touch-icon" sizes="114x114" href="assets/favicon/apple-icon-114x114.png"> |
17 | 17 | <link rel="apple-touch-icon" sizes="120x120" href="assets/favicon/apple-icon-120x120.png"> |
|
30 | 30 | <meta name="msapplication-TileColor" content="#12002D"> |
31 | 31 | <meta name="msapplication-TileImage" content="assets/favicon/ms-icon-144x144.png"> |
32 | 32 | <meta name="theme-color" content="#12002D"> |
33 | | - |
34 | 33 | <title>Leaderboard · Code Hackathon · GITAM</title> |
35 | | - |
36 | 34 | <!-- Bootstrap core CSS --> |
37 | 35 | <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> |
38 | | - |
39 | 36 | <!-- Custom CSS --> |
40 | 37 | <link href="style.css" rel="stylesheet"> |
41 | 38 | </head> |
|
47 | 44 | <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#PrimaryMenu" aria-controls="menu" aria-expanded="false" aria-label="Toggle Navigation"> |
48 | 45 | <span class="navbar-toggler-icon"></span> |
49 | 46 | </button> |
50 | | - |
| 47 | + |
51 | 48 | <a class="navbar-brand" href="index"> |
52 | 49 | <img class="d-inline-block align-top" src="./assets/brand/main-logo.png" alt="Code Hackathon"> |
53 | 50 | </a> |
54 | | - |
| 51 | + |
55 | 52 | <div id="PrimaryMenu" class="collapse navbar-collapse"> |
56 | 53 | <ul class="navbar-nav ml-auto"> |
57 | 54 | <li class="nav-item"> |
|
72 | 69 | </ul> |
73 | 70 | </div> |
74 | 71 | </nav> |
75 | | - |
76 | | - <div id="Schedule" class="container"> |
| 72 | + |
| 73 | + <div id="Leaderboard" class="container"> |
77 | 74 | <div class="row"> |
78 | 75 | <div class="col-10 offset-1"> |
79 | | - <h1>Leaderboard</h1> |
80 | | - <h3>⚠️ This section is still being developed!</h3> |
81 | | - <p>All winners of previous Code Hackathons will be listed here soon. Stay tuned!</p> |
82 | | - <p>Meanwhile, check the <code><a href="schedule">Schedule</a></code> for upcoming events:</p> |
83 | | - </div> |
| 76 | + <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> |
| 78 | + <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> |
| 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 | + Krishna Aditya Attaluri |
| 89 | + <span class="badge badge-dark">3/4, B17</span> |
| 90 | + </li> |
| 91 | + </ul> |
| 92 | + </div> |
| 93 | + <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> |
| 95 | + <ul class="list-group"> |
| 96 | + <li class="list-group-item d-flex justify-content-between align-items-center"> |
| 97 | + <span class="badge badge-primary">1<sup>st</sup></span> |
| 98 | + V. Srikanth |
| 99 | + <span class="badge badge-dark">2/4, B17</span> |
| 100 | + </li> |
| 101 | + <li class="list-group-item d-flex justify-content-between align-items-center"> |
| 102 | + <span class="badge badge-dark">2<sup>nd</sup></span> |
| 103 | + Krishna Sampath |
| 104 | + <span class="badge badge-dark">2/4, B17</span> |
| 105 | + </li> |
| 106 | + </ul> |
| 107 | + </div> |
| 108 | + <div class="event-card"> |
| 109 | + <h3>️Week #3</h3> |
| 110 | + <ul class="list-group"> |
| 111 | + <li class="list-group-item d-flex justify-content-between align-items-center"> |
| 112 | + <span class="badge badge-primary">1<sup>st</sup></span> |
| 113 | + Viswalahiri |
| 114 | + <span class="badge badge-dark">2/4, B17</span> |
| 115 | + </li> |
| 116 | + <li class="list-group-item d-flex justify-content-between align-items-center"> |
| 117 | + <span class="badge badge-dark">2<sup>nd</sup></span> |
| 118 | + V. Srikanth |
| 119 | + <span class="badge badge-dark">2/4, B17</span> |
| 120 | + </li> |
| 121 | + </ul> |
| 122 | + </div> |
| 123 | + <div class="event-card"> |
| 124 | + <h3>️Week #2</h3> |
| 125 | + <ul class="list-group"> |
| 126 | + <li class="list-group-item d-flex justify-content-between align-items-center"> |
| 127 | + <span class="badge badge-primary">1<sup>st</sup></span> |
| 128 | + V. Srikanth |
| 129 | + <span class="badge badge-dark">2/4, B17</span> |
| 130 | + </li> |
| 131 | + <li class="list-group-item d-flex justify-content-between align-items-center"> |
| 132 | + <span class="badge badge-dark">2<sup>nd</sup></span> |
| 133 | + M. Navneet |
| 134 | + <span class="badge badge-dark">2/4, B7</span> |
| 135 | + </li> |
| 136 | + </ul> |
| 137 | + </div> |
| 138 | + </div> |
84 | 139 | </div> |
85 | | - </div> |
86 | | - |
87 | | - <div id="suggestion-grid" class="container"> |
88 | | - <div class="row"> |
89 | | - <div class="col-10 offset-1"> |
90 | | - <a href="schedule"> |
91 | | - <div id="suggest-one" class="suggestion-card"> |
92 | | - <h3>🗓️ Schedule</h3> |
93 | | - <h5>Save the date</h5> |
94 | | - </div> |
95 | | - </a> |
96 | | - </div> |
97 | | - </div> |
98 | | - </div> |
| 140 | + </div> |
| 141 | + |
| 142 | + <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 & doubts. |
| 147 | + </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> |
| 154 | + </div> |
| 155 | + </div> |
| 156 | + </div> |
99 | 157 | </div> |
100 | | - |
101 | | - <footer id="End-Game" class="container-fluid"> |
102 | | - <div class="container"> |
103 | | - <div class="row"> |
104 | | - <div class="col-sm-10 offset-sm-1 col-md-10 offset-md-1 col-lg-10 offset-lg-1"> |
105 | | - <h2>Questions? We'd be happy to help! <a href="contact" class="btn">Contact Us</a></h2> |
106 | | - </div> |
107 | | - </div> |
108 | | - </div> |
109 | | - </footer> |
110 | 158 |
|
| 159 | + <footer id="End-Game" class="container-fluid"> |
| 160 | + <div class="container"> |
| 161 | + <div class="row"> |
| 162 | + <div class="col-sm-10 offset-sm-1 col-md-10 offset-md-1 col-lg-10 offset-lg-1"> |
| 163 | + <h2>Questions? We'd be happy to help! <a href="contact" class="btn">Contact Us</a></h2> |
| 164 | + </div> |
| 165 | + </div> |
| 166 | + </div> |
| 167 | + </footer> |
| 168 | + |
111 | 169 | <!-- Bootstrap core JavaScript --> |
112 | 170 | <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> |
113 | 171 | <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> |
114 | | - <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> |
115 | | - |
116 | | - <script> |
117 | | - $(function () { |
118 | | - var navbar = $(".navbar") |
119 | | - var topMenu = $("#PrimaryMenu"), |
120 | | - topMenuHeight = topMenu.outerHeight() + 15, |
121 | | - menuItems = topMenu.find("li a"), |
122 | | - scrollItems = menuItems.map(function () { |
123 | | - var item = $($(this).attr("href")); |
124 | | - if (item.length) { |
125 | | - return item; |
126 | | - } |
127 | | - }); |
128 | | - |
129 | | - // Close navbar on click |
130 | | - $('.nav-link').on('click', function () { |
131 | | - $('.navbar-collapse').collapse('hide'); |
132 | | - }); |
133 | | - }); |
134 | | - </script> |
135 | | - |
| 172 | + <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> |
136 | 173 | </body> |
137 | 174 | </html> |
0 commit comments