forked from desandro/v3.desandro.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.mustache
71 lines (57 loc) · 1.82 KB
/
index.mustache
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
<!doctype html class="no-js">
<html>
<head>
<meta charset="utf-8">
<!-- Thanks for taking a look :)
Read all about it: https://github.com/desandro/v3.desandro.com -->
<title>David DeSandro</title>
<meta name="viewport" content="width=device-width" />
<link href="style.css" rel="stylesheet" />
<script src="js/modernizr.min.js"></script>
<!-- <script src="/mint/?js"></script> -->
</head>
<body>
<div id="intro">
<img src="img/david-desandro-2012a.jpg" alt="David DeSandro" />
<!-- photo by Lachlan Hardy, taken at Brooklyn Beta 2012 -->
<h1 class="split">David DeSandro</h1>
<p>
<span class="split">Designer/developer at</span>
<a href="http://metafizzy.co" class="split">Metafizzy</a>
</p>
<p class="split">Brooklyn, NY</p>
<p class="credo copy split">Being creative and making things keeps me happy</p>
</div>
{{#each sections}}
<section>
<h2 class="split">{{ title }}</h2>
<ul>
{{#each items}}
<li><a class="split" href="{{ link }}">{{{ title }}}</a></li>
{{/each}}
</ul>
</section>
{{/each}}
<section id="contact">
<h2 class="split">Contact</h2>
<div class="copy">
<p>
<strong><span>Trouble with Masonry, Isotope, or Packery?</span></strong>
<span>Sorry, but I am not available for personal support requests. </span>
</p>
</div>
<p><a href="#" id="email" class="split">Got it. What’s the email?</a></p>
</section>
<script src="js/scripts.min.js"></script>
<script>
var _gaq = [['_setAccount', 'UA-592624-3'], ['_trackPageview']];
(function(d, t) {
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.async = true;
g.src = ('https:' == location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s);
})(document, 'script');
</script>
</body>
</html>