-
Notifications
You must be signed in to change notification settings - Fork 1
/
quantest.html
executable file
·81 lines (67 loc) · 3.46 KB
/
quantest.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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Quantest </title>
<meta name="description" content="Responsive Animated Border Menus with CSS Transitions" />
<meta name="keywords" content="navigation, menu, responsive, border, overlay, css transition" />
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="assets/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="assets/css/events/outlook/normalize.css" />
<link rel="stylesheet" type="text/css" href="assets/css/events/outlook/demo.css" />
<link rel="stylesheet" type="text/css" href="assets/css/events/outlook/icons.css" />
<link rel="stylesheet" href="assets/css/events/outlook/skel.css" />
<link rel="stylesheet" type="text/css" href="assets/css/quantest.min.css" />
<script src="assets/js/modernizr.custom.js"></script>
<style type="text/css">
h4 {
font-weight: bolder;
}
</style>
</head>
<body>
<div class="container">
<header class="codrops-header">
<!-- /// Content goes here /// -->
<div class="cont">
<div class="row">
<div class="6u info">
<h2> <span> Event name </span>: Perplexity </h2>
<h3> <span> Event type</span> : On-stage Event </h3>
<h3> <span> Event date(s)</span> : 30 Jan </h3>
<h3> <span> Event time</span> : 6.30pm </h3>
<h3> <span> Event venue</span> : Lords' Arena </h3>
<p> <span> Event description</span> : Brain stormed by the monotony of academics?<br/><br/> Here is your chance to prove that you can be more than just an engineer. Let your mind explore the realms of puzzles and quizzes. Break the common place paradigm and experience the refreshing tour into your intellect with our event PERPLEXITY. <br/><br/>
Rules And Regulations :<br/><br/> 1. Teams should consist of no more than three members.<br/><br/> 2. Scores of first rounds shall be carried forward to the subsquent rounds.<br/><br/> 3. Participate and win cash prizes upto INR 4000 <br/><br/>
</p>
<h4><span> Contact: <br /></span>Neetesh Kumar- +91-8670864497<br />Shaswat Gupta- +91-9002210177</h4>
<div class="row">
<div class="6u bttnwrap">
<a href=""> <div class="butn"> Register for Mukti </div> </a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
</div>
</header>
<nav id="bt-menu" class="bt-menu">
<a class="bt-menu-bg"></a>
<a href="#" class="bt-menu-trigger"><span>Menu</span></a>
<ul>
<li><a href="index.html" class="fa fa-home">Home</a> Home </li>
<li><a href="index.html#page2" class="fa fa-linux"></a> About Us</li>
<li><a href="index.html#page4" class="fa fa-fw fa-heart-o"></a> Events</li>
<li><a href="index.html#page5" class="fa fa-mortar-board"></a>Workshops </li>
<li><a href="index.html#page7" class="fa fa-phone"></a> Contacts </li>
</ul>
</nav>
</div><!-- /container -->
</body>
<script src="assets/js/classie.js"></script>
<script src="assets/js/borderMenu.js"></script>
</html>