-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisambiguation.html
31 lines (24 loc) · 1.05 KB
/
disambiguation.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pedro Latas: composer, performer, creative coder</title>
<link rel="stylesheet" href="disambiguationStyle.css">
<link rel="icon" href="resources/favicon.ico">
</head>
<header>
<div><a class="hoverLink" href="about.html">About</a></div>
<div><a class="hoverLink" href="disambiguation.html">Works</a></div>
<div><a class="hoverLink" href="agenda.html">Agenda</a></div>
<div><a class="hoverLink" href="releases.html">Releases</a></div>
</header>
<main>
<div id="workDisambiguation">
<a href="composition.html"><div class="workSquare squareComposition">Composition</div></a>
<a href="film.html"><div class="workSquare squareFilm">Music for Film</div></a>
<a href="coding.html"><div class="workSquare squareCreativeCoding">Creative Coding</div></a>
<a href="improvisation.html"><div class="workSquare squareImprovisation">Improvisation</div></a>
</div>
</main>
</html>