-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·209 lines (203 loc) · 8.74 KB
/
index.html
File metadata and controls
executable file
·209 lines (203 loc) · 8.74 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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!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>MiracleOS</h3>
</div>
<div class="navbar-links">
<a class="navbar-link" href="/index.html">Home</a>
<a class="navbar-link" href="/index.html#why-us-boxes"
>Features</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>
<a
class="navbar-link"
target="_blank"
rel="noopener noreferrer"
href="https://packages.gentoo.org"
>Packages</a
>
<a class="navbar-link" href="/about.html">About</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="lrnmr-mobile-btn" class="dropdown-btn">
About
</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">
<h1 class="slogan-header">
A friendly and powerful OS for everyone
</h1>
<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/magic-wand.svg" />
<div>
<p class="b-title">Works Out of the Box</p>
<p>
The OS is made to work Out of the Box, without
any necessary user intervention for it to work
</p>
</div>
</div>
<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 at MiracleOS strive for a good user
experience, regardless of their experience.
</p>
</div>
</div>
<div class="boxes grad-bg">
<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 selection of apps</p>
<p>
MiracleOS offers 21 496 packages, and provides compatibility for Windows and MacOS.
</p>
</div>
</div>
<div class="boxes grad-bg">
<img src="misc-images/IMG_3325.png" />
<div>
<p class="b-title">Rock Solid Stability</p>
<p class="stability">
MiracleOS provides rock solid stability, free
from any system instability
</p>
</div>
</div>
<div class="boxes grad-bg">
<img src="misc-images/rotate-left.svg" />
<div>
<p class="b-title">Easy Rollbacks</p>
<p>
The optional BTRFS filesystem allows you to
rollback to a certain point in time if anything
goes wrong
</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>