This repository has been archived by the owner on Mar 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
280 lines (276 loc) · 10.9 KB
/
index.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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Donate to hackNY</title>
<link rel="stylesheet" href="css/foundation.css" />
<link rel="stylesheet" href="css/foundation-icons.css" />
<link rel="stylesheet" href="css/app.css" />
<link
href="https://fonts.googleapis.com/css?family=Roboto:400,700"
rel="stylesheet"
type="text/css"
/>
<link
href="https://fonts.googleapis.com/css?family=Roboto+Slab"
rel="stylesheet"
type="text/css"
/>
<script src="js/vendor/modernizr.js"></script>
</head>
<body id="override">
<div class="contain-to-grid sticky">
<nav class="top-bar" data-topbar role="navigation">
<ul class="title-area">
<li class="name">
<h1>
<a href="/"><img class="navbar-logo" src="img/MainLogo.png"/></a>
</h1>
</li>
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
<li class="toggle-topbar menu-icon">
<a href="#"><span>Menu</span></a>
</li>
</ul>
<section class="top-bar-section">
<!-- Right Nav Section -->
<ul class="right">
<li>
<a href="http://hackny.org/a/about/">About</a>
</li>
<li>
<a href="http://hackny.org/a/blog/">Blog</a>
</li>
<li>
<a href="https://apply.hackny.org">Fellows</a>
</li>
<li>
<a href="https://hackny.org/hackathon/">Hackathon</a>
</li>
<li>
<a href="http://hackny.org/a/newsletter/">Newsletter</a>
</li>
<li>
<a href="http://hackny.org/a/press/">Press</a>
</li>
</ul>
</section>
</nav>
</div>
<div class="class-image">
<div class="bottom-of-image">
<div class="row"></div>
</div>
</div>
<div class="under-bar">
Thank you for supporting hackNY!
<form
class="paypal-form"
action="https://www.paypal.com/cgi-bin/webscr"
method="post"
>
<input type="hidden" name="cmd" value="_donations" />
<input type="hidden" name="bn" value="TipsandTricks_SP" />
<input type="hidden" name="business" value="[email protected]" />
<input type="hidden" name="page_style" value="hackNY_Classic" />
<input type="hidden" name="rm" value="0" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="amount" value="25.0" />
<input
type="submit"
class="button"
src="http://hackny.org/a/wp-content/uploads/2015/11/donate-button-lc.png"
name="submit"
value="$25"
/>
</form>
<form
class="paypal-form"
action="https://www.paypal.com/cgi-bin/webscr"
method="post"
>
<input type="hidden" name="cmd" value="_donations" />
<input type="hidden" name="bn" value="TipsandTricks_SP" />
<input type="hidden" name="business" value="[email protected]" />
<input type="hidden" name="page_style" value="hackNY_Classic" />
<input type="hidden" name="rm" value="0" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="amount" value="50.0" />
<input
type="submit"
class="button"
src="http://hackny.org/a/wp-content/uploads/2015/11/donate-button-lc.png"
name="submit"
value="$50"
/>
</form>
<form
class="paypal-form"
action="https://www.paypal.com/cgi-bin/webscr"
method="post"
>
<input type="hidden" name="cmd" value="_donations" />
<input type="hidden" name="bn" value="TipsandTricks_SP" />
<input type="hidden" name="business" value="[email protected]" />
<input type="hidden" name="page_style" value="hackNY_Classic" />
<input type="hidden" name="rm" value="0" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="amount" value="100.0" />
<input
type="submit"
class="button"
src="http://hackny.org/a/wp-content/uploads/2015/11/donate-button-lc.png"
name="submit"
value="$100"
/>
</form>
<form
class="paypal-form"
action="https://www.paypal.com/cgi-bin/webscr"
method="post"
>
<input type="hidden" name="cmd" value="_donations" />
<input type="hidden" name="bn" value="TipsandTricks_SP" />
<input type="hidden" name="business" value="[email protected]" />
<input type="hidden" name="page_style" value="hackNY_Classic" />
<input type="hidden" name="rm" value="0" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="amount" value="250.0" />
<input
type="submit"
class="button"
src="http://hackny.org/a/wp-content/uploads/2015/11/donate-button-lc.png"
name="submit"
value="$250"
/>
</form>
<form
class="paypal-form"
action="https://www.paypal.com/cgi-bin/webscr"
method="post"
>
<input type="hidden" name="cmd" value="_donations" />
<input type="hidden" name="bn" value="TipsandTricks_SP" />
<input type="hidden" name="business" value="[email protected]" />
<input type="hidden" name="page_style" value="hackNY_Classic" />
<input type="hidden" name="rm" value="0" />
<input type="hidden" name="currency_code" value="USD" />
<input
type="submit"
class="button"
src="http://hackny.org/a/wp-content/uploads/2015/11/donate-button-lc.png"
name="submit"
value="Other Amount"
/>
</form>
</div>
<div class="row about-row text-section">
<div class="large-4 medium-4 columns left-images">
<img src="img/DemoNightProgram.jpg" />
</div>
<div class="large-8 medium-8 columns" id="about">
<h3>Your contribution supports the future of NYC.</h3>
<p>
hackNY could not exist without your support. By contributing to
hackNY, you support our summer Fellowship program for talented and
diverse students from all over the country. In addition to matching
Fellows with inspiring startups in the NYC community, we provide
housing, a welcoming and inclusive community of Fellows and AlumNY,
and an educational lecture series that teaches students technical and
leadership skills. Our Fellows go on to be leaders and volunteers in
the NYC tech ecosystem, ready to contribute to the future of
technology and the community.
</p>
<p>
hackNY student hackathons attract bright technology students from
around the country, encouraging them to learn and build in a
mentorship-focused environment. We work for inclusivity at hackNY
hackathons, and emphasize exploration and technical growth. At hackNY
hackathons, students form positive relationships with one another and
with mentors from NYC tech companies.
</p>
</div>
</div>
<div class="nyc-section">
<div class="row">
<div class="large-6 medium-6 columns">
<h3>Our Mission</h3>
<p>
hackNY aims to federate the next generation of hackers for the New
York innovation community. We believe that by empowering students to
realize their ideas and form bonds with each other and our city, we
can impact the future of technology and the community.
</p>
<p>
During the summer hackNY Fellowship, Fellows learn to be fearless
innovators and strong contributors to their teams. They go on to
give back through mentorship of younger students, community
leadership, and starting their own local companies.
</p>
</div>
<div class="large-6 medium-6 columns">
<h3>Our Organization</h3>
<p>
hackNY is a registered New York 501(c)(3), committed to education
and service. Co-organized by faculty from NYU and Columbia and
advised by our growing community of hackNY AlumNY and friends. Among
New York's educators, technologists, and entrepreneurs, the hackNY
community has, since February 2010, been a strong supporter of the
NYC tech ecosystem. Our Fellowship program and student hackathon
highlight opportunities in NYC for students to innovate and develop
their ideas.
</p>
<p>
Contributions to hackNY are tax deductible. Our EIN is 27-3758609.
</p>
</div>
</div>
</div>
<div class="row alumny-section" id="alumNY">
<img
src="img/Presenting.jpg"
,
class="large-4 medium-4 columns alumny-image"
/>
<div class="large-8 medium-8 columns">
<h3>Be part of our community.</h3>
<div>
<p>
Meet promising students and NYC innovators at our student hackathon
and annual hackNY Fellows Demo Night. Our student hackathon takes
place every Fall semester, with opportunities to mentor students and
demos open to the public. The hackNY Fellows Demo Night celebrates
the current Fellows class at the end of the summer. Friends of
hackNY are invited to meet current Fellows and AlumNY and view
impressive demos of our Fellows' summer projects.
</p>
<p>
Follow our <a href="http://hackny.org/a/blog/">blog</a> and sign up
for the
<a href="http://hackny.org/a/newsletter/">hackNY Newsletter</a> for
the latest news on our programs and hackNY AlumNY. We look forward
to posting opportunities to volunteer in the NYC community alongside
hackNY AlumNY throughout the year.
</p>
</div>
</div>
</div>
<footer class="footer">
<a
href="https://www.instagram.com/hacknewyork/"
class="fi-social-instagram"
></a>
<a href="https://twitter.com/hackNY" class="fi-social-twitter"></a>
<a href="https://facebook.com/hackNY" class="fi-social-facebook"></a>
<a href="https://flickr.com/hackNY" class="fi-social-flickr"></a>
</footer>
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script src="js/app.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>