You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues with any of the questions/solutions? <ahref="https://github.com/codehackathon/codehackathon.github.io" class="alert-link">Message us</a> your queries & doubts.
129
+
</div>
90
130
<ahref="schedule">
91
131
<divid="suggest-one" class="suggestion-card">
92
132
<h3>🗓️ Schedule</h3>
@@ -111,27 +151,6 @@ <h2>Questions? We'd be happy to help! <a href="contact" class="btn">Contact Us</
Issues with this website? Check out the <ahref="https://github.com/codehackathon/codehackathon.github.io" class="alert-link">official GitHub repository</a>.
<li>Challenges are placed in an online interface and must be solved in a specified interval of time.</li>
106
-
<li>There are <code>6</code> questions consisting of (usually) <code>2 Easy, 2 Medium & 2 Hard</code> questions.</li>
106
+
<li>There are <code>6</code> questions consisting of (usually) <code>2 Easy, 2 Medium & 2 Hard</code> questions. Try our previous questions in the <code><ahref="archive" target="blank">Archive</a></code>.</li>
107
107
<li>Each question must pass the hidden test cases in addition to the given sample test cases.</li>
108
108
<li>Each test case has some predefined weightage as a part of the total score of the question, and these may not be equal.</li>
109
109
<li>The attendees are to attempt these questions in one of the labs assigned.</li>
@@ -166,17 +166,7 @@ <h2>Questions? We'd be happy to help! <a href="contact" class="btn">Contact Us</
166
166
167
167
<script>
168
168
$(function(){
169
-
varnavbar=$(".navbar")
170
-
vartopMenu=$("#PrimaryMenu"),
171
-
topMenuHeight=topMenu.outerHeight()+15,
172
-
menuItems=topMenu.find("li a"),
173
-
scrollItems=menuItems.map(function(){
174
-
varitem=$($(this).attr("href"));
175
-
if(item.length){
176
-
returnitem;
177
-
}
178
-
});
179
-
169
+
varnavbar=$(".navbar");
180
170
$(window).on("scroll",function(){
181
171
// bring navbar into view
182
172
if($(this).scrollTop()>=50){
@@ -189,11 +179,6 @@ <h2>Questions? We'd be happy to help! <a href="contact" class="btn">Contact Us</
0 commit comments