-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
103 lines (101 loc) · 3.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Spotify Clone</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@200;400;500;600&display=swap" rel="stylesheet">
<title>Spotify Clone-SOK</title>
<link rel="stylesheet" href="./styles/style.css">
</head>
<body>
<!--Selin Start-->
<audio src="/jazz1.mp3" autoplay></audio>
<div class="big-container"></div>
<header>
<div class="navbar">
<div class="nav-logo">
<img src="./images/spotify-logo.png">
</div>
<div class="nav-items">
<ul>
<li><a href=""></a>Premium</li>
<li><a href=""></a>Discover</li>
<li><a href=""></a>Help</li>
<li><a href=""></a>Download</li>
</ul>
</div>
</div>
</header>
<main class="hero">
<h2 class="hero-header">Music for <span>everyone.</span></h2>
<p class="hero-content">
Spotify is now free on mobile, tablet and computer <br>
Listen to the right music, wherever you are.
</p>
</main>
</div>
<!-- kemal section start -->
<section>
<h1 class="second-section-header">What's on Spotify?<h1>
<hr size="2" width="20%" color="green">
</div>
<div class="second-section-main">
<div class=".second-section-card1">
<img src="./images/music-icon.png" alt="music icon" width="150" height="120" class="second-section-icon" >
<h2 class="second-section-h2">Millions of Songs</h2>
<p>There are millions of songs on Spotify</p>
</div>
<div class=".second-section-card2">
<img src="./images/high-quality-icon.png" alt="high quality icon" width="150" height="120" >
<h2 class="second-section-h2">HD Music</h2>
<p>Listen to music as you were listening live</p>
</div>
<div class=".second-section-card3">
<img src="./images/devices-icon.png
" alt="devices icon" width="120" height="120" >
<h2 class="second-section-h2">Enterprise</h2>
<p>Stream music on your smartphone, tablet or omputer</p>
</div>
</div>
<!-- kemal section end -->
<!--Oznur section start-->
<div class="container3">
<div class="text-area">
<div class="s3h3">
<h2 class="s3h3">It's as yeezy as Kanye West</h3>
</div>
<hr size="2" width="100%" color="white">
<div class="search">
<h3>Search</h3>
<p>Know what you want to listen to? Just search and hit play.</p>
</div>
<div class="browse">
<h3>Browse</h3>
<p>
Checkout the latest charts, brand new releases and great playlists
for right now.
</p>
</div>
<div class="discover">
<h3>Discover</h3>
<p>
Enjoy new music every Monday with your own personal playlist. Or sit
back and enjoy Radio.
</p>
</div>
</div>
<div class="screenshot">
<img
src="images/spotify-app.jpg"
alt="screenshot"
width="291px"
height="519px"
/>
</div>
</div>
</body>
</html>