-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
79 lines (66 loc) · 2.91 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 lang="en">
<head>
<title>Dribbble Meetup SXSW 2014</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<!-- enable HTML5 elements in IE7+8 -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="/css/main.css" />
<link rel="stylesheet" type="text/css" href="//cloud.typography.com/712324/684364/css/fonts.css" />
</head>
<body>
<header>
<div class="wrap">
<img src="img/logo.png" />
</div>
</header>
<div class="when">
<div class="wrap">
<h2>March 8 <span>×</span> 5–9pm <span>×</span> <a href="#location">The ABGB</a></h2>
</div>
</div>
<div class="details">
<div class="wrap">
<p>Our third annual Dribbble Meetup at SXSW in conjunction with the <a href="http://twitter.com/atxdribbble">@ATXDribbble</a> crew is gearing up to be the best one yet. Come hang out with designers and creative types at Austin's newest beer garden brewery, <a href="http://theabgb.com">The ABGB</a>. Free beer, pizza, t-shirts (featuring <a href="http://dribbble.com/suziejurado">Suzie Jurado</a>’s lovely art featured above), swag, ice sculptures, and 4/6 of the Dribbble team will be on hand. <a href="#rsvp">RSVP</a> now!</p>
</div>
</div>
<div class="sponsors">
<div class="wrap">
<h2>Brought to you by…</h2>
<ul>
<li><a href="http://dropbox.com"><img src="img/dropbox-logo.png" /></a></li>
<li><a href="http://www.shopify.com/?ref=dribbble"><img src="img/shopify-logo.png" /></a></li>
<li><a href="http://happycog.com/"><img src="img/hc-logo.png" /></a></li>
<li><a href="http://yahoo.com/"><img src="img/yahoo-logo.png" /></a></li>
<li><a href="http://campaignmonitor.com/"><img src="img/cm-logo.png" /></a></li>
<li><a href="http://creativemarket.com/"><img src="img/creativem-logo.png" /></a></li>
</ul>
</div>
</div>
<div id="location" class="location">
<div class="wrap">
<h2>The Venue</h2>
<p><strong><a href="https://maps.google.com/maps?q=1305+W.+Oltorf,+Austin,+Texas+78704&safe=off&hnear=1305+W+Oltorf+St,+Austin,+Texas+78704&t=h&z=16"><img src="img/map.jpg" /></a></strong></p>
<p>
<strong><a href="http://theabgb.com">The ABGB</a></strong><br />
<span><a href="https://maps.google.com/maps?q=1305+W.+Oltorf,+Austin,+Texas+78704&safe=off&hnear=1305+W+Oltorf+St,+Austin,+Texas+78704&t=h&z=16">1305 W. Oltorf, Austin, Texas 78704</a></span>
</p>
</div>
</div>
<div id="rsvp" class="rsvp">
<div class="wrap">
<a href="http://www.meetup.com/teamdribbble/events/165929772/">RSVP NOW</a>
</div>
</div>
<footer role="contentinfo">
<div class="wrap">
<p class="hashtag">#dribbblesxsw</p>
<a href="http://dribbble.com"><img src="img/footer-ball.png" width="100" /></a>
</div>
</footer> <!-- /footer -->
<!-- c(~) -->
</body>
</html>