-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
422 lines (388 loc) · 19.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
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
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Curae</title>
<!-- Core Stylesheet -->
<link href="style.css" rel="stylesheet">
<!-- Responsive CSS -->
<link href="css/responsive.css" rel="stylesheet">
</head>
<body>
<!-- Preloader Start -->
<div id="preloader">
<div class="colorlib-load"></div>
</div>
<!-- ***** Header Area Start ***** -->
<!-- ***** Header Area End ***** -->
<!-- ***** Wellcome Area Start ***** -->
<section class="wellcome_area clearfix" id="home">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12 col-md">
<div class="wellcome-heading">
<h2>Curae.</h2>
<h3>C</h3>
<p>Kindess is the best form of humanity.</p>
<p>Developed by Rishabh Mudradi & Aryan Kaul</p>
</div>
<div class="get-start-area">
<!-- Form Start -->
<a href="https://www.youtube.com/watch?v=V0F4kSWRcr0&t=1s" class="submit">Watch Video <i class=" fa fa-play-circle"></i></a>
<!-- Form End -->
</div>
</div>
</div>
</div>
<!-- Welcome thumb -->
<div class="welcome-thumb wow fadeInDown" data-wow-delay="0.4s">
<img src="img/bg-img/curaeLogin.png" alt="">
</div>
</section>
<!-- ***** Wellcome Area End ***** -->
<!-- ***** Special Area Start ***** -->
<section class="special-area bg-white section_padding_100" id="about">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Section Heading Area -->
<div class="section-heading text-center">
<h2>Overview</h2>
<div class="line-shape"></div>
</div>
</div>
</div>
<div class="row">
<!-- Single Special Area -->
<div class="col-12 col-md-4">
<div class="single-special text-center wow fadeInUp" data-wow-delay="0.2s">
<div class="single-icon">
<i class="ti-mobile" aria-hidden="true"></i>
</div>
<h4>Effortlesss Accessibility</h4>
<p>We built Curae to ensure that it would be accesbile by all ages, recognizing that help is needed in all shapes and sizes. Our goal is to minimize work for users to get aid. </p>
</div>
</div>
<!-- Single Special Area -->
<div class="col-12 col-md-4">
<div class="single-special text-center wow fadeInUp" data-wow-delay="0.4s">
<div class="single-icon">
<i class="ti-ruler-pencil" aria-hidden="true"></i>
</div>
<h4>Powerful Design</h4>
<p>Our unique UI provides users with the ability to navigate with ease, helping users achieve their needs with speed. Using Sketch we optimized our interface. </p>
</div>
</div>
<!-- Single Special Area -->
<div class="col-12 col-md-4">
<div class="single-special text-center wow fadeInUp" data-wow-delay="0.6s">
<div class="single-icon">
<i class="ti-settings" aria-hidden="true"></i>
</div>
<h4>Secure Backend Services</h4>
<p>With firebase as a backend source Curae is able to authenticate and push information securly, ensuring that all user information is kept safe.</p>
</div>
</div>
</div>
</div>
<!-- Special Description Area -->
<div class="special_description_area mt-150">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="special_description_img">
<img src="img/bg-img/housing.png" alt="">
</div>
</div>
<div class="col-lg-6 col-xl-5 ml-xl-auto">
<div class="special_description_content">
<h2>About Us.</h2>
<p>Curae, is a mobile application that aids those who have been displaced from their homes whether it be from natural disasters or war. This application eliminates the need of outside organizations, and replaces it with a strong system based on care. When we see heartbreaking natural disasters or the struggles of refugees, we all want to help, but are limited with the aid we can provide. We know humans care, it’s in our nature to care. With Curae people are given a platform to aid others no matter the cause, because kindness is the best form of humanity.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Special Area End ***** -->
<!-- ***** Awesome Features Start ***** -->
<section class="awesome-feature-area bg-white section_padding_0_50 clearfix" id="features">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Heading Text -->
<div class="section-heading text-center">
<h2>Features</h2>
<div class="line-shape"></div>
</div>
</div>
</div>
<div class="row">
<!-- Single Feature Start -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-feature">
<i class="ti-user" aria-hidden="true"></i>
<h5>Housing</h5>
<p>Community members who are willing to open their homes to those in need can upload a picture and short description of their house regarding space and availability for refugee users to chose from.</p>
</div>
</div>
<!-- Single Feature Start -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-feature">
<i class="ti-pulse" aria-hidden="true"></i>
<h5>Medical Aid</h5>
<p>A list of free medical clinics displayed for users incase an incedent occurs, ranging from physcial to mental injuries.</p>
</div>
</div>
<!-- Single Feature Start -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-feature">
<i class="ti-dashboard" aria-hidden="true"></i>
<h5>Food</h5>
<p>A map displaying the nearest free soup kitchens for users to receive free food.</p>
</div>
</div>
<!-- Single Feature Start -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-feature">
<i class="ti-palette" aria-hidden="true"></i>
<h5>Design</h5>
<p>As mentioned before our UI allows users to browse freely and with ease.</p>
</div>
</div>
<!-- Single Feature Start -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-feature">
<i class="ti-crown" aria-hidden="true"></i>
<h5>Volunteer</h5>
<p>Lots of organizations have the resources to help others, and with a platform to easily reach out to others, Curae can bridge the gap between volunteers and victims..</p>
</div>
</div>
<!-- Single Feature Start -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-feature">
<i class="ti-headphone" aria-hidden="true"></i>
<h5>Support</h5>
<p>We hope our app by itself showcases to victims of natural disasters, war, and displacement that there are people in the world who care.</p>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Awesome Features End ***** -->
<!-- ***** Video Area Start ***** -->
<div class="video-section">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Video Area Start -->
<div class="video-area" style="background-image: url(img/bg-img/video.png);">
<div class="video-play-btn">
<a href="https://www.youtube.com/watch?v=V0F4kSWRcr0&t=1s" class="video_btn"><i class="fa fa-play" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ***** Video Area End ***** -->
<!-- ***** Cool Facts Area Start ***** -->
<section class="cool_facts_area clearfix">
<div class="container">
<div class="row">
<!-- Single Cool Fact-->
<div class="col-12 col-md-3 col-lg-3">
<div class="single-cool-fact d-flex justify-content-center wow fadeInUp" data-wow-delay="0.2s">
<div class="counter-area">
<h3><span class="counter">68</span></h3>
</div>
<div class="cool-facts-content">
<i class="ion-arrow-down-a"></i>
<p>million people <br> forcibly displaced.</p>
</div>
</div>
</div>
<!-- Single Cool Fact-->
<div class="col-12 col-md-3 col-lg-3">
<div class="single-cool-fact d-flex justify-content-center wow fadeInUp" data-wow-delay="0.4s">
<div class="counter-area">
<h3><span class="counter">3.2</span></h3>
</div>
<div class="cool-facts-content">
<i class="ion-happy-outline"></i>
<p>million <br> asylum-seekers.</p>
</div>
</div>
</div>
<!-- Single Cool Fact-->
<div class="col-12 col-md-3 col-lg-3">
<div class="single-cool-fact d-flex justify-content-center wow fadeInUp" data-wow-delay="0.6s">
<div class="counter-area">
<h3><span class="counter">44</span></h3>
</div>
<div class="cool-facts-content">
<i class="ion-person"></i>
<p>thousand people<br>displaced each day.</p>
</div>
</div>
</div>
<!-- Single Cool Fact-->
<div class="col-12 col-md-3 col-lg-3">
<div class="single-cool-fact d-flex justify-content-center wow fadeInUp" data-wow-delay="0.8s">
<div class="counter-area">
<h3><span class="counter">138</span></h3>
</div>
<div class="cool-facts-content">
<i class="ion-ios-star-outline"></i>
<p>countries with <br>unhoused refugees.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Cool Facts Area End ***** -->
<!-- ***** App Screenshots Area Start ***** -->
<section class="app-screenshots-area bg-white section_padding_0_100 clearfix" id="screenshot">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<!-- Heading Text -->
<div class="section-heading">
<h2>Awards/Recognition</h2>
<div class="line-shape"></div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-12">
<!-- App Screenshots Slides -->
<div class="app_screenshots_slides owl-carousel">
<div class="single-shot">
<a href="https://www.congressionalappchallenge.us/ca17/" class="submit"><img src="img/scr-img/cong.png" alt=""> </a>
</div>
<div class="single-shot">
<a href="https://abc7news.com/technology/bay-area-winners-chosen-for-congressional-app-challenge/4849481/" class="submit"><img src="img/scr-img/abc.png" alt=""> </a>
</div>
<div class="single-shot">
<a href="https://twitter.com/RepRoKhanna/status/1072312009641717760" class="submit"><img src="img/scr-img/rep.png" alt=""> </a>
</div>
<div class="single-shot">
<a href="https://undelete.news/post/danville-student-develops-new-app-for-national-competition-abc7news-com/312312" class="submit"><img src="img/scr-img/und.png" alt=""> </a>
</div>
<div class="single-shot">
<a href="https://www.indiawest.com/news/global_indian/apps-created-by-budding-indian-american-computer-scientists-win-congressional/article_0ba02274-024e-11e9-915c-4307d601bb77.html" class="submit"><img src="img/scr-img/india.png" alt=""> </a>
</div>
<div class="single-shot">
<a href="https://abc7news.com/technology/bay-area-winners-chosen-for-congressional-app-challenge/4849481/" class="submit"><img src="img/scr-img/abc.png" alt=""> </a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** App Screenshots Area End *****====== -->
<!-- ***** Client Feedback Area End ***** -->
<!-- ***** Contact Us Area Start ***** -->
<section class="footer-contact-area section_padding_100 clearfix" id="contact">
<div class="container">
<div class="row">
<div class="col-md-6">
<!-- Heading Text -->
<div class="section-heading">
<h2>Get in touch with us!</h2>
<div class="line-shape"></div>
</div>
<div class="footer-text">
<p>If you have any questions or concerns feel free to contact us :)</p>
</div>
<div class="phone-text">
<p><span>Phone:</span> +(669)-214-0379</p>
</div>
<div class="email-text">
<p><span>Email:</span> rishabh.mudradi@gmail.com</p>
</div>
</div>
<div class="col-md-6">
<!-- Form Start-->
<div class="contact_from">
<form action="mailto:rishabh.mudradi@gmail.com" method="post">
<!-- Message Input Area Start -->
<div class="contact_input_area">
<div class="row">
<!-- Single Input Area Start -->
<div class="col-md-12">
<div class="form-group">
<input type="text" class="form-control" name="name" id="name" placeholder="Your Name" required>
</div>
</div>
<!-- Single Input Area Start -->
<div class="col-md-12">
<div class="form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your E-mail" required>
</div>
</div>
<!-- Single Input Area Start -->
<div class="col-12">
<div class="form-group">
<textarea name="message" class="form-control" id="message" cols="30" rows="4" placeholder="Your Message *" required></textarea>
</div>
</div>
<!-- Single Input Area Start -->
<div class="col-12">
<button type="submit" class="btn submit-btn">Send Now</button>
</div>
</div>
</div>
<!-- Message Input Area End -->
</form>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Contact Us Area End ***** -->
<!-- ***** Footer Area Start ***** -->
<footer class="footer-social-icon text-center section_padding_70 clearfix">
<!-- footer logo -->
<div class="footer-text">
<h2>Curae.</h2>
</div>
<!-- social icon-->
<div class="footer-menu">
<nav>
<ul>
<li><a href="mailto:rishabh.mudradi@gmail.com?Subject=Curae%20Question" target="_top">Contact Deveopers</a></li>
</ul>
</nav>
</div>
<!-- Foooter Text-->
<div class="copyright-text">
<p>Copyright ©2018 Curae</p>
<p>Made with ♡ by Rishabh Mudradi</p>
</div>
</footer>
<!-- ***** Footer Area Start ***** -->
<!-- Jquery-2.2.4 JS -->
<script src="js/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="js/popper.min.js"></script>
<!-- Bootstrap-4 Beta JS -->
<script src="js/bootstrap.min.js"></script>
<!-- All Plugins JS -->
<script src="js/plugins.js"></script>
<!-- Slick Slider Js-->
<script src="js/slick.min.js"></script>
<!-- Footer Reveal JS -->
<script src="js/footer-reveal.min.js"></script>
<!-- Active JS -->
<script src="js/active.js"></script>
</body>
</html>