-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (62 loc) · 2.62 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
56
57
58
59
60
61
62
63
64
65
66
67
<!doctype html>
<html>
<head>
<title>Doug Fritz</title>
<!--
. .
. * ` . + . * ` + .
. ______ _____ __ __ ______ ` +
. ` / ___ \ / ___ \ / / / / / ______\ .
. / / / } / / / / / / / / / / * .
. * / / / / / / / / / / / / / / /-----/
+ / /__/ _/ / /__/ / / /__/ / / /___/ / . +
. ` /_______- \_____ / \_____ / \_______ /
. + ` . *
` * . + * `
Hooray easteregg, somebody is looking at the code.
-->
<meta name="keywords" content="doug fritz art computer science clustering design robotics cool hack diy programming" />
<meta name="description" content="Doug Fritz. Art, Programming, Research. My interests rest mainly on interaction between objects, people, and culture. Regarding those elements I enjoy the process of analyzing, simulating, exploring, and understanding their subtle inter-dependent lives." />
<meta name="author" content="Doug Fritz" />
<meta name="copywrite" content="April 2010;" />
<link rel="openid.server" href="http://www.myopenid.com/server" />
<link rel="openid.delegate" href="http://doug.fritz.myopenid.com/" />
<meta http-equiv="X-XRDS-Location" content="http://www.myopenid.com/xrds?username=doug.fritz.myopenid.com" />
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="container">
<header></header>
<div id="main">
<h1>Doug Fritz</h1>
<h4>CMU | YAHOO | MIT | Google</h4>
<h4>Artist & Engineer at Google</h4>
<table class="social">
<tr>
<td>Github</td>
<td><a href="https://github.com/doug">doug</a></td>
</tr>
<tr>
<td>Twitter</td>
<td><a href="https://twitter.com/dohug">dohug</a></td>
</tr>
<tr>
<td>Google+</td>
<td>
<a href="https://plus.google.com/102646601301150521894/posts">dougfritz</a>
</td>
</tr>
<tr>
<td>Mail</td>
<td>
<a href="#">doug at dougfritz</a>
</td>
</tr>
</table>
<div class="readme"><a href="readme.html">README</a></div>
</div>
<footer></footer>
</div>
</body>
</html>