This repository has been archived by the owner on Sep 25, 2019. It is now read-only.
forked from GDGTC/gdgtc-site-polymer
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathsponsor.html
93 lines (84 loc) · 3.99 KB
/
sponsor.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!doctype html>
<html>
<head>
<script src="components/webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="components/font-roboto/roboto.html">
<link rel="import" href="components/paper-shadow/paper-shadow.html">
<style shim-shadowdom>
body {
font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial;
margin: 0;
padding: 24px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
}
.span3{
width: 200px;
margin: 10px;
padding: 20px
}
</style>
</head>
<body unresolved>
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit">
<h1>We love our sponosrs.</h1>
<p>Here are some ideas that your group could help by sponsoring GDG Twin Cities</p>
<p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="VUGPAQFDU2WGW">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> if you like.
</form>
</p>
</div>
<!-- Example row of columns -->
<div horizontal layout wrap >
<div class="span3">
<paper-shadow z="3">
<h2>Maps</h2>
<p><strong>Keep us on the map.</strong></p>
<p>Host a meetup at your business. We usually have 20-50 people show up to any event.</p>
<p><strong>Provide a speaker.</strong></p>
<p>We are always looking for engaging folks who are passionate about what they are working on. We'd love to hear your current project.</p>
<p><strong>Provide food.</strong></p>
<p>Awesome members deserve awesome chow. Help an event by providing some good eats.</p>
</paper-shadow>
</div>
<div class="span3">
<paper-shadow z="3">
<h2>Plus</h2>
<p><strong>Become part of our Circle. <br /> $400</strong></p>
<p>Help us out with misc overhead. (This site, meetup.com fees, etc). Currently footed out of the pocket of the organizers.</p>
<p>
- Small logo, tagline and link on event announcements
</p>
</paper-shadow>
</div>
<div class="span3">
<paper-shadow z="3">
<h2>Cloud</h2>
<p><strong>Help us scale. <br /> $1000</strong></p>
<p>Help us dial it up. We often would like to provide opportunities for memebers to have access to newer gadgets, opportunities etc. </p>
<p>
- Med logo, short message, and link on all announcements<br />
- Logo on our Meetup.com page
</p>
</paper-shadow>
</div>
<div class="span3">
<paper-shadow z="3">
<h2>Chrome</h2>
<p><strong>Partner with us.</strong></p>
<p>There can only be 1 and it could be you</p>
<p>Contact us for more details.</p>
</paper-shadow>
</div>
</div>
</body>
</html>