From 63b297ca34ed8479ab8a1c57072c13ca95994a3f Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 4 Sep 2021 19:25:07 +0200 Subject: [PATCH] Integrate revue subscription --- pages/signup.tsx | 118 +++++++++++++++++++++++++++-------------------- 1 file changed, 67 insertions(+), 51 deletions(-) diff --git a/pages/signup.tsx b/pages/signup.tsx index d20063abc..57afd329a 100644 --- a/pages/signup.tsx +++ b/pages/signup.tsx @@ -17,6 +17,71 @@ import { OpensourceBanner } from '../components/opensource-banner'; import { UpdatesBanner } from '../components/updates-banner'; import { Footer } from '../components/footer'; import { CheckCircleIcon } from '@chakra-ui/icons'; +import siteConfig from '../content/site.json'; + +function FreeSignUp() { + return ( + + + Monthly Updates + Enter your email below to get notified about the new + roadmaps, guides and updates + +
+ + +
+ + + Once a month email about the changes to roadmaps, new roadmaps, free guides and + videos. + +
+
+ ); +} + +function PaidSignUp() { + return ( + + Updates and Paid Content + People sponsoring me on GitHub get access to the updates + as well as paid content. + + + + + Get notified about the updates + + + + Access to paid guides and Videos + + + + Support the Project + + + + Get a shoutout on Twitter + + + + Your name will be added to Thanks + + + + + + ); +} export default function SignUp() { return ( @@ -25,57 +90,8 @@ export default function SignUp() { - - - Monthly Updates - Enter your email below to get notified about the new - roadmaps, guides and updates - - - - - Once a month email about the changes to roadmaps, new roadmaps, free guides and - videos. - - - - - Updates and Paid Content - People sponsoring me on GitHub get access to the updates - as well as paid content. - - - - - Get notified about the updates - - - - Access to paid guides and Videos - - - - Support the Project - - - - Get a shoutout on Twitter - - - - Your name will be added to Thanks - - - - Sponsor - on GitHub - + +