-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
236 lines (218 loc) · 10.3 KB
/
index.html
File metadata and controls
236 lines (218 loc) · 10.3 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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Equora</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container">
<a class="navbar-brand fw-bold text-white" href="#">Equora</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navMenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navMenu">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="#features">Features</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/eq-desktop">GitHub</a></li>
</ul>
</div>
</div>
</nav>
<!-- HERO -->
<section class="hero">
<h1>Meet Equora</h1>
<p>Shaping the golden standard of Linux desktops</p>
<a class="btn btn-primary" href="https://github.com/eq-desktop">Get Equora</a>
<div class="bottom-glow"></div>
</section>
<div id="carousel" class="carousel slide">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/preview.png" class="d-block w-100" alt="Green wallpaper with Equora shell">
</div>
<div class="carousel-item">
<img src="assets/preview2.png" class="d-block w-100" alt="Beautiful Equora wallpaper">
</div>
<div class="carousel-item">
<img src="assets/preview3.png" class="d-block w-100" alt="All the different Equora components">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<section class="banner-section py-5">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<img src="assets/design.png" alt="Equora Showcase" class="img-fluid rounded shadow">
</div>
<div class="col-md-6">
<h2 class="fw-bold mb-3">Beautifully Designed</h2>
<p class="lead">Equora gives you a desktop that balances design and function. Smooth animations, modern layouts, and elegance out of the box.</p>
<a href="#features" class="btn btn-primary mt-3">
<i class="bi bi-stars me-2"></i> Explore Features
</a>
</div>
</div>
</div>
</section>
<section class="banner-section py-5 bg-light">
<div class="container">
<div class="row align-items-center flex-md-row-reverse">
<div class="col-md-6">
<img src="assets/lang.png" alt="Equora Multilingual" class="img-fluid rounded shadow">
</div>
<div class="col-md-6">
<h2 class="fw-bold mb-3">Multilingual & Accessible</h2>
<p class="lead">
Equora speaks your language. Full multilingual support and accessibility options make it easy for everyone to work efficiently,
no matter where you are or what language you use.
</p>
<a href="#interested" class="btn btn-outline-dark mt-3">
<i class="bi bi-translate me-2"></i> Learn More
</a>
</div>
</div>
</div>
</section>
<section class="banner-section py-5">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<img src="assets/mac.png" alt="Laptop with Equora" class="img-fluid rounded shadow">
</div>
<div class="col-md-6">
<h2 class="fw-bold mb-3">Laptop Ready</h2>
<p class="lead">
Equora is optimized for laptops — adaptive layouts, battery-aware performance, and smooth handling
on smaller screens make your portable setup productive and elegant.
</p>
</div>
</div>
</div>
</section>
<section class="banner-section py-5 bg-light">
<div class="container">
<div class="row align-items-center flex-md-row-reverse">
<div class="col-md-6">
<img src="assets/lock.png" alt="Equora Security" class="img-fluid rounded shadow">
</div>
<div class="col-md-6">
<h2 class="fw-bold mb-3">Security First</h2>
<p class="lead">
Built on Wayland, with PAM integration for lockscreens and the latest security protocols.
Equora keeps your system and data safe, always.
</p>
<a href="#interested" class="btn btn-outline-dark mt-3">
<i class="bi bi-shield-lock-fill me-2"></i> Interested?
</a>
</div>
</div>
</div>
</section>
<section class="banner-section py-5">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<img src="assets/notch.png" alt="Equora Integration" class="img-fluid rounded shadow">
</div>
<div class="col-md-6">
<h2 class="fw-bold mb-3">Seamless Integration</h2>
<p class="lead">
Custom dialogs, notifications, and notch applications — everything is fully integrated with the shell for
smooth and efficient workflows.
</p>
</div>
</div>
</div>
</section>
<section class="banner-section py-5 bg-light">
<div class="container">
<div class="row align-items-center flex-md-row-reverse">
<div class="col-md-6">
<img src="assets/depend.png" alt="Equora Dependencies" class="img-fluid rounded shadow">
</div>
<div class="col-md-6">
<h2 class="fw-bold mb-3">Minimal Dependencies</h2>
<p class="lead">
Equora only requires Quickshell. No extra bloated frameworks, no hidden libraries — just a clean, reliable,
fully functional desktop experience.
</p>
</div>
</div>
</div>
</section>
<!-- FEATURES -->
<section id="features" class="features container">
<div class="row g-4">
<div class="col-md-4">
<div class="feature text-center">
<h3></h3><i class="bi bi-window"></i>Design</h3>
<p>Equora blends minimalism with precision. A desktop built for clarity, balance, and focus.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature text-center">
<h3></h3><i class="bi bi-box-seam"></i>Integration</h3>
<p>Everything works together: shell, settings, notifications, and apps — in one seamless experience.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature text-center">
<h3></h3><i class="bi bi-sliders"></i>Customization</h3>
<p>Adjust every detail. From layouts to visuals, Equora adapts to how <em>you</em> work.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature text-center">
<h3></h3><i class="bi bi-lightning"></i>Performance</h3>
<p>Fast, responsive, and lightweight — Equora is designed to get out of the way and let your system shine.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature text-center">
<h3></h3><i class="bi bi-shield-check"></i>Ownership</h3>
<p>Your desktop, your data. Equora gives you full control without hidden lock-ins or compromises.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature text-center">
<h3></h3><i class="bi bi-stars"></i>Future-Ready</h3>
<p>Constantly evolving with the community, Equora is built to grow alongside you.</p>
</div>
</div>
</div>
</section>
<section id="interested" class="text-center">
<div class="container">
<h2>Interested?</h2>
<p class="lead">Get Equora now and take your desktop to the next level.</p>
<a class="btn btn-lg btn-light fw-bold px-4 mt-3" href="https://github.com/eq-desktop">
<i class="bi bi-download me-2"></i> Get Equora
</a>
</div>
</section>
<div id="links">
<a class="btn" href="https://eq-desktop.github.io">Home</a>
<a class="btn" href="https://github.com/eq-desktop">GitHub</a>
</div>
<!-- FOOTER -->
<footer id="contact">
<p>© 2025 Equora. All rights reserved.</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>