-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsor-guide.html
66 lines (60 loc) · 2.97 KB
/
sponsor-guide.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Bleeding Edge Web: Sponsor Guide</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>Sponsor Guide</h2>
<p>So you've decided to sponsor our meetup — <strong>thank you</strong>! If you need
a refresher on the pricing and details we have <a href="./sponsorship.html">a page for that</a>.
Here are a few things we'll need from you and some tips to get you started.</p>
<p id="need"><em><strong>What We Need From You</strong></em></p>
<p>We need the following information as soon as possible:</p>
<ul>
<li>Your company name, website and logo for inclusion in the meetup posting. We'll use the
logo on your site by default, but let us know if it should be something different.</li>
<li>A brief writeup about your company, which can also include something about
positions you are recruiting for, if applicable.</li>
<li>A contact email or twitter handle for anyone who may want to follow up with
you after the meetup.</li>
<li>A billing contact name and email that we will use to invoice you for the sponsorship
fee. <strong>The fee is due at the time of the meetup</strong> (or anytime earlier).
The invoice will be sent from PayPal, and can be paid by credit card or PayPal
(cash is also acceptable).</li>
</ul>
<p>We will include a sponsor slide with your logo in our standard presentation. If
you require something more than that let us know and we'll work with you. Feel free
to bring business cards, stickers and/or other giveaways if desired.</p>
<p>Take a look at any of our recent <a href="http://www.meetup.com/bleeding-edge-web/">meetup
announcements</a> for examples of other sponsor listings.</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>