-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
42 lines (42 loc) · 1.84 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ming Yang - About</title>
<link rel="stylesheet" href="styles.css">
<script src="index.js" type="text/javascript" defer></script>
</head>
<body>
<header-component></header-component>
<h2>about</h2>
<section id="aboutpage-content">
<div id="text">
<p>
Ming Yang is an international composer.
</p>
<p>
Born in China, but educated in the United States and England. Yang's music has been heard at numerous
prestigious festivals around the world, and he has collaborated with a number of notable ensembles.
</p>
<p>
<i>Yellow Crane Tower</i> won the Centre Convervatory's New Age Art Song composition competition in Beijing.
<i>Decomposition</i> won the first prize in Category A of the 2nd LYJ International Competition in Hong Kong.
</p>
<p>
His music has been performed at many international festivals, including Beijing International Workshop, Shanghai
Contemporary Music Week, S.M.E Ensemble reading session in New York City, CUNY Brooklyn International Music festival
in New York City, and the Meta Festival in Mexico City.
</p>
<p>
He has broad interests in music composition including noise, notation systems, electroacoustic music, music technology
and installation on both visual art and sound.
</p>
<p>
<b>Contact: </b>nicholasyang2016@gmail.com
</p>
</div>
<img src="./assets/images/ming-yang.jpg" alt="Photo of Ming Yang">
</section>
</body>
</html>