forked from aaronjorbin/scotchisforshippers.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bbq.html
64 lines (60 loc) · 2.34 KB
/
bbq.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
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7 ]> <html class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html class="no-js ie8"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Scotch is For BBQ Shippers</title>
<meta name="author" content="Aaron Jorbin">
<link rel="stylesheet" href="css/style.css?v=1">
<script src="js/libs/modernizr-1.6.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21179391-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 lang="en">
<div id="container">
<header>
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_clickback":true , data_ga_property:'UA-21179391-1' };</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=jorbin"></script>
<!-- AddThis Button END -->
</header>
<div id="main" role="main">
<div id="questionandanswer">
<h1 >Did you ship BBQ today?</h1>
<div id="answers">
<p id="col1" >
<a href='#yes' id='yes' >Yes</a>
</p>
<p id='col2' >
<a href='#no' id='no' >No</a>
</p>
<p class='clearfix' > </p>
</div>
</div>
</div>
<footer>
<p>brought to you by <a href='http://aaron.jorb.in'>aaron jorbin</a></p>
</footer>
</div> <!--! end of #container -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.js"></script>
<script src="js/sifs.bbq.js?v=1"></script>
</body>
</html>