-
Notifications
You must be signed in to change notification settings - Fork 1
/
bts.html
executable file
·81 lines (68 loc) · 3.32 KB
/
bts.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> Behind The Scenes </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/bts.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>: Behind the Scenes </h2>
<h3> <span> Event type</span> : On-stage Event </h3>
<h3> <span> Event date(s)</span> : 29th Jan (Friday) </h3>
<h3> <span> Event Time</span> : 8 pm </h3>
<h3> <span> Event Venue</span> : Lords Arena </h3>
<p> <span> Event description</span> : Don't you hate it when the things you are passionate about fetch you no accolades?<br/><br/>
Well, this is an event where your genius in sports, music, movies, games and everything else beyond the silicon valley would play a crucial role in paving the way to the answer.<br/><br/>
Come in teams of three this Mukti ’16 to unravel the mystery of what lies “Behind the Scenes”.<br/><br/>
</p>
<h4><span> Contact: <br /></span>Drishti Agarwal- +91-8820508067<br />Abhijeet Paddy- +91-8370826632</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>