-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsorship.html
51 lines (46 loc) · 1.46 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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<meta content="en" name="language" />
<meta content="Columbus Ruby Brigade is a collection of professionals excited about Ruby" name="description" />
<meta content="ruby columbus programming usergroup rails javascript web development" name="keywords" />
<title>Columbus Ruby Brigade</title>
<link rel="stylesheet" href="raw_css.css" media="all" />
<script src="//use.typekit.net/alz5etq.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
</head>
<body>
<div id="content">
<h1>Financial Sponsorship</h1>
<p>
Here is an example of what CRB costs to operate:
</p>
<table>
<tr>
<td>Food for 20-30 people per month</td>
<td>~$2,000</td>
</tr>
<tr>
<td><a href="https://www.meetup.com/blog/new-organizer-pricing-key-improvements/">Meetup</a></td>
<td>$299.99 (plus tax)</td>
</tr>
<tr>
<td>Heroku hosting</td>
<td>$144</td>
</tr>
<tr>
<td>Domain name</td>
<td>$16</td>
</tr>
<tr>
<td align="right">Cost per year</td>
<td>~$2,500</td>
</tr>
</table>
<p>
Sponsorship will get a mention every meeting as a thank you, and an image in our sponsorship section of columbusrb.com!
</p>
</div>
</body>
</html>