-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Donation Banner Responsive and Sync Logo Colors Dynamically, (#603)
* Fixes #576. Replace outdated about text with perennial (#608) Co-authored-by: Devin Ulibarri <[email protected]> * Created a donation-banner for the website Co-authored-by: Muhammad Haroon <[email protected]> --------- Co-authored-by: Devin Ulibarri <[email protected]> Co-authored-by: Devin Ulibarri <[email protected]> Co-authored-by: Muhammad Haroon <[email protected]>
- Loading branch information
1 parent
f80021f
commit 2e4aa43
Showing
9 changed files
with
331 additions
and
221 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<base href="/"> <!--Fix base path issue and ensure compatibility for nested URLs --> | ||
<div id="donation-banner"> | ||
<div class="donate-container"> | ||
<img aria-hidden="true" class="donate-icon" src="../assets/sparkles.svg" alt="Donation Icon"> | ||
<div class="donate-text-container"> | ||
<p class="donate-text"> | ||
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. | ||
<a href="{{ site.baseurl }}/community/2024/12/03/help-SL-continue-to-transform-education"> Read more | ||
</a> | ||
about how we can make a difference together and donate today! | ||
</p> | ||
</div> | ||
<button class="donate-button" id="donate-button"><a | ||
href="https://www.paypal.com/donate?campaign_id=NEAV3YL4H6B5S">DONATE | ||
NOW</a> | ||
</button> | ||
<div class="donate-close-button"> | ||
<button class="close-button" id="close-icon"> | ||
<img src="../assets/entry-stop.svg" alt="Close Banner" /> | ||
</button> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.