-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
148 lines (139 loc) · 10.2 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
<!DOCTYPE html>
<html dir="auto" lang="en">
<head>
<meta charset="UTF-8" />
<title>Music X</title>
<meta name="description" content="Music X" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon"
href="https://github.com/manish7924/Music-X/blob/master/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png?raw=true" />
<meta property="og:title" content="Music X" />
<meta property="og:description" content="Music X" />
<meta property="og:image"
content="https://github.com/manish7924/Music-X/blob/master/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png?raw=true" />
<link rel="stylesheet" href="styles//tobi.css" />
<link rel="stylesheet" href="styles//style.css" />
</head>
<body>
<main>
<header class="app__header container">
<div class="app__logo-wrapper"> <img class="app__logo"
src="https://github.com/manish7924/Music-X/blob/master/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png?raw=true"
alt="Music X"></div>
<div class="app__infos">
<h1 class="app__name">Music X</h1>
<p class="app__description">A simple offline music player that lets you play your device’s stored songs effortlessly.</p>
<!-- <span class="app__des__download"><a href="https://github.com/manish7924/Music-X/releases/download/v1.0.beta.2/app-debug.apk"
targe="_blank">Download Now</a></span> -->
<div class="app__buttons app__buttons--desktop">
<a href="https://github.com/manish7924/Music-X/releases/download/v1.0.beta.2/app-debug.apk"
class="app__button-play" target="_blank" title="Direct download">
<img src="https://github.com/manish7924/Music-X/blob/master/assest/store/download_now.jpg?raw=true"
alt="Direct download">
</a>
<a href="https://github.com/manish7924/Music-X/releases"
class="app__button-play" target="_blank" title="Available on Github">
<img src="https://github.com/manish7924/Music-X/blob/master/assest/store/github_store.png?raw=true"
alt="Available on Github">
</a>
</div>
</div>
</header>
<div class="app__buttons app__buttons--mobile container">
<a href="https://github.com/manish7924/Music-X/releases/download/v1.0.beta.2/app-debug.apk"
class="app__button-play" target="_blank" title="Direct download">
<img src="https://github.com/manish7924/Music-X/blob/master/assest/store/download_now.jpg?raw=true"
alt="Direct download">
</a>
<a href="https://github.com/manish7924/Music-X/releases" class="app__button-play" target="_blank" title="Available on Github">
<img src="https://github.com/manish7924/Music-X/blob/master/assest/store/github_store.png?raw=true"
alt="Available on Github">
</a>
</div>
<section class="app__screenshots app__section">
<div class="container">
<h2 class="app__section-title">Screenshots</h2>
</div>
<div class="app__screenshots-wrapper container-desktop">
<div class="app__screenshots-list">
<a href="https://github.com/manish7924/Music-X/blob/master/assest/store/img1.png?raw=true"
class="lightbox">
<img src="https://github.com/manish7924/Music-X/blob/master/assest/store/img1.png?raw=true"
class="app__screenshot" alt="" />
</a>
<a href="https://github.com/manish7924/Music-X/blob/master/assest/store/img2.png?raw=true"
class="lightbox">
<img src="https://github.com/manish7924/Music-X/blob/master/assest/store/img2.png?raw=true"
class="app__screenshot" alt="" />
</a>
<a href="https://github.com/manish7924/Music-X/blob/master/assest/store/img3.png?raw=true"
class="lightbox">
<img src="https://github.com/manish7924/Music-X/blob/master/assest/store/img3.png?raw=true"
class="app__screenshot" alt="" />
</a>
<a href="https://github.com/manish7924/Music-X/blob/master/assest/store/img4.png?raw=true"
class="lightbox">
<img src="https://github.com/manish7924/Music-X/blob/master/assest/store/img4.png?raw=true"
class="app__screenshot" alt="" />
</a>
<a href="https://github.com/manish7924/Music-X/blob/master/assest/images/img1.png?raw=true"
class="lightbox">
<img src="https://github.com/manish7924/Music-X/blob/master/assest/images/img1.png?raw=true"
class="app__screenshot" alt="" />
</a>
<a href="https://github.com/manish7924/Music-X/blob/master/assest/images/img4.png?raw=true"
class="lightbox">
<img src="https://github.com/manish7924/Music-X/blob/master/assest/images/img4.png?raw=true"
class="app__screenshot" alt="" />
</a>
</div>
</div>
</section>
<section class="app__fulldescription app__section container">
<h2 class="app__section-title">Description</h2>
<div class="app__fulldescription-content">
<p>Open-Source application that does not require registration and all content is free for users.</p>
<p>Here are some features of this application</p>
<p><span class="sm__bold">Offline Playback: </span>Enjoy your favorite songs stored on your device without needing an internet connection.</p>
<p><span class="sm__bold">Lyrics Support: </span>View song lyrics while listening to your music for an enhanced experience.</p>
<p><span class="sm__bold">Equalizer: </span>Customize the sound with a built-in equalizer to suit your preferences.</p>
<p><span class="sm__bold">Swipe Gesture Control: </span>Control music playback effortlessly using intuitive swipe gestures.</p>
<p><span class="sm__bold">Material you & Dynamic Colors: </span>Experience a smooth, modern UI with dynamic color support for a personalized look.</p>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer__container">
<p class="footer__love">
<a href="https://manish7924.github.io/My-Portfolio/" targe="_blank">Made with ❤️ by Manish</a>
</p>
<ul class="footer__links">
<li class="footer__link">
<a href="https://github.com/manish7924/Music-X" targe="_blank">show some ❤️ and ⭐ the repo</a>
</li>
<li class="footer__link">
<a href="https://github.com/manish7924/Music-X" targe="_blank">Source
code</a>
</li>
<li class="footer__link">
<a href="https://github.com/manish7924/Music-X/tree/master?tab=License-1-ov-file"
targe="_blank">License</a>
</li>
<li class="footer__link">
<a href="https://github.com/manish7924/Music-X/tree/master?tab=readme-ov-file"
targe="_blank">Privacy Policy</a>
</li>
</ul>
</div>
</div>
</footer>
<script type="text/javascript" src="styles//tobi.min.js" />
</script>
<script>
window.onload = function () {
var tobi = new Tobi();
};
</script>
</body>
</html>