-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·755 lines (721 loc) · 33.8 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
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content=Ovio>
<meta property="og:image" content="/images/share/ovio_share.png" />
<meta property="og:title" content="Ovio" />
<meta name="description" content="Accelerate Change" />
<meta property="og:description" content="Accelerate Change" />
<title>Ovio</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'
rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic'
rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/creative.min.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon" sizes="144x144" href="images/ico/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/ico/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/ico/apple-icon-72x72.png">
<link rel="apple-touch-icon" href="images/ico/apple-icon-57x57.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121662449-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-121662449-1');
</script>
<!-- Projects Load -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
$(function () {
$("#includedContent").load("explorer/explorer.html");
});
</script>
<!-- End Projects Load -->
<!-- Load Facebook SDK for JavaScript -->
<div id="fb-root"></div>
<script>(function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Facebook Pixel Code -->
<script>
!function (f, b, e, v, n, t, s) {
if (f.fbq) return; n = f.fbq = function () {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0';
n.queue = []; t = b.createElement(e); t.async = !0;
t.src = v; s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1083510175145353');
fbq('track', 'PageView');
</script>
<noscript>
<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1083510175145353&ev=PageView&noscript=1" />
</noscript>
<!-- End Facebook Pixel Code -->
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Ovio - Open Impact</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#nonprofits">Organizations</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#volunteers">Volunteers</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#companies">Companies</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#portfolio">Featured</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#partners">Partners</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead text-center d-flex">
<div class="container my-auto">
<div class="col-lg-12 mx-auto">
<h1>
<strong class="text-light"> LET'S MAKE AN IMPACT </strong> <strong class="text-primary"> TOGETHER</strong
style="color:red; important!">
</h1>
<hr>
</div>
<div class="col-lg-8 mx-auto text-light">
<p class="mb-5 text-uppercase">Connecting Tech Skills & Good Causes</p>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#nonprofits">Organization</a>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#volunteers">Volunteer</a>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#companies">Company</a>
</div>
</div>
</header>
<section class="bg-primary" id="about">
<div class="container">
<div class="row vertical-align">
<div class="col-md-8 mx-auto text-justify">
<h2 class="section-heading text-white text-center">Impact Meets Technology</h2>
<hr class="light my-4">
<p class="text-light mb-4">Technology can be a force for good. Become a part of this revolution by
volunteering your tech skills! Amazing projects are waiting for your help.
</p>
<p class="text-light mb-4">By centralizing inspirational projects and accelerating the connection with the
skills they need, Ovio aims to empower impact organizations with technology. We connect impactful
projects with passionate volunteers looking to make a positive contribution.
</p>
<!-- Begin Mailchimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
<div class="text-center" id="mc_embed_signup">
<form action="https://oviohub.us18.list-manage.com/subscribe/post?u=1b6b1a581a7a24a957084f444&id=5b8ffae9ef" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<input style="border: none; border-radius: 20px;" type="email" value="" name="EMAIL" class="email text-center"
id="mce-EMAIL" placeholder="Your Email" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_1b6b1a581a7a24a957084f444_82e2a814a0"
tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value=" Join the Squad " name="subscribe" id="mc-embedded-subscribe"
class="button btn btn-light btn" style="border-radius: 20px; background-color: #FFF; color: #F05F40;"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
<!-- <p class="text-light text-center font-weight-bold mb-4">Why Open-Source?</p>
<p class="text-light mb-4">
We believe that by making technology more public and collaborative, open-source projects have the power to
sustainably strengthen
the link between nonprofits and technical skills, while improving transparency and scalability of projects
across
the sector. There are many good reasons for going open-source, but here are a few, most relevant to
for-impact
organizations.
</p>
<p class="text-light mb-4">
<b>Collaboration</b> - Thinking about a project in an open and collaborative way actually enables and
attracts
outside contributions. When successful this is a real force multiplier that helps get more work done faster
and
cheaper.
</p>
<p class="text-light mb-4">
<b>Maintainability / Longevity</b> - This mindset and effort leads to projects with easier onboarding, that
are
more modularized and more maintainable.
</p>
<p class="text-light mb-4">
<b>Transparency & Reduction of Duplications</b> - New technology has made the whole world accessible and
discoverable.
This is also true for technology projects, but only if they can be found. By focusing on open-source, we
hope
to increase collaboration while avoiding duplication of efforts.
</p>
<p class="text-light mb-4">
<b>Scale</b> - By inviting the world to collaborate on your project, you are inviting people from all
around
the globe to help you develop an impactful solution, but also adapt and use-it, wherever they are.
</p> -->
</div>
</div>
</div>
</section>
<section id="nonprofits">
<div class="container">
<div class="row vertical-align">
<div class="col-md-6 text-center">
<a class="btn btn-primary btn-xl js-scroll-trigger fixed-width nonprofit" target="_blank" href="https://airtable.com/shr2rIvDWOiDX9G10"
value=>Submit a Project</a>
</div>
<div class="col-md-6 mx-auto text-justify">
<h2 class="section-heading text-center">Organizations</h2>
<hr class="my-4">
<p class="text mb-4">Are you leveraging technology and software to maximize your impact? Submit your project
and get access to a pool of committed volunteers.
</br>
</br>We match your needs with volunteers’ talents and interests to ensure your project’s viability.
</br>
</br>Ovio enables you to leverage technology by lowering development costs and help you
create maintainable code. With Ovio, you can easily advertise projects, find committed volunteers and
track
contributions.
</p>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-empty text-primary mb-3 sr-icons"></i>
<h3 class="mb-3"></h3>
<p class="text-muted mb-0"></p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-rocket -o text-primary mb-3 sr-icons"></i>
<h3 class="mb-3">Scale</h3>
<p class="text-muted mb-0">Scale your impact with software</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-user text-primary mb-3 sr-icons"></i>
<h3 class="mb-3">Volunteering</h3>
<p class="text-muted mb-0">Get help from mission-driven, experienced developers</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-empty text-primary mb-3 sr-icons"></i>
<h3 class="mb-3"></h3>
<p class="text-muted mb-0"></p>
</div>
</div>
</div>
</div>
</section>
<section class="bg-primary" id="volunteers">
<div class="container">
<div class="row vertical-align">
<div class="col-md-6 text-justify">
<h2 class="section-heading text-light text-center">Volunteers</h2>
<hr class="light my-4">
<p class="text-light mb-4">Are you looking to give more meaning to your code or use your spare time for
social good?
<br><br> Tell us about your skills and interests and we will come back to you with great opportunities to
help!
<br><br> To guarantee the longevity of your contribution, we only select committed organizations with a
long-term vision and purpose.
</p>
</div>
<div class="col-md-6 text-center">
<a class="btn btn-light btn-xl js-scroll-trigger fixed-width volunteer" target="_blank" href="https://airtable.com/shrA3a37ZBz5HtqPO">
Get Involved </a>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-empty text-light mb-3 sr-icons"></i>
<h3 class="mb-3 text-light"></h3>
<p class="text-faded mb-0"></p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<a href="https://airtable.com/shrA3a37ZBz5HtqPO"><i class="fa fa-4x fa-book text-light mb-3 sr-icons"></i></a>
<h3 class="mb-3 text-light">Skills</h3>
<p class="text-faded mb-0">Tell us about your strengths</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 text-center mx-auto">
<a href="https://airtable.com/shrA3a37ZBz5HtqPO"><i class="fa fa-4x fa-search text-light mb-3 sr-icons"></i></a>
<h3 class="mb-3 text-light">Matching</h3>
<p class="text-faded mb-0">Select the causes you care about</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-empty text-light mb-3 sr-icons"></i>
<h3 class="mb-3 text-light"></h3>
<p class="text-faded mb-0"></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="companies">
<div class="container">
<div class="row vertical-align">
<div class="col-md-6 text-center">
<a class="btn btn-primary btn-xl js-scroll-trigger fixed-width volunteer" target="_blank" href="mailto:[email protected]">
Contact Us </a>
</div>
<div class="col-md-6 text-justify">
<h2 class="section-heading text-center">Companies</h2>
<hr class="my-4">
<p class="text mb-4">Are you looking for opportunities to mobilize your team around social impact projects?
</br>
</br>
Ovio helps you source impactful projects where your team's skills can make a real difference.
Create powerful engagement by allowing your employees to directly dedicate their time and skills towards
social impact causes they care about.
</br>
</br>
Our skill-based volunteering opportunities improve engagement and retention among your technical teams.
</br>
</br>
Reach out to us and we will help you find projects that are aligned with your focus and will enable your
employees to maximize their impact.
</p>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-empty -o text-primary mb-3 sr-icons"></i>
<h3 class="mb-3"></h3>
<p class="text-muted mb-0"></p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-search text-primary mb-3 sr-icons"></i>
<h3 class="mb-3">Matching</h3>
<p class="text-muted mb-0">Find impactful projects, aligned with your vision</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-user text-primary mb-3 sr-icons"></i>
<h3 class="mb-3">Volunteering</h3>
<p class="text-muted mb-0">Engage your employees and create powerful connections</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-empty text-primary mb-3 sr-icons"></i>
<h3 class="mb-3"></h3>
<p class="text-muted mb-0"></p>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio -->
<section class="p-0" id="portfolio">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Featured</h2>
<hr class="my-4">
</div>
<div class="col-lg-8 mx-auto text-center">
<p class="text-justify mb-4 text-center">Here are a few featured open-source projects. See something you like?
Let us know!
</p>
</div>
<div class="container-fluid p-0">
<!-- Explorer Automation -->
<!-- <div class="row no-gutters popup-gallery" id="includedContent"></div> -->
<div class="row no-gutters popup-gallery">
<!-- Projects Divs -->
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" target="_blank" href="https://github.com/mapswipe">
<img class="img-fluid" src="images/portfolio/1_mapswipe.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">Humanitarian Mapping</div>
<div class="project-name">MapSwipe - With every swipe and tap, help put families on a map</div>
<div class="btn btn-light fixed-width nonprofit" style="margin: 10px;">python</div>
<div class="btn btn-light fixed-width nonprofit" style="margin: 10px;">react-native</div>
<br>
<i class="fa fa-github"></i>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" target="_blank" href="https://github.com/opendatakit">
<img class="img-fluid" src="images/portfolio/2_open_datakit.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">Humanitarian Data Management</div>
<div class="project-name">Open Data Kit - Assist with the collection and management of survey data</div>
<br>
<i class="fa fa-github"></i>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" target="_blank" href="https://github.com/ifmeorg/ifme">
<img class="img-fluid" src="images/portfolio/10_if_me.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">Healthcare</div>
<div class="project-name">If-Me - Communication and mental health education tool</div>
<br>
<i class="fa fa-github"></i>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" target="_blank" href="https://github.com/hotosm">
<img class="img-fluid" src="images/portfolio/4_hotosm.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">Humanitarian Mapping</div>
<div class="project-name">Hotosm - Open maps for humanitarian response and economic development</div>
<br>
<i class="fa fa-github"></i>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" target="_blank" href="https://github.com/healthsites/healthsites">
<img class="img-fluid" src="images/portfolio/5_healthsites-io.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">Healthcare</div>
<div class="project-name">Healthsites.io - Capturing and sharing critical health and sanitation data</div>
<br>
<i class="fa fa-github"></i>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" target="_blank" href="https://github.com/openmrs">
<img class="img-fluid" src="images/portfolio/6_open_mrs.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">Healthcare</div>
<div class="project-name">Open MRS - Open source Health IT by and for the entire planet</div>
<br>
<i class="fa fa-github"></i>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" target="_blank" href="https://github.com/openfoodfoundation/openfoodnetwork">
<img class="img-fluid" src="images/portfolio/7_openfoodnetwork.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">Sustainability, Food</div>
<div class="project-name">Open Food Network - Rethink the food supply chain</div>
<br>
<i class="fa fa-github"></i>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" target="_blank" href="https://github.com/miracle-messages">
<img class="img-fluid" src="images/portfolio/9_miracle_messages.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">Homelessness</div>
<div class="project-name">Miracle Messages - Help reunite families and loved ones</div>
<br>
<i class="fa fa-github"></i>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" target="_blank" href="https://github.com/oppia">
<img class="img-fluid" src="images/portfolio/8_oppia.png" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">Education</div>
<div class="project-name">Oppia - Provide high-quality education to those who lack access to it</div>
<br>
<i class="fa fa-github"></i>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" target="_blank" href="https://github.com/HTBox">
<img class="img-fluid" src="images/portfolio/3_htbox.png" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">Humanitarian</div>
<div class="project-name">Humanitarian ToolBox - When disaster strikes, code saves lives</div>
<br>
<i class="fa fa-github"></i>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" target="_blank" href="https://github.com/foodcoops/foodsoft">
<img class="img-fluid" src="images/portfolio/12_food_coops.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">Food</div>
<div class="project-name">FoodSoft - Web-based software to manage a non-profit food coop</div>
<br>
<i class="fa fa-github"></i>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" target="_blank" href="https://github.com/medic">
<img class="img-fluid" src="images/portfolio/11_medic_mobile.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">Healthcare</div>
<div class="project-name">Medic Mobile - Help health workers around the globe</div>
<br>
<i class="fa fa-github"></i>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" target="_blank" href="https://github.com/openMF">
<img class="img-fluid" src="images/portfolio/mifos.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">Financial Inclusion</div>
<div class="project-name">Mifos - Delivering the services needed for an effective financial inclusion</div>
<br>
<i class="fa fa-github"></i>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" target="_blank" href="https://github.com/ShelterTechSF">
<img class="img-fluid" src="images/portfolio/shelter_tech.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">Homelessness</div>
<div class="project-name">ShelterTech - Develop digital solutions for underserved communities</div>
<br>
<i class="fa fa-github"></i>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" target="_blank" href="https://github.com/rapidpro/rapidpro">
<img class="img-fluid" src="images/portfolio/rapidpro.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">International Development</div>
<div class="project-name">RapidPro - Deliver rapid and vital real-time information about lifesaving
services</div>
<br>
<i class="fa fa-github"></i>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" target="_blank" href="https://github.com/codebuddies/codebuddies">
<img class="img-fluid" src="images/portfolio/code_buddies.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">Education</div>
<div class="project-name">Code Buddies - Community-organized hangouts for learning programming together</div>
<br>
<i class="fa fa-github"></i>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" target="_blank" href="https://github.com/openemr/openemr">
<img class="img-fluid" src="images/portfolio/open_emr.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">Healthcare</div>
<div class="project-name">Open EMR - open source electronic health records & medical practice
management
solution
</div>
<br>
<i class="fa fa-github"></i>
</div>
</div>
</a>
</div>
<!-- END - Projects Divs -->
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" target="_blank" href="mailto:[email protected]">
<img class="img-fluid" src="images/portfolio/other_project.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-name">Let us know!</div>
<i class="fa fa-envelope"></i>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- Partners -->
<section class="bg-primary" id="partners">
<div class="text-center text-white">
<h2 class="section-heading">Volunteers and Partners</h2>
<hr class="my-4 text-white">
</div>
<br>
<br>
<div class="row">
<a class="col-lg-3 col-md-6 text-center" href='https://www.enpc.fr', style="margin-bottom: 30px;">
<img class="img-fluid" src="images/organizations/enpc_white.png" alt="">
</a>
<a class="col-lg-3 col-md-6 text-center" href='https://www.facebook.com', style="margin-bottom: 30px;">
<img class="img-fluid" src="images/organizations/facebook.png" alt="">
</a>
<a class="col-lg-3 col-md-6 text-center" href='https://www.lyft.com', style="margin-bottom: 30px;">
<img class="img-fluid" src="images/organizations/lyft_white.png" alt="">
</a>
<a class="col-lg-3 col-md-6 text-center" href='https://www.airbnb.com', style="margin-bottom: 30px;">
<img class="img-fluid" src="images/organizations/airbnb_white.png" alt="">
</a>
</div>
<hr class="my-4 text-white">
<div class="row">
<a class="col-lg-3 col-md-6 text-center" href='https://www.columbia.edu', style="margin-bottom: 30px;">
<img class="img-fluid" src="images/organizations/columbia_white.png" alt="">
</a>
<a class="col-lg-3 col-md-6 text-center" href='https://www.unicef.org', style="margin-bottom: 30px;">
<img class="img-fluid" src="images/organizations/unicef_white.png" alt="">
</a>
<a class="col-lg-3 col-md-6 text-center" href='https://www.stanford.edu', style="margin-bottom: 30px;">
<img class="img-fluid" src="images/organizations/stanford_white.png" alt="">
</a>
<a class="col-lg-3 col-md-6 text-center" href='https://github.com/search?q=enter_your_name_here'>
<img class="img-fluid" src="images/organizations/ellipsis.png" alt="">
</a>
</div>
</section>
<!-- <section class="bg-dark text-white">
<div class="container text-center">
<h2 class="mb-4">Free Download at Start Bootstrap!</h2>
<a class="btn btn-light btn-xl sr-button" href="http://startbootstrap.com/template-overviews/creative/">Download Now!</a>
</div>
</section> -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading text-center">Get In Touch!</h2>
<hr class="my-4">
<p class="mb-5">Ready to link your project or interested in learning more?
<br>Give us a call or send us an email and we will get back to you as soon as possible!</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 ml-auto text-center">
<i class="fa fa-phone fa-3x mb-3 sr-contact"></i>
<p>650-283-9210</p>
</div>
<div class="col-lg-4 mr-auto text-center">
<i class="fa fa-envelope-o fa-3x mb-3 sr-contact"></i>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
</div>
</section>
<footer id="footer" class="">
<div class="container">
<div class="row text-center">
<div class="col-lg-4 mr-auto text-center">
<a href="https://facebook.com/oviohub" target="_blank"><i class="fa fa-4x fa-facebook text-primary mb-3 sr-icons"></i></a>
</div>
<div class="col-lg-4 mr-auto text-center">
<a href="https://twitter.com/OvioHub" target="_blank"><i class="fa fa-4x fa-twitter text-primary mb-3 sr-icons"></i></a>
</div>
<div class="col-lg-4 mr-auto text-center">
<a href="https://www.linkedin.com/company/oviohub/" target="_blank"><i class="fa fa-4x fa-linkedin text-primary mb-3 sr-icons"></i></a>
</div>
</div>
<br>
<div class="row">
<div class="col-lg-8 mx-auto text-center">
© 2019
<a class="white" target="_blank" href="http://www.oviohub.com" title="OvioHub">Ovio Inc</a> - All Rights
Reserved
-
<a class="white" target="_blank" href="http://www.distinctivethemes.com" title="Premium Themes and Templates">Theme</a>
</div>
</div>
</div>
</footer>
<!--/#footer-->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/creative.min.js"></script>
</body>
</html>