-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (55 loc) · 2.03 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
53
54
55
<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>tavvy - Adam Tavener : Front End Web Developer / Designer</title>
<meta
name="Description"
content="Adam 'tavvy' Tavener. Front End Web Developer & Designer"
/>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="Shortcut Icon" href="./static/favicon.ico" />
<link rel="stylesheet" href="./index.css" />
</head>
<body>
<div class="container">
<h1>adam<span>tavvy</span>tavener</h1>
<img class="face" src="./static/face.jpeg" />
<p>
London based Engineering Lead.<br />Currently working at <a href="https://www.zoopla.co.uk">Zoopla</a>.
</p>
<a href="http://www.github.com/tavvy/GPM-Playlister" class="project-link"
><b>GPM-Playlister</b>: a command line Node.js tool that generates a
Google Music playlist from a BBC Playlister url.<br /><small
>[github.com/tavvy/GPM-Playlister]</small
></a
>
<a href="http://www.github.com/tavvy/gear-wars-2" class="project-link"
><b>Gear Wars 2</b>: a React based profile sharing webapp utilising the
Guild Wars 2 API, built with a Flux architecture.<br /><small
>[github.com/tavvy/gear-wars-2]</small
></a
>
<div class="contact">
<ul>
<li><a href="https://github.com/tavvy">Github</a></li>
<li>
<a href="http://www.linkedin.com/profile/view?id=71330853"
>Linked In</a
>
</li>
<li><a href="mailto:[email protected]">Get in touch</a></li>
</ul>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/2.0.0/trianglify.min.js"></script>
<script>
var pattern = Trianglify({
width: window.innerWidth,
height: window.innerHeight
});
document.body.appendChild(pattern.canvas())
</script>
</body>
</html>