-
Notifications
You must be signed in to change notification settings - Fork 71
/
aboutus.html
99 lines (82 loc) · 3.9 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
94
95
96
97
98
99
<!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="@iamsonukushwaha">
<meta name="og:country-name" content="India, Bharat" />
<meta property="og:image"
content="https://raw.githubusercontent.com/iamsonukushwaha/tarana/main/img/tarana.jpg" />
<style>
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#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 - Music Player </h1>
<a href="https://iamsonukushwaha.github.io/tarana"><img align="center"
src="https://raw.githubusercontent.com/singlebucks/tarana/master/images/1.Tarana_page-view.png"
id="img"></a>
<br /><br><br>
<h3>
<a href="https://iamsonukushwaha.github.io/tarana/features.html" target="_blank"
rel="noopener noreferrer">find out features of this music player</a>
<br /><br><br>
<a href="https://github.com/iamsonukushwaha/tarana" target="_blank" rel="noopener noreferrer">Get Source Code
here </a>
<br /><br><br>
<a href="https://iamsonukushwaha.github.io/tarana/user" target="_blank" rel="noopener noreferrer">Sign up for insider
preview </a><br>
</h3>
<br /><br>
<hr>
<h2 style="color: rgb(22, 126, 91); text-align: center;">Contributors</h2>
<div id="person">
<a href="https://iamsonukushwaha.github.io/tarana" target="_blank" rel="noopener noreferrer"><img
src="https://avatars.githubusercontent.com/u/51280276?v=4" alt="iamsonukushwaha" class="pic"
title="Sonu Kumar Kushwaha"></a>
</div>
<br /><br /><br />
<br /><br /><br />
<h5 align="center"> Let's have a chat on </h5>
<p align="center">
<a href="https://github.com/iamsonukushwaha"><img
src="https://img.shields.io/github/followers/iamsonukushwaha.svg?label=GitHub&style=social"
alt="GitHub"></a>
<a href="https://singlebucks.blogspot.com"><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.youtube.com/channel/UCLSsTx4FVQMiNuuUbwFM7QA"><img
src="https://img.shields.io/badge/YouTube--_.svg?style=social&logo=youtube" alt="YouTube"></a>
<a href="https://twitter.com/iamsonukushwaha"><img
src="https://img.shields.io/twitter/follow/iamsonukushwaha?label=Twitter&style=social"
alt="Twitter"></a>
</p>
<br /><br>
<!-- <script src="./about.js"></script> -->
<script src="./js/fullscreen.js"></script>
</body>
</html>