-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout.html
More file actions
80 lines (71 loc) · 5.95 KB
/
About.html
File metadata and controls
80 lines (71 loc) · 5.95 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
<!DOCTYPE html>
<html>
<head>
<title>About us@MUSIC MINE</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="about_css.css">
</head>
<script>
function whatsapp_no(){
alert("Amitava(MUSIC MINE): Whatsapp number: 9434582653");
}
function this_page(){
alert("You are in the current page");
}
function address(){
alert("G-mail-->dasgupta2samarpan@gmail.com")
}
function mailto(){
alert("G-mail-->musicchoraaa@gmail.com")
}
</script>
<body>
<h1><i class="fa fa-desktop" aria-hidden="true"></i> About us <i class="fa fa-desktop" aria-hidden="true"></i></h1>
<div class="menu">
<ul>
<a href="index.html" target="_blank"><li onclick=Home()><i class="fa fa-home" aria-hidden="true"></i> Home</li></a>
<a href="components.html" target="_blank"><li><i class="fa fa-music" aria-hidden="true"></i> Components</li></a>
<a href="index.html" target="_blank"><li><i class="fa fa-headphones" aria-hidden="true"></i> Tutorial</li></a>
<a href="#links_description"><li><i class="fa fa-phone" aria-hidden="true"></i> Contact</li></a>
<a href="#" onclick=this_page()><li><i class="fa fa-handshake-o" aria-hidden="true"></i> About us</li></a>
</ul>
</div></br></br></br></br></br></br>
<div class="amitava">
<h2><i class="fa fa-heart" aria-hidden="true"></i> Amitava Garai <i class="fa fa-heart" aria-hidden="true"></i></h2></br>
<img src="a6.jpg">
<span>The owner of this website is Amitava Garai, who is a passionate guitarist. He started his guitar journey from class 11 and now he is going to be successful in that passionate field through his youtube channel. Over 500 subscribers achieved by him only through his nearly 40 videos. Amitava Garai is a passionate person about what he is doing. Please share this website link through social media so that he became more motivated to grow his youtube channel with more passion. Amitava makes most of the beautiful music of the popular song on his youtube channel. This song includes Bollywood, Hollywood, and even mindblowing Rabindranath songs. Even some national emotional and independent songs are present in his youtube channel. His youtube channel is mixed up with some heart-touching soulful voice. Please visit his channel(<a href="https://www.youtube.com/channel/UCVF24sY77aR89jDXRcvif6A" target="_blank">Click here to go to the youtube channel</a>) to get the experience of the heart-touching music.Don't forget to Like, Comment, Share his videos. Please Subscribe on his youtube channel and don't forget to click on the bell icon to get regular updates.
Great love to you from Amitava.
</span>
</div></br></br></br></br>
<div class="samarpan">
<h2><i class="fa fa-heart" aria-hidden="true"></i> Samarpan Dasgupta <i class="fa fa-heart" aria-hidden="true"></i></h2></br>
<img src="sam.png">
<span> This website is created by Samarpan Dasgupta, who is a passionate programmer and gives his best to introduce this website. Samarpan Dasgupta is a school friend of Amitava Garai and they are best friends from class 7. Besides this Samarpan Dasgupta is upgrading his ability day by day. If some mistake is found through this website please <a href="#" onclick="address()">contact Samarpan Dasgupta</a>, so that he can increase the effectivity of this website. This is the primary introduction to this website. Samarpan Dasgupta promises that he should increase the quality of this website day by day. Thanks for visiting the website.
</span>
</div>
<fieldset id="links_description">
<div class="links">
<h2><u><i>Quick Links</i></u></h2>
<a href="https://www.youtube.com/channel/UCVF24sY77aR89jDXRcvif6A" target="_blank">MUSIC MINE YOUTUBE CHANNEL>>>>>>>>>>><span>Over 500 subscribers</span></a>
<img src="b.png">
</div>
<div class="pointing_links">
<img src="uparrow.png">
<div class="icons">
<a href="https://www.facebook.com/amitava.garai.10" target="_blank" title="Facebook"><i class="fa fa-facebook-official" aria-hidden="true" style="color:rgb(0, 0, 255);"></i></a>
<i class="fa fa-whatsapp" aria-hidden="true" style="color: rgb(0, 255, 0);" onclick=whatsapp_no()></i>
<a href="https://twitter.com/Amitava95031111?s=09" target="_blank"><i class="fa fa-twitter-square" aria-hidden="true" style="color: rgb(0, 174, 255);"></i></a></br></br></br>
<a href="https://instagram.com/_music_mine_?igshid=17vczttbbodf1" target="_blank"><i class="fa fa-instagram" aria-hidden="true" style="color: coral;"></i></a>
<a href="https://www.linkedin.com/in/music-mine-65a10b1b3" target="_blank"><i class="fa fa-linkedin-square" aria-hidden="true" style="color: darkblue;"></i></a>
<a href="https://www.youtube.com/channel/UCVF24sY77aR89jDXRcvif6A" target="_blank"><i class="fa fa-youtube-play" aria-hidden="true" style="color:red"></i></a></br></br>
<a href="#" onclick="mailto()"><i class="fa fa-envelope" aria-hidden="true" style="color: tomato;margin-left: 97px;" ></i></a>
</div>
</div>
</fieldset>
<div class="creation">
<span>Copyright © 2020 MUSIC MINE</span>
<footer>~ Created by <a href="#" onclick=address()>Samarpan Dasgupta</a></footer>
</div>
</body>
</html>