-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (29 loc) · 3.32 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
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="CSS/Zacc.css" />
<div class="Zacc">
<div class="Zacc_title">Selector 1</div>
<div class="Zacc_text Zacc_init">
Accordions (from 19th-century German Akkordeon, from Akkord - "musical chord, concord of sounds"[2]) are a family of box-shaped musical instruments of the bellows-driven free-reed aerophone type, colloquially referred to as a squeezebox. A person who plays the accordion is called an accordionist. The concertina and bandoneón are related; the harmonium and American reed organ are in the same family.
</div>
</div>
<div class="Zacc">
<div class="Zacc_title">Selector 2</div>
<div class="Zacc_text">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/A_convertor_free-bass_piano-accordion_and_a_Russian_bayan.jpg/184px-A_convertor_free-bass_piano-accordion_and_a_Russian_bayan.jpg" style="float:left;">
The instrument is played by compressing or expanding the bellows while pressing buttons or keys, causing valves, called pallets, to open, which allow air to flow across strips of brass or steel, called reeds, that vibrate to produce sound inside the body.[notes 1] The performer normally plays the melody on buttons or keys on the right-hand manual, and the accompaniment, consisting of bass and pre-set chord buttons, on the left-hand manual.<p>
</div>
</div>
<div class="Zacc">
<div class="Zacc_title">Selector 3</div>
<div class="Zacc_text">
The accordion is widely spread across the world. In some countries (for example Brazil,[3][4] Colombia and Mexico) it is used in popular music (for example Forró, Sertanejo and B-Pop in Brazil), whereas in other regions (such as Europe, North America and other countries in South America) it tends to be more used for dance-pop and folk music and as well as in regional and is often used in folk music in Europe, North America and South America. Nevertheless, in Europe and North America, some popular music acts also make use of the instrument. Additionally, the accordion is also used in cajun, zydeco, jazz music and in both solo and orchestra performances of classical music. The piano accordion is the official city instrument of San Francisco, California.[5]
</div>
</div>
<div class="Zacc">
<div class="Zacc_title">Selector 4</div>
<div class="Zacc_text">
<iframe width="420" height="315" src="https://www.youtube.com/embed/EFNNPZsO7-Q" frameborder="0" allowfullscreen style="float:left; padding:1em;"></iframe>
The accordion is widely spread across the world. In some countries (for example Brazil,[3][4] Colombia and Mexico) it is used in popular music (for example Forró, Sertanejo and B-Pop in Brazil), whereas in other regions (such as Europe, North America and other countries in South America) it tends to be more used for dance-pop and folk music and as well as in regional and is often used in folk music in Europe, North America and South America. Nevertheless, in Europe and North America, some popular music acts also make use of the instrument. Additionally, the accordion is also used in cajun, zydeco, jazz music and in both solo and orchestra performances of classical music. The piano accordion is the official city instrument of San Francisco, California.[5]
</div>
</div>
<script src="JS/Zacc.js"></script>