-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstallation.html
More file actions
41 lines (40 loc) · 1.64 KB
/
installation.html
File metadata and controls
41 lines (40 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Installation — Michael Webster</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="page-header">
<h1>Installation</h1>
<nav>
<a href="index.html">Home</a>
<a href="opera.html">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" class="active">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="poorfarmweb/index.html" class="project-card">
<img src="images/tile-installation.png" alt="Poor Farm Installation">
<span class="card-title">5-0: with Monique Prieto<br><small>Interactive slideshow with music</small></span>
</a>
<a href="opera/return-to-tomorrow.html#installation" class="project-card">
<img src="images/return-installation-3.png" alt="Return to Tomorrow Installation">
<span class="card-title">Return to Tomorrow<br><small>Proposed installation</small></span>
</a>
<a href="video/my-yoeminrak.html" class="project-card">
<img src="images/yoeminrak-still.jpg" alt="My Yoeminrak">
<span class="card-title">My Yoeminrak<br><small>with HyoJin Kim</small></span>
</a>
</section>
<script data-goatcounter="https://cdbzb.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</body>
</html>