-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
88 lines (85 loc) · 3.74 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>BUGYMANIA|UPES-MTC</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="https://fonts.googleapis.com/css?family=Gamja+Flower" rel="stylesheet">
<meta name="keywords" content="Event Registration Form Widget Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); }
</script>
<link href="css/style.css" rel="stylesheet" type="text/css" media="all">
<link href="css/style4.css" rel="stylesheet" type="text/css" media="all">
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
<link href='//fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900' rel='stylesheet' type='text/css'>
</head>
<style>
body { background : url('images/aa.jpg');
background-size:cover;
opacity:2 ;
overflow: hidden;
background-attachment:fixed;
color: white;
}
.formcon {
border-radius: 5px;
background-color: black;
padding: 20px;
opacity: .65;
}
</style>
<body data-ix="fade-in-on-load" background : url('images/event.jpg')>
<section>
<!--Header -->
<div class="navbar w-nav" data-animation="default" data-collapse="medium" data-duration="400" data-ix="move-down-on-load-1" id="Top">
<div class="container w-container" data-ix="move-down-on-load-1">
<a class="brand w-nav-brand" href="index.html"><img src="images/mtc1.png" width="200" height="70"></a><br>
</div>
</div>
<!--Main Setion-->
<div class="w3layouts_main_grid">
<div class="formcon">
<form action="register.html" align="middle" class="w3_form_post">
<h1><b>About Our Event!</b></h1>
<div class="w3_main_grid">
<div class="w3_main_grid_right" align="center">
<div class="small subtitle-box"></div>
<div class="content-section" data-ix="move-up-on-scroll-3" id="content-section">
<div class="container w-container" data-ix="move-down-on-load-3">
<div class="title-box"><h2>Event Description</h2></div><br>
<pre>  The participants would be required to register along with selecting a coding
language from the few listed coding languages which they are most comfortable.
The event would be in two rounds.</pre>
<br>
<p>
<h3><b>Round 1:</b></h3> There will be an online quiz on the chosen language. 50% of the top participants in the first round would qualify for the second round.<br><br>
<!-- <b>Round 2 :</b> In this round, the participants will be provided with 3 erroneous codes of their chosen language. They shall be required to rectify the errors in code and make the code as short and precise as possible, without changing the basic idea of the particular codes. -->
</p>
<br>
<div class="title-box"><h2>Event Rules</h2><br>
<h3>For Round 1 :- </h3><br>
<pre>
Rule 1 : There will be 30 MCQs with one correct answer.
Rule 2 : The test will be of 30 minutes.
Rule 3 : This test is an individual round.
</pre>
</div>
<div class="w3_main_grid">
<div class="w3_main_grid_right">
<input type="submit" value="Register Now!!" title="Click to Register" onClick="window.location.href='register.html'">
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="js/webflow.ee8fe7f7c.js" type="text/javascript"></script>
</body>
</html>