-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
180 lines (180 loc) · 8.77 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<title>COSP-Project</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link href="assets/styles/cosp.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link rel="apple-touch-icon" sizes="57x57" href="assets/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png">
<link rel="manifest" href="assets/favicons/manifest.json">
<meta name="msapplication-TileImage" content="assets/favicons/ms-icon-144x144.png">
<!-- "blue-grey": https://github.com/Dogfalo/materialize/blob/c9363571a1fe60168d3833bf2b139b52723b5b04/sass/components/_color-variables.scss -->
<meta name="msapplication-TileColor" content="#607D8B">
<meta name="theme-color" content="#607D8B" />
</head>
<body>
<header>
<nav class="blue-grey" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" href="index.html" class="brand-logo">COSP</a>
<ul class="right hide-on-med-and-down">
<li>
</li>
</ul>
<!--
<ul id="nav-mobile" class="side-nav">
<li>
<a href="everything.html#whyus">Why us?</a>
<a href="everything.html#cont">How to contribute</a>
<a href="everything.html#future">Plans for the future</a>
<a href="everything.html#tg">Telegram</a>
</li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
-->
</div>
</nav>
</header>
<main>
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<h1 class="header center blue-grey-text">COSP</h1>
<div class="row center">
<h5 class="header col s12 light">This site's a placeholder. But somehow, it isn't.</h5>
<h5 class="header col s12 light">TL;DR: It'll get a redesign, probably.</h5>
</div>
<div class="container center" id="buttons_table">
<table id="buttons_mobile">
<thead></thead>
<tbody>
<tr>
<td> <a href="everything.html#tg" id="join-tg-button" class="btn-large waves-effect waves-light blue-grey">Join our Telegram community!</a> </td>
</tr>
<tr>
<td> <a href="#links" id="links-button" class="btn-large waves-effect waves-light blue-grey">Show me more links!</a> </td>
</tr>
<tr>
<td> <a href="downloads.html" id="links-button" class="btn-large waves-effect waves-light blue-grey">Downloads</a> </td>
</tr>
</tbody>
</table>
<table id="buttons_desktop">
<thead></thead>
<tbody>
<tr>
<td> <a href="everything.html#tg" id="join-tg-button" class="btn-large waves-effect waves-light blue-grey">Join our Telegram community!</a> </td> <td> <a href="#links" id="links-button" class="btn-large waves-effect waves-light blue-grey">Show me more links!</a> </td> <td> <a href="downloads.html" id="links-button" class="btn-large waves-effect waves-light blue-grey">Downloads</a> </td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="container">
<div class="section" id="section_not_last">
<!-- Icon Section -->
<div class="row">
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center blue-grey-text"><i class="material-icons">file_download</i></h2>
<h5 class="center">Please, download. </h5>
<h5 class="center">I beg you.</h5>
<p class="center">Not to be rude, but we need users.</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center blue-grey-text"><i class="material-icons">group</i></h2>
<h5 class="center">"Lovely" Telegram community</h5>
<p class="center">Get support, updates, requests and apply as an official maintainer</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center blue-grey-text"><i class="material-icons">settings</i></h2>
<h5 class="center">THAT OTA APP THO</h5>
<p class="center">This fucking beautiful OTA app has been made by SphericalIce, known pro-dev.</p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="section">
<!-- Icon Section -->
<div class="row">
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center blue-grey-text"><i class="material-icons">android</i></h2>
<h5 class="center">Based on Android 9 Pie</h5>
<p class="center">Our ROM is based on the newest edition of Android, to the day.</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center blue-grey-text"><i class="material-icons">autorenew</i></h2>
<h5 class="center">Monthly security patches.</h5>
<p class="center">Be protected against Indian hackers, I guess.</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center blue-grey-text"><i class="material-icons">favorite</i></h2>
<h5 class="center">We care about privacy.</h5>
<p class="center">We neither collect user data nor send your microphone data to unknown servers, we don't rely on any of these things. We even give you the possibility to run completely without GApps.</p>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="page-footer blue-grey">
<div class="container">
<div id="links" class="row">
<div class="col l6 s12">
<h5 class="white-text">COSP</h5>
<p class="grey-text text-lighten-4">Here you can find all the links. It'll expand in the future, I hope.</p>
</div>
<div class="col l3 s12">
<h5 class="white-text">Info about the ROM</h5>
<ul>
<li>
<a class="white-text" href="everything.html#whyus">Why us?</a>
</li>
<li>
<a class="white-text" href="everything.html#cont">How to contribute</a>
</li>
<li>
<a class="white-text" href="everything.html#future">Plans for the future</a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
Made by COSP, powered by
<a class="orange-text text-lighten-3" href="http://materializecss.com">Materialize</a>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="assets/scripts/index.js"></script>
</body>
</html>