-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (39 loc) · 1.34 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<title>Noah Griffin</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Oswald">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Inter">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class = "name">
<p id="title"><a href="index.html">NOAH GRIFFIN</a></p>
</div>
<div class = "details">
<p id="desc"></p>
</div>
<div class = "piece">
<image id="currentImage"></image>
</div>
<div class = "projects">
<p>Projects</p>
<button id="project" onClick="projectSelect(6)">Reform Club 2</button><br>
<button id="project" onClick="projectSelect(5)">Reform Club 1</button><br>
<button id="project" onClick="projectSelect(4)">Clear Signs</button><br>
<button id="project" onClick="projectSelect(3)">Endon</button><br>
<button id="project" onClick="projectSelect(2)">Interfaces</button><br>
<button id="project" onClick="projectSelect(1)">Mice</button><br>
<button id="project" onClick="projectSelect(0)">Treason</button><br>
</div>
<div class = "contact">
<a href="mailto:[email protected]">CONTACT</a>
</div>
<div class = "left"></div>
<div class = "right"></div>
<script src="sketch.js"></script>
</body>
</html>