-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemet.html
268 lines (249 loc) · 10.6 KB
/
codemet.html
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<!DOCTYPE html>
<html lang="en">
<head>
<!-- ========== Meta Tags ========== -->
<meta charset="UTF-8">
<title>Codemet</title>
<link rel="icon" type="image/x-icon" href="images/logo.jpg">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="The annual technical fest of the Metallurgical Engineering Department of IIT (BHU), Varanasi" />
<meta name="author" content="Garvit Banga" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Bootstrap CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Fonts Icon CSS -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/et-line.css" rel="stylesheet">
<link href="assets/css/ionicons.min.css" rel="stylesheet">
<!-- Carousel CSS -->
<link href="assets/css/owl.carousel.min.css" rel="stylesheet">
<link href="assets/css/owl.theme.default.min.css" rel="stylesheet">
<!-- Animate CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css">
<!-- Custom styles for this template -->
<link href="codemet.css" rel="stylesheet">
<script src="/path/to/jquery.js"></script><!-- jQuery is required -->
<script src="assets/js/jquery.countdown.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/jquery.countdown.css">
<script type="text/javascript" src="js/jquery.plugin.js"></script>
<script type="text/javascript" src="js/jquery.countdown.js"></script>
<script src="jquery.js"></script>
<script>
function jsredir() {
window.location.href = "https://stackoverflow.com";
}
</script>
</head>
<body>
<div class="loader">
<div class="loader-inner"></div>
</div>
<!--header start here -->
<header class="header navbar navbar-expand-sm" style="background-color:#0b031b;">
<div class="container" style="background-color:#0b031b;">
<a class="navbar-brand" href="events.html">
<img src="images/Anveshan logo 00.png" alt="Anveshan" >
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#headernav" aria-expanded="false" aria-label="Toggle navigation">
<span class="lnr lnr-text-align-right"></span>
</button>
<div class="collapse navbar-collapse flex-sm-row-reverse" id="headernav">
<ul class=" nav navbar-nav menu">
<li class="nav-item">
<a class="nav-link active" href="events.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link " href="events.html#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link " href="CA.html">CA</a>
</li>
<li class="nav-item">
<a class="nav-link " href="events.html#events">Events</a>
</li>
<li class="nav-item">
<a class="nav-link " href="events.html#contact">Contact Us</a>
</li>
</ul>
</div>
</div>
</header>
<!--header end here-->
<div style="max-width:6000px; max-height:4000px;"> <img src="images/codemet (2).png" alt="Anveshan" ></div>
<div class="row justify-content-center no-gutters" style="padding-top:5px; background:#0b031b;" >
<div class="col col-md-9 col-sm-6" style="padding-bottom:5px;padding-right:5px;">
<div class="cont" style="font-family:sans-serif;">
<div class="section_title"> <h3 class="title" style="color:#f50136; font-family:sans-serif;">Event Description</h3></div>
<p style="color:#ffffff; font-size:18px; font-family:sans-serif;" >
With the world shifting towards a new digital age, the time has come for colligating computing into our lives. Materials too are not untouched by computing and in fact they are being propelled by it in a very inseparable way.<br><br>
Anveshan’20 provides you with an opportunity for the amalgamation of programming and practical processes and immerse you in the realm of computation. The essence of this event is to create the shortest and the most efficient code which gives the best solution to the problem by using basic programming and simulation tools.
</p>
<br>
<h4 style="color:#f50136; font-family:sans-serif; font-size:28px;"><b>Event Details</b></h4>
<ul style="color:#ffffff; font-size:18px;">
<li>This event will be conducted on our CODEMET partner’s website.</li>
<li>It is an online event. Problems will be uploaded during the month of March. Prizes for the
top three winners for each problem statement and full points would be given to all participants providing the correct solution of the problem statement. Top three participants in the points tally would be the overall winners of CODEMET.</li>
<li>Participants will be evaluated based on the program efficiency.</li>
</ul>
<br>
</div>
</div>
<div class="col col-md-3 col-sm-6" style="padding-bottom:0px; background-color:rgba(255,255,255,0.8);">
<div class=" signup-form" >
<script type="text/javascript">var submitted=false;</script>
<iframe name="hidden_iframe" id="hidden_iframe" style="display:none;"
onload="if(submitted) {window.location='events.html';}"></iframe>
<form class="" action="https://docs.google.com/forms/u/0/d/e/1FAIpQLSfzZHDltuO494v2g1eM-ap8jH9RwDMLcZkGwNcvSrgEbc6f1A/formResponse" method="post" target="hidden_iframe" onsubmit="submitted=true;">
<h1><b>REGISTER</b></h1>
<input type="text" placeholder="Full Name" name="entry.1578448068" class="txtb" style="background: rgb(255,255,255,100);" required>
<input type="email" placeholder="Email" name="emailAddress" class="txtb" required>
<input type="text" placeholder="College Name" name="entry.157669269" class="txtb" required>
<input type="number" placeholder="Contact number" name="entry.1339848170" class="txtb" required>
</div>
<h3 style=" padding-left:30px; font-size:24px;"> Events in which you want to participate?</h3>
<div class=" signup-form1" style=" padding-left:60px;">
<input type="checkbox" id="a3" value="Codemet" class="abc" name="entry.179786916" style="padding:50px;">
<label for="a3" class="abcl" style="
padding-left: 10px;
padding-top: 5px;
margin-top: 2px;
font-size: 20px;
font-family: sans-serif;">CODEMET</label>
<br>
<input type="checkbox" id="a3" value="Rivista" class="abc" name="entry.179786916" style="padding:50px;">
<label for="a3" class="abcl" style="
padding-left: 10px;
padding-top: 5px;
margin-top: 2px;
font-size: 20px;
font-family: sans-serif;">RIVISTA</label>
<br>
<input type="checkbox" id="a3" value="Internado" class="abc" name="entry.179786916" style="padding:50px;">
<label for="a3" class="abcl" style="
padding-left: 10px;
padding-top: 5px;
margin-top: 2px;
font-size: 20px;
font-family: sans-serif;">INTERNADO</label>
<br>
<input type="checkbox" id="a3" value="Quarks" class="abc" name="entry.179786916" style="padding:50px;">
<label for="a3" class="abcl" style="
padding-left: 10px;
padding-top: 5px;
margin-top: 2px;
font-size: 20px;
font-family: sans-serif;">QUARKS</label>
<br>
<input type="checkbox" id="a3" value="Microskopia" class="abc" name="entry.179786916" style="padding:50px;">
<label for="a3" class="abcl" style="
padding-left: 10px;
padding-top: 5px;
margin-top: 2px;
font-size: 20px;
font-family: sans-serif;">MICROSKOPIA</label>
<br>
<input type="checkbox" id="a3" value="Initio" class="abc" name="entry.179786916" style="padding:50px;">
<label for="a3" class="abcl" style="
padding-left: 10px;
padding-top: 10px;
margin-top: 2px;
font-size: 20px;
font-family: sans-serif;">INITIO</label>
<br>
<input type="checkbox" id="a3" value="Qui-tation" class="abc" name="entry.179786916" style="padding:50px;">
<label for="a3" class="abcl" style="
padding-left: 10px;
padding-top: 5px;
margin-top: 2px;
font-size: 20px;
font-family: sans-serif;">QUI-TATION</label>
<br>
<input type="checkbox" id="a3" value="Literatium" class="abc" name="entry.179786916" style="padding:50px;">
<label for="a3" class="abcl" style="
padding-left: 10px;
padding-top: 5px;
margin-top: 2px;
font-size: 20px;
font-family: sans-serif;">LITERATIUM</label>
<br>
<br>
</div>
<h3 style=" padding-left:30px; font-size:24px;"> Are you willing to opt for accommodation?</h3>
<div class=" signup-form1" style=" padding-left:60px;">
<input type="radio" name="entry.328931615" class="abcde" id="e1" value="Yes" checked="true"/>
<label for="e1" class="abcl"style="
padding-left: 5px;
padding-top: 5px;
margin-top: 2px;
font-size: 20px;
color:#000;
font-family: sans-serif;">Yes</label>
<br>
<input type="radio" name="entry.328931615" class="abcde" id="e2" value="No"/>
<label for="e1" class="abcl"style="
padding-left: 5px;
padding-top: 5px;
margin-top: 2px;
font-size: 20px;
color:#000;
font-family: sans-serif;">No</label>
</div>
<!-- <input type="file" name="pic" accept="image/*" name="entry.1741438877">-->
<div class=" signup-form" > <input type="submit" value="SUBMIT" class="signup-btn btn" style="color:#ffffff;">
</div>
</form>
</div>
</div>
</div>
<!--cover section slider -->
<div class="copyright_footer">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-6 col-12">
<p>
Copyright ©<script>document.write(new Date().getFullYear());</script> | <strong>Anveshan '20</strong>
</p>
</div>
<div class="col-12 col-md-6 ">
<ul class="footer_menu">
<li>
<a href="events.html">Home</a>
</li>
<li>
<li>
<a href="events.html#events">Events</a>
</li>
<li>
<a href="events.html#contact">Contact Us</a>
</li>
<li>
<a href="faq.html">FAQs</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--footer end -->
<!-- jquery -->
<script src="assets/js/jquery.min.js"></script>
<!-- bootstrap -->
<script src="assets/js/popper.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<!--slick carousel -->
<script src="assets/js/owl.carousel.min.js"></script>
<!--parallax -->
<script src="assets/js/parallax.min.js"></script>
<!--Counter up -->
<script src="assets/js/jquery.counterup.min.js"></script>
<!--Counter down -->
<script src="assets/js/jquery.countdown.min.js"></script>
<!-- WOW JS -->
<script src="assets/js/wow.min.js"></script>
<!-- Custom js -->
<script src="assets/js/main.js"></script>
</body>
</html>