-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCodecracker.html
executable file
·86 lines (72 loc) · 3.31 KB
/
Codecracker.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
<!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> Codecracker </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/codecracker.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>: Codecracker </h2>
<h3> <span> Event type</span> : Online </h3>
<h3> <span> Event date(s)</span> : 29th Jan</h3>
<h3> <span> Event time</span> : 10:30pm - 1am</h3>
<p> <span> Event description</span> : GNU1Linux Users' Group brings you the flagship event of MUKTI-CodeCracker! <br/><br/> This event provides you the opportunity to hone your coding skills and brush up your knowledge of algorithms!!! Do you have what it takes to compete and win against the best coders of the world? <br/><br/>
Come. Code. Challenge yourself against the best and prove your mettle. <br/><br/>
<h4>Cash prizes worth 20000 INR on offer.</h4><br/>
Log on to <a href="http://codecracker.in" style="color: #000">codecracker.in</a>
</p>
<h4><span> Contact: <br /></span>Archit Srivastava- +91-9871202933</h4>
<div class="row">
<div class="6u bttnwrap">
<a href="index.html"> <div class="butn"> Register for Mukti </div> </a>
</div>
<div class="6u bttnwrap">
<a href="http://codecracker.mkti.in"> <div class="butn"> Start Playing </div> </a>
<a href="http://codecracker.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>