Skip to content

Commit 506dc66

Browse files
committed
Updated Archive, various fixes
- Added Week #7 link in archive - Minor changes to info/error alert boxes - Updated section data for week #7 winner - Added correct background tint during loading poster
1 parent b828fdc commit 506dc66

File tree

4 files changed

+25
-19
lines changed

4 files changed

+25
-19
lines changed

archive.html

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6-
6+
77
<!-- OpenGraph tags -->
88
<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.">
99
<meta property="og:image" content="https://codehackathon.github.io/assets/brand/main-logo.png">
1010
<meta property="og:site_name" content="Code Hackathon">
1111
<meta property="og:title" content="Code Hackathon">
1212
<meta property="og:type" content="website">
1313
<meta property="og:url" content="https://codehackathon.github.io/">
14-
14+
1515
<!-- Favicon & Theme -->
1616
<link rel="apple-touch-icon" sizes="114x114" href="assets/favicon/apple-icon-114x114.png">
1717
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicon/apple-icon-120x120.png">
@@ -30,28 +30,28 @@
3030
<meta name="msapplication-TileColor" content="#12002D">
3131
<meta name="msapplication-TileImage" content="assets/favicon/ms-icon-144x144.png">
3232
<meta name="theme-color" content="#12002D">
33-
33+
3434
<title>Archive · Code Hackathon · GITAM</title>
35-
35+
3636
<!-- Bootstrap core CSS -->
3737
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
38-
38+
3939
<!-- Custom CSS -->
4040
<link href="style.css" rel="stylesheet">
4141
</head>
4242

4343
<body>
4444
<div id="wrapper" class="container-fluid">
4545
<!-- Navigation section -->
46-
<nav class="navbar navbar-expand-xl fixed-top">
46+
<nav class="navbar navbar-expand-xl fixed-top">
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>
54-
54+
5555
<div id="PrimaryMenu" class="collapse navbar-collapse">
5656
<ul class="navbar-nav ml-auto">
5757
<li class="nav-item">
@@ -72,13 +72,19 @@
7272
</ul>
7373
</div>
7474
</nav>
75-
75+
7676
<div id="Archive" class="container">
7777
<div class="row">
7878
<div class="col-10 offset-1">
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 #7</h3>
84+
<h4>
85+
<a href="https://www.hackerrank.com/week-7-codehackathon" class="badge badge-info" target="_blank">Contest</a>
86+
</h4>
87+
</div>
8288
<div class="event-card">
8389
<h3>️Rookie Hour #1</h3>
8490
<h4>
@@ -124,12 +130,12 @@ <h4>
124130
</div>
125131
</div>
126132
</div>
127-
133+
128134
<div id="suggestion-grid" class="container">
129135
<div class="row">
130136
<div class="col-10 offset-1">
131137
<div class="alert alert-warning mt-4" role="alert">
132-
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>.
138+
In such online programming competitions, there are only either correct &amp; incorrect answers. No partial ones. 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>.
133139
</div>
134140
<a href="schedule">
135141
<div id="suggest-one" class="suggestion-card">
@@ -141,7 +147,7 @@ <h5>Save the date</h5>
141147
</div>
142148
</div>
143149
</div>
144-
150+
145151
<footer id="End-Game" class="container-fluid">
146152
<div class="container">
147153
<div class="row">
@@ -151,10 +157,10 @@ <h2>Questions? We'd be happy to help! <a href="contact" class="btn">Contact Us</
151157
</div>
152158
</div>
153159
</footer>
154-
160+
155161
<!-- Bootstrap core JavaScript -->
156162
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
157163
<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>
158-
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
164+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
159165
</body>
160166
</html>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h3>We are a team of students in GITAM that aim to promote coding as being fun,
9393
</div>
9494

9595
<div class="poster-panel col-md-6 col-sm-10 d-flex justify-content-center align-items-center flex-column">
96-
<img style="background: #cdeae7" class="poster" src="assets/poster/rh2.png" alt="Rookie Hour #2 Poster">
96+
<img style="background: #fbe1ff" class="poster" src="assets/poster/rh2.png" alt="Rookie Hour #2 Poster">
9797
<a href="https://bit.ly/rh2-ch" class="btn btn-success m-4" target="_blank">Register Now!</a>
9898
</div>
9999
</div>

leaderboard.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ <h3>️Week #7</h3>
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>
88-
Pavan Kumar
89-
<span class="badge badge-dark"></span>
88+
G. Pavan Kumar
89+
<span class="badge badge-dark">3/4, B2</span>
9090
</li>
9191
</ul>
9292
<h4><a href="https://www.hackerrank.com/contests/week-7-codehackathon/leaderboard" class="badge badge-success" target="_blank">Full list</a></h4>

schedule.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@
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> Rookie Hour 2 on 16<sup>th</sup> February, 2019 <a href="https://bit.ly/rh2-ch" class="btn btn-success" target="_blank">Register Now!</a></h3>
80+
<h3 class="text-md-center"><u>Up next:</u> Rookie Hour #2 on 16<sup>th</sup> February, 2019 <a href="https://bit.ly/rh2-ch" class="btn btn-success" target="_blank">Register Now!</a></h3>
8181
</div>
8282
</div>
8383
</div>
8484
</div>
8585

8686
<!-- Current week's Poster -->
87-
<img class="poster" src="assets/poster/rh2.png" alt="Rookie Hour 2 Poster">
87+
<img style="background: #fbe1ff" class="poster" src="assets/poster/rh2.png" alt="Rookie Hour #2 Poster">
8888

8989
<div id="suggestion-grid" class="container">
9090
<div class="row">

0 commit comments

Comments
 (0)