-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
339 lines (328 loc) · 20.2 KB
/
index.html
File metadata and controls
339 lines (328 loc) · 20.2 KB
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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Emory H4I</title>
<meta name="description" content="Emory University Hack4Impact Charter" />
<!--Inter UI font-->
<link href="https://rsms.me/inter/inter-ui.css" rel="stylesheet">
<!--vendors styles-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css">
<!-- Bootstrap CSS / Color Scheme -->
<link rel="stylesheet" href="css/default.css" id="theme-color">
</head>
<body>
<!--hero header-->
<section class="py-5 py-md-7" id="home">
<div class="container">
<div class="row">
<div class="col-md-6 my-md-auto mb-5 mb-md-0 text-center text-md-left">
<span class="text-uppercase text-muted small-xl">Coding for nonprofits</span>
<h1 class="display-4 mt-2 mb-5">Emory University Hack4Impact</h1>
</div>
<div class="col-md-6 play-wrapper">
<img src="img/macbook.png" class="img-fluid d-block mx-auto" alt="MacBook" />
<div class="d-flex flex-row align-item-center">
</div>
</div>
</div>
</div>
</section>
<!-- features section -->
<section class="py-6" id="features">
<div class="container">
<div class="row">
<div class="col-md-10 mx-auto">
<h2 class="dot-circle">Who are we?</h2>
<div class="row mt-6">
<div class="col-sm-6 mb-5">
<div class="media">
<div class="icon-box mt-0 ml-0">
<div class="icon-box-inner small-xs text-primary">
<span data-feather="home" width="30" height="30"></span>
</div>
</div>
<div class="media-body">
<h5 class="mt-0">Hack4Impact Chapter</h5>
<span class="text-muted">Emory H4I is a chapter of Hack4Impact. help nonprofits do the good they are meant to be doing more efficiently. By building them the custom software they need, they can focus on their important work.</span>
</div>
</div>
</div>
<div class="col-sm-6 mb-5">
<div class="media">
<div class="icon-box mt-0 ml-0">
<div class="icon-box-inner small-xs text-primary">
<span data-feather="users" width="30" height="30"></span>
</div>
</div>
<div class="media-body">
<h5 class="mt-0">Students</h5>
<span class="text-muted">All members are a diverse group of active students of Emory University.</span>
</div>
</div>
</div>
<div class="col-sm-6 mb-5">
<div class="media">
<div class="icon-box mt-0 ml-0">
<div class="icon-box-inner small-xs text-primary">
<span data-feather="code" width="30" height="30"></span>
</div>
</div>
<div class="media-body">
<h5 class="mt-0">Developers</h5>
<span class="text-muted">We are students who have/are studying computer science, who have done internships, or are actively developing software.</span>
</div>
</div>
</div>
<div class="col-sm-6 mb-5">
<div class="media">
<div class="icon-box mt-0 ml-0">
<div class="icon-box-inner small-xs text-primary">
<span data-feather="edit" width="30" height="30"></span>
</div>
</div>
<div class="media-body">
<h5 class="mt-0">Designers</h5>
<span class="text-muted">We are students who have/are studying UI/UX, have done internships, or actively designing software.</span>
</div>
</div>
</div>
<div class="col-sm-6 mb-5">
<div class="media">
<div class="icon-box mt-0 ml-0">
<div class="icon-box-inner small-xs text-primary">
<span data-feather="user" width="30" height="30"></span>
</div>
</div>
<div class="media-body">
<h5 class="mt-0">Leaders</h5>
<span class="text-muted">We are students passionate about social good and want to support you!</span>
</div>
</div>
</div>
<div class="col-sm-6 mb-5">
<div class="media">
<div class="icon-box mt-0 ml-0">
<div class="icon-box-inner small-xs text-primary">
<span data-feather="book-open" width="30" height="30"></span>
</div>
</div>
<div class="media-body">
<h5 class="mt-0">Teachers</h5>
<span class="text-muted">While committed to nonprofits, Emory H4I is also committed to providing fruitful experiences to students who can apply their skills anywhere.</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-md-6 mx-auto text-center">
<h5 class="mb-4">Have questions?</h5>
<a href="#contact" class="btn btn-primary page-scroll">Contact us</a>
</div>
</div>
</div>
</section>
<!-- <!-- about / reviews section --> -->
<!-- <section class="pb-6" id="about"> -->
<!-- <div class="container"> -->
<!-- <hr class="mt-5"/> -->
<!-- <div class="row my-5"> -->
<!-- <div class="col-md-6 order-2 order-md-1 my-md-auto"> -->
<!-- <h3>The ultimate video game maker.</h3> -->
<!-- <p class="text-muted lead"> -->
<!-- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer id ante posuere, vestibulum mauris eget, efficitur felis. Vestibulum tincidunt sit amet odio at gravida. Cras mollis dapibus orci, in interdum odio scelerisque rhoncus. -->
<!-- </p> -->
<!-- <a href="#" class="btn btn-primary">Learn more</a> -->
<!-- </div> -->
<!-- <div class="col-md-6 order-1 order-md-2"> -->
<!-- <img src="img/imac.png" class="img-fluid d-block mx-auto" alt="iMac"/> -->
<!-- </div> -->
<!-- </div> -->
<!-- -->
<!-- <div class="row mt-7"> -->
<!-- <div class="col-md-6"> -->
<!-- <img src="img/macbook.png" class="img-fluid d-block mx-auto" alt="MacBook"/> -->
<!-- </div> -->
<!-- <div class="col-md-6 my-md-auto"> -->
<!-- <h3>Trusted by the best video game makers.</h3> -->
<!-- <p class="text-muted lead"> -->
<!-- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer id ante posuere, vestibulum mauris eget, efficitur felis. Vestibulum tincidunt sit amet odio at gravida. Cras mollis dapibus orci, in interdum odio scelerisque rhoncus. -->
<!-- </p> -->
<!-- <a href="#" class="btn btn-primary">Learn more</a> -->
<!-- </div> -->
<!-- </div> -->
<!-- -->
<!-- <div class="row mt-7"> -->
<!-- <div class="col-md-8 mx-auto slick-users"> -->
<!-- <div class="review text-center"> -->
<!-- <p class="quote">Praesent vulputate dolor velit, in condimentum odio pellentesin condimentum odio pellentesque libero.</p> -->
<!-- <div class="mt-4 d-flex flex-row align-items-center justify-content-center"> -->
<!-- <img src="img/client-1.jpg" class="img-review rounded-circle mr-2" alt="Client 1"/> -->
<!-- <span class="text-muted">Ryan Siddle, Google Design</span> -->
<!-- </div> -->
<!-- </div> -->
<!-- <div class="review text-center"> -->
<!-- <p class="quote">Integer id ante posuere, vestibulum mauris eget, efficitur felis.</p> -->
<!-- <div class="mt-4 d-flex flex-row align-items-center justify-content-center"> -->
<!-- <img src="img/client-2.jpg" class="img-review rounded-circle mr-2" alt="Client 2"/> -->
<!-- <span class="text-muted">Ameli Mao, VP Facebook</span> -->
<!-- </div> -->
<!-- </div> -->
<!-- <div class="review text-center"> -->
<!-- <p class="quote">Praesent vulputate dolor velit, pellentesin condimentum odio pellentesque libero.</p> -->
<!-- <div class="mt-4 d-flex flex-row align-items-center justify-content-center"> -->
<!-- <img src="img/client-3.jpg" class="img-review rounded-circle mr-2" alt="Client 3"/> -->
<!-- <span class="text-muted">Kathrine Jones, Twitter</span> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </section> -->
<!--pricing section-->
<section class=" pt-6" id="pricing">
<div class="container">
<div class="row">
<div class="col-md-10 mx-auto">
<h2 class="dot-circle">Software at no cost</h2>
<p class="text-muted lead">No hidden fees.</p>
<div class="row pricing-table mt-5">
<div class="col-sm-5">
<ul class="list-unstyled pricing-list">
<li>
<h5>Developed for Free</h5>
<p class="text-muted">Emory H4I develops software for nonprofits at no cost.</p>
</li>
<li>
<h5>Maintained for Free</h5>
<p class="text-muted">Emory H4I maintains any solutions developed by the team at no extra cost.</p>
</li>
<li>
<h5>Pay Only What You Need</h5>
<p class="text-muted">You should only expect costs for technology that you will need such as custom domain names, dedicated hosting, etc. Please contact us if you have any doubts or questions.</p>
</li>
</ul>
</div>
<div class="col-sm-6 ml-auto bg-primary">
<div class="card">
<div class="card-body text-center">
<p class="h1 text-white">$0</p>
<p class="text-light">Making a brighter world one line of code at a time</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--help section-->
<section class=" mt-7" id="contact">
<div class="container">
<div class="row">
<div class="col-md-10 mx-auto">
<h2 class="dot-circle">Need help?</h2>
<p class="text-muted lead">We'd love to answer your questions.</p>
<div class="row mt-5 card-contacts">
<div class="col-md-12 mb-12">
<div class="card">
<div class="card-body text-center">
<div class="icon-box">
<div class="icon-box-inner small-xs text-primary">
<span data-feather="inbox" width="30" height="30"></span>
</div>
</div>
<h5>Send us an email</h5>
<p class="text-muted small-xl">We usually reply within 24 hours.</p>
<a href="mailto:emory@hack4impact.org">emory@hack4impact.org</a>
</div>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-md-6 mb-5">
<h6>Do you have hidden fees?</h6>
<p class="text-muted">There are no development fees charged, but you might expect costs for technology depending on your requirements.</p>
</div>
<div class="col-md-6 mb-5">
<h6>How long will it take to work with Emory H4I?</h6>
<p class="text-muted">We try our best to schedule projects to last no longer than an academic semester, but depending on project length, it may go over.</p>
</div>
<div class="col-md-6 mb-5">
<h6>Who maintains the solution?</h6>
<p class="text-muted">Emory H4I offers to maintain the solution we develop for you, but we are always able to transfer ownership of any software written.</p>
</div>
<div class="col-md-6 mb-5">
<h6>Who is developing?</h6>
<p class="text-muted">Emory H4I developers are current Emory University Students who are knowledgeable or have been trained in various skills.</p>
</div>
<div class="col-md-6 mb-5">
<h6>Do I need a well-thoughout solution prepared?</h6>
<p class="text-muted">No! If you have any idea, but not quite sure how to get there, feel free to contact us. We are happy to help consult your idea and see how Emory H4I can help!</p>
</div>
<div class="col-md-6 mb-5">
<h6>How can I contact you?</h6>
<p class="text-muted">Please reach out to our email at <a href="mailto:emory@hack4impact.org">emory@hack4impact.org</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--footer / contact-->
<footer class="mt-5 mb-4">
<div class="container">
<div class="row">
<div class="col-md-4 my-auto text-center text-md-left">
©2022 Emory Hack4Impact Charter.
</div>
<div class="col-md-4 text-center">
<ul class="list-inline social social-white-alt social-rounded social-sm mb-0">
<li class="list-inline-item">
<a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li class="list-inline-item">
<a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li class="list-inline-item">
<a href="#"><i class="fa fa-google-plus"></i></a>
</li>
<li class="list-inline-item">
<a href="#"><i class="fa fa-dribbble"></i></a>
</li>
</ul>
</div>
<div class="col-md-3 text-center text-md-right mb-0">
<ul class="list-inline">
<li class="list-inline-item"><a href="#">Privacy</a></li>
<li class="list-inline-item"><a href="#">Terms</a></li>
<li class="list-inline-item"><a href="https://hack4impact.org/">Hack4Impact Nationals</a></li>
</ul>
</div>
</div>
<div class="row mt-4">
<div class="col-12 text-muted text-center small">
© 2022 Hack4Impact - All Rights Reserved
</div>
</div>
</div>
</footer>
<!--scroll to top-->
<div class="scroll-top">
<i class="fa fa-angle-up" aria-hidden="true"></i>
</div>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.29.0/feather.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>