-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopera.html
More file actions
57 lines (56 loc) · 2.46 KB
/
opera.html
File metadata and controls
57 lines (56 loc) · 2.46 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Opera — Michael Webster</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="page-header">
<h1>Opera</h1>
<nav>
<a href="index.html">Home</a>
<a href="opera.html" class="active">Opera</a>
<a href="video.html">Video / Soundtracks</a>
<a href="recordings.html">Recordings</a>
<a href="television.html">Children's Television</a>
<a href="installation.html">Installation</a>
<a href="performance.html">Performance</a>
<a href="cv.html">CV</a>
<a href="contact.html">Contact</a>
</nav>
</header>
<section class="project-grid">
<a href="opera/return-to-tomorrow.html" class="project-card">
<img src="images/return-to-tomorrow.jpg" alt="Return to Tomorrow">
<span class="card-title">Return to Tomorrow</span>
</a>
<a href="opera/niceday-thebox.html" class="project-card">
<img src="images/niceday-thebox.jpg" alt="Nice Day for the Races — Live at The Box">
<span class="card-title">Nice Day for the Races<br><small>Live at The Box</small></span>
</a>
<a href="opera/niceday-demo.html" class="project-card">
<img src="images/niceday-demo.jpg" alt="Nice Day for the Races — Demo">
<span class="card-title">Nice Day for the Races<br><small>Demo</small></span>
</a>
<a href="opera/hell.html" class="project-card">
<img src="images/hell-stmarks.jpg" alt="Hell — St. Marks Church, 2004">
<span class="card-title">Hell<br><small>St. Marks Church, 2004</small></span>
</a>
<a href="opera/hell.html" class="project-card">
<img src="images/hell-ps122.jpg" alt="Hell — PS122, 2006">
<span class="card-title">Hell<br><small>PS122, 2006</small></span>
</a>
<a href="opera/side-of-the-mountain.html" class="project-card">
<img src="images/side-of-the-mountain.jpg" alt="The Side of the Mountain">
<span class="card-title">The Side of the Mountain<br><small>with Simon Leung</small></span>
</a>
<a href="video/fade-on-family.html" class="project-card">
<img src="images/fade-on-family-poster.jpg" alt="Fade on Family">
<span class="card-title">Fade on Family<br><small>with Diane Ward</small></span>
</a>
</section>
<script data-goatcounter="https://cdbzb.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</body>
</html>