-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
290 lines (240 loc) · 13.9 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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<!-- Test for git NO.1 -->
<!DOCTYPE html>
<html>
<head>
<!-- Support of foreign character-->
<meta charset="utf-8" />
<!-- If Compatibility setting. It ensures IE users the latest rendering engine-->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Get physical width of the mobile device -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Name of the website displayed on the broswer tab-->
<title>Chinese Traditional Instruments</title>
<!-- Link custon stylesheet to the index layout page -->
<link href="css/style.css" rel="stylesheet">
<!-- Link the lastest modified bootstrap style sheet -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Lastest JQuery framework, necessary for using bootstrap's JS plugins -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<!-- link the lastest midifed bootstrap JS library -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.4.4/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.4.4/addons/p5.dom.min.js"></script>
<!-- <script src="p5.sound.js"></script> -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.0/addons/p5.sound.js"></script>
<!-- Custom javascript-->
<script src="js/NavMovement.js"></script>
</head>
<body>
<div class="head">
<header>
</header>
<nav>
<div class="part1"></div>
<div class="part2">
<ul>
<li><a class="instruments" href="#">Instruments</a></li>
<li><a class="compose" href="ComposeSite.html">Compose</a></li>
<li><a class="contactme" role="button">Contact Me</a></li>
</ul>
</div>
<div class="leftbar">
<ul>
<li class="btn-zheng"><a href="#zheng"> </a></li>
<li class="btn-dizi"><a href="#dizi"> </a></li>
<li class="btn-erhu"><a href="#erhu"> </a></li>
<li class="btn-sun"><a href="#sun"> </a></li>
</ul>
</div>
</nav>
</div>
<div id="zheng" class="zheng">
<div class="gallery">
<img src="images/guzheng.png" alt="Zheng's image" title="Zheng's image">
</div>
<div class="profile">
<p class="subheader">Profile <img src="images/Cutoff_Rule.png" alt="=========================================================================================" width="850px"></p>
<p class="text">
The zheng or guzheng (Chinese: 古筝), or Chinese zither, is a Chinese traditional plucked musical string instrument with over 2500 years of history. It has 16 or more strings and movable bridges. The modern guzheng usually has 21 strings with a length of 64 inches. The guzheng has a large resonant cavity made from Wutong wood (Paulownia elongate). Other components often are made from other woods; usually for structural and decorative purposes. Performers playing the guzheng often wear finger picks on right hand or both hands. The picks can be made of different materials such as Ivory, tortoise shell, resin and hard plastic.
</p>
<p class="text">
The guzheng is the ancestor of several Asian zither instruments, such as the Japanese koto, the Korean gayageum, and the Vietnamese đàn tranh. The guzheng should not be confused with the guqin (another ancient Chinese zither without moveable bridges).
</p>
</div>
<div class="listen">
<p class="subheader">Listen <img src="images/Cutoff_Rule.png" alt="=========================================================================================" width="850px"></p>
<div class="audio">
<div class="playback">
<div class="center-helper">
<div role="button" class="btn-play btn0">
</div>
<p>Loading...</p>
</div>
</div>
<div class="playback">
<div class="center-helper">
<div role="button" class="btn-play btn1">
</div>
<p>Loading...</p>
</div>
</div>
<div class="playback">
<div class="center-helper">
<div role="button" class="btn-play btn2">
</div>
<p>Loading...</p>
</div>
</div>
</div>
</div>
</div>
<div id="dizi" class="dizi">
<div class="gallery">
<img src="images/dizi.png" alt="Dizi's image" title="Dizi's image">
</div>
<div class="profile">
<p class="subheader">Profile <img src="images/Cutoff_Rule.png" alt="=========================================================================================" width="850px"></p>
<p class="text">
The dizi (Chinese: 笛子), is a Chinese transverse flute. It is also sometimes known as the di (笛).
</p>
<p class="text">
The dizi is a major Chinese musical instrument, and is widely used in many genres of Chinese folk music, as well as Chinese opera, and the modern Chinese orchestra. Traditionally, the dizi has also been popular among the Chinese common people, and it is simple to make and easy to carry.
</p>
<p class="text">
Most dizi are made of bamboo, which explains why dizi are sometimes known by simple names such as Chinese bamboo flute. However, "bamboo" is perhaps more of a Chinese instrument classification like "woodwind" in the West. Northern Chinese dizi are made from purple or violet bamboo, while dizi made in Suzhou and Hangzhou are made from white bamboo. Dizi produced in southern Chinese regions such as Chaozhou are often made of very slender, lightweight, light-colored bamboo and are much quieter in tone.
</p>
</div>
<div class="listen">
<p class="subheader">Listen <img src="images/Cutoff_Rule.png" alt="=========================================================================================" width="850px"></p>
<div class="audio">
<div class="playback">
<div class="center-helper">
<div role="button" class="btn-play btn3">
</div>
<p>Loading...</p>
</div>
</div>
<div class="playback">
<div class="center-helper">
<div role="button" class="btn-play btn4">
</div>
<p>Loading...</p>
</div>
</div>
<div class="playback">
<div class="center-helper">
<div role="button" class="btn-play btn5">
</div>
<p>Loading...</p>
</div>
</div>
</div>
</div>
</div>
<div id="erhu" class="erhu">
<div class="gallery">
<img src="images/Erhu.png" alt="Erhu's image" title="Erhu's image">
</div>
<div class="profile">
<p class="subheader">Profile <img src="images/Cutoff_Rule.png" alt="=========================================================================================" width="850px"></p>
<p class="text">
The Erhu (Chinese: 二胡) is a two-stringed bowed musical instrument, more specifically a spike fiddle, which may also be called a Southern Fiddle, and sometimes known in the Western world as the Chinese violin or a Chinese two-stringed fiddle. It is used as a solo instrument as well as in small ensembles and large orchestras. It is the most popular of the Huqin family of traditional bowed string instruments used by various ethnic groups of China. A very versatile instrument, the erhu is used in both traditional and contemporary music arrangements, such as in pop, rock, jazz, etc and makes a calm sound.
</p>
<p class="text">
</p>
</div>
<div class="listen">
<p class="subheader">Listen <img src="images/Cutoff_Rule.png" alt="=========================================================================================" width="850px"></p>
<div class="audio">
<div class="playback">
<div class="center-helper">
<div role="button" class="btn-play btn6">
</div>
<p>Loading...</p>
</div>
</div>
<div class="playback">
<div class="center-helper">
<div role="button" class="btn-play btn7">
</div>
<p>Loading...</p>
</div>
</div>
<div class="playback">
<div class="center-helper">
<div role="button" class="btn-play btn8">
</div>
<p>Loading...</p>
</div>
</div>
</div>
</div>
</div>
<div id="sun" class="sun">
<div class="gallery">
<img src="images/sun.png" alt="Sun's image" title="Sun's image">
</div>
<div class="profile">
<p class="subheader">Profile <img src="images/Cutoff_Rule.png" alt="=========================================================================================" width="850px"></p>
<p class="text">
The xun (simplified Chinese: 埙; traditional Chinese: 塤) is a globular, vessel flute from China. It is one of the oldest musical instruments in China and has been in use for approximately seven thousand years. The xun was initially made of baked clay or bone, and later of clay or ceramic. It is the only surviving example of an Earth(also called "Clay") instrument from the traditional "eight-tone" (bayin) classifications of musical instruments (based on whether the instrument is made from metal, stone, silk, bamboo, gourd, earth, hide, or wood).
</p>
<p class="text">
The xun is an egg-shaped aerophone, containing at least three finger holes in front and two thumb holes in back. It has a blowing hole on top and can have up to ten smaller finger holes, one for each finger. It is similar to an ocarina but does not contain a fipple mouthpiece, unlike other Chinese flute-like instruments, such as the Wudu and Taodi. The xun can come in a variety of sizes.
</p>
<p class="text">
The entry for the Xun in the oldest surviving Chinese encyclopedia, Erya (Refined Definitions, c. 3rd century BC), describes it as being of two types:
1. large, shaped like a goose egg, with flattened bottom and six holes(lower pitch);
2. small, shaped like a chicken egg(higher pitch).
</p>
</div>
<div class="listen">
<p class="subheader">Listen <img src="images/Cutoff_Rule.png" alt="=========================================================================================" width="850px"></p>
<div class="audio">
<div class="playback">
<div class="center-helper">
<div role="button" class="btn-play btn9">
</div>
<p>Loading...</p>
</div>
</div>
<div class="playback">
<div class="center-helper">
<div role="button" class="btn-play btn10">
</div>
<p>Loading...</p>
</div>
</div>
<div class="playback">
<div class="center-helper">
<div role="button" class="btn-play btn11">
</div>
<p>Loading...</p>
</div>
</div>
</div>
</div>
</div>
<div class="contactme">
<form>
<div class="form-group form-group-lg">
<label for="inputName">Name</label>
<input class="form-control input-lg" id="inputName" type="text" name="name" placeholder="Name">
</div>
<div class="form-group form-group-lg">
<label for="inputEmail">Email Address</label>
<input class="form-control input-lg" id="inputEmail" type="email" name="email" placeholder="Email">
</div>
<div class="form-group form-group-lg">
<label for="inputContent">Content</label>
<textarea class="form-control input-lg" id="inputContent" type="text" name="content" rows="5" placeholder="What you want to say ..."></textarea>
</div>
<div class="form-group form-group-lg">
<button type="submit" class="btn btn-default btn-lg">Submit</button>
</div>
</form>
</div>
</body>
<script src="js/PlayAudioManager.js"></script>
</html>