-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (92 loc) · 2.86 KB
/
index.html
File metadata and controls
103 lines (92 loc) · 2.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Smith L's Spotify</title>
<link rel="stylesheet" href="style.css">
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/"
crossorigin="anonymous"
/>
<link rel="shortcut icon" href="//www.scdn.co/signup/i/_global/favicon.png" type="image/x-icon">
</head>
<body>
<nav>
<div class="nav-container">
<div><img width=150px height=40px src="https://storage.googleapis.com/pr-newsroom-wp/1/2018/11/Spotify_Logo_RGB_White.png
"/></div>
<ul>
<ul>
<li><a href="#">Premium</a></li>
<li><a href="#">Help</a></li>
<li><a href="#">Download</a></li>
<li><a>|</a></li>
<li><a href="signup.html" class="sign-login">Sign up</a></li>
<li><a href="#" class="sign-login">Log In</a></li>
</ul>
</ul>
</div>
</nav>
<section>
<div class="hero-img">
<div class = "title">Music for Everyone.</div>
<div class = "title2"">Millions of songs. No credit card needed.</div>
<button><a href="#">Get Spotify Free</a></button>
</div>
</section>
<footer>
<div class = "container">
<div class="top-links">
<div class = "spotify-icon">
<img width=120px height=40px src="https://storage.googleapis.com/pr-newsroom-wp/1/2018/11/Spotify_Logo_RGB_White.png
"/>
</div>
<ul>
<li class="header"><a href="#">Company</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Jobs</a></li>
<li><a href="#">For the Record</a></li>
</ul>
<ul>
<li class="header"><a href="#">Communities</li>
<li><a href="#">For Artists</a></li>
<li><a href="#">Developers</a></li>
<li><a href="#">Brands</a></li>
<li><a href="#">Investors</a></li>
<li><a href="#">Vendors</a></li>
</ul>
<ul>
<li class="header"><a href="#">Useful Links</li>
<li><a href="#">Help</li>
<li><a href="#">Web Player</li>
<li><a href="#">Free Mobile App</li>
</ul>
</div>
<div class="social-icons">
<ul>
<a href="#"><i class="fab fa-instagram fa-2x"></a></i>
<a href="#"><i class="fab fa-twitter fa-2x"></a></i>
<a href="#"><i class="fab fa-facebook fa-2x"></a></i>
</ul>
</div>
<div class="country">
<a href="#">Vietnam(English)</a>
<img src="https://country-flags.scdn.co/flags/vn.svg" height=18px/>
</div>
<div class="bottom-links">
<ul class="bottom-links-list">
<li><a href="#">Legal</a></li>
<li><a href="#">Privacy City</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Cookies</a></li>
<li><a href="#">About Ads</a></li>
</ul>
<p>© 2020 Spotify AB</p>
</div>
</div>
</footer>
</body>
</html>