-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
214 lines (196 loc) · 7.14 KB
/
index.html
File metadata and controls
214 lines (196 loc) · 7.14 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
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
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>SolMusic</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/fixed.css">
<link rel="stylesheet" href="style.css">
</head>
<body data-spy="scroll" data-target="#navbarResponsive">
<!-- Start Home Section -->
<div id="home">
<!-- Naigation -->
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<a class="navbar-brand" href="#"><img src="img/logo.png" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#philosophy">Philosophy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#resources">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contributors">Contributors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- End Navigation -->
<!-- Start Landing Page Section -->
<div class="landing">
<div class="home-wrap">
<div class="home-inner"></div>
</div>
</div>
<div class="caption text-center">
<h1>Welcome to <span class="sol">Sol</span>Music</h1>
<h3>Website for Music Lovers</h3>
<a class="btn btn-outline-light btn-lg" href="<!-- Put Link To Playlist Page -->" target="_blank">Playlists</a>
<p class="lead">You are just a click away from accessing our playlists!</p>
</div>
<!-- End Landing Page Section -->
</div>
<!-- End Home Section -->
<!-- Start Features Section -->
<div id="features" class="offset">
<div class="container bg-light">
<div class="narrow">
<div class="col-12">
<h3 class="heading">Features</h3>
<hr class="heading-underline">
</div>
<!-- Start Row -->
<div class="row text-center bg-light">
<div class="col-md-4">
<i class="far fa-play-circle fa-3x fix-icon" data-fa-transform="shrink-5 up-10"></i><br>
<h3>Functional Player</h3>
<p class="lead">Get a fully functional player to play all of your favourite songs</p>
</div>
<div class="col-md-4">
<i class="fas fa-book-open fa-3x fix-icon"></i><br>
<h3>Unlimited Libraries</h3>
<p class="lead">Choose from a variety of libraries to satisfy your music needs! Be it rock, pop, indie or even hindi, we've got you covered</p>
</div>
<div class="col-md-4">
<i class="fab fa-wpforms fa-3x fix-icon"></i>
<h3>Free Sign-In</h3>
<p class="lead">A completely free sign-up! So what are you waiting for?</p>
</div>
</div> <!-- End of the Row -->
</div>
</div>
</div>
<!-- End Features Section -->
<!-- Start Philosophy Section -->
<div id="philosophy" class="offset">
<!-- Fixed Background -->
<div class="fixed-background">
<div class="col-12">
<h3 class="heading">Philosophy</h3>
<hr class="heading-underline">
<blockquote>
<i class="fas fa-quote-left"></i>
The creators of SolMusic believe in perfection. We put extra care to bring you the best customer experience. We believe in the power of music and in the power of web development too
<i class="fas fa-quote-right"></i>
</blockquote>
</div>
<div class="fixed-wrap">
<div class="fixed"></div>
</div>
</div> <!-- End Fixed Background -->
</div>
<!-- End Philosophy Section -->
<!-- Start Resources Section -->
<div id="resources" class="offset">
<div class="container dark">
<div class="narrow">
<div class="row text-center">
<div class="col-12">
<h3 class="heading">Built with care</h3>
<hr class="heading-underline">
</div>
<div class="col-md-4">
<i class="fas fa-code fa-3x fix-icon"></i>
<h3>HTML</h3>
<p class="lead">Bulit with latest, HTML 5</p>
</div>
<div class="col-md-4">
<i class="fas fa-bold fa-3x fix-icon"></i>
<h3>BOOTSTRAP</h3>
<p class="lead">Bulit with latest, BOOTSTRAP 4</p>
</div>
<div class="col-md-4">
<i class="fab fa-css3 fa-3x fix-icon"></i>
<h3>CSS</h3>
<p class="lead">Bulit with latest, CSS 3</p>
</div>
</div>
</div>
</div>
</div>
<!-- End Resources Section -->
<!-- Start Contributors Section -->
<div id="contributors" class="offset">
<div class="container bg-light">
<div class="narrow">
<div class="col-12">
<h3 class="heading">Contributors</h3>
<hr class="heading-underline">
</div>
<div class="row text-center">
<div class="col-md-6">
<img src="img/paritosh.jpeg">
<h3>PARITOSH SINGH</h3>
</div>
<div class="col-md-6">
<img src="img/monika.jpeg">
<h3>MONIKA JANGID</h3>
</div>
<div class="col-12">
<img src="img/dhruv.jpeg">
<h3>DHRUV SINGH</h3>
</div>
</div>
</div>
</div>
<!-- End Contributors Section -->
<!-- Start Contact Section -->
<div id="contact" class="offset">
<footer class="container">
<div class="justify-content-center">
<div class="text-center">
<div class="footerLogo">
<span class="sol">SOL</span>
<span>MUSIC</span>
</div>
<strong>Contact Info</strong>
<p>9981467123<br>solmusic@gmail.com</p>
<a href="https://www.instagram.com/?hl=en" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/" target="_blank"><i class="fab fa-facebook-square"></i></a>
<a href="https://twitter.com/explore" target="_blank"><i class="fab fa-twitter-square"></i></a>
</div>
<hr class="socket">
<center>©: SolMusic.</center>
</div>
</footer>
</div>
<!-- End Contact Section -->
<!-- JS Files for Bootstrap -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
</body>
</html>