-
Notifications
You must be signed in to change notification settings - Fork 0
/
vegas.html
53 lines (49 loc) · 1.42 KB
/
vegas.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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Sweet - I'll be in touch!</title>
<style type="text/css">
body {
font: 1.2em Georgia, Serif;
margin: 5px auto;
}
h1 {
font-weight: normal;
font-size: 42px;
}
blockquote {
font-style:italic;
font: 1em Monaco, MonoSpace;
}
p { line-height:150%;
}
ul { line-height:150%;
}
.wrapper {
padding: 2%;
max-width: 600px;
margin:0 auto;
}
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36474980-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.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>
<div class="wrapper">
<h1>Sweet! I'll be in touch</h1>
<p>I'll be in Las Vegas for <a href="http://nmxlive.com/2014-lv/">NMX</a> from January 2nd-7th. If it works, I'd love to meet-up! One idea is to meet at <a href="http://www.yelp.com/biz/gold-spike-las-vegas">Gold Spike</a> on January 3rd (probably in the evening) with some <a href="http://vegastech.com/">#vegastech</a> folks.</p>
<p>Regards,<br>
Justin Jackson<br>
<a href="http://twitter.com/mijustin">@mijustin</a></p>
</div>
</body>
</html>