Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add donate buttons to Warwick page #108

Merged
merged 2 commits into from
Feb 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions website/src/pages/warwick/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import Philosophy from "../../components/Philosophy"
import ContactForm from "../../components/ContactForm"
import SocialIcon from "../../components/SocialIcon"
import Panel from "../../components/Panel"
import Button from "../../components/Button"

import instagram from "../../images/instagram.png"
import facebook from "../../images/facebook.svg"
Expand All @@ -35,6 +36,7 @@ const IndexPage = () => (
]}
right={[
// { text: "Join the 2021/22 committee", href: "https://forms.gle/abcd" },
{ text: "Donate", href: "/warwick/donate" },
]}
/>
<Section className="px-8">
Expand All @@ -48,6 +50,7 @@ const IndexPage = () => (
protected: 340013,
}}
/>
<Button variant="outline" size="large" className="mt-4 mb-12" href="/warwick/donate">Donate</Button>
</Section>
<CTADown
text="How it works"
Expand Down Expand Up @@ -131,6 +134,7 @@ const IndexPage = () => (
<p>Naturally, we are aware that the COVID-19 pandemic may affect the ways in which we can come together over the course of this year, and we are keeping a close eye on the local and national guidance at every stage. However, even if we are not able to come together as an entire community, this will not stop us from marking the end of the year in true Raise style. Whether in smaller groups or all together, we aim to create a meaningful and enjoyable format to bring the community together and celebrate our collective impact under these different circumstances.</p>
</FAQ>
</FAQs>
<Button variant="outline" className="mt-4" href="/warwick/donate">Donate</Button>
</Section>

<Section id="our-philosophy">
Expand Down