-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (72 loc) · 4.16 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
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="portfolio, Dan O Williams, design, art direction, north adams, portland" />
<meta name="description" content="Dano Williams is a designer in Portland, Oregon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<title>Dano Williams is a designer in Portland, Oregon.</title>
<link rel="apple-touch-icon" sizes="57x57" href="apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="manifest.json">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles/css/styles.css" type="text/css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18681245-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.WB_wombat_location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="home">
<div id="hello">
<!-- Intro + Bio -->
<div class="intro">
<h1>Dano Williams</h1>
<p class="page-dek"><strong>Dano Williams</strong> is a designer in Portland, Oregon.</p>
<ul class="contact">
<li class="tabbed-item"><a href="projects">(ノ◕ヮ◕)ノ*:・゚✧ Projects</a></li>
<li class="tabbed-item"><a href="http://www.twitter.com/thisisdano/">✐ Twitter</a></li>
<li class="tabbed-item"><a href="http://github.com/thisisdano/">✌ Github</a></li>
<li class="tabbed-item"><a href="http://www.rdio.com/people/thisisdano/">♫ Rdio (r.i.p.)</a></li>
<li class="tabbed-item email">d <span class="fun">a</span> n <span class="fun">.</span> o <span class="fun">.</span> w <span class="fun">i</span> l <span class="fun">l</span> i <span class="fun">a</span> m <span class="fun">s</span> @ <span class="fun">g</span> m <span class="fun">a</span> i <span class="fun">l</span> . <span class="fun">c</span> o <span class="fun">m</span></li>
</ul>
</div>
</div>
<div class="dots"></div>
<!--
<footer id="footer">
<p class="copy">© <script type="text/javascript">
now = new Date
theYear=now.getYear()
if (theYear < 1900)
theYear=theYear+1900
document.write(theYear)
</script>
Dano Williams</p>
<p></pdx> </brx> Hand-coded in Portland and the Berkshires.</p>
<p>Typeface: <a href="http://perma.dev:8000/warc/5VCN-2KAV/http://www.fontsquirrel.com/fonts/karla">Roboto</a> by Christian Robertson</p>
<p class="nav"><a href="#hello">top</a></p>
</footer>
-->
</body>
</html>