-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
71 lines (61 loc) · 2.74 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
<!doctype html>
<html lang="en" data-theme="light">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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="https://floko.maud.io/apple-touch-icon.png" />
<title>FlokoROM</title>
<link href="https://fonts.googleapis.com/css?family=Comfortaa|Lato&display=swap" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.12.1/css/all.css" rel="stylesheet">
<link href="https://unpkg.com/@picocss/pico@latest/css/pico.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="container">
<h1 class="title logo"><img src="img/snowflake.svg" width="128px">Floko</h1>
<p>Bring cool new features and a clean experience to your Android device</p>
<a href="https://wiki.maud.io/floko/v7" role="button"><i class="fas fa-file-alt"></i> Documentation</a>
<a href="https://github.com/FlokoROM/patch" role="button" class="contrast"><i class="fab fa-github"></i> GitHub</a>
</div>
</header>
<main>
<div class="container">
<div class="grid">
<div>
<i class="fab fa-android fa-fw feature-icons"></i>
<h2>Latest Android</h2>
<p>FlokoROM include latest security patch, and new features. Now FlokoROM v7 is based on <b>Android 13</b>.</p>
</div>
<div>
<i class="fas fa-bolt fa-fw feature-icons"></i>
<h2>Clean and Fast</h2>
<p>FlokoROM is based on AOSP, the Android Open Source Project. There is no bloatware, spyware, or annoying notifications from OEMs. Taste clean Android Experience.</p>
</div>
<div>
<i class="fas fa-tools fa-fw feature-icons"></i>
<h2>Customizable</h2>
<p>FlokoROM has many customization features. such as Network activity indicator, OmniSwitch Recents, Transparency and so on.</p>
</div>
<div>
<i class="fas fa-band-aid fa-fw feature-icons"></i>
<h2>Only Patches</h2>
<p>FlokoROM only provides patches for build. It can reduce the cost of keeping up to date.</p>
</div>
</div>
</div>
</main>
<footer>
<div class="container">
<p><small>Copyright (c) 2019- FlokoROM. Made with <a href="https://picocss.com">Pico.css</a></small></p>
</div>
</footer>
</body>
</html>