-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
208 lines (180 loc) · 6.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-sclae=1">
<title>Swings</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="fullscreen-bg">
<video loop autoplay muted class="fullscreen-bg__video" >
<source src="images/Bg.m4v"></video>
</div>
<div class="container">
<div class="header-text">
<h1>Swings</h1><br><h2>For Your Mood Swings</h2>
<span class="square"></span>
<p>Stream over 20K+ Songs to Soothen Your Soul</p>
<a href="#player"><button class="common-btn">Discover</button></a> <a href="#signup"> <button class="common-btn">Sign Up</button></a>
<div class="line">
<span class="line-1"></span><br>
<span class="line-2"></span><br>
<span class="line-3"></span>
</div>
</div>
</div>
<nav id="sideNav">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#player">Player</a></li>
<li><a href="#explore">Explore</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#signup">Sign Up</a></li>
</ul>
</nav>
<img src="images/menu.png" id="menuBtn" alt="menu-img">
<script src="scripts.js"></script>
<!-- player section -->
<br>
<br>
<br><br> <br>
<br>
<br><br><br><br>
<section id="player">
<div class="player-left-col">
<img src="images/Capture.PNG" alt="">
</div>
</section>
<!-- explore -->
<section id="explore">
<div class="feature-row">
<div class="feature-col">
<img src="images/pic-1.png" alt="">
<h4>Lo-Fi</h4>
<p>Flow with lofi mix </p>
</div>
<div class="feature-col">
<img src="images/pic-2.png" alt="">
<h4>Hip Hop</h4>
<p>Top Charts Hip Hop</p>
</div>
<div class="feature-col">
<img src="images/pic-3.png" alt="">
<h4>Recommendations</h4>
<p>Play from the songs you usually listen to.</p>
</div>
</div>
<br>
<center>
<button class="common-btn">Start Free Trial</button>
</center>
</div>
</section>
<!-- offer -->
<section id="offer">
<div class="player-left-col">
<img src="images/offer.png" alt="">
</div>
</section>
<!-- pricing -->
<section id="pricing">
<div class="container course-row">
<div class="course-left-col">
<div class="course-text">
<h1>Browse our top<br>Plans</h1>
<span class="square"></span>
<p>For getting more customization and feature subscribe to our plans</p>
<button class="common-btn">View all Plans</button>
<div class="line">
<span class="line-1"></span><br>
<span class="line-2"></span><br>
<span class="line-3"></span>
</div>
</div>
</div>
<div class="course-right-col">
<img src="images/course.png" alt="">
</div>
</div>
</section>
<br><br><br><br><br><br>
<br><br><br><br><br><br>
<!-- signup -->
<section id="signup">
<div class="container signup-row">
<div class="signup-left-col">
<h1>Sign Up to join <br>Swings</h1>
<form action="post">
<input type="text" placeholder="Enter Name">
<input type="email" placeholder="Enter Email">
<input type="password" placeholder="Enter Password">
<div class="btn-box">
<button class="common-btn">Sign Up</button>
<button class="common-btn">Start Free Trial</button>
</div>
</form>
<div class="line">
<span class="line-1"></span><br>
<span class="line-2"></span><br>
<span class="line-3"></span>
</div>
</div>
<div class="signup-right-col">
<img src="images/contact.png" alt="">
</div>
</div>
</section>
<!-- footer -->
<section id="footer">
<div class="container footer-row">
<hr>
<div class="footer-left-col">
<div class="footer-links">
<div class="link-title">
<h4>Product</h4>
<small>Our Plan</small>
<small>Free Trial</small>
</div>
<div class="link-title">
<h4>player us</h4>
<small>Request Demo</small>
<small>FAQs</small>
</div>
<div class="link-title">
<h4>Support</h4>
<small>explore</small>
<small>signup Us</small>
</div>
<div class="link-title">
<h4>Explore</h4>
<small>explore</small>
<small>Genres</small>
</div>
</div>
</div>
<div class="footer-right-col">
<div class="footer-info">
<div class="copyright-text">
<small>[email protected]</small><br>
<small>stellarshank</small>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- social icons -->
<div class="social-icons">
<img src="images/facebook.png" alt="">
<img src="images/twitter.png" alt="">
<img src="images/linkedin.png" alt="">
<img src="images/instagram.png" alt="">
</div>
<!-- smooth scroll -->
<script src="smooth-scroll.js"></script>
<script>
var scroll = new SmoothScroll('a[href*="#"]');
</script>
</body>
</html>