Skip to content

Commit

Permalink
Merge pull request #3 from Open-Source-Justice-Foundation/bri/ffk
Browse files Browse the repository at this point in the history
FFK
  • Loading branch information
brianjcarroll authored Oct 23, 2024
2 parents d4f0a15 + 0fe8bc2 commit af8362a
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 6 deletions.
Binary file added bun.lockb
Binary file not shown.
Binary file added public/ffk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 30 additions & 6 deletions src/components/Projects/Projects.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Keystache, Fundsolvr, Duck, Github } from "../icons";
import { Keystache, Fundsolvr, Duck, Github, FFK } from "../icons";
import SectionTitle from "../shared/SectionTitle";
export default function Projects() {
return (
Expand All @@ -8,9 +8,32 @@ export default function Projects() {
subheading="Empowering Individuals And Communities"
/>
<div className="grid grid-cols-1 md:grid-cols-3 gap-12">
<div className="flex flex-col gap-4">
<FFK />
<h4 className="font-medium font-hubot text-xl text-title mt-2 md:mt-0">
FFK
</h4>
<p className="font-hubot text-md text-heading">
The Foundation Formation Kit (FFK) is a set of tools provided by
OSJF to increase access to tax-advantaged, non-profit structures for
open-source projects of all sizes. With easy to use forms,
instructions, and even a webapp, the FFK will transform the
open-source industry into a robust ecosystem of non-profits,
accelerating capital allocation and supporting the development of
open-source technologies and protocols.
</p>
<div className="flex flex-row gap-4 mt-auto">
<a
href="https://github.com/Open-Source-Justice-Foundation/foundation-formation-kit"
target="_blank"
>
<Github width="32" height="33" />
</a>
</div>
</div>
<div className="flex flex-col gap-4">
<a href="https://fundsolvr.com" target="_blank">
<Fundsolvr />
<Fundsolvr />
</a>
<h4 className="font-medium font-hubot text-xl text-title mt-2 md:mt-0">
Fundsolvr
Expand All @@ -23,9 +46,11 @@ export default function Projects() {
resolution tools provide assurances that further increase market
efficiencies.
</p>
<div className="flex flex-row gap-4">
{/* <Duck /> */}
<a href="https://github.com/Open-Source-Justice-Foundation/Fundsolvr" target="_blank">
<div className="flex flex-row gap-4 mt-auto">
<a
href="https://github.com/Open-Source-Justice-Foundation/Fundsolvr"
target="_blank"
>
<Github width="32" height="33" />
</a>
</div>
Expand All @@ -44,7 +69,6 @@ export default function Projects() {
seamless OAUTH-style login experience across NOSTR-applications.
</p>
<div className="flex flex-row gap-4 mt-auto">
{/* <Duck /> */}
<a href="https://github.com/nodetec/keystache" target="_blank">
<Github width="32" height="33" />
</a>
Expand Down
30 changes: 30 additions & 0 deletions src/components/icons/FFK.tsx

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/components/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import BoltFun from "./BoltFun";
import Alby from "./Alby";
import Discord from "./Discord";
import Grove from "./Grove";
import FFK from "./FFK";
export {
Logo,
Mail,
Expand All @@ -31,4 +32,5 @@ export {
Alby,
Discord,
Grove,
FFK,
};

0 comments on commit af8362a

Please sign in to comment.