This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (59 loc) · 2.27 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
<!DOCTYPE html>
<html 11>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>RENEGADE BACON COOKIE PARTY</title>
<meta name="description" content="During SXSW it is only appropriate to hijack the Gingerman and eat loads of Bacon Chocolate Chip Cookies.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0;">
<link href="http://fonts.googleapis.com/css?family=Glegoo&subset=latin" rel="stylesheet" type="text/css">
<head>
<style type="text/css">
body {
font-family: Glegoo;
padding: 0;
margin: 0;
background: transparent url('bacon_cookie_150x150.png') top left repeat;
}
#rapper{
width: 86%;
padding: 2% 4%;
max-width: 666px;
margin: 2% auto;
border-radius: 4px;
background: #fafafa;
}
h1{
text-align: center;
}
@media only screen and (max-width:768px) {
}
@media only screen and (min-width:640px) and (max-width:767px) {
}
@media only screen and (min-width:480px) and (max-width:639px) {
background: rgba(255,255,255,0.5);
}
@media only screen and (max-width:480px) {
}
@media only screen and (max-width:320px) {
}
img {
max-width: 100%;
height: auto
}
</style>
</head>
<body>
<div id="rapper">
<div id="header">
<h1>RENEGADE BACON COOKIE PARTY</h1>
</div>
<div id="info">
<p>During SXSW it is only appropriate to hijack
<a href="http://aus.gingermanpub.com/">The Gingerman</a> and eat loads of Bacon Chocolate Chip Cookies.</p>
<p>Stay tuned. But really, it will happen on March 12th. At night.</p>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://rbcp.me" data-text="MOAR BACON! We ride at night to the GINGERMAN. 9pm-ish or so. Maybe. #rbcp">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</p>
</div>
</body>
</html>