From 67a4f1bec6894bc351a6b7fac131af8c6433dc78 Mon Sep 17 00:00:00 2001 From: Emily Samp Date: Fri, 21 Jun 2024 10:38:55 -0500 Subject: [PATCH] Added hiring and donation link to sponsorship page --- app/javascript/components/pages/SponsorUs.jsx | 55 +++++++++++++++++-- 1 file changed, 50 insertions(+), 5 deletions(-) diff --git a/app/javascript/components/pages/SponsorUs.jsx b/app/javascript/components/pages/SponsorUs.jsx index 2ec997d..c74b96b 100644 --- a/app/javascript/components/pages/SponsorUs.jsx +++ b/app/javascript/components/pages/SponsorUs.jsx @@ -2,6 +2,8 @@ import React from 'react'; import { Helmet } from 'react-helmet-async'; import SharedLayout from 'components/layout/SharedLayout'; import PageTitleWithContainer from 'components/PageTitleWithContainer'; +import Card from 'components/Card'; +import Button from 'components/Button'; const SponsorUs = () => ( <> @@ -11,11 +13,54 @@ const SponsorUs = () => ( -
- +
+
+

Sponsorship tiers

+ + +
+ +
+ +
+ +

Hire from WNB.rb

+

+ Even if you aren't a sponsor, you can hire from our community by + posting your open jobs on our job board. +

+ + + +
+ + +

Make a donation

+

+ Not ready to sponsor WNB.rb? That's okay! We'd still greatly + appreciate a donation of any amount. All the money we earn goes back + into the community. +

+ + + +
+