forked from nilisha-jais/Musicophilia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
232 lines (222 loc) · 7.28 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Musicophilia</title>
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Chango&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/d5f154924f.js"
crossorigin="anonymous"
></script>
<script
src="https://kit.fontawesome.com/a0dbbe476a.js"
crossorigin="anonymous"
></script>
<!-- BOX ICONS -->
<link
href="https://unpkg.com/[email protected]/css/boxicons.min.css"
rel="stylesheet"
/>
<script href="app.js"></script>
<link rel="icon" href="favicon.png" type="image/gif" sizes="16x16" />
<meta name="Musicophilia" content="A platform for Music Lovers " />
<meta
property="og:title"
content="Musicophilia - A platform for Music Lovers "
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://musicophilia.netlify.app/" />
<meta
name="keywords"
content="Music, Music lover, Quiz,HTML, CSS, JavaScript"
/>
<meta
name="description"
content="You can listen your favourite musicheadphones ,try your hands on the band and the pianomusical_keyboard, play music related games and dance on the music beatswoman_dancing."
/>
<meta name="author" content=" Nilisha Jais" />
</head>
<body>
<button onclick="topFunction()" id="myBtn" title="Go to top">
<i class="fas fa-chevron-up"></i>
</button>
<div class="nav">
<div class="nav-header">
<img class="nav-img" src="music.png" alt="" />
<div class="nav-title">
<span style="float: right"
>μ<span style="color: white">SICOPHILIA</span></span
>
</div>
</div>
<div class="nav-btn">
<label for="nav-check">
<span></span>
<span></span>
<span></span>
</label>
</div>
<nav class="nav-links">
<a class="current" href="#">Home</a>
<a class="current" href="./About/index.html">About</a>
<a class="current" href="Contact-Us/contact.html">Contact Us</a>
</nav>
</div>
<div class="main">
<div class="heading">Mindfull Music</div>
<div class="container">
<div class="content">
<h1>Music Box</h1>
<span><i class="bx bx-headphone bx-tada"></i></span>
<h3>Solace in songs</h3>
<a href="musicBox/index.html"
><button class="btn" id="box-1">GO</button></a
>
<br /><br />
</div>
<div class="content">
<h1>The Band</h1>
<span><i class="bx bx-tada bxs-playlist"></i></span>
<h3>Make your own beats</h3>
<a href="Band/index.html"
><button class="btn" id="box-6">GO</button></a
>
<br /><br />
</div>
<div class="content">
<h1>Piano</h1>
<span><i class="bx bx-tada bxs-piano"></i></span>
<h3>Play your own notes</h3>
<a href="Piano/index.html"
><button class="btn" id="box-2">GO</button></a
>
<br /><br />
</div>
<div class="content">
<h1>Guitar</h1>
<span style="font-size: 80px"><i class="bx bx-tada">🎸</i></span>
<h3>First love was the sound of guitar, Play it!</h3>
<a href="Guitar/index.html"
><button class="btn" id="box-4">GO</button></a
>
<br /><br />
</div>
<div class="content">
<h1>Artist Details</h1>
<span style="font-size: 80px"><i class="bx bx-tada">👨🏻🎤</i></span>
<h3>Meet the singers</h3>
<a href="artist/index.html"
><button class="btn" id="box-3">GO</button></a
>
<br /><br />
</div>
<div class="content">
<h1>Metronome</h1>
<span style="font-size: 80px"><i class="bx bx-tada">⌛</i></span>
<h3>Get a clear sense of timing and tempo</h3>
<a href="Metronome/index.html"
><button class="btn" id="box-7">GO</button></a
>
<br /><br />
</div>
</div>
</div>
<hr />
<div class="main">
<div class="heading">Rollick Games</div>
<div class="container">
<div class="content">
<h1>Memory Game</h1>
<span><i class="bx bx-tada bxs-medal"></i></span>
<h3>Test your memory by this music game</h3>
<a href="Memory-game/choose.html"
><button class="btn" id="box-3">GO</button></a
>
<br /><br />
</div>
<div class="content">
<h1>Music Quiz</h1>
<span><i class="bx bx-tada bxs-music"></i></span>
<h3>How much do you know your music industry?</h3>
<a href="Quiz/index.html"
><button class="btn" id="box-4">GO</button></a
>
<br /><br />
</div>
<div class="content">
<h1>Guess The Singer</h1>
<span><i class="bx bx-tada bxs-music"></i></span>
<h3>Can You Recognise Your Favourite Singer?</h3>
<a href="Guess the Singers/index.html"
><button class="btn" id="box-4">GO</button></a
>
<br /><br />
</div>
</div>
</div>
<hr />
<div class="main">
<div class="heading">Zestful Dance</div>
<div class="container">
<div class="content">
<h1>Lets Dance</h1>
<span class="girl">💃</span>
<h3>Dance along with us</h3>
<a href="Dance/index.html"
><button class="btn" id="box-5">GO</button></a
>
<br /><br />
</div>
</div>
</div>
<br />
<div class="centerdiv">
<a href="https://www.facebook.com/" target="_blank"
><i class="fab fa-facebook-f fa-2x"></i
></a>
<a href="https://www.instagram.com/" target="_blank"
><i class="fab fa-instagram fa-2x"></i
></a>
<a href="https://twitter.com/login?lang=en" target="_blank"
><i class="fab fa-twitter fa-2x"></i
></a>
</div>
<br />
<footer>
<h2>μSICOPHILIA</h2>
<p><em>Your Musical Getaway</em></p>
<h5>© 2021 | Nilisha | All rights reserved.</h5>
</footer>
<!--The Below Script is written for Go to Top Button -->
<script>
//Get the button
var mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction();
};
function scrollFunction() {
if (
document.body.scrollTop > 20 ||
document.documentElement.scrollTop > 20
) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</body>
</html>