-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
129 lines (118 loc) · 4 KB
/
index.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
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
127
128
129
<!DOCTYPE HTML>
<html>
<head>
<title> Spectre </title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<section id="header">
<header class="major">
<h1> Spectre </h1>
<p> Guarding the nation, now and forever </p>
</header>
<div class="container">
<ul class="actions special">
<li><h1><a href="Human_detection.html"> {<< Moniter >>} </a><h1></li>
</ul>
</div>
</section>
<!-- One -->
<section id="one" class="main special">
<div class="container">
<span class="image fit primary"><img src="images/pic01.jpg" alt="" /></span>
<div class="content">
<header class="major">
<h1> Team Dhrishti </h1>
</header>
<p> A student group dedicated to serving the nation. </p>
</div>
<a href="#two" class="goto-next scrolly">Next</a>
</div>
</section>
<!-- Two -->
<section id="two" class="main special">
<div class="container">
<span class="image fit primary"><img src="images/pic02.jpg" alt="" /></span>
<div class="content">
<header class="major">
<h2> Stuff we do </h2>
</header>
<p> Our work, Our mission, Our goal </p>
<ul class="icons-grid">
<li>
<span class="icon solid major fa-camera-retro"></span>
<h3> Detect </h3>
</li>
<li>
<span class="icon solid major fa-pencil-alt"></span>
<h3> Stream </h3>
</li>
<li>
<span class="icon solid major fa-code"></span>
<h3> Analyse </h3>
</li>
<li>
<span class="icon solid major fa-coffee"></span>
<h3> Alert </h3>
</li>
</ul>
</div>
<a href="#three" class="goto-next scrolly">Next</a>
</div>
</section>
<!-- Three -->
<section id="three" class="main special">
<div class="container">
<span class="image fit primary"><img src="images/pic03.jpg" alt="" /></span>
<div class="content">
<header class="major">
<h2>One more thing</h2>
</header>
<p> Let's contribute our best to the nation soldier's by donating right today </p>
<p>A By going and donating it today at <a href="https://bharatkeveer.gov.in/">{Official website}</a></p>
</div>
<a href="#footer" class="goto-next scrolly">Next</a>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="container">
<header class="major">
<h2>Get in touch</h2>
</header>
<form method="post" action="#">
<div class="row gtr-uniform">
<div class="col-6 col-12-xsmall"><input type="text" name="name" id="name" placeholder="Name" /></div>
<div class="col-6 col-12-xsmall"><input type="email" name="email" id="email" placeholder="Email" /></div>
<div class="col-12"><textarea name="message" id="message" placeholder="Message" rows="4"></textarea></div>
<div class="col-12">
<ul class="actions special">
<li><input type="submit" value="Send Message" class="primary" /></li>
</ul>
</div>
</div>
</form>
</div>
<footer>
<ul class="icons">
<li><a href="#" class="icon solid alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© India </li><li>Design: Team Dhrishti </li>
</ul>
</footer>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>
<!-- doneeee -->