-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
27 lines (27 loc) · 1.21 KB
/
Copy pathhome.html
File metadata and controls
27 lines (27 loc) · 1.21 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
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Jonathan Gala : Product & Web Design</title>
<meta name = "description" content = "Jonathan Gala - Graphic and Web Design. Located near New York, New York." />
<meta name = "keywords" content = "jon gala,
jonathan gala,
jongala,
graphic design,
web design,
multimedia,
new media,
new york city" />
<link href="style.bundle.css" rel="stylesheet"></head>
<body class="home">
<section id="welcome" draggable="true">
<h1>Hi. I'm Jonathan Gala.</h1>
<p>I lead product design teams at <a href="http://www.datadoghq.com/" title="Datadog" class="text">Datadog</a>.</p>
<div id="controls">Hit <kbd>space</kbd> to <button onclick="drawAndReset()" id="newImageTrigger">Redraw</button> with colors: <select onchange="setPalette(this.value)" id="paletteSelector"></select> • <a href="#" id="downloadArt" target="_blank">Save</a>
</div>
<div id="timerBar"><span></span></div>
</section>
<div id="art" class="art"></div>
<div id="copyright">© Jonathan Gala</div>
<script type="text/javascript" src="home.bundle.js"></script></body>
</html>