-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (79 loc) · 2.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Doors - Home</title>
<meta charset="utf-8">
<meta name="description" content="Doors" />
<link rel="stylesheet" type="text/css" href="./css/home.css" />
<link rel="icon" href="./favicon.ico">
<link rel="apple-touch-icon" href="./apple-touch-icon.png"/>
<meta name="msapplication-config" content="./ieconfig.xml" />
<meta name="theme-color" content="#0078d7">
<meta property="og:image" content="./preview.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header class="one">
<a href="./" class="logo" aria-label="Doors"></a>
</header>
<header class="two">
<a href="#features" class="two left">Features</a>
<a href="https://github.com/doorsrom" class="two">Visit us on GitHub</a>
<a href="https://t.me/doorsdev" class="two right">Telegram</a>
</header>
<main>
<section id="welcome"><div>
<div>
<h1>Welcome to Project Doors</h1>
<p>A Windows-like experience for your Android device!</p>
</div>
<span class="image icon">Image: Project Doors Logo</span>
</div></section>
<section id="apps"><div>
<span class="image app-selection">Image: List of Apps</span>
<div>
<h1>Apps</h1>
<p>
We develop a lot of apps for you to use.
We want to deliver the best possible experience and present you with the look and feel of your Windows PC.
</p>
</div>
</div></section>
<section id="features"><div>
<div>
<h1>Features</h1>
<p>
Our Apps come with all the features you know from your Windows 10 Mobile phone.
In addition to that, all the apps look almost like on your Windows PC.
</p>
</div>
<span class="image gear">Image: Gear</span>
</div></section>
<section id="customization"><div>
<span class="image screenshot">Image: Screenshot of App</span>
<div>
<h1>Customization</h1>
<p>
With our apps you get the option to choose between a dark and a light mode plus an accent color,
which gets applied across all of our apps and other third party apps that support our theming engine.
</p>
</div>
</div></section>
<section id="open-source"><div>
<div>
<h1>Open source</h1>
<p>Because our apps are open source anybody can help building the features of tomorrow.</p>
</div>
</div></section>
<section id="github"><div>
<div>
<h1>Visit us on GitHub</h1>
<p>You can visit us on GitHub to see what we are working on.</p>
</div>
</div></section>
</main>
<footer>
<text class="header">© Copyright 2018 - 2019 Project Doors</text>
</footer>
</body>
</html>