-
Notifications
You must be signed in to change notification settings - Fork 1
/
digfor.html
executable file
·91 lines (77 loc) · 3.57 KB
/
digfor.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
<!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> Digital Fortress </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/digfor.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>: Digital Fortress </h2>
<h3> <span> Event type</span> : Online </h3>
<h3> <span> Event date(s)</span> : 29th Jan onwards </h3>
<p> <span> Event description</span> : GNU/Linux Users’ Group brings to you one of the most brainstorming
event of MUKTI-2016<br/><br/>
DIGITAL FORTRESS <br/><br/>
The queen is hidden and the entire digital world is your arena. She has intelligently
chosen some of the most fascinating positions all around the world which will form a
pattern. To unlock a position you have got to solve her questions.<br/><br/>
Do you have the eagle’s eye to decode the pattern and reach the ultimate level to
win the queen’s heart??<br/><br/>
<h4>Cash Prizes worth 7500 INR to be won!!</h4><br/>
So come and be a part of this detective journey all around
the real world!!
</p>
<h4><span> Contact: <br /></span>Archit Srivastava- +91-9871202933<br />Abdur Rahman- +91-9531827705</h4>
<div class="row">
<div class="6u bttnwrap">
<a href=""> <div class="butn"> Register for Mukti </div> </a>
</div>
<div class="6u bttnwrap">
<a href="http://digitalfortress.mkti.in"> <div class="butn"> Start Playing </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>