-
Notifications
You must be signed in to change notification settings - Fork 0
/
explore.html
67 lines (65 loc) · 3.54 KB
/
explore.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
<!DOCTYPE html>
<html>
<head>
<title>Music</title>
<meta name="viewport" content="user-scalable = yes">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<link rel="icon" href="favicon.png">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/custom_css.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<ul class="nav navbar-nav">
<li><a href="index.html"><i class="fa fa-home"></i> Home</a></li>
<li class="active"><a href="#"><i class="fa fa-file"></i> Explore</a></li>
<li><a href="mediantech.html"><i class="fa fa-laptop"></i> Media & Tech</a></li>
<li><a href="history.html"><i class="fa fa-history"></i> History</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="about.html"><i class="fa fa-info-circle"></i> About</a></li>
</ul>
</div>
</nav>
<div class="content-wrapper">
<div class="jumbotron">
<div class="header-bg"></div>
<div class="header-content">
<h1>Music</h1>
<p>
<i>"Without music, life would be a mistake."</i>
</p>
</div>
</div>
<div class="container">
<div class="page-content">
<br /><br />
<h1>Music</h1>
<p>Music is an art form and cultural activity whose medium is sound organized in time.
The common elements of music are pitch (which governs melody and harmony), rhythm (and its associated concepts tempo,
meter, and articulation), dynamics (loudness and softness), and the sonic qualities of timbre and texture
(which are sometimes termed the "color" of a musical sound). Different styles or types of music may emphasize,
de-emphasize or omit some of these elements. Music is performed with a vast range of instruments and vocal techniques
ranging from singing to rapping; there are solely instrumental pieces, solely vocal pieces (such as songs without instrumental
accompaniment) and pieces that combine singing and instruments. The word derives from Greek μουσική
(mousike; "art of the Muses")</p>
<p>In its most general form, the activities describing music as an art form or cultural activity
include the creation of works of music (songs, tunes, symphonies, and so on), the criticism of music, the study of
the history of music, and the aesthetic examination of music. Ancient Greek and Indian philosophers defined music as
tones ordered horizontally as melodies and vertically as harmonies. Common sayings such as "the harmony of the spheres"
and "it is music to my ears" point to the notion that music is often ordered and pleasant to listen to. However,
20th-century composer John Cage thought that any sound can be music, saying, for example, "There is no noise, only sound."</p>
<small><i>Source: Wikipedia</i></small>
<footer>
<small>Made by <a href="http://areebbeigh.tk" target="_blank">Areeb Beigh</a></small>
</footer>
</div>
</div>
</div>
</body>
</html>