-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
353 lines (346 loc) · 12.3 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
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.css"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"
/>
<link rel="stylesheet" href="styles.css" />
<title>Tune Your World | Melodify</title>
</head>
<body>
<nav>
<div class="nav__header">
<div class="nav__logo">
<a href="#" class="logo">Melodify</a>
</div>
<div class="nav__menu__btn" id="menu-btn">
<span><i class="ri-menu-line"></i></span>
</div>
</div>
<ul class="nav__links" id="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#service">Services</a></li>
<li><a href="#client">Clients</a></li>
<li><a href="#advisor">Advisor</a></li>
</ul>
<div class="nav__btns">
<button class="btn">Sign Up</button>
</div>
</nav>
<header class="header" id="home">
<div class="section__container header__container">
<div class="header__image">
<img src="assets/header.jpg" alt="header" />
</div>
<h1>Music Is The Shorthand</h1>
<div class="header__content">
<h1>Of Emotion</h1>
<p class="section__description">
It serves as a poignant reminder of the power and depth inherent in
every note, melody, and lyric. It invites visitors to explore the
emotional landscapes that music can paint, connecting them to the
very heartbeats of humanity.
</p>
<div class="header__btns">
<button class="btn">
Get Started
<span><i class="ri-arrow-right-line"></i></span>
</button>
<a href="#">
See More
<span><i class="ri-arrow-right-line"></i></span>
</a>
</div>
<div class="header__stats">
<div class="header__stats__card">
<h4>320K</h4>
<p>Customer</p>
</div>
<div class="header__stats__card">
<h4>47K</h4>
<p>Tracks</p>
</div>
</div>
</div>
</div>
</header>
<section class="section__container genre__container">
<h2 class="section__header">Choose your favourite genre</h2>
<p class="section__description">
Dive in, discover, and let the rhythms guide you to your musical
paradise.
</p>
<div class="genre__grid">
<div class="genre__card">
<div class="genre__image">
<img src="assets/genre-1.jpg" alt="genre" />
<div class="genre__link">
<a href="#"><i class="ri-arrow-right-up-line"></i></a>
</div>
</div>
<h4>R&B</h4>
</div>
<div class="genre__card">
<div class="genre__image">
<img src="assets/genre-2.jpg" alt="genre" />
<div class="genre__link">
<a href="#"><i class="ri-arrow-right-up-line"></i></a>
</div>
</div>
<h4>POP</h4>
</div>
<div class="genre__card">
<div class="genre__image">
<img src="assets/genre-3.jpg" alt="genre" />
<div class="genre__link">
<a href="#"><i class="ri-arrow-right-up-line"></i></a>
</div>
</div>
<h4>HIP HOP</h4>
</div>
<div class="genre__card">
<div class="genre__image">
<img src="assets/genre-4.jpg" alt="genre" />
<div class="genre__link">
<a href="#"><i class="ri-arrow-right-up-line"></i></a>
</div>
</div>
<h4>ROCK</h4>
</div>
</div>
</section>
<section class="section__container banner__container">
<h2>
Melodify is the best music platform ever created, Melodify aims to give
new singers a place to express their work.
</h2>
</section>
<section class="section__container feature__container">
<div class="feature__image">
<img src="assets/feature.jpg" alt="feature" />
</div>
<div class="feature__content">
<h2 class="section__header">Best features</h2>
<ul class="feature__list">
<li>
<div class="feature__card">
<span>01</span>
<div>
<h4>The Best Price</h4>
<p>
With our commitment to offering the best price, you can
indulge in your musical passions without worrying about your
wallet.
</p>
</div>
</div>
</li>
<li>
<div class="feature__card">
<span>02</span>
<div>
<h4>Copyright Free</h4>
<p>
Our collection boasts an array of copyright-free tracks,
ensuring that you can use them in your projects hassle-free.
</p>
</div>
</div>
</li>
<li>
<div class="feature__card">
<span>03</span>
<div>
<h4>Premium Quality</h4>
<p>
Each track in our curated collection is meticulously crafted
to deliver unparalleled sound clarity and richness.
</p>
</div>
</div>
</li>
</ul>
</div>
</section>
<section class="client__container">
<h2 class="section__header">Testimonials from customers</h2>
<p class="section__description">
Discover what our customers have to say about their experiences with our
music.
</p>
<!-- Slider main container -->
<div class="swiper">
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide">
<div class="client__card">
<div class="client__ratings">
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
</div>
<p>
My workout sessions have reached new heights of intensity and
motivation, all thanks to the invigorating beats and empowering
tracks found on this website.
</p>
<div class="client__details">
<img src="assets/client-1.jpg" alt="client" />
<div>
<h4>David</h4>
<h5>Fitness Trainer</h5>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="client__card">
<div class="client__ratings">
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
</div>
<p>
Amidst my hectic schedule, the soothing melodies from this
website provide a much-needed escape, allowing me to unwind and
recharge.
</p>
<div class="client__details">
<img src="assets/client-2.jpg" alt="client" />
<div>
<h4>Sarah</h4>
<h5>Marketing Manager</h5>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="client__card">
<div class="client__ratings">
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
</div>
<p>
Harnessing the tranquil melodies from this website, I cultivate
a serene learning environment in my classroom & academic success
among my students.
</p>
<div class="client__details">
<img src="assets/client-3.jpg" alt="client" />
<div>
<h4>Jennifer</h4>
<h5>Educator</h5>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="client__card">
<div class="client__ratings">
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
</div>
<p>
As a fellow music creator, I'm consistently astounded by the
ingenuity and innovation showcased in the compositions
available, fueling my own artistic endeavors.
</p>
<div class="client__details">
<img src="assets/client-4.jpg" alt="client" />
<div>
<h4>Michael</h4>
<h5>Music Producer</h5>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="client__card">
<div class="client__ratings">
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
</div>
<p>
From the grand entrance to the final dance, the enchanting music
curated from this website elevated every moment of our wedding,
leaving a lasting impression.
</p>
<div class="client__details">
<img src="assets/client-5.jpg" alt="client" />
<div>
<h4>Emily</h4>
<h5>Event Planner</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section__container music__container">
<div class="music__content">
<h2 class="section__header">
Start selling your music worldwide today
</h2>
<p class="section__description">
Expand your reach and monetize your music effortlessly with our
worldwide distribution platform, empowering artists to share their
creations on a global scale.
</p>
<div class="music__btns">
<button class="btn">
Get Started
<span><i class="ri-arrow-right-line"></i></span>
</button>
<a href="#">
See More
<span><i class="ri-arrow-right-line"></i></span>
</a>
</div>
</div>
</section>
<footer class="footer">
<div class="section__container footer__container">
<ul class="footer__links">
<li><a href="#">Home</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Advisor</a></li>
<li class="footer__logo">
<a href="#" class="logo">Melodify</a>
</li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">About Us</a></li>
</ul>
</div>
<div class="footer__bar">
Copyright © 2024 Melodify. All rights reserved.
</div>
</footer>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="main.js"></script>
</body>
</html>