-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsorship.html
70 lines (65 loc) · 3.31 KB
/
sponsorship.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Bleeding Edge Web: Sponsorship</title>
<link rel="stylesheet" href="stylesheets/styles.css?240330">
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1><a href="/">Bleeding Edge Web</a></h1>
<p class="subhead">A meetup for the discerning web app developer</p>
<img src="images/bleeding-edge.png" alt="Bleeding Edge Web">
<p><a href="./">← Home</a></p>
</header>
<section>
<h2>Sponsorship Opportunities</h2>
<p>To sponsor a meetup, or if you have any questions about sponsoring, please <a
href="mailto:[email protected]?subject=Sponsorship%20Inquiry">email us</a>.
<p>We ask <strong>$200</strong> to sponsor a meetup session, which covers the cost
of food and drinks (we typically feed 50+ attendees). We handle all of the logistics.
Remaining money, if any, is used to offset the recurring costs of running the meetup
(e.g. website hosting, meetup.com fees, swag, etc).</p>
<p><strong>What you get:</strong></p>
<ul>
<li>Your name in front of every person who receives our invitation emails (6,000+ as of
this writing, mostly tech workers in Austin)</li>
<li>A mention on the meetup page as a sponsor</li>
<li>A thank you slide and mention during the Bleeding Edge Web presentation</li>
<li>A chance to speak to the group in person, if desired</li>
<li>An opportunity to hand out stickers & swag, sign people up, etc. We'll
even keep any leftover swag to hand out at future meetups.</li>
<li>A permanent sponsor link on our <a href="/slides/">previous talks</a> page</li>
</ul>
<p>This is a great opportunity to create some local awareness, find potential employees,
give back to the community, and meet new people. And more importantly, you'll be
supporting local tech culture, which helps everyone!
</p>
<p id="alternate-sponsorship"><em><strong>Alternate Sponsorship Opportunities</strong></em></p>
<p>We've had sponsors provide giveaway items from books to stickers to physical gadgets.
If you are interested in providing swag or giveaway items, let us know!</p>
<p id="sponsor-guide"><em><strong>Sponsor Guide</strong></em></p>
<p>If you are ready to sponsor the meetup we have a <a href="./sponsor-guide.html">handy sponsor
guide</a> that includes what we'll need from you to get the sponsorship set up.</p>
</section>
</div>
<script src="javascripts/scale.fix.js"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-18103207-9");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>