diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index 5347369..6da38e9 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -9,33 +9,21 @@ export const meta: MetaFunction = () => { export default function Index() { return ( -
-

Welcome to Remix

- +
+
+

+ {'Teknum\'s Open Collective'} +

+ +

+ Being an open source community that hosts out own stuff (like Pesto, Graphene, and some Telegram bots) and someone {'else\'s'} stuff (like Verdaccio, Bagetter, Libreddit) definitely cost some money, since {'we\'ll'} need to rent some servers, and most of the time, one server is not enough. Not just that, we also hosts a yearly community meetup called TeknumConf, which also cost some money and {'it\'s'} a lot expensive compared to just renting servers. To make everything runs on the day to day basis where people can access our service for free and attend to TeknumConf event with minimum entrance fee, we setup a few places where people can donate their money to us. We ended up having GitHub Sponsor and Saweria page. + + On the internet, where most people are donating with USD, they use a platform called OpenCollective where you can do money management publicly. Using OpenCollective also means that {'we\'ll'} have to shutdown any other donation funnels and just use OpenCollective alone. Sadly, that {'doesn\'t'} work with us. People that interact with the community only able to donate with IDR, which on OpenCollective, {'there\'s'} no actual fiscal host that would be compatible to us. + + We are an open source community, we want to uphold our value of openness and we want to guarantee that the donations being made is used properly. +

+ +
); }