diff --git a/src/assets/donate-jumbotron-bg.png b/src/assets/donate-jumbotron-bg.png new file mode 100644 index 0000000..c43b572 Binary files /dev/null and b/src/assets/donate-jumbotron-bg.png differ diff --git a/src/assets/why-bg-2.png b/src/assets/why-bg-2.png new file mode 100644 index 0000000..0377b5f Binary files /dev/null and b/src/assets/why-bg-2.png differ diff --git a/src/components/Donate/How/How.astro b/src/components/Donate/How/How.astro index c0ffb73..042e232 100644 --- a/src/components/Donate/How/How.astro +++ b/src/components/Donate/How/How.astro @@ -1,18 +1,54 @@ --- -import './How.scss'; +import Button from "../../ui/Button.astro"; +import FeaturedGroup from "../../ui/FeaturedGroup.astro"; +// import "./How.scss"; --- -
-
-
-

How should I donate?

-

Donate via Gitcoin during funding rounds

-

- When Gitcoin is doing funding rounds, donating through their website will give a matching bonus of up to - 150%. This means that your donation will have a bigger impact on the project during this time period. -

-
- Gitcoin -
+ + +
+
+
+
+ +
+
diff --git a/src/components/Donate/Jumbotron/Jumbotron.astro b/src/components/Donate/Jumbotron/Jumbotron.astro index 5a0c0f3..3f66fcf 100644 --- a/src/components/Donate/Jumbotron/Jumbotron.astro +++ b/src/components/Donate/Jumbotron/Jumbotron.astro @@ -1,9 +1,18 @@ --- -import '../../../styles/jumbotron.scss'; +import backgroundSrc from "/src/assets/donate-jumbotron-bg.png"; --- -
-

- Lume is people-powered. +
+ +

+ Lume is
people-powered.

diff --git a/src/components/Donate/Legal/Legal.astro b/src/components/Donate/Legal/Legal.astro index 4182199..37628b0 100644 --- a/src/components/Donate/Legal/Legal.astro +++ b/src/components/Donate/Legal/Legal.astro @@ -1,18 +1,23 @@ --- -import './Legal.scss'; +// import './Legal.scss'; --- -