forked from iamsonukushwaha/tarana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
93 lines (75 loc) · 4.54 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tarana - About Us</title>
<meta name="description" content="Tarana - Best Music Player">
<meta property="og:title" content="Tarana - Best Music Player">
<meta name="auther" content="Sonu Kumar Kushwaha">
<meta name="email" content="[email protected]">
<meta name="twitter:creator" content="@sonukumarkush12">
<meta name="og:country-name" content="India, Bharat" />
<meta property="og:url" content="https://www.sonu.live" />
<meta property="og:image" content="https://raw.githubusercontent.com/flyingsonu122/tarana/master/img/tarana.jpg" />
<style>
#img {
width: 100%;
}
#person{
text-align: center;
}
.pic {
border-radius: 50%;
border: 2px #ccc solid;
width: 19%;
margin: 12px;
}
</style>
</head>
<body>
<h1 align="center"> Tarana - Best Music Player </h1>
<a href="https://www.singlebucks.live"><img align="center"
src="https://raw.githubusercontent.com/singlebucks/tarana/master/images/1.Tarana_page-view.png"
id="img"></a>
<h1>
Live Demo on <a href="https://www.sonu.live/tarana" target="_blank"
rel="noopener noreferrer">sonu.live/tarana</a>
<br /><br>
Download Android App <a href="https://github.com/flyingsonu122/tarana/releases/download/v1.0/Tarana.apk"
target="_blank" rel="noopener noreferrer">Tarana</a>
</h1>
<h3>
For any queries, suggestions or support. Please email us at <a href="mailto:[email protected]"
target="_blank" rel="noopener noreferrer">[email protected]</a>
<br><br><br>
We do not have any license of these songs, copyright reserved to their respective owners.
</h3>
<h2 style="color: rgb(22, 126, 91); text-align: center;">Contributors</h2>
<div id="person">
<a href="https://github.com/flyingsonu122" target="_blank" rel="noopener noreferrer"><img src="https://avatars.githubusercontent.com/u/51280276?v=4" alt="flyingsonu122" class="pic" title="flyingsonu122"></a>
<a href="https://github.com/Nihal-Priyadarshi" target="_blank" rel="noopener noreferrer"><img src="https://avatars.githubusercontent.com/u/68635556?v=4" alt="Nihal-Priyadarshi" class="pic" title="Nihal-Priyadarshi"></a>
</div>
<br /><br /><br />
<h5 align="center"> Let's have a chat on </h5>
<p align="center"><a href="https://github.com/flyingsonu122"><img
src="https://img.shields.io/github/followers/flyingsonu122.svg?label=GitHub&style=social"
alt="GitHub"></a><a href="https://flyingsonu122.netlify.app/"><img
src="https://img.shields.io/badge/Website-blueviolet?style=flat&logo=google-chrome&logoColor=white"
alt="website"></a><a href="https://www.linkedin.com/in/sonukumarkushwaha/"><img
src="https://img.shields.io/badge/LinkedIn--_.svg?style=social&logo=linkedin" alt="LinkedIn"></a><a
href="https://www.facebook.com/sonukumarkushwaha736"><img
src="https://img.shields.io/badge/Facebook--_.svg?style=social&logo=facebook" alt="Facebook"></a><a
href="https://www.instagram.com/flyingsonu736/"><img
src="https://img.shields.io/badge/Instagram--_.svg?style=social&logo=instagram"
alt="Instagram"></a><a href="https://medium.com/@sonukumarkushwaha"><img
src="https://img.shields.io/badge/Medium--_.svg?style=social&logo=medium" alt="Medium"></a><a
href="https://www.youtube.com/channel/UCugIYeIc-HzCp-SZxRwuQbA"><img
src="https://img.shields.io/youtube/channel/subscribers/UCugIYeIc-HzCp-SZxRwuQbA?label=YouTube&style=social&logo=YouTube"
alt="YouTube"></a><a href="https://twitter.com/sonukumarkush12"><img
src="https://img.shields.io/twitter/follow/sonukumarkush12?label=Follow&style=social"
alt="Twitter"></a>
</p>
<!-- <script src="./about.js"></script> -->
</body>
</html>