-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
493 lines (484 loc) · 27.4 KB
/
index.html
File metadata and controls
493 lines (484 loc) · 27.4 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
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
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
<!DOCTYPE html>
<html class="no-js">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<title>Dapper Linux</title>
<meta name="description" content="Secure. Daily Usable. Elegant. Dapper Linux.">
<meta name="keywords" content="Home, Index, Dapper Linux">
<meta name="author" content="Dapper Linux Limited">
<!-- Mobile Specific Metas
================================================== -->
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google Metas
================================================== -->
<meta name="google-site-verification" content="EZNjCAuN2KH-IirzJY78GNNtACHwkfui-f1eMPS1X5I" />
<!-- Template CSS Files
================================================== -->
<!-- Twitter Bootstrs CSS -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<!-- template main css file -->
<link rel="stylesheet" href="/css/main.css">
<!-- responsive css -->
<link rel="stylesheet" href="/css/responsive.css">
<!-- Template Javascript Files
================================================== -->
<!-- jquery js -->
<script src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<!-- bootstrap js -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
</head>
<body>
<!--
==================================================
Header Section Start
================================================== -->
<header id="top-bar" class="navbar-fixed-top animated-header">
<div class="container">
<div class="navbar-header">
<!-- responsive nav button -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- /responsive nav button -->
<!-- logo -->
<div class="navbar-brand">
<a href="/index.html" >
<img src="/images/logo.png" alt="">
</a>
</div>
<!-- /logo -->
</div>
<!-- main menu -->
<nav class="collapse navbar-collapse navbar-right" role="navigation">
<div class="main-menu">
<ul class="nav navbar-nav navbar-right">
<li><a href="/about.html">About</a></li>
<li><a href="/features.html">Features</a></li>
<li><a href="/download.html">Download</a></li>
<li><a href="/patchset.html">Patchset</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Support <span class="caret"></span></a>
<div class="dropdown-menu">
<ul>
<li><a href="/documentation.html">Documentation</a></li>
</ul>
</div>
</li>
<li><a href="/blog.html">Blog</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div>
</nav>
<!-- /main nav -->
</div>
</header>
<!--
==================================================
Hero Section Start
================================================== -->
<section id="hero-area" >
<div class="container">
<div class="row">
<div class="col-sm-12">
<img src="/images/hero.png" class="img-responsive center-block">
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<section class="cd-intro">
<h1>
<span>Secure. Daily Usable. Elegant.</span><br>
<span class="cd-words-wrapper">
<b class="is-visible">Dapper Linux</b>
</span>
</h1>
</section> <!-- cd-intro -->
<div class="col-md-12 col-centered">
<p>Dapper Linux is a security hardened Linux distribution designed to be used every day. <br>Ready to evolve to a whole new level of security?</p>
<div class="col-md-12">
<a class="btn btn-default" href="/download.html">Download</a>
<a class="btn btn-default" href="/features.html">Features</a>
</div>
</div>
</div>
</div>
</div>
</section><!--/#main-slider-->
<!--
==================================================
About Section Start
================================================== -->
<section id="about">
<div class="container">
<div class="section-heading">
<h1 class="title">Welcome to Dapper Linux!</h1>
<p>
Dapper Linux is an easy to use secure operating system developed with open source principles. <br>You can find out more about the people behind the project <a href="about.html">here</a>
</p>
</div>
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="block">
<p>
Dapper Linux has been designed to be the most secure, easy to use and elegant Linux distribution around. We take advanced security features that will define the future of secure computing, and do all the hard work packaging it up into an easy to use and great looking operating system.
</p>
<p>
Dapper Linux is built on open source software. With solid foundations from being a remix of the Fedora operating system, Dapper Linux brings you a highly polished experience, and includes many great applications and media codecs out of the box. <a href="/download.html">Try it today!</a>
</p>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="block">
<img src="/images/computer.png" alt="">
</div>
</div>
</div>
</div>
</section> <!-- /#about -->
<!--
==================================================
Feature Section Start
================================================== -->
<section id="feature">
<div class="container">
<div class="section-heading">
<h1 class="title">Features at a Glance</h1>
<p>
Dapper Linux ships with a well thought out suite of packages that provide great features while still ensuring your security. <br> Take a look at the extended list of features <a href="/features.html">here</a>
</p>
</div>
<div class="row">
<div class="col-md-4 col-lg-4 col-xs-12">
<div class="media">
<div class="media-left">
<div class="icon">
<img style="max-width:60%;max-height:60%;" src="/images/icons/ios-flask-outline.svg" alt="">
</div>
</div>
<div class="media-body">
<h4 class="media-heading">Dappersec Kernel</h4>
<p>Run a hardened Linux Kernel with cutting edge security improvements provided by Dapper Secure Kernel Patchset.</p>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 col-xs-12">
<div class="media">
<div class="media-left">
<div class="icon">
<img style="max-width:60%;max-height:60%;" src="/images/icons/cube.svg" alt="">
</div>
</div>
<div class="media-body">
<h4 class="media-heading">Flatpak Sandboxing</h4>
<p>All your graphical applications sandboxed, limiting the attack surface and increasing your security.</p>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 col-xs-12">
<div class="media">
<div class="media-left">
<div class="icon">
<img style="max-width:60%;max-height:60%;" src="/images/icons/ios-browsers.svg" alt="">
</div>
</div>
<div class="media-body">
<h4 class="media-heading">Hardened Browsing</h4>
<p>Dual browsers enhances your privacy. Use a hardened one for daily surfing and the other for trusted activities.</p>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 col-xs-12">
<div class="media">
<div class="media-left">
<div class="icon">
<img style="max-width:60%;max-height:60%;" src="/images/icons/laptop.svg" alt="">
</div>
</div>
<div class="media-body">
<h4 class="media-heading">Large Application Base</h4>
<p>Be productive out of the box, with video codecs, a Latex distribution, C Development Tools and more installed.</p>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 col-xs-12">
<div class="media">
<div class="media-left">
<div class="icon">
<img style="max-width:60%;max-height:60%;" src="/images/icons/locked.svg" alt="">
</div>
</div>
<div class="media-body">
<h4 class="media-heading">Full Hard Disk Encryption</h4>
<p>Full hard disk encryption can be enabled, ensuring your physical data security. Easy to set up during install.</p>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 col-xs-12">
<div class="media">
<div class="media-left">
<div class="icon">
<img style="max-width:60%;max-height:60%;" src="/images/icons/arrow-down-a.svg" alt="">
</div>
</div>
<div class="media-body">
<h4 class="media-heading">Simple Installation</h4>
<p>Dapper Linux installs just like any other Linux distribution, and comes with all features out of the box.</p>
</div>
</div>
</div>
</div>
</div>
</section> <!-- /#feature -->
<!--
==================================================
Screenshot Section Start
================================================== -->
<section id="works" class="works">
<div class="container">
<div class="section-heading">
<h1 class="title">Screenshots</h1>
<p>
Take a look at Dapper Linux in action in the screenshots below. <br>Dapper Linux was designed to have a sleek and minimalist user interface, while still being packed with features.
</p>
</div>
<div class="row">
<div class="col-sm-4 col-xs-12">
<figure class="portfolio-item">
<div class="img-wrapper">
<img src="/images/screenshots/desktop.png" class="img-responsive" alt="Desktop" >
<div class="overlay">
<div class="buttons">
<a rel="gallery" class="fancybox" href="/images/screenshots/desktop.png">Larger</a>
<a target="_blank" href="/features.html">Features</a>
</div>
</div>
</div>
<figcaption>
<h4>
<a href="#">
Desktop
</a>
</h4>
<p>
Clean and minimalistic
</p>
</figcaption>
</figure>
</div>
<div class="col-sm-4 col-xs-12">
<figure>
<div class="img-wrapper">
<img src="/images/screenshots/gnome-shell.png" class="img-responsive" alt="Gnome Shell" >
<div class="overlay">
<div class="buttons">
<a rel="gallery" class="fancybox" href="/images/screenshots/gnome-shell.png">Larger</a>
<a target="_blank" href="/features.html">Features</a>
</div>
</div>
</div>
<figcaption>
<h4>
<a href="#">
Gnome Shell
</a>
</h4>
<p>
Packed with features
</p>
</figcaption>
</figure>
</div>
<div class="col-sm-4 col-xs-12">
<figure>
<div class="img-wrapper">
<img src="/images/screenshots/dappersec.png" class="img-responsive" alt="Dappersec" >
<div class="overlay">
<div class="buttons">
<a rel="gallery" class="fancybox" href="/images/screenshots/dappersec.png">Larger</a>
<a target="_blank" href="/features.html">Features</a>
</div>
</div>
</div>
<figcaption>
<h4>
<a href="#">
Dappersec Kernel
</a>
</h4>
<p>
Comprehensive security
</p>
</figcaption>
</figure>
</div>
<div class="col-sm-4 col-xs-12">
<figure>
<div class="img-wrapper">
<img src="/images/screenshots/web-browsers.png" class="img-responsive" alt="Web browsers" >
<div class="overlay">
<div class="buttons">
<a rel="gallery" class="fancybox" href="/images/screenshots/web-browsers.png">Larger</a>
<a target="_blank" href="/features.html">Features</a>
</div>
</div>
</div>
<figcaption>
<h4>
<a href="#">
Web Browsers
</a>
</h4>
<p>
Hardened web browsers
</p>
</figcaption>
</figure>
</div>
<div class="col-sm-4 col-xs-12">
<figure>
<div class="img-wrapper">
<img src="/images/screenshots/sandbox.png" class="img-responsive" alt="Sandboxing" >
<div class="overlay">
<div class="buttons">
<a rel="gallery" class="fancybox" href="/images/screenshots/sandbox.png">Larger</a>
<a target="_blank" href="/features.html">Features</a>
</div>
</div>
</div>
<figcaption>
<h4>
<a href="#">
Flatpak Sandboxing
</a>
</h4>
<p>
Isolated applications
</p>
</figcaption>
</figure>
</div>
<div class="col-sm-4 col-xs-12">
<figure>
<div class="img-wrapper">
<img src="/images/screenshots/installer.png" class="img-responsive" alt="Installer" >
<div class="overlay">
<div class="buttons">
<a rel="gallery" class="fancybox" href="/images/screenshots/installer.png">Larger</a>
<a target="_blank" href="/features.html">Features</a>
</div>
</div>
</div>
<figcaption>
<h4>
<a href="#">
Calamares Installer
</a>
</h4>
<p>
Clean and Easy
</p>
</figcaption>
</figure>
</div>
</div>
</div>
</section> <!-- #works -->
<!--
==================================================
Patchset Section Start
================================================== -->
<section id="about">
<div class="container">
<div class="section-heading">
<h1 class="title">Dapper Secure Kernel Patchset</h1>
<p>
Dapper Secure Kernel Patchset is a continuation and forward port of the Grsecurity Patchset. <br>You can obtain the latest patchsets from <a href="/patchset.html">here</a>
</p>
</div>
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="block">
<p>
Dapper Secure Kernel Patchset is a continuation of the Grsecurity patchset, and is forwarded ported to the latest Linux kernel release, along with recent stable kernel releases. Dapper Secure Kernel Patchset is free and open source software, and provided to the community so they can patch and build their own hardened kernels.
</p>
<p>
Dapper Secure Kernel Patchset features extensive hardening against memory corruption exploits, eliminates entire classes of exploits, hardens filesystems, and closes information leaks and insecure APIs. Simply patch your kernel, select your configuration and compile. Download the <a href="/patchset.html">patchset</a> today!
</p>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="block">
<br>
<a href="/images/screenshots/patchset.png"><img class="img-responsive" src="/images/screenshots/patchset.png" alt=""></a>
</div>
</div>
</div>
</div>
</section> <!-- /#patchset -->
<!--
==================================================
Call To Action Section Start
================================================== -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2 class="title">Ready To Try Out Dapper Linux?</h2>
<p>Let's get you secured. We will have you up and running in no time.</p>
<a href="/download.html" class="btn btn-default btn-contact">Download Now</a>
</div>
</div>
</div>
</div>
</section>
<!--
==================================================
Footer Section Start
================================================== -->
<footer id="footer">
<div class="container">
<div class="col-md-8">
<p class="copyright">Copyright <span>2018</span> Dapper Linux Limited<br><a href="https://riot.im/app/#/room/#dapperlinux:matrix.org">#dapperlinux</a> on matrix.org</p>
</div>
<div class="col-md-4">
<!-- Social Media -->
<ul class="social">
<li>
<a href="https://www.facebook.com/dapperlinux">
<img class="img-responsive" alt="" src="/images/icons/icon-1.svg" height="48" width=48">
</a>
</li>
<li>
<a href="https://twitter.com/dapperlinux">
<img class="img-responsive" alt="" src="/images/icons/icon-2.svg" height="48" width=48">
</a>
</li>
<li>
<a href="https://github.com/dapperlinux">
<img class="img-responsive" alt="" src="/images/icons/icon-3.svg" height="48" width=48">
</a>
</li>
<li>
<a href="https://www.reddit.com/u/dapperlinux">
<img class="img-responsive" alt="" src="/images/icons/icon-4.svg" height="48" width=48">
</a>
</li>
</ul>
</div>
</div>
</footer> <!-- /#footer -->
</body>
</html>