-
Notifications
You must be signed in to change notification settings - Fork 1
/
index-template.html
104 lines (97 loc) · 4.21 KB
/
index-template.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
<!DOCTYPE HTML>
<html>
<head>
<title>Librefox Browser</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" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<section id="header">
<div class="inner">
<span><img style="width:250px" src="images/logo.png"></span>
<h1>Librefox</h1>
<span style="font-size:25px"><p>Firefox, optimized. Browse with freedom.</p></span><br />
<a class="button" href="https://github.com/intika/Librefox">Download</a>
</div>
</section>
<section id="three" class="main style1 special">
<div class="container">
<header class="major">
<h2>Main Features</h2><br>
</header>
<div class="row gtr-150">
<div class="col-4 col-12-medium">
<h3>Focus on what you need, not everything else</h3>
<p>No experiments, adware, annoyances, or unnecessary distractions.</p>
</div>
<div class="col-4 col-12-medium">
<h3>You're in control</h3>
<p>Easy customization via advanced settings, built for professional users.</p>
</div>
<div class="col-4 col-12-medium">
<h3>More secure than default Firefox</h3>
<p>Extension firewall and other security improvements included, without sacrificing usability.</p>
</div>
</div>
<div class="row gtr-150">
<div class="col-4 col-12-medium">
<img src="images/ShadowFox-logo-sp.png" style="height: 100px; background-color: #121212; border-radius: 25px;"/>
<h3>Dark Mode</h3>
<p>Librefox natively includes the open-source ShadowFox extension.</p>
</div>
<div class="col-4 col-12-medium">
<img src="images/baseline-search-24px.svg" style="height: 100px;"/>
<h3>Private Search</h3>
<p>Privacy-conscious search providers: DuckDuckGo, Startpage, Qwant</p>
</div>
<div class="col-4 col-12-medium">
<img src="images/firefox-logo.svg" style="height: 100px;"/>
<h3>Fast Updates</h3>
<p>All regular Firefox web browser updates are quickly added to Librefox, for up-to-date security and features.</p>
</div>
</div>
<div class="row gtr-150">
<div class="col-4 col-12-medium">
<img src="images/ublock.svg" style="height: 100px;"/>
<h3>Ad Block: only the best</h3>
<p>The best content blocker is already included for your convenience.</p>
</div>
<div class="col-4 col-12-medium">
<img src="images/Google_Safe_Browsing.svg" style="height: 100px;"/>
<h3>Phishing Protection</h3>
<p>Google Safe Browsing protects against phishing and malware.</p>
</div>
<div class="col-4 col-12-medium">
<img src="images/firefox-logo.svg" style="height: 100px;"/>
<h3>Built for speed</h3>
<p> Built on top of one of the fastest and most compatible browsers (Firefox), your web experience won't suffer</p>
</div>
<div class="col-4 col-12-medium">
<h3>Open Source</h3>
<p>Everyone can participate in the development of Librefox. Join us on <a href="https://github.com/intika/Librefox">GitHub</a>.</p>
</div>
</div>
</section>
<p style="margin: 0 20px 10px 20px;">
Please note that we are not affiliated with Mozilla, the creators of Firefox web browser<br />
The Firefox logo is a trademark of the Mozilla Foundation in the U.S. and other countries.
</p>
<section id="footer">
<ul class="icons">
<li><a href="https://github.com/intika/Librefox" class="icon alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="#" class="icon alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Librefox</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</section>
<script src="assets/js/jquery.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>