From 5174b0077eabb5408200d97b56686849eb3b1832 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Mon, 25 Dec 2023 00:39:19 -0500 Subject: [PATCH] feat: initial donate page content --- app/routes/__info.donate.tsx | 78 +++++++++++++++++++++++------------- 1 file changed, 50 insertions(+), 28 deletions(-) diff --git a/app/routes/__info.donate.tsx b/app/routes/__info.donate.tsx index 7299391..9bd605d 100644 --- a/app/routes/__info.donate.tsx +++ b/app/routes/__info.donate.tsx @@ -2,45 +2,67 @@ import { Link } from "@remix-run/react"; export default function Page() { return ( - +

- You believe the internet should be free and open for everyone, - regardless of political beliefs. + Building an Open, User-Owned Web Together

- Please understand that, according to United States regulations for our - present incorporation status, donations are not currently - tax-deductible. + Our mission is clear:{" "} + to create a web that is owned and shaped by its users. + If we don't take the lead, others will shape it for us.

- If you are a corporation or business, planning to make a large donation, - we recommend that you consult a CPA to ensure you understand the tax - implications of your donated funds first. + Operated under the Lume Web project, web3.news exists for the + community's benefit and is developed under the MIT license. We’re + committed to transparency and open collaboration.

-

- All payments are nondeductible donations (unless you get consulted - otherwise) and do not create any implied service contract or obligation - for Hammer Technologies LLC to render any services. + At web3.news, we are dedicated to{" "} + building technology, fostering community, and{" "} + providing education. Our vision is powered by your + participation and support.

-

- To those that see Web3 as DeFi, we ask this: Do you go on your web - browser to access TradingView or other market tools as your homepage, or - do you go check your social media, email, and news sites, as well as - your money? Blockchain itself is more than just money, and so is Web3, - and by extension P2P networks. + Currently, web3.news operates thanks to your generous donations and + grant funding, at this time primarily from the{" "} + + Sia Foundation + + , a 501c3 blockchain foundation focused on decentralized storage. This + significant support aligns closely with our mission of{" "} + building an open and decentralized web. These + contributions are vital for our ongoing operations and development, + ensuring web3.news remains a vibrant and valuable resource for everyone, + and paving the way for our future growth and sustainability.

- -

So help us in our goals to level-up Web3.

- - - - +
); }