-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents.html
More file actions
126 lines (101 loc) · 4.74 KB
/
events.html
File metadata and controls
126 lines (101 loc) · 4.74 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>cyberhex</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Bootstrap social CSS -->
<link href="css/bootstrap-social.css" rel="stylesheet" type="text/css">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet" type="text/css">
<!-- Animation -->
<link href="css/animate.css" rel="stylesheet" />
<!-- custom CSS -->
<link href="css/cx.css" rel="stylesheet">
</head>
<body>
<header id="header-banner">
<nav class="navbar navbar-default navbar-fixed-top fadeIn" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#dropdown-box-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand">
<a href="#">CyberHex</a>
</div>
</div>
<!-- Collect the nav links and other content for toggling -->
<div class="collapse navbar-collapse navbar-right" id="dropdown-box-1">
<ul class="nav navbar-nav">
<li class="active"><a href="#home">HOME</a></li>
<li><a href="#aboutus">ABOUT</a></li>
<li class="dropdown" role="presentation">
<a href="#team" role="button" aria-expanded="false">TEAM<span></span>
</a>
<ul class="dropdown-menu bullet fadeIn" role="menu">
<li><a href="#first">FACILIS EXPEDITA</a></li>
<li><a href="#second">FACILIS EXPEDITA</a></li>
<li><a href="#third">FACILIS EXPEDITA</a></li>
</ul>
</li>
<li><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
EVENTS<span class="caret"></span>
</a>
<ul class="dropdown-menu bullet fadeIn" role="menu">
<li><a href="#first">National Information Securty Summit 2017</a></li>
</li>
</ul>
<li><a href="mailto:vyaspranjal33@.com">CONTACT</a></li>
</ul>
</div>
</div> <!-- /.container -->
</nav> <!-- /.nav -->
</header>
<div class="jumbotron" style="margin-top: 5rem">
<div class="container">
<h1 class="display-3">National Information Security Summit</h1>
<p>National Information Security Summit (NISS) is the premier Information Security, Forensics, Malware Analysis, Cyber Cop, Cyber Law & Hacking Summit with skilled & proficient Speakers from government & private sector. Each brings unique insights from their expertise in the disciplines of ethical hacking, cyber forensics, cyber crime, web application, networking, IoT & IT related laws. NISS 2017 will be held on 24th September 2017 in Lucknow, Uttar Pradesh in association with the Government of Uttar Pradesh.
</p>
<p><a class="btn btn-primary btn-lg" href="https://www.meraevents.com/event/niss2017" role="button">Register Now</a></p>
</div>
</div>
<img src="img/ps.png" class="img-fluid" alt="Responsive image" style="height: 350px" width="700px">
<footer id="section-footer">
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-12">
<div class="wow fadeIn" data-wow-delay="0.4s">
<div class="btn-circle-scroll">
<a href="#header-banner" class="btn-circle">
<i class="fa fa-angle-double-up animated"></i>
</a>
</div>
</div>
<p>© Copyright 2017 - Cyberhex All rights reserved.</p>
</div>
</div>
</div>
<a href="https://www.facebook.com/cyberh3x" class="btn btn-social-icon btn-facebook" target="_blank">
<span class="fa fa-facebook"></span>
</a>
</footer>
<!-- /.footer -->
<!-- Core JavaScript Files -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.scrollTo.js"></script>
<script src="js/wow.min.js"></script> <!-- Reveal animation when you scroll by wow.js. It need animate.css library -->
<!-- Custom Theme JavaScript -->
<script src="js/cx.js"></script>
</body>
</html>