-
Notifications
You must be signed in to change notification settings - Fork 4
/
about.html
180 lines (167 loc) · 9.09 KB
/
about.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
---
---
<!DOCTYPE HTML>
<!--
Directive by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>{{ site.title }}</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="{{ site.description }}" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main-directive.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<div id="header">
<img class="icon-logo" src="{{ site.baseurl }}/assets/images/logo.svg" alt="SmarterGiving logo">
<!--span class="logo icon fa-paper-plane-o"></span-->
<h1>SmarterGiving</h1>
<p>About Us
<br />
</p>
</div>
<!-- Main -->
<div id="main">
<header class="major container 75%">
<h2>Open Source Projects</h2>
<p>Our open source work focuses on the accessibility of philanthropic data</p>
</header>
<div class="box alt container">
<section class="feature left">
<a href="https://www.grantmakers.io" target="_blank" class="image icon fa-external-link"><img src="{{ site.baseurl }}/assets/images/grantmakers.jpg" alt="SmarterGiving Grantmakers.io" /></a>
<div class="content">
<h3>Grantmakers.io</h3>
<p>A community project demonstrating how open source technologies can be leveraged to minimize the cost of hosting and sharing philanthropic data </p>
</div>
</section>
<section class="feature right">
<a href="https://github.com/smartergiving/foundation-website-template" target="_blank" class="image icon fa-external-link"><img src="{{ site.baseurl }}/assets/images/grantmaker-template.jpg" alt="SmarterGiving Grantmaker Template" /></a>
<div class="content">
<h3>Foundation Templates</h3>
<p>Transparency should be a policy decision, not a technological one. Our open source website templates help grantmakers of all sizes establish their online presence.</p>
</div>
</section>
<section class="feature left">
<a href="https://github.com/smartergiving/sdg-predictor" target="_blank" class="image icon fa-external-link"><img class="image" src="{{ site.baseurl }}/assets/images/open-source-logo.jpg" alt="SmarterGiving SDG Predictor" /></a>
<div class="content">
<h3>SDG Predictor</h3>
<p>Leveraging Machine Learning and <a href="https://cloud.google.com/prediction/docs/">Google Cloud APIs</a> to classify grants by <a href="https://sustainabledevelopment.un.org/sdgs">U.N. Sustainable Development Goal</a>. </p>
</div>
</section>
<section class="feature right">
<a href="https://github.com/smartergiving/irs-990-fetch" target="_blank" class="image icon fa-external-link"><img class="image" src="{{ site.baseurl }}/assets/images/irs-form-990.jpg" alt="IRS Form 990 Node.js Scripts" /></a>
<div class="content">
<h3>IRS 990PF Scripts</h3>
<p>Node.js scripts to work with electronic IRS Form 990PF. Download, parse, normalize, and insert into a MongoDB database.</p>
</div>
</section>
<section class="feature left">
<a href="https://github.com/smartergiving/open-data" target="_blank" class="image icon fa-external-link"><img src="{{ site.baseurl }}/assets/images/open-source-logo.jpg" alt="SmarterGiving Open Data" /></a>
<div class="content">
<h3>Open Data</h3>
<p>Most machine-readable data in the charitable world is stuck behind paywalls. We're exploring new ways to gather and share data so developers can more easily experiment with new philanthropic models.</p>
</div>
</section>
<section class="feature right">
<a href="http://kyn.github.io/kyn-platform" target="_blank" class="image icon fa-external-link"><img class="image" src="{{ site.baseurl }}/assets/images/platform.jpg" alt="Kyn" /></a>
<div class="content">
<h3>Kyn</h3>
<p>It's easy to follow and mimic the investments of for-profit investors. We asked ourselves why it was so hard to follow and mimic experienced philanthropists and built a philanthropy platform around the idea.</p>
</div>
</section>
<section class="feature left">
<a href="https://smartergiving.org/dispatch/" target="_blank" class="image icon fa-external-link"><img src="{{ site.baseurl }}/assets/images/ipad.jpg" alt="SmarterGiving Dispatch" /></a>
<div class="content">
<h3>Dispatches</h3>
<p>Dispatches are curated lists of effective nonprofits. We find experienced philanthropists in given topics and use their insights to present users a digestible list of 10 nonprofits.</p>
</div>
</section>
<section class="feature right">
<a href="https://github.com/smartergiving/hgrant-json" target="_blank" class="image icon fa-external-link"><img class="image" src="{{ site.baseurl }}/assets/images/open-source-logo.jpg" alt="SmarterGiving HGrant JSON" /></a>
<div class="content">
<h3>hGrant-JSON</h3>
<p>We converted the <a href="http://foundationcenter.org/gain-knowledge/foundation-data/hgrant" target="_blank">hGrant spec</a> to JSON schema, making it much easier for developers to create valid hGrants in machine-readable format.</p>
</div>
</section>
</div>
<div class="box container">
<header>
<h2>Who We Are</h2>
</header>
<section class="text-center">
<p>We're a merry band of product-minded geeks, led by <a href="https://www.chadkruse.com">Chad Kruse.</a></p>
</section>
</div>
<footer class="major container 75%">
<h2>The Goal: $1 Trillion</h2>
<p>Let's triple the amount of charitable giving in the US within 5 years.<br>And let's do so together, in the open.</p>
<div class="row">
<div class="12u">
<ul class="actions">
<li><a href="{{ site.baseurl }}/" class="button"/>Return to Home</a></li>
</ul>
</div>
</div>
</footer>
</div>
<!-- Footer -->
<div id="footer">
<div class="container 75%">
<header class="major last">
<h2>Get in Touch</h2>
</header>
<p>We love connecting and collaborating with other practitioners in the space.</p>
<form id="contact-form" action="https://formspree.io/f/[email protected]" method="post">
<div class="row">
<div class="6u 12u(mobilep)">
<input type="text" name="name" placeholder="Name" />
</div>
<div class="6u 12u(mobilep)">
<input type="email" name="email" placeholder="Email" />
</div>
</div>
<div class="row">
<div class="12u">
<textarea name="message" placeholder="Message" rows="6"></textarea>
</div>
</div>
<!-- CONFIG -->
<input class="is-hidden" type="text" name="_gotcha">
<input type="hidden" name="_subject" value="Subject">
<input type="hidden" name="_cc" value="[email protected]">
<!-- /CONFIG -->
<div class="row">
<div class="12u">
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
</ul>
</div>
</div>
</form>
</div>
<div class="container 75%">
<ul class="icons">
<li><a href="https://twitter.com/smartergiving" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/smartergiving" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© <a href="{{ site.baseurl }}/">SmarterGiving</a>. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main-directive.js"></script>
{% include ga.html %}
</body>
</html>