-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposition.html
40 lines (34 loc) · 2.02 KB
/
composition.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
<!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="compositionStyles.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="workList">
<a href="thebanshee.html"><div class="workSquare square13">The Banshee heralds the passing of<br>the family of Thomás [2024]</div></a>
<a href=""><div class="workSquare square12">Latent Space / Body: throat [2024]</div></a>
<a href=""><div class="workSquare square11">To whom it may concern [2024]</div></a>
<a href="marioKart1000000.html"><div class="workSquare square10">Mario Kart 1000000 [2023]</div></a>
<a href="theotherday.html"><div class="workSquare square9">The other day [2023]</div></a>
<a href="latentSpaceBodyLimbs.html"><div class="workSquare square8">Latent Space / Body: limbs [2023]</div></a>
<a href="fleshIsADeadFormat.html"><div class="workSquare square7">Flesh is a dead format [2022]</div></a>
<a href="canWeFeelTouch.html"><div class="workSquare square6">Can we feel touch when<br>we're made of light [2021]</div></a>
<a href=""><div class="workSquare square5">being with You, in Unity [2021]</div></a>
<a href=""><div class="workSquare square4">Os chaparros crescem e<br>as azinheiras mingam [2021]</div></a>
<a href=""><div class="workSquare square3">People are not numbers / Memorial [2020]</div></a>
<a href=""><div class="workSquare square2">Twitch_Plays_Max [2020]</div></a>
<a href=""><div class="workSquare square1">How to make a dadaist poem [2018]</div></a>
<!-- <a href=""><div class="workSquare"></div></a> -->
</div>
</main>
</html>