-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (55 loc) · 2.35 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
<html>
<head>
<title>emergency compliment : A steady supply of Emergency Compliments to be used at times of great insecurity. </title>
<link rel="icon" type="image/jpeg" href="img/favicon.jpg">
<meta property="og:title" content="Emergency Compliment"/>
<meta property="og:type" content="website" />
<meta property="og:description" content="A steady supply of Emergency compliments to be used at times of great insecurity." />
<meta property="og:url" content="http://emergencycompliment.com" />
<meta property="og:image" content="img/fbshare.jpg" />
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/main.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35721704-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>
<script src="js/bootstrap.min.js"></script>
<script src="js/compliments.js"></script>
<script src="js/main.js"></script>
<div class="container">
<div class="row">
<div class="header span10">
<h2>emergency compliment</h2>
</div>
<div class="span2">
<a class="submit" href="mailto:[email protected]">submit your own</a>
<span id="st" st_via="" class="custom"></span>
</div>
</div>
<div class="row content">
<div class="compliment span8">
</div>
</div>
<div class="cta">
<div class="links">
<span class="better"><a href="#"> Thanks! <br /> I feel better.</a></span>
<span class="more"><a href="#"> I still feel <br /> crappy.</a></span>
</div>
</div>
</div>
<script type="text/javascript">stLight.options(
{
publisher: "7d84825e-a21a-4a0f-a81d-3d751d4d13be"
});
</script>
</body>
</html>