-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.html
97 lines (88 loc) · 5.47 KB
/
components.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
<!DOCTYPE html>
<html>
<head>
<title>Components@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="components_css.css">
<script>
function whatsapp_no(){
alert("Amitava(MUSIC MINE): Whatsapp number: 9434582653");
}
function message(){
alert("You are present in this page");
}
function address(){
alert("G-mail-->dasgupta2samarpan@gmail.com")
}
function mailto(){
alert("G-mail-->musicchoraaa@gmail.com")
}
</script>
</head>
<body>
<h1><i class="fa fa-tags" aria-hidden="true"></i>  Tabs of Music  <i class="fa fa-tasks" aria-hidden="true"></i></h1></br></br>
<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="#" onclick=message()><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="About.html" target="_blank"><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="creative_example">
<h2><i class="fa fa-heart" aria-hidden="true"></i> Namo Namo Song <i class="fa fa-heart" aria-hidden="true"></i></h2>
<video src="namo.mp4" controls poster="a3.jpg"></video>
<span>
<!--<a href="namo.pdf" download target="_blank">To download the guitar tabs click here</a>-->
<embed src="namo.pdf" type="application/pdf" class="pdf_application_1"></pdf>
</span>
</div> </br></br></br></br>
<div class="creative_example">
<h2><i class="fa fa-heart" aria-hidden="true"></i> Havana Song <i class="fa fa-heart" aria-hidden="true"></i></h2></br></br>
<span>
<!--<a href="namo.pdf" download target="_blank">To download the guitar tabs click here</a>-->
<embed src="Havana.pdf" type="application/pdf" class="pdf_application_2"></pdf>
</span>
<div class="caption">
<a href="https://www.youtube.com/watch?v=Rk1HR7c5Q8w" target="_blank">To see the music video click here</a>
</div>
</div></br></br></br></br>
<div class="creative_example2">
<h2><i class="fa fa-heart" aria-hidden="true"></i> Khairiyat Song <i class="fa fa-heart" aria-hidden="true"></i></h2></br>
<span>
<embed src="Khairiyat.pdf" type="application/pdf" class="pdf_application_3"></pdf>
</span>
<div class="caption2">
<a href="https://www.youtube.com/watch?v=nJLf1yGbUkM" target="_blank">To see the music video click here</a>
</div>
</div>
<div class="coming_wish">
<h3>More Coming soon</h3>
</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(96, 96, 235);"></i></a>
<i class="fa fa-whatsapp" aria-hidden="true" style="color: green;" 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, 183, 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: rgb(255, 68, 0);"></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>