-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathperf.html
214 lines (197 loc) · 11.3 KB
/
perf.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
<!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>Han Geul Lee</title>
<script src="https://kit.fontawesome.com/49f867c7a6.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;1,400;1,500&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lora:wght@400;500&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap" rel="stylesheet">
</head>
<body>
<header class="primary-header">
<a href="index.html"><h1>Han Lee</h1></a>
<button class="mobile-nav-toggle" aria-controls="primary-navigation" aria-expanded="false">
<span class="sr-only">Menu</span>
</button>
<nav>
<ul id="primary-navigation" data-visible="false" class="primary-navigation">
<li>
<a href="perf.html">Performance</a>
</li>
<li>
<a href="comp.html">Composition</a>
</li>
<li>
<a href="Inst.html">Installation</a>
</li>
<li>
<a href="lesson.html">Lesson</a>
</li>
</ul>
</nav>
<div class="sns">
<li class="sns">
<a href="https://linktr.ee/xpkgg" target="_blank"><i class="fa-solid fa-tree"></i></a>
<a href="mailto:contact@catherinephang.com?subject=subject text" target="_blank"><i class="fa-solid fa-envelope"></i></a>
</li>
</div>
</header>
<!--Content-->
<!--category-->
<div class = "main-container">
<div class = "filter-container">
<div class = "category-head">
<ul>
<div class = "category-title active" id = "all">
<li>All</li>
</div>
<div class = "category-title" id = "chamber">
<li>Chamber</li>
</div>
<div class = "category-title" id = "solo">
<li>Solo</li>
</div>
<div class = "category-title" id = "project">
<li>Project</li>
</div>
</ul>
</div>
<div class = "posts-collect">
<div class = "posts-main-container">
<!-- single post -->
<div class = "all chamber">
<div class = "post-vid">
<iframe src="https://www.youtube.com/embed/VVVE6F2C-Yc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<span class = "category-name"></span>
</div>
<div class = "post-content">
<div class = "post-content-top">
<span>Dis Un Il Im Ir</span>
</div>
<br>
<h3>Composer:</h3><p>Bryan Jacobs</p><br>
<h3>Date:</h3><p>06.23.2022</p><br>
<h3>Venue:</h3><p>DiMenna Center (New York, NY)</p><br>
<h3>Ensemble:</h3><p>Jenn Mong(keyboard/sample), Camillo Angeles(flute)</p><br>
</div>
</div>
<!-- end of single post -->
<!-- single post -->
<div class = "all solo">
<div class = "post-vid">
<iframe src="https://www.youtube.com/embed/iHBfJGA60uk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<span class = "category-name"></span>
</div>
<div class = "post-content">
<div class = "post-content-top">
<span>Emile (2020)</span>
</div>
<br>
<h3>Composer:</h3><p>Catherine Phang</p><br>
<h3>Date:</h3><p>11.04.2020</p><br>
<h3>Venue:</h3><p>Manhattan School of Music (New York, NY)</p><br>
</div>
</div>
<!-- end of single post -->
<!-- single post -->
<div class = "all solo">
<div class = "post-vid">
<iframe src="https://www.youtube.com/embed/8OBFMYEwgaU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<span class = "category-name"></span>
</div>
<div class = "post-content">
<div class = "post-content-top">
<span>Synchronisms, No. 6</span>
</div>
<br>
<h3>Composer:</h3><p>Mario Davidovsky</p><br>
<h3>Date:</h3><p>April, 2019</p><br>
<h3>Venue:</h3><p>OPERA America's National Opera Center (New York, NY)</p><br>
</div>
</div>
<!-- end of single post -->
<!-- single post -->
<div class = "all solo">
<div class = "post-vid">
<iframe src="https://www.youtube.com/embed/79mnDsRhxZU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<span class = "category-name"></span>
</div>
<div class = "post-content">
<div class = "post-content-top">
<span>Birichino</span>
</div>
<br>
<h3>Composer:</h3><p>Christopher Theofanidis</p><br>
<h3>Date:</h3><p>May, 2020</p><br>
<h3>Venue:</h3><p>Manhattan School of Music (New York, NY)</p><br>
</div>
</div>
<!-- end of single post -->
<!-- single post -->
<div class = "all project solo">
<div class = "post-vid">
<iframe src="https://www.youtube.com/embed/EOlS2bb16qw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<span class = "category-name"></span>
</div>
<div class = "post-content">
<div class = "post-content-top">
<span>Six Pianos (1973)</span>
</div>
<br>
<h3>Composer:</h3><p>Steve Reich</p><br>
<h3>Date:</h3><p>May, 2020</p><br>
<h3>Venue:</h3><p>Manhattan School of Music (New York, NY)</p><br>
<p>Transcription for one piano and electronics</p><br>
</div>
</div>
<!-- end of single post -->
<!-- single post -->
<div class = "all solo">
<div class = "post-vid">
<iframe src="https://www.youtube.com/embed/buRAuLmpit8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<span class = "category-name"></span>
</div>
<div class = "post-content">
<div class = "post-content-top">
<span>Two Thoughts about the piano (2005)</span>
</div>
<br>
<h3>Composer:</h3><p>Elliott Carter</p><br>
<h3>Date:</h3><p>May, 2020</p><br>
<h3>Venue:</h3><p>Manhattan School of Music (New York, NY)</p><br>
</div>
</div>
<!-- end of single post -->
<!-- single post -->
<div class = "all solo">
<div class = "post-vid">
<iframe src="https://www.youtube.com/embed/r3RHcNLsrws" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<span class = "category-name"></span>
</div>
<div class = "post-content">
<div class = "post-content-top">
<span>Rain tree sketch II & I (1992, 1982)</span>
</div>
<br>
<h3>Composer:</h3><p>Toru Takemitsu</p><br>
<h3>Date:</h3><p>April, 2020</p><br>
<h3>Venue:</h3><p>Manhattan School of Music (New York, NY)</p><br>
</div>
</div>
<!-- end of single post -->
</div>
</div>
</div>
</div>
<script src="js.js"></script>
</body>
<footer>
<div class="credit">
<p>2022 designed by Cat Phang.</p>
</div>
</footer>
</html>