Skip to content

Commit a4fb204

Browse files
committed
Add apps
1 parent 9670abd commit a4fb204

7 files changed

Lines changed: 82 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
_site
22
.sass-cache
33
node_modules
4+
.DS_Store

_includes/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
{% endfor %}
2525
<a class="page-link" href="/protocol.html">Protocol</a>
2626
<a class="page-link" href="https://bridge.simplefin.org">Bridge</a>
27+
<a class="page-link" href="/ecosystem.html">Apps</a>
2728
</div>
2829
</nav>
2930

ecosystem.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
layout: default
3+
---
4+
5+
<style>
6+
h1 {
7+
margin-top: 4rem;
8+
}
9+
section {
10+
border: 1px solid lightgrey;
11+
12+
}
13+
.app-list {
14+
display: flex;
15+
}
16+
.item {
17+
max-width: 120px;
18+
}
19+
.item-title {
20+
text-align: center;
21+
font-size: 1.5rem;
22+
}
23+
.item-logo {
24+
width: 120px;
25+
height: 120px;
26+
border-radius: 100%;
27+
}
28+
.item-logo:empty {
29+
background-color: lightgrey;
30+
}
31+
.item-desc {
32+
width: 100%;
33+
font-size: 0.9rem;
34+
text-align: center;
35+
}
36+
</style>
37+
38+
Here is some software that supports the SimpleFIN Protocol. Email info@simplefin.org or <a href="https://github.com/simplefin/simplefin.github.com/blob/master/ecosystem.md">fork</a> to add to this list.
39+
40+
# Open Source
41+
42+
<div class="app-list">
43+
44+
<a class="item" href="https://github.com/simplefin/sfin2ledger" target="_blank">
45+
<div class="item-logo"></div>
46+
<div class="item-title">sfin2ledger</div>
47+
<div class="item-desc">CLI to convert from SimpleFIN to Ledger</div>
48+
</a>
49+
50+
51+
</div>
52+
53+
54+
# Commercial Apps
55+
56+
<div class="app-list">
57+
58+
<a class="item" href="https://www.bucketsisbetter.com" target="_blank">
59+
<div class="item-logo"><img src="/img/applogos/buckets.png"></div>
60+
<div class="item-title">Buckets</div>
61+
<div class="item-desc">Budgeting App</div>
62+
</a>
63+
64+
65+
</div>
66+
67+
68+
# Services
69+
70+
<div class="app-list">
71+
72+
<a class="item" href="https://bridge.simplefin.org" target="_blank">
73+
<div class="item-logo"><img src="/img/applogos/simplefin.png"></div>
74+
<div class="item-title">SimpleFIN Bridge</div>
75+
<div class="item-desc">Bridge for banks without SimpleFIN</div>
76+
</a>
77+
78+
79+
</div>

img/applogos/buckets.png

17.2 KB
Loading

img/applogos/simplefin.png

14.6 KB
Loading

img/safe.small.png

188 KB
Loading

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SimpleFIN (also SFIN) stands for Simple Financial Interchange and makes read-onl
77
# Why give them the combination to your safe...
88

99
<center>
10-
<img src="/img/safe.png" style="width: 50%;">
10+
<img src="/img/safe.small.png" style="width: 50%;">
1111
</center>
1212

1313
# ...when they only need to look through a window?

0 commit comments

Comments
 (0)