Updates purchase links and adds them to home page
Torey Heinz
committed Apr 29, 2020
commit cd67cd517567e84136a78e1e2b7e67d3958b984c
Showing 3
changed files with
18 additions
and 2 deletions
content/pages/covid-19.md
+4
-2
| @@ | @@ -54,7 +54,7 @@ For a $5 donation (per mask), you can protect yourself, and others, with this 4- |
| also helping Anchor Rock Foundation to cover the cost of providing this mask to our community health care workers and | |
| First Responders free-of-charge! | |
| - | <a href="https://anchorrockfoundation-covid19.company.site/Fabric-Face-Mask-p188885785" class="button is-primary" target="_blank" rel="noopener noreferrer">Click Here to Purchase Face Masks</a> |
| + | <a href="https://anchorrockfoundation-covid19.company.site" class="button is-primary" target="_blank" rel="noopener noreferrer">Click Here to Purchase Face Masks</a> |
| ### Volunteer | |
| @@ | @@ -75,7 +75,9 @@ skills, keeping volunteers informed, and conveying the organization's purpose to |
| #### SEWERS: | |
| We need people who can and will sew, and who will follow instructions for sewing precut masks precisely. They are simple | |
| - | to sew but don’t work if they are not sewn correctly. [Mask Sewing Instructions](/covid-19/mask-sewing-instructions/) |
| + | to sew but don’t work if they are not sewn correctly. |
| + | |
| + | <a href="/covid-19/mask-sewing-instructions/" class="button is-info">Mask Sewing Instructions</a> |
| **WHAT ARE THE REQUIREMENTS?** | |
content/pages/index.md
+13
-0
| @@ | @@ -16,4 +16,17 @@ residences and retirement communities/facilities, adults with special needs and |
| and the workforce for various reasons. It’s a huge vision, and as a new agency, we realize that we have to build our | |
| programs carefully over time, following the direction we receive in faith. | |
| + | |
| > [COVID-19 - What Are We Doing Now And Why?](/covid-19/) | |
| + | |
| + | <div class="box"> |
| + | |
| + | ### Purchase Face Masks |
| + | |
| + | For a $5 donation (per mask), you can protect yourself, and others, with this 4-layer high-tech fabric face mask...while |
| + | also helping Anchor Rock Foundation to cover the cost of providing this mask to our community health care workers and |
| + | First Responders free-of-charge! |
| + | |
| + | <a href="https://anchorrockfoundation-covid19.company.site" class="button is-primary is-medium" target="_blank" rel="noopener noreferrer">Click Here to Purchase Face Masks</a> |
| + | |
| + | </div> |
src/scss/_theme-default.scss
+1
-0
| @@ | @@ -17,6 +17,7 @@ $fullhd-enabled: false; |
| /* General overrides */ | |
| $primary: #C01B28; | |
| + | $info: #05735D; |
| $default-shadow: 0 2px 3px rgba(black, 0.1), 0 0 0 1px rgba(black, 0.1) !default; | |
| /* Status/State colors (based on Bulma's) */ | |