-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (47 loc) · 2.91 KB
/
index.html
File metadata and controls
66 lines (47 loc) · 2.91 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Liam Brady</title>
<meta name="description" content="Liam Brady's Portfolio">
<meta name="author" content="Liam Brady">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
<script src="main.js"></script>
</head>
<body bgcolor="black" onpageshow="doLoad();">
<img id="spinner" src="images/spinner.gif">
<div id="grid-container">
<a onclick="doTransition('index.html')" class="box link white mini fade3 pattern" style="background-image: url('images/pattern1.png')"><center>Home</center></a>
<a href="mailto:liambrady250@gmail.com" target="_blank" class="box white mini fade2 pattern" style="background-image: url('images/pattern2.png')"><center>Email</center></a>
<a href="resume.pdf" target="_blank" class="box white mini fade1 pattern" style="background-image: url('images/pattern3.png')"><center>Resume</center></a>
<div class="box w2 bgcover white fade1 pattern" style="background-image: url('images/pattern0.png')">
<h1>Hi, I'm Liam.</h1><p>I'm a software engineer with way too many hobbies. Anything that involves the intersection of art and technology, I'm there for it. Check out some of my projects below.</p>
</div>
<div class="box bgcover fade2" style="background-image: url('images/me.jpg')">
</div>
<div class="box mini w3 fade4 pattern"><center>Software Projects</center></div>
<a onclick="doTransition('projects/plane.html')" class="box link fade2" style="background-image: url('images/covers/plane.png')">
<img src="images/titles/plane.png" class="title">
<p>Low-poly fly-em-up created to learn FMOD</p>
</a>
<a onclick="doTransition('projects/surface.html')" class="box w2 link bgtall fade1" style="background-image: url('images/covers/surface.png')">
<img src="images/titles/surface.png" class="title">
<p>Low-poly blast-em-up created in 48 hours for Ludum Dare</p>
</a>
<div class="box mini w3 fade2 pattern"><center>Hardware + Software Projects</center></div>
<a onclick="doTransition('projects/icoltrane.html')" class="box link fade4" style="background-image: url('images/covers/icoltrane.png')">
<h2>iColtrane</h2>
<p>MIDI instrument for exploring John Coltrane's circle of fifths diagram</p>
</a>
<a onclick="doTransition('projects/imat.html')" class="box link fade3" style="background-image: url('images/covers/imat.png')">
<h2>iMat</h2>
<p>Interactive floor projection that adapts to brain activity</p>
</a>
<a onclick="doTransition('projects/musicbox.html')" class="box link fade2" style="background-image: url('images/covers/music box.png')">
<h2>Music Box</h2>
<p>Hands-free live music performance controller</p>
</a>
</div>
</body>
</html>