This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
310 lines (285 loc) · 13.2 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
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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Apple Music Electron</title>
<link rel="shortcut icon" type="image/jpg" href="https://github.com/Apple-Music-Electron/applemusicelectron.com/blob/main/shronk.png?raw=true"/>
<!-- ben is so sussy -->
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css" />
<!-- Google Fonts Roboto -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" />
<!-- MDB -->
<link rel="stylesheet" href="css/mdb.min.css" />
<!-- Open Graph Ligma -->
<link rel="stylesheet" href="css/style.css" />
<meta property="og:title" content="Apple Music Electron">
<meta property="og:site_name" content="Apple Music Electron Official Site">
<meta property="og:url" content="https://applemusicelectron.com">
<meta property="og:description" content="A free, lightweight, open source alternative to iTunes and other Apple Music applications based on Electron 15">
<meta property="og:type" content="business.business">
<meta property="og:image" content="https://github.com/Apple-Music-Electron/applemusicelectron.com/blob/main/smallerwebbanner.png?raw=true">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@cryptofyre">
<meta name="twitter:description" content="A free, lightweight, open source alternative to iTunes and other Apple Music applications based on Electron 15">
<meta name="twitter:title" content="Apple Music Electron">
<meta name="twitter:image" content="https://github.com/Apple-Music-Electron/applemusicelectron.com/blob/main/smallerwebbanner.png?raw=true">
</head>
<body style="background-color:#000000;">
<!--Main Navigation-->
<header>
<style>
body {
color: rgb(255, 255, 255);
}
/* Carousel styling */
#introCarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
height: 100vh;
}
.carousel-item:nth-child(1) {
background-image: url('https://github.com/Apple-Music-Electron/applemusicelectron.com/blob/main/smallerwebbanner.png?raw=true');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
/* Height for devices larger than 576px */
@media (min-width: 992px) {
#introCarousel {
margin-top: -58.59px;
}
#introCarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
height: 50vh;
}
}
.navbar .nav-link {
color: #fff !important;
}
</style>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark d-none d-lg-block" style="z-index: 2000;">
<div class="container-fluid">
<!-- Navbar brand -->
<a class="navbar-brand nav-link" target="_blank" href="https://applemusicelectron.com">
<strong>AME</strong>
</a>
<button class="navbar-toggler" type="button" data-mdb-toggle="collapse" data-mdb-target="#navbarExample01"
aria-controls="navbarExample01" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarExample01">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item active">
<a class="nav-link" aria-current="page" href="https://applemusicelectron.com/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" rel="nofollow"
target="_blank">Microsoft Store</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/Apple-Music-Electron/Apple-Music-Electron/releases/latest" target="_blank">GitHub Releases</a>
</li>
</ul>
<ul class="navbar-nav d-flex flex-row">
<!-- Icons -->
<li class="nav-item me-3 me-lg-0">
<a class="nav-link" href="https://twitter.com/AppleElectron" rel="nofollow" target="_blank">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="nav-item me-3 me-lg-0">
<a class="nav-link" href="https://github.com/Apple-Music-Electron" rel="nofollow" target="_blank">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar -->
<!-- Carousel wrapper -->
<div id="introCarousel" class="carousel slide carousel-fade shadow-2-strong" data-mdb-ride="carousel">
<!-- Inner -->
<div class="carousel-inner">
<!-- Single item -->
<div class="carousel-item active">
<div class="mask" style="background-color: rgba(0, 0, 0, 0.767);">
<div class="d-flex justify-content-center align-items-center h-100">
<div class="text-white text-center">
<h1 class="mb-3">Apple Music Electron</h1>
<h5 class="mb-4">A free, lightweight, open source alternative to iTunes and other Apple Music applications based on Electron 15</h5>
<div>
<img src="https://img.shields.io/github/stars/Apple-Music-Electron/Apple-Music-Electron" alt="Stars">
<img src="https://img.shields.io/github/forks/Apple-Music-Electron/Apple-Music-Electron" alt="Forks">
<img src="https://img.shields.io/github/downloads/Apple-Music-Electron/Apple-Music-Electron/total.svg?style=flat" alt="Downloads">
<a href="https://ko-fi.com/cryptofyre" title="Donate to this project using Buy Me A Coffee"><img src="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg" alt="Buy Us A Coffee donate button" /></a>
</div>
<a
class="btn btn-outline-light btn-lg m-2"
href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"
role="button"
rel="nofollow"
target="_blank"
>Microsoft Store</a
>
<a
class="btn btn-outline-light btn-lg m-2"
href="https://github.com/Apple-Music-Electron/Apple-Music-Electron/releases"
target="_blank"
role="button"
>GitHub Releases</a
>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Carousel wrapper -->
</header>
<!--Main Navigation-->
<!--Main layout-->
<main class="mt-5">
<div class="container">
<!--Section: Content-->
<section>
<div class="row">
<div class="col-md-6 gx-5 mb-4">
<div class="bg-image shadow-2-strong" data-mdb-ripple-color="light">
<img src="https://github.com/Apple-Music-Electron/applemusicelectron.com/blob/main/closeup.png?raw=true" class="img-fluid" />
<a>
<div class="mask" style="background-color: rgba(0, 0, 0, 0.582);"></div>
</a>
</div>
</div>
<div class="col-md-6 gx-5 mb-4">
<h4><strong>Changing the scene</strong></h4>
<p class="text-muted">
Who wants a lousy out of date app like iTunes for doing a simple task as a part of your day? We aimed to change that, and so we did. Creating an application that allowed everyone to share and customize their music experience without Apple's restrictions and guidelines.
</p>
<p><strong>And here was born Apple Music Electron</strong></p>
<p class="text-muted">
Programming let alone stylizing the app was definitely not easy but with all the support and user feedback we managed to pull off something that we want to show off to the world.
</p>
</div>
</div>
</section>
<!--Section: Content-->
<hr class="my-5" />
<!--Section: Content-->
<section class="text-center">
<h4 class="mb-5"><strong>Features</strong></h4>
<div class="row">
<div class="col-lg-4 col-md-12 mb-4">
<div class="card">
<div class="bg-image">
<img
src="https://github.com/Apple-Music-Electron/applemusicelectron.com/blob/main/settings.png?raw=true"
class="img-fluid"
/>
<a>
<div class="mask" style="background-color: rgba(0, 0, 0, 0.178);"></div>
</a>
</div>
<div style="background-color: rgb(0, 0, 0);" class="card-body">
<h5 class="card-title">Customizable</h5>
<p class="card-text">
We wanted to allow others the ability to customize and tweak their settings to their liking.
</p>
<a href="https://github.com/Apple-Music-Electron/Apple-Music-Electron/wiki" class="btn btn-primary">Documentation</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card">
<div class="bg-image ">
<img
src="https://github.com/Apple-Music-Electron/applemusicelectron.com/blob/main/visualsettings.png?raw=true"
class="img-fluid"
/>
<a>
<div class="mask" style="background-color: rgba(0, 0, 0, 0.308);"></div>
</a>
</div>
<div style="background-color: rgb(0, 0, 0);" class="card-body">
<h5 class="card-title">Themeable</h5>
<p class="card-text">
Users can create and use themes from others or use the pre-existing theme set to stylize their application.
</p>
<a href="https://github.com/Apple-Music-Electron/Apple-Music-Electron/wiki/Theme-Creation" class="btn btn-primary">Theme Docs</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card">
<div class="bg-image">
<img
src="https://github.com/Apple-Music-Electron/applemusicelectron.com/blob/main/compile.png?raw=true"
class="img-fluid"
/>
<a>
<div class="mask" style="background-color: rgba(0, 0, 0, 0.308);"></div>
</a>
</div>
<div style="background-color: rgb(0, 0, 0);" class="card-body">
<h5 class="card-title">Compilable</h5>
<p class="card-text">
We tried our hardest to ensure the application is compile friendly on all platforms, and again so we did.
</p>
<a href="https://github.com/Apple-Music-Electron/Apple-Music-Electron/wiki/Compiling-on-Platforms" class="btn btn-primary">Compilation Docs</a>
</div>
</div>
</div>
</div>
</section>
<!--Section: Content-->
<hr class="my-5" />
</div>
</main>
<!--Main layout-->
<!--Footer-->
<footer class="bg-light text-lg-start">
<div style="background-color: rgb(0, 0, 0)" class="text-center py-4 align-items-center">
<a
href="https://twitter.com/AppleElectron"
class="btn btn-primary m-1"
role="button"
rel="nofollow"
target="_blank"
>
<i class="fab fa-twitter"></i>
</a>
<a
href="https://github.com/Apple-Music-Electron/"
class="btn btn-primary m-1"
role="button"
rel="nofollow"
target="_blank"
>
<i class="fab fa-github"></i>
</a>
</div>
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgb(0, 0, 0);">
© 2021 Copyright:
<a class="text-dark" href="https://github.com/Apple-Music-Electron">Apple Music Electron Team</a>
</div>
<div class="text-center p-3" style="background-color: rgb(0, 0, 0);">
<a class="text-dark">Note: This project is NOT affliated with Apple in anyway shape or form. The project is open source and free to use (with an Apple Music subscription)</a>
</div>
<!-- Copyright -->
</footer>
<!--Footer-->
<!-- MDB -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Custom scripts -->
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>