-
Notifications
You must be signed in to change notification settings - Fork 2
/
perks.html
229 lines (186 loc) · 7.11 KB
/
perks.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Awesome Inc - The Accelerator</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="description" content="Awesome Inc - a seed-stage accelerator for web and mobile startups.">
<meta name="author" content="">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<!-- Styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/exo-font.css" rel="stylesheet">
<link href="css/journal-font.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<link href="css/flexslider.css" rel="stylesheet">
<link href="css/jquery.fancybox-1.3.4.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Script files -->
<script src="js/jquery.js"></script>
<script src="js/jquery.easing-1.3.pack.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/jquery.fancybox-1.3.4.pack.js"></script>
<script src="js/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="js/angular.js"></script>
<script type="text/javascript" src="js/mentors.js"></script>
<style>
tr.header {
background: #1d1d1d url(img/gallery_bg.jpg) repeat center;
height: 30px;
}
tr.header th {
padding: 6px;
}
tr.header h3 {
font: 26px 'ExoThin', Arial, sans-serif;
text-transform: uppercase;
color: #ff1440;
padding: 0;
margin: 0;
}
</style>
</head>
<body data-spy="scroll" data-target=".navbar" onResize="window.location.href = window.location.href" ng-app >
<!-- NAVBAR ############################################### -->
<div class="navbar navbar-fixed-top" id="navbar">
<div class="navbar-inner">
<div class="container">
<a href="index.html#home" class="brand hidden-phone" id="brand" ><img src="img/logo.png" alt=""></a>
<ul class="nav">
<li><a href="index.html#home">Home</a></li>
<li><a href="index.html#accelerator">Overview</a></li>
<li><a href="index.html#perks">Perks</a></li>
<li><a href="index.html#mentors">Mentors</a></li>
<li><a href="apply.html" style="color: #FF1440;">Apply</a></li>
</ul>
</div>
</div>
</div>
<!-- /NAVBAR ############################################### -->
<div>
<div class="container" ng-controller="MentorsCtrl">
<div class="row head1">
<div class="span12" >
<h2>Perks</h2>
</div>
</div>
<div>
<table id="benefit" align = "center" cellpadding = "15" width = "500">
<tbody>
<tr class="header">
<th colspan="2" align="left"><h3>Funding</h3></th><th><h3>Value</h3></th>
</tr>
<tr>
<td><img src="img/funding.png" height="80" width="100"/></td>
<td class="info">Up to $20k in funding for your company</td>
<td align="center"><strong>$20,000</strong></td>
</tr>
<tr class="header">
<th colspan="2" align="left"><h3>Talent</h3></th><th><h3>Value</h3></th>
</tr>
<tr>
<td><img src="img/programmers.png" height="80" width="100"/></td>
<td class="info">Access to in-house tech talent to offset early development and design needs</td>
<td align="center"><strong>$5,000</strong></td>
</tr>
<tr>
<td><img src="img/graphic.png" height="80" width="100"/></td>
<td class="info">Access to designers who will work with your startup on branding activities</td>
<td align="center"><strong>$2,000</strong></td>
</tr>
<tr>
<td><img src="img/TeamAlphaLogo.jpg" height="80" width="100"/></td>
<td class="info">Access to the best interns in town - Team Alpha. Read more about them <a href="http://www.awesomeinc.org/team-alpha">here</a></td>
<td align="center"><strong>$1,000</strong></td>
</tr>
<tr class="header">
<th colspan="2" align="left"><h3>Space</h3></th><th><h3>Value</h3></th>
</tr>
<tr>
<td><img src="img/coworking.jpg" height="80" width="100"/></td>
<td class="info">Free office space for your entire team at the Awesome Inc co-working space - including desk space, internet, printing, conference room, mailing address, ping pong table, etc.</td>
<td align="center"><strong>$7,200</strong></td>
</tr>
<tr>
<td><img src="img/dreamhost.svg" height="80" width="100"/></td>
<td class="info">Free database and website hosting on Dreamhost servers for up to 12 months</td>
<td align="center"><strong>$500</strong></td>
</tr>
<tr class="header">
<th colspan="2" align="left"><h3>Support</h3></th><th><h3>Value</h3></th>
</tr>
<tr>
<td><img src="img/legal.png" height="80" width="100"/></td>
<td class="info">Access to attorneys who will assist with legal filing of your startup - including assistance with documents such as Articles of Organization, Operating Agreement, and more</td>
<td align="center"><strong>$4,000</strong></td>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
<td><img src="img/food.png" height="80" width="100"/></td>
<td class="info">At least 1 free meal per week</td>
<td align="center"><strong>$300</strong></td>
</tr>
<tr>
</tr>
<tr class="header">
<th colspan="2" align="left"><h3>Experience</h3></th><th><h3>Value</h3></th>
</tr>
<tr>
<td><strong>Project Management</strong></td>
<td class="info">Access to experienced project managers</td>
<td align="center"><strong>$1,000</strong></td>
</tr>
<tr>
</tr>
<tr>
<td><strong>Mentors</strong></td>
<td class="info">A <a href="mentors.html">mentor network</a> including entrepreneurs, investors, attorneys, accountants, and other great connections</td>
<td align="center">n/a</td>
</tr>
<tr>
</tr>
<tr>
<td><strong>Coaching</strong></td>
<td class="info">Assistance with customer development, product development, business model design, fundraising, and other pressing issues for growing startups</td>
<td align="center">n/a</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<p></p>
</div>
</div> <!-- /container -->
</div> <!-- /about -->
<!-- FOOTER ############################################### -->
<div id="footer">
<div class="container">
<div class="row" id="footer_bar">
<div class="span12" >
<p>©2013 Awesome Inc</p>
</div>
</div>
</div><!-- /container -->
</div><!-- /footer -->
<!-- /Footer ############################################### -->
<!-- /Google Analytics ############################################### -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2028878-11']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- /Google Analytics ############################################### -->
</body>
</html>