forked from FlokoROM/www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (90 loc) · 4.26 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Bring cool feature and clean experience to your Android device">
<meta name="author" content="FlokoROM">
<meta name="theme-color" content="#4582ec">
<meta property="og:title" content="FlokoROM" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://floko.maud.io" />
<meta property="og:image" content="apple-touch-icon.png" />
<title>FlokoROM</title>
<link href="https://fonts.googleapis.com/css?family=Comfortaa|Montserrat" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" rel="stylesheet" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/"
crossorigin="anonymous">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" />
<link href="apple-touch-icon.png" rel="icon" type="image/png" >
</head>
<body>
<header>
<div class="navbar navbar-expand-lg fixed-top navbar-dark bg-primary shadow-sm">
<div class="container">
<a href="#" class="navbar-brand logo">
<strong>Floko</strong>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="https://floko.maud.io/"><i class="fas fa-home fa-fw"></i> Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="docs/p9.0/"><i class="fas fa-file-alt fa-fw"></i> Docs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/FlokoROM"><i class="fab fa-github fa-fw"></i> Source</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<main role="main">
<section class="jumbotron text-center">
<div class="container">
<h1 class="jumbotron-heading title logo"><img src="img/snowflake.svg" width="128px">Floko</h1>
<p class="lead text-muted">Bring cool new features and a clean experience to your Android device</p>
<p>
<a href="docs/p9.0/" class="btn btn-primary"><i class="fas fa-file-alt"></i> Documentation</a>
<a href="https://github.com/FlokoROM" class="btn btn-secondary"><i class="fab fa-github"></i> GitHub</a>
</p>
</div>
</section>
<div class="py-5 bg-light">
<div class="container">
<div class="row text-center">
<div class="col-lg-4">
<i class="fab fa-android fa-fw feature-icons"></i>
<h2>Latest Android</h2>
<p>Floko is released at least once a month. Updates include latest security patch, and new features. Now Floko "p9.0" is based on Android 9.0 "Pie".</p>
</div>
<div class="col-lg-4">
<i class="fas fa-bolt fa-fw feature-icons"></i>
<h2>Clean and Fast</h2>
<p>Floko is based on AOSP, the Android Open Source Project. There is no bloatware, spyware, or annoying notifications from OEMs.</p>
</div>
<div class="col-lg-4">
<i class="fas fa-tools fa-fw feature-icons"></i>
<h2>Customizable</h2>
<p>Floko has many customization features such as SmartBar, Fling, Pulse, Network activity indicator, OmniSwitch, 4x4/5x5/6x6 Lock pattern...</p>
</div>
</div>
</div>
</div>
</main>
<footer class="text-muted">
<div class="container">
<p class="float-right"><a href="#">Back to top</a></p>
<p>Copyright (c) 2019- FlokoROM. Made with <a href="https://getbootstrap.com/">Bootstrap</a> and <a href="https://bootswatch.com/litera/">Litera</a>.</p>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
</body>
</html>