forked from coreyhaines/coderetreat-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfloyd-prospectus.html
94 lines (87 loc) · 4.13 KB
/
floyd-prospectus.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>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="Pragma" content="no-cache" />
<title>Code Retreat :: Floyd</title>
<link rel="stylesheet" href="/stylesheets/jquery.fancybox.css" type="text/css" media="screen">
<link rel="stylesheet" href="/stylesheets/floyd-prospectus.css" type="text/css" media="screen" charset="utf-8">
<script type="text/javascript" src="/javascripts/analytics.js"></script>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header>
<span>Sponsor Prospectus<br/>
<a href="http://www.coderetreat.com">www.coderetreat.com</a></span>
<h1>code retreat floyd</h1>
<h4>April 29-May 1st, 2011 </h4>
</header>
<nav>
</nav>
<article>
<section>
<h2>What is a Code Retreat?</h2>
<p>A free weekend retreat for software developers that want to hone their craft together.
It is an opportunity for coders to retreat from their normal work environment to hone certain skills that they may be unable to focus on during their normal work setting.<br/><br/>
Sponsoring a code retreat is an opportunity to support the skills of the developer community at a fundamental level.
</p>
</section>
<section>
<h2>Who Started Code Retreats?</h2>
<p>Code Retreats were started in 2009 by Corey Haines and J.B. Rainsberger. Since then there have been a few dozen retreats around the world and the idea continues to grow.</p><br/>
<p>Corey Haines will be presiding over Code Floyd Retreat, imparting his skill of the software craft.</p> <br/>Code Floyd Retreat is currently the only two day code retreat immersion.</p>
</section>
</article>
<article>
<section>
<h2>Environment</h2>
<img id="ruby" src="/images/ruby.png"></img>
<p>Ruby will be the main language of Code Retreat Floyd, although last year many languages were used.</p><br/>
</section>
<section>
<h2>Attendees</h2>
<p> We plan to host 50 people. Last year we had around 45 attendees from all over the country and world.</p>
</section>
</article>
<article>
<section>
<h2>Sponsorship Levels</h2>
<b>Catering ($500):</b> Support feeding attendees by helping to provide coffee/chia/snacks all day; quality local, organic foods for breakfast and lunch. For the Saturday night social we will have local wood-fire pizza and beer from a local brewery.<br/>
<br/>
<h4>You get:</h4>
<ul>
<li>Logo on website (thousands of unique vists)</li>
<li>Twitter Shout-out</li>
<li>Several mentions at the event</li>
<li>Choice of meal sponsor, "brought to you by ..."</li>
<li>A warm fuzzy feeling</li>
</ul>
</section>
<section>
<h2> </h2><!-- Yeah, so what old school represent -->
<p>
<b>Community Supporter ($1,000):</b> Help support the rent for the Sun Music Hall on Saturday, the retreat center for lodging Saturday and Sunday.</p>
<ul>
<li>Logo on website</li>
<li>Promotional Text on Website</li>
<li>Twitter Shout-out</li>
<li>Handout of Promotional Items/Swag</li>
<li>Logo prominent at Pizza/Beer Social</li>
<li>Choice of saturday social or location sponsor, "brought to you by ..."</li>
<li>With enough sponsors. Republic of Floyd/CodeRetreat T-Shirts with sponsor logos</li>
<li>A warm fuzzy feeling</li>
</ul>
<br/>
</section>
</article>
<footer>
</footer>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="/javascripts/jquery/jquery.easing.js"></script>
<script type="text/javascript" src="/javascripts/jquery/jquery.fancybox.js"></script>
<script type="text/javascript" src="/javascripts/floyd.js"></script>
</body>
</html>