-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
235 lines (219 loc) · 12.3 KB
/
index.html
File metadata and controls
235 lines (219 loc) · 12.3 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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Mustats for Spotify | Your Spotify Stats</title>
<meta name="description" content="An Android App to see your Top Stats in Spotify and swipe for new Music Recommendations.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<!-- Favicon-->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="canonical" href="https://mustats.app/" />
<meta name="theme-color" content="#00CAB1 "/>
<meta name="keywords" content="Mustats for Spotify, mustats, stats, music stats, spotify stats, spotify, spotify wrapped, Mustats, top stats, swipe recommendations, stats">
<!-- Swiper slider-->
<link rel="stylesheet" href="vendor/swiper/swiper-bundle.min.css">
<!-- Modal Video-->
<link rel="stylesheet" href="vendor/modal-video/css/modal-video.min.css">
<!-- Google fonts-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:400,600,800&display=swap">
<!-- Device Mockup-->
<link rel="stylesheet" href="css/device-mockups.css">
<!-- theme stylesheet-->
<link rel="stylesheet" href="css/style.default.css" id="theme-stylesheet">
<!-- Custom stylesheet - for your changes-->
<link rel="stylesheet" href="css/custom.css">
</head>
<body>
<!-- navbar-->
<header class="header">
<nav class="navbar navbar-light navbar-expand-lg fixed-top" id="navbar">
<div class="container"><a class="navbar-brand" href="index.html"><img src="img/original.svg" alt="" width="40"></a>
<button class="navbar-toggler navbar-toggler-end" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><i class="fas fa-bars"></i></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link link-scroll active" href="#hero">Download <span class="sr-only">(current)</span></a></li>
<li class="nav-item"><a class="nav-link link-scroll" href="#about">About</a></li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Hero Section-->
<section class="hero bg-top py-5" id="hero" style="background: url(img/banner-4.png) no-repeat; background-size: 100% 80%">
<div class="container py-5">
<div class="row py-5">
<div class="col-lg-5 py-5">
<h1>Download Mustats For Spotify</h1>
<p class="my-4 text-muted">See all your Music Top Stats & get Song Recommendations from your Spotify Account</p>
<ul class="list-inline mb-0">
<li class="list-inline-item mb-2 mb-lg-0"><a class="btn btn-primary btn-lg px-4" href="https://play.google.com/store/apps/details?id=andr.mobile.mustats&pli=1" target="_blank"> <i class="fab fa-google-play me-3"></i>Google Play</a></li>
<!-- <li class="list-inline-item"><a class="btn btn-primary btn-lg px-4" href="#!"> <i class="fab fa-app-store me-3"></i>App Store</a></li>-->
</ul>
</div>
<div class="col-lg-6 ml-auto">
<div class="device-wrapper mx-auto">
<div class="device shadow" data-device="iPhoneX" data-orientation="portrait" data-color="black">
<div class="screen"><img class="img-fluid" src="img/webmustats.jpg" alt=""></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="bg-center py-0" id="about" style="background: url(img/service-bg.svg) no-repeat; background-size: cover">
<section class="about py-0">
<div class="container">
<p class="h6 text-uppercase text-primary">What is it all about?</p>
<h2 class="mb-5">Check your Top Songs & More</h2>
<div class="row pb-5 gy-4">
<div class="col-lg-4 col-md-6">
<!-- Services Item-->
<div class="card border-0 shadow rounded-lg py-4 text-start">
<div class="card-body p-5">
<svg class="svg-icon svg-icon-light" style="width:60px;height:60px;color:#ff904e">
<use xlink:href="#sales-up-1"> </use>
</svg>
<h3 class="h4 my-4">Your Top</h3>
<p class="text-sm text-muted mb-0">Check your Top Songs, Artists, Genres, Albums (soon)</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<!-- Services Item-->
<div class="card border-0 shadow rounded-lg py-4 text-start">
<div class="card-body p-5">
<svg class="svg-icon svg-icon-light" style="width:60px;height:60px;color:#39f8d2">
<use xlink:href="#stream-video-1"> </use>
</svg>
<h3 class="h4 my-4">Discover Tracks Swiping</h3>
<p class="text-sm text-muted mb-0">You can swipe Song Recommendations and save them to playlists</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<!-- Services Item-->
<div class="card border-0 shadow rounded-lg py-4 text-start">
<div class="card-body p-5">
<svg class="svg-icon svg-icon-light" style="width:60px;height:60px;color:#8190ff">
<use xlink:href="#document-saved-1"> </use>
</svg>
<h3 class="h4 my-4">Sync Swiped Tracks</h3>
<p class="text-sm text-muted mb-0">Swiped Tracks in Playlists will sync with Spotify (Pro required)</p>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
<!--
<section class="p-0" id="testimonials" style="background: url(img/testimonials-bg.png) no-repeat; background-size: 40% 100%; background-position: left center">
<div class="container text-center">
<p class="h6 text-uppercase text-primary">Testimonials</p>
<h2 class="mb-5">What Our Users Says?</h2>
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="swiper testimonials-slider">
<div class="swiper-wrapper">
<div class="swiper-slide h-auto">
<div class="mx-3 mx-lg-5 my-5 pt-3">
<div class="card shadow rounded-lg px-4 py-5 px-lg-5 with-pattern bg-white border-0">
<div class="card-body index-forward pt-5 rounded-lg">
<div class="testimonial-img"><img class="rounded-circle" src="img/avatar-1.jpg" alt="" width="100"/></div>
<p class="lead text-muted mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>
<h5 class="mb-0">Sarah Hudson</h5>
<p class="text-primary mb-0 text-sm">Tech Developer</p>
</div>
</div>
</div>
</div>
<div class="swiper-slide h-auto">
<div class="mx-3 mx-lg-5 my-5 pt-3">
<div class="card shadow rounded-lg px-4 py-5 px-lg-5 with-pattern bg-white border-0">
<div class="card-body index-forward pt-5 rounded-lg">
<div class="testimonial-img"><img class="rounded-circle" src="img/avatar-2.png" alt="" width="100"/></div>
<p class="lead text-muted mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>
<h5 class="mb-0">Frank Smith</h5>
<p class="text-primary mb-0 text-sm">Tech Developer</p>
</div>
</div>
</div>
</div>
<div class="swiper-slide h-auto">
<div class="mx-3 mx-lg-5 my-5 pt-3">
<div class="card shadow rounded-lg px-4 py-5 px-lg-5 with-pattern bg-white border-0">
<div class="card-body index-forward pt-5 rounded-lg">
<div class="testimonial-img"><img class="rounded-circle" src="img/avatar-1.jpg" alt="" width="100"/></div>
<p class="lead text-muted mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>
<h5 class="mb-0">Sarah Hudson</h5>
<p class="text-primary mb-0 text-sm">Tech Developer</p>
</div>
</div>
</div>
</div>
<div class="swiper-slide h-auto">
<div class="mx-3 mx-lg-5 my-5 pt-3">
<div class="card shadow rounded-lg px-4 py-5 px-lg-5 with-pattern bg-white border-0">
<div class="card-body index-forward pt-5 rounded-lg">
<div class="testimonial-img"><img class="rounded-circle" src="img/avatar-2.png" alt="" width="100"/></div>
<p class="lead text-muted mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>
<h5 class="mb-0">Frank Smith</h5>
<p class="text-primary mb-0 text-sm">Tech Developer</p>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</div>
</div>
</section>
-->
<a class="scroll-top-btn" id="scrollTop" href="#!"><i class="fas fa-long-arrow-alt-up"></i></a>
<footer class=" position-relative pt-5">
<div class="copyrights">
<div class="container text-center py-4">
<p class="mb-0 text-muted text-sm">© 2024, Mustats for Spotify. Template by <a href="https://bootstrapious.com/p/app-landing-page" class="text-reset">Bootstrapious</a>.</p>
<!-- If you want to remove the backlink, please purchase the Attribution-Free License. See details in readme.txt or license.txt. Thanks!-->
</div>
</div>
</footer>
<!-- JavaScript files-->
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="vendor/swiper/swiper-bundle.min.js"></script>
<script src="vendor/modal-video/js/modal-video.js"></script>
<script src="js/front.js"></script>
<script>
// ------------------------------------------------------- //
// Inject SVG Sprite -
// see more here
// https://css-tricks.com/ajaxing-svg-sprite/
// ------------------------------------------------------ //
function injectSvgSprite(path) {
var ajax = new XMLHttpRequest();
ajax.open("GET", path, true);
ajax.send();
ajax.onload = function(e) {
var div = document.createElement("div");
div.className = 'd-none';
div.innerHTML = ajax.responseText;
document.body.insertBefore(div, document.body.childNodes[0]);
}
}
// this is set to BootstrapTemple website as you cannot
// inject local SVG sprite (using only 'icons/orion-svg-sprite.svg' path)
// while using file:// protocol
// pls don't forget to change to your domain :)
injectSvgSprite('https://bootstraptemple.com/files/icons/orion-svg-sprite.svg');
</script>
<!-- FontAwesome CSS - loading as last, so it doesn't block rendering-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
</body>
</html>