-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (22 loc) · 801 Bytes
/
index.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="indexStyles.css">
<link rel="icon" href="resources/favicon.ico">
</head>
<body>
<div class="generalText">
<h1>Pedro Latas</h1>
<h2>Composer | Performer<br>Improviser | Creative Coder</h2>
<div class="bulletPoints">
<div class="hoverLink"><a href="about.html">About</a></div>
<div class="hoverLink"><a href="disambiguation.html">Works</a></div>
<div class="hoverLink"><a href="agenda.html">Agenda</a></div>
<div class="hoverLink"><a href="releases.html">Releases</a></div>
</div>
</div>
</body>
</html>