From 2e4aa43ac52f05070e8f9ea36c871c581cd87161 Mon Sep 17 00:00:00 2001 From: Saumya Shahi <147405306+saumyashahi@users.noreply.github.com> Date: Tue, 24 Dec 2024 20:54:54 +0530 Subject: [PATCH] Make Donation Banner Responsive and Sync Logo Colors Dynamically, (#603) * Fixes #576. Replace outdated about text with perennial (#608) Co-authored-by: Devin Ulibarri * Created a donation-banner for the website Co-authored-by: Muhammad Haroon --------- Co-authored-by: Devin Ulibarri Co-authored-by: Devin Ulibarri Co-authored-by: Muhammad Haroon --- _includes/banner-mobile.html | 3 - _includes/banner.html | 20 ---- _includes/donation_banner.html | 25 +++++ _includes/nav.html | 178 ++++++++------------------------- assets/entry-stop.svg | 21 ++++ assets/sparkles.svg | 1 + css/custom.css | 145 ++++++++++++++++++++++++++- js/custom.js | 35 +++++-- js/main.js | 124 +++++++++++++---------- 9 files changed, 331 insertions(+), 221 deletions(-) delete mode 100644 _includes/banner-mobile.html delete mode 100644 _includes/banner.html create mode 100644 _includes/donation_banner.html create mode 100644 assets/entry-stop.svg create mode 100644 assets/sparkles.svg diff --git a/_includes/banner-mobile.html b/_includes/banner-mobile.html deleted file mode 100644 index 85775223..00000000 --- a/_includes/banner-mobile.html +++ /dev/null @@ -1,3 +0,0 @@ -
-

Our goal is $25k this fall, and every contribution counts! Whether you give $3 or more, your tax-deductible donation will help us continue to provide a unique learning environment where youth can solve authentic tasks and learn by doing. Read more about how we can make a difference together and donate today!

-
diff --git a/_includes/banner.html b/_includes/banner.html deleted file mode 100644 index f989e5ab..00000000 --- a/_includes/banner.html +++ /dev/null @@ -1,20 +0,0 @@ -
-

Our goal is $25k this fall, and every contribution counts! Whether you give $3 or more, your tax-deductible donation will help us continue to provide a unique learning environment where youth can solve authentic tasks and learn by doing. Read more about how we can make a difference together and donate today!

- - - -
diff --git a/_includes/donation_banner.html b/_includes/donation_banner.html new file mode 100644 index 00000000..d3da9bb8 --- /dev/null +++ b/_includes/donation_banner.html @@ -0,0 +1,25 @@ + +
+ +
\ No newline at end of file diff --git a/_includes/nav.html b/_includes/nav.html index 98f90946..ae88933f 100755 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -2,12 +2,8 @@
- -