forked from vivekpavaskar/odyssey2018
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcse_codezilla.html
More file actions
196 lines (170 loc) · 8.66 KB
/
Copy pathcse_codezilla.html
File metadata and controls
196 lines (170 loc) · 8.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ODYSSEY18</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/bootstraprr.css">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome/css/font-awesome.css">
<!-- Stylesheet
================================================== -->
<link rel="stylesheet" type="text/css" href="css/stylerr.css">
<link rel="stylesheet" type="text/css" href="css/prettyPhoto.css">
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,900,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600,300' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/modernizr.custom.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation
==========================================-->
<nav id="menu" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand" href="index.html"><strong>ODYSSEY18</strong></a> </div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html" class="page-scroll">Home</a></li>
<li><a href="gallery.html" class="page-scroll">Gallery</a></li>
<li><a href="img/rulebook.pdf" class="page-scroll">Rule Book</a></li>
<li><a href="reg_nav.html" class="page-scroll">Register</a></li>
<li><a href="about.html" class="page-scroll">About</a></li>
<li><a href="contactus.html" class="page-scroll">Contact US</a></li>
<li><a href="developers.html" class="page-scroll">Developer</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<br><br><br>
<!-- Header -->
<header class="img-responsive" name="home">
<img src="img\events\code.jpg" class="img-responsive">
<div class="intro-text">
</div>
</header>
<br><br>
<div class="container">
<h2></h2><br>
<h2 style="line-height: 100%">General Rules:(CODE ZILLA)</h2><br>
->The decision taken by the co-ordinator/volunteers will be final.<br>
->Use of other electronic devies is prohibited<br>
->The participants should be present on the given time<br>
->The Number of participants is 2 <br>
<br>
<h2>Round-1: <strong>C Yourself</strong></h2><br>
->This Round Consists 25 questions and 5 questions for the tie breaker if any Tie's.<br>
->The time limit for this round is 30 Minutes.<br>
->There is no Negative marking for this round.<br>
->Double marking of the answers will not be considered.<br>
<br>
<br>
<h2 style="line-height: 100%"><strong>Round-2: Blind coding</strong></h2><br>
-> The teams will be given same piece of code.<br>
-> The teams will type the code with MONITOR SWITCHED OFF.<br>
-> Once the teams are finished typing, the coordinators will compile and run the program.<br>
-> Distractions in the form of Loud Music will be played throughout the round. <br>
-> No Switching the monitor on in any situation. Doing so is liable for <b>Disqualification</b> <br>
<br>
<br>
<br>
<h2 style="line-height: 100%"><strong>Round-3: Question Hunt</strong></h2><br>
-> Initially, a jumbled code is given to every team.<br>
-> The team will have to rearrange the code, and execute, to find a password.<br>
-> The team on acquiring password, will be given another jumbled code. <br>
-> This code, on execution will give the location for The Final Problem.<br>
-> To open The Final Problem, the password acquired in the first code is to be used. <br>
-> No lines should be deleted or added to the code, and no line can be commented. <br>
->Doing so will result in <b><b>Disqualification</b></b><br>
-> If no teams generate the output within the given time, the team with less number of errors will be selected for the next round.<br>
<br>
<br>
<br>
<h2 style="line-height: 100%"><strong>Round-4: Confused Coder</strong></h2><br>
-> The mapping of a selected few keyboard keys will be changed to different keys.<br>
-> The remapping of the keys will be displayed throughout the round.<br>
->The teams will be given a problem statement, which is to be solved.<br>
-> The remapped keys will confuse the teams. So the team which executes the program without succumbing to confusion, proceeds to the final round.<br>
-> If the teams don’t generate the output within the given time, the team with less number of errors will be selected.<br>
<br>
<br>
<br>
<h2 style="line-height: 100%"><strong>Round-5: Programmer's Karma</strong></h2><br>
-> The teams will be given 5 problem statements, from which they'll have to choose one.<br>
-> This statement of choice will be given to another team based on random draws. <br> The same team will give your team a problem statement of their choice.<br>
-> The teams have to code and get the desired output for the opponent's problem <br> statment, AS WELL AS the problem statement they've chosen for the other team.<br>
-> The team among the two teams swapping, who execute both the codes successfully, <br> <b>will win.</b><br>
-> Remember, What you give is what you get. <b>#Karma</b> <br>
<br>
<br>
<br>
<br>
<div align="center"><a class="btn btn-primary btn-lg" href="registration1.html" role="button">REGISTER</a> <br> <br> <br>
</div>
</div>
<div id="social-section">
<div class="container-fluid">
<div class="social">
<ul>
<li><a href="https://www.facebook.com/odyssey2k18/?ref=br_rs"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCoDJIBUR7veWJEFefHxdMTw"><i class="fa fa-youtube"></i></a></li>
<li><a href="https://www.instagram.com/jcemedia/?hl=en"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
<div id="footer">
<div class="container-fluid">
<div class="fnav">
<p>Copyright © ODYSSEY18. Designed by Computer Science Dept.</p>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.1.11.1.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="js/jquery.counterup.js"></script>
<script type="text/javascript" src="js/waypoints.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/jquery.isotope.js"></script>
<script type="text/javascript" src="js/jqBootstrapValidation.js"></script>
<script type="text/javascript" src="js/contact_me.js"></script>
<!-- Javascripts
================================================== -->
<script type="text/javascript" src="js/main.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5ab5d77a4b401e45400e026a/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>