From 8013c64eb5cb6c2fe918c94ff2fbd7af6750d619 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 26 Aug 2021 12:39:05 +0200 Subject: [PATCH] Add thanks page --- pages/thanks.tsx | 105 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 pages/thanks.tsx diff --git a/pages/thanks.tsx b/pages/thanks.tsx new file mode 100644 index 000000000..1ca892c81 --- /dev/null +++ b/pages/thanks.tsx @@ -0,0 +1,105 @@ +import React from 'react'; +import { + Box, Button, + Container, + Flex, + Heading, + Image, + Link, + ListItem, + SimpleGrid, + Stack, + Text, + UnorderedList +} from '@chakra-ui/react'; +import { GlobalHeader } from '../components/global-header'; +import { OpensourceBanner } from '../components/opensource-banner'; +import { UpdatesBanner } from '../components/updates-banner'; +import { Footer } from '../components/footer'; + +export default function Thanks() { + return ( + + + + + + + + Thanks! + The project has been made possible by the all the wonderful humans and companies supporting the + project on GitHub Sponsors and we are truly + grateful for that. + + + + + + Companies + + + + + + + + + + + + + + + + Monthly Sponsors + + Alexander Blake + Joseph Jacks + Mustafa Magdi + Dmytro Bolkachov + Liquidaty + Anri Lazash + + + + + Past or One Time Sponsors + + DigitalOcean + Gabriel Checchia + Slawomir Hadas + Victor Sevelev + Matheus Felipe + Emre Tanriverdi + + + + + Support the Project + Sponsor me on GitHub to help ensure the continuity of the project. + + + + + + + + +