-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·173 lines (167 loc) · 7.17 KB
/
Copy pathindex.html
File metadata and controls
executable file
·173 lines (167 loc) · 7.17 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- meta -->
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- links -->
<link rel="icon" href="https://miracleos.com/brand/color.png" />
<link rel="stylesheet" href="style/main.css" />
<script src="script.js" defer></script>
<title>MiracleOS</title>
<!-- open graph -->
<meta property="og:title" content="MiracleOS" />
<meta
property="og:description"
content="A friendly and powerful OS for everyone."
/>
<meta
property="og:image"
content="https://miracleos.com/brand/banner.jpg"
/>
<meta property="og:url" content="https://miracleos.com/" />
<meta property="og:type" content="website" />
<script defer data-project="67fe9794b9698244377e3ee1" src="https://cdn.jsdelivr.net/gh/litlyx/litlyx-js/browser/litlyx.js"></script>
</head>
<body>
<div class="navbar-non-bs">
<div class="navbar-brand">
<img src="brand/color.png" alt="MiracleOS logo" />
<h3 style="color: white;">MiracleOS</h3>
</div>
<div class="navbar-links">
<a class="navbar-link" href="/index.html">Home</a>
<a class="navbar-link" href="/download.html">Download</a>
<a class="navbar-link" href="/wiki.html">Wiki</a>
<a class="navbar-link" href="/contribute.html">Contribute</a>
</div>
<button id="mobile-dropdown" class="dropdown">
<img src="misc-images/menu-burger.svg" />
</button>
</div>
<div id="mobile-dropdown-menu" class="dropdown-menu dropdown-hide">
<button id="home-mobile-btn" class="dropdown-btn">Home</button>
<button id="wiki-mobile-btn" class="dropdown-btn">Wiki</button>
<button id="contrib-mobile-btn" class="dropdown-btn">
Contribute
</button>
</div>
<div class="main-content">
<div class="slogan-container">
<h2 class="slogan-header">
A friendly and powerful OS for everyone
</h2>
<div class="cta-buttons" onmousehover="Lit.event('download-hover')">
<p class="coming-soon">
Miracle<span style="display: none;"> </span>OS isn't ready for download right now
</p>
<!-- TODO - uncomment when OS available -->
<!-- <button id="desk-download-btn" class="download">
Download
</button>
<button id="desk-lrnmr-btn" class="learn-more">
Learn more
</button> -->
</div>
</div>
<h2 class="why-use">Why use MiracleOS?</h2>
<div id="why-us-boxes" onmousehover="Lit.event('whyus-hover')" onclick="Lit.event('whyus-click')">
<div class="boxes grad-bg">
<img src="misc-images/user.svg" />
<div>
<p class="b-title">User First Model</p>
<p id="box1-text">
We strive for a good user
experience with MiracleOS working out of the box.
</p>
</div>
</div>
<div class="boxes grad-bg right">
<img src="misc-images/joystick.svg" />
<div>
<p class="b-title">Gaming</p>
<p>
Play Steam games with Valve's Proton
compatibility layer for Linux.
</p>
</div>
</div>
<div class="boxes grad-bg">
<img src="misc-images/box-open.svg" />
<div>
<p class="b-title">Big App Selection</p>
<p>
MiracleOS offers 21 496 packages, and provides compatibility for Windows and MacOS apps.
</p>
</div>
</div>
<div class="boxes grad-bg right">
<img src="misc-images/IMG_3325.png" />
<div>
<p class="b-title">Rock Solid Stability</p>
<p class="stability">
MiracleOS provides rock solid stability for everyone.
</p>
</div>
</div>
</div>
<h2>System Requirements</h2>
<table class="system-requirements-table">
<thead>
<tr>
<th>System Requirements</th>
<th>Minimum</th>
<th>Recommended</th>
</tr>
</thead>
<tbody>
<tr>
<td>CPU</td>
<td>2 GHz 64 bit CPU</td>
<td>3 GHz 64 bit CPU</td>
</tr>
<tr>
<td>Space</td>
<td>20 GB</td>
<td>100 GB or more</td>
</tr>
<tr>
<td>GPU</td>
<td>
Any GPU made after 2000 and supported by Linux
</td>
<td>A Vulkan Capable GPU</td>
</tr>
<tr>
<td>Boot type</td>
<td>BIOS</td>
<td>UEFI</td>
</tr>
<tr>
<td>RAM</td>
<td>2 GB</td>
<td>8 GB</td>
</tr>
</tbody>
</table>
</div>
<footer>
<p>
<span>MiracleOS Team</span>, licensed under
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.gnu.org/licenses/gpl-3.0.html"
>GPL 3.0</a
>. Inspired by
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.youtube.com/@AbdiRPC4789"
>AR 4789</a
>.
</p>
</footer>
</body>
</html>