-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
115 lines (109 loc) · 5.74 KB
/
index.html
File metadata and controls
115 lines (109 loc) · 5.74 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
---
layout: default
---
<!-- Header -->
<section id="header">
<div class="inner">
<span class="icon major fa-adjust"></span>
<h1><strong>The Kyn Project </strong>was a series of experiments<br />
leveraging technology for the greater good.</h1>
<p>It was led by a merry band of product-minded geeks<br />
seeking to modernize the charity stack.</p>
<ul class="actions">
<li><a href="#one" class="button scrolly">Discover</a></li>
</ul>
</div>
</section>
<!-- One -->
<section id="one" class="main style1">
<div class="container">
<div class="row 150%">
<div class="6u 12u$(medium)">
<header class="major">
<h2><strong>The Core Problem:</strong><br />
It's too hard to give your money away effectively</h2>
</header>
<p>We started by talking to foundations, individuals, and other charitably-minded folks and quickly discovered that unless you had staff or access to philanthropy advisers, conducting effective philanthropy was time consuming and difficult. </p>
</div>
<div class="6u$ 12u$(medium) important(medium)">
<span class="image fit sacca"><img src="images/sacca.jpg" alt="Kyn - Finding Effective Charities" /></span>
</div>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="main style2">
<div class="container">
<div class="row 150%">
<div class="6u 12u$(medium)">
<span class="image fit social-network"><img src="images/kyn-the-social-network-screenshot-v2.jpg" alt="Kyn - The Social Network" /></span>
</ul-->
</div>
<div class="6u$ 12u$(medium)">
<header class="major">
<h2><strong>The Hunch:</strong><br />
Peer-based philanthropy</h2>
</header>
<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 started testing and building a philanthropy platform around the idea.</p>
</div>
</div>
</div>
</section>
<!-- Three - Dispatch -->
<section id="three" class="main style1 special">
<div class="container">
<header>
<p><a class="no-border" href="http://kyn.github.io/kyn-platform"><img src="images/logo-kyn-project-trim.png" alt="The Kyn Project Logo" /></a></p>
</header>
</div>
</section>
<!-- Four -->
<section id="four" class="main style2">
<div class="container">
<div class="row 150%">
<div class="6u 12u$(medium)">
<ul class="major-icons">
<li><span class="icon style1 major fa-code"></span></li>
<li><span class="icon style2 major fa-cloud"></span></li>
<li><span class="icon style3 major fa-desktop"></span></li>
<li><span class="icon style4 major fa-cog"></span></li>
<li><span class="icon style5 major fa-cart-plus"></span></li>
<li><span class="icon style6 major fa-btc"></span></li>
</ul>
</div>
<div class="6u$ 12u$(medium)">
<header class="major">
<h2><strong>Lessons Learned:</strong><br />
Existing APIs simply don't cut it</h2>
</header>
<p><strong>Payments:</strong> The incumbent payment provider for charities uses aging technology, is expensive to integrate, and leaves much to be desired from a developer perspective. Having used for-profit payments leader <a href="https://stripe.com/" target="_blank">Stripe</a> in other projects, we knew there was a better way.</p>
<p><strong>Nonprofit Data:</strong> Why is there a free API to access over 3.4 million movie titles and poster images, yet if we want data on any of the 1.4 million nonprofits in the US it's stuck behind a paywall?</p>
<p><strong><em>In early 2015 we began experimenting with improvements to the underlying APIs and infrastructure powering the charitable world.</em></strong></p>
</div>
</div>
</div>
</section>
<!-- Closing Section -->
<section id="closing" class="main style1 special">
<div class="container">
<header class="major">
<h2>The Kyn Project is now part of SmarterGiving.org</h2>
</header>
<p>We learned a ton during our time testing and building Kyn and want to give a HUGE shout-out to the amazing team at <a href="http://awesomewithoutborders.org/">Awesome Without Borders</a> for their early support. Though we still believe in the power of 'social proof' to revolutionize nonprofit discovery, it was clear we needed to focus our efforts on fixing some of the underlying technology, data, and APIs powering the charitable world. </p>
<ul class="actions uniform">
<li><a href="https://smartergiving.org" target="_blank" class="button">Visit SmarterGiving <i class="fa fa-external-link-square"></i></a></li>
</ul>
</div>
</section>
<!-- Footer -->
<section id="footer">
<ul class="icons">
<li><a href="https://twitter.com/smartergiving" target="_blank" class="icon alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/Kyn" target="_blank" class="icon alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:hello@smartergiving.org" target="_blank" class="icon alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© The Kyn Project</li><br>
<li>We ♥ open source. HTML5 template graciously provided by <a href="https://twitter.com/n33co">@n33co</a>. Find it at <a href="http://html5up.net">HTML5 UP.</a></li>
</ul>
</section>