-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
362 lines (348 loc) · 12.8 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Open-source software</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="stylesheet" href="assets/css/animate.min.css" />
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/font-awesome.min.css" />
<link
href="//fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,700,800"
rel="stylesheet"
type="text/css"
/>
<link rel="stylesheet" href="assets/css/style.css" />
</head>
<body>
<div class="preloader">
<div class="sk-spinner sk-spinner-rotating-plane"></div>
</div>
<nav
class="navbar navbar-default navbar-fixed-top templatemo-nav"
role="navigation"
>
<div class="container">
<div class="navbar-header">
<button
class="navbar-toggle"
data-toggle="collapse"
data-target=".navbar-collapse"
>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<a href="#" class="navbar-brand">Hacksec</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right text-uppercase">
<li><a href="#home">Home</a></li>
<li><a href="#feature">Features</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<section id="home">
<div class="overlay">
<div class="container">
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-10 wow fadeIn" data-wow-delay="0.3s">
<h1 class="text-upper">hacksec</h1>
<p class="white">
Open source software is different. Its authors make its source</br>
code available to others who would like to view that code, copy
it, learn from it, alter it, or share it. LibreOffice and the
GNU Image Manipulation Program are examples of open source
software.
</p>
<img
src="assets/img/home-bg.jpg"
class="img-responsive img-rounded"
alt="home img"
/>
</div>
<div class="col-md-1"></div>
</div>
</div>
</div>
</section>
<section id="divider">
<div class="container">
<div class="row">
<div
class="col-md-4 wow fadeInUp templatemo-box"
data-wow-delay="0.3s"
>
<i class="fa fa-laptop"></i>
<h3 class="text-uppercase">RESPONSIVE LAYOUT</h3>
<p>By design, open source software licenses promote collaboration and sharing because they permit other people to make modifications to source code and incorporate those changes into their own projects. They encourage computer programmers to access, view, and modify open source software whenever they like, as long as they let others do the same when they share their work.
</p>
</div>
<div
class="col-md-4 wow fadeInUp templatemo-box"
data-wow-delay="0.3s"
>
<i class="fa fa-twitter"></i>
<h3 class="text-uppercase">licenses</h3>
<p>By design, open source software licenses promote collaboration and sharing because they permit other people to make modifications to source code and incorporate those changes into their own projects. They encourage computer programmers to access, view, and modify open source software whenever they like, as long as they let others do the same when they share their work.
</p>
</div>
<div
class="col-md-4 wow fadeInUp templatemo-box"
data-wow-delay="0.3s"
>
<i class="fa fa-font"></i>
<h3 class="text-uppercase">GOOGLE FONT</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation.
</p>
</div>
</div>
</div>
</section>
<section id="feature">
<div class="container">
<div class="row">
<div class="col-md-6 wow fadeInLeft" data-wow-delay="0.6s">
<h2 class="text-uppercase">Our Software Features</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
<p>
<span><i class="fa fa-mobile"></i></span>Lorem ipsum dolor sit
amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua.
</p>
<p>
<i class="fa fa-code"></i>Quis autem velis reprehenderit et quis
voluptate velit esse quam.
</p>
</div>
<div class="col-md-6 wow fadeInRight" data-wow-delay="0.6s">
<img
src="assets/img/home-bg.jpg"
class="img-responsive img-rounded"
alt="feature img"
/>
</div>
</div>
</div>
</section>
<section id="feature1">
<div class="container">
<div class="row">
<div class="col-md-6 wow fadeInUp" data-wow-delay="0.6s">
<img
src="assets/img/desktop.jpeg"
class="img-responsive img-rounded"
alt="feature img"
/>
</div>
<div class="col-md-6 wow fadeInUp" data-wow-delay="0.6s">
<h2 class="text-uppercase">More of Your Software</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
<p>
<span><i class="fa fa-mobile"></i></span>Lorem ipsum dolor sit
amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua.
</p>
<p>
<i class="fa fa-code"></i>Quis autem velis reprehenderit et quis
voluptate velit esse quam.
</p>
</div>
</div>
</div>
</section>
<!-- end feature1 -->
<!-- start pricing -->
<section id="pricing">
<div class="container">
<div class="row">
<div class="col-md-12 wow bounceIn">
<h2 class="text-uppercase">Our Pricing</h2>
</div>
<div class="col-md-4 wow fadeIn" data-wow-delay="0.6s">
<div class="pricing text-uppercase">
<div class="pricing-title">
<h4>Standard</h4>
<p>$4</p>
<small class="text-lowercase">monthly</small>
</div>
<ul>
<li>6 GB Space</li>
<li>600 GB Bandwidth</li>
<li>60 More Themes</li>
<li>Lifetime Support</li>
</ul>
<button class="btn btn-primary text-uppercase">Sign up</button>
</div>
</div>
<div class="col-md-4 wow fadeIn" data-wow-delay="0.6s">
<div class="pricing active text-uppercase">
<div class="pricing-title">
<h4>Premium</h4>
<p>$10</p>
<small class="text-lowercase">monthly</small>
</div>
<ul>
<li>15 GB space</li>
<li>1,500 GB Bandwidth</li>
<li>150 More Themes</li>
<li>Lifetime Support</li>
</ul>
<button class="btn btn-primary text-uppercase">Sign up</button>
</div>
</div>
<div class="col-md-4 wow fadeIn" data-wow-delay="0.6s">
<div class="pricing text-uppercase">
<div class="pricing-title">
<h4>Professional</h4>
<p>$80</p>
<small class="text-lowercase">monthly</small>
</div>
<ul>
<li>35 GB space</li>
<li>3,500 GB bandwidth</li>
<li>350 more themes</li>
<li>Lifetime Support</li>
</ul>
<button class="btn btn-primary text-uppercase">Sign Up</button>
</div>
</div>
</div>
</div>
</section>
<section id="download">
<div class="container">
<div class="row">
<div class="col-md-6 wow fadeInLeft" data-wow-delay="0.6s">
<h2 class="text-uppercase">Download now</h2>
<p>
Download this theme from GitHub or
<a href="https://github.com/jgmuchiri/simple-landing-page"
>Fork this Repo</a
>
</p>
<a
href="https://github.com/jgmuchiri/simple-landing-page/archive/master.zip"
class="btn btn-primary text-uppercase"
><i class="fa fa-download"></i> Download</a
>
</div>
<div class="col-md-6 wow fadeInRight" data-wow-delay="0.6s">
<img
src="assets/img/software.jpeg"
class="img-responsive img-rounded"
alt="feature img"
/>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="overlay">
<div class="container">
<div class="row">
<div class="col-md-6 wow fadeInUp" data-wow-delay="0.6s">
<h2 class="text-uppercase">Contact Us</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation.
</p>
<address>
<p>
<i class="fa fa-map-marker"></i>123 State ST, Maine, United
States
</p>
<p><i class="fa fa-phone"></i> 123-123-1234 or 123-321-3212</p>
<p><i class="fa fa-envelope-o"></i> [email protected]</p>
</address>
</div>
<div class="col-md-6 wow fadeInUp" data-wow-delay="0.6s">
<div class="contact-form">
<form action="#" method="post">
<div class="col-md-6">
<input
type="text"
class="form-control"
placeholder="Name"
/>
</div>
<div class="col-md-6">
<input
type="email"
class="form-control"
placeholder="Email"
/>
</div>
<div class="col-md-12">
<input
type="text"
class="form-control"
placeholder="Subject"
/>
</div>
<div class="col-md-12">
<textarea
class="form-control"
placeholder="Message"
rows="4"
></textarea>
</div>
<div class="col-md-12">
<input
type="submit"
class="form-control text-uppercase"
value="Send"
/>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<p>Copyright © 2084 hacksec we dont do shit pvt_ltd</p>
</div>
</div>
</footer>
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/jquery.singlePageNav.min.js"></script>
<script>
$(window).load(function () {
$(".preloader").fadeOut(1000);
});
$(function () {
new WOW().init();
$(".templatemo-nav").singlePageNav({
offset: 70,
});
$(".navbar-collapse a").click(function () {
$(".navbar-collapse").collapse("hide");
});
});
</script>
</body>
</html>