-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (84 loc) · 3.56 KB
/
index.html
File metadata and controls
90 lines (84 loc) · 3.56 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
<!DOCTYPE HTML>
<html>
<head>
<title>Android Open Source Dark Project</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">
<!-- Header -->
<header id="header">
<div class="content">
<h1><a href="#">AOSDP</a></h1>
<p>The darkest Android ROM<br />
coming soon to you</p>
<ul class="actions">
<li><a href="https://get.aosdp.com" class="button primary icon solid fa-download">Download</a></li>
<li><a href="#one" class="button icon solid fa-chevron-down scrolly">Learn More</a></li>
</ul>
</div>
<div class="image phone"><div class="inner"><img src="images/screen.png" alt="AOSDP main screen" /></div></div>
</header>
<!-- One -->
<section id="one" class="wrapper style2 special">
<header class="major">
<h2>Support and development is discussed on our official Telegram group</h2>
</header>
<ul class="icons major">
<li><a href="https://t.me/joinchat/IUxM9UsgzMa39dhnldhD0g" target="_blank" rel="noopener" class="icon brands fa-telegram"><span class="label">Telegram</span></a></li>
</ul>
</section>
<!-- Two -->
<section id="two" class="wrapper">
<header class="major">
<h2>Features of the ROM</h2>
</header>
<div class="inner alt">
<section class="spotlight">
<div class="image"><img src="images/pic01.png" alt="Darkness symbol" /></div>
<div class="content">
<h3>Darkness</h3>
<p> The whole ROM is themed with a dark theme. All of it.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/pic02.png" alt="Stability symbol" /></div>
<div class="content">
<h3>Stability</h3>
<p>All the official releases are tested before releasing and the communication with the team is made easy with our Telegram group.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/pic03.png" alt="Security symbol" /></div>
<div class="content">
<h3>Security</h3>
<p> The ROM has the latest security patches and features apps for protecting your data.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/pic04.png" alt="Privacy symbol" /></div>
<div class="content">
<h3>Privacy</h3>
<p> The apps pre-installed with the ROM are free and open-source and don't store information about you.</p>
</div>
</section>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://t.me/joinchat/IUxM9UsgzMa39dhnldhD0g" target="_blank" rel="noopener" class="icon brands fa-telegram"><span class="label">Telegram</span></a></li>
</ul>
<p class="copyright">© AOSDP Team. Credits: <a href="https://html5up.net" target="_blank" rel="noopener">HTML5 UP</a> and <a href="https://t.me/AnXh3L0" target="_blank" rel="noopener">@AnXh3L0</a></p>
</footer>
<!-- Scripts -->
<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>