diff options
author | Zach van Rijn <me@zv.io> | 2021-07-19 11:47:42 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-07-19 11:47:42 -0500 |
commit | 9878a50b9f41de58f394128c964c7dac81bdb27d (patch) | |
tree | 96cb648d2af6ecf84729c1f0d7472ddb4c9efcbb /src | |
parent | af10fa2d84e88474e8000d9418a5f0bb65b0bea7 (diff) | |
download | site-ng-9878a50b9f41de58f394128c964c7dac81bdb27d.tar.gz site-ng-9878a50b9f41de58f394128c964c7dac81bdb27d.tar.bz2 site-ng-9878a50b9f41de58f394128c964c7dac81bdb27d.tar.xz site-ng-9878a50b9f41de58f394128c964c7dac81bdb27d.zip |
Add anchor and button to Donate page for less scrolling.
Diffstat (limited to 'src')
-rw-r--r-- | src/contribute/donate.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/contribute/donate.html b/src/contribute/donate.html index 057470d..bb4c7e2 100644 --- a/src/contribute/donate.html +++ b/src/contribute/donate.html @@ -29,7 +29,7 @@ __HEADER__ <!-- end Header --> <!-- section 1 --> - <div class="section-lg"> + <div class="section-lg" style="padding-bottom: 80px !important"> <div class="container"> <div class="row align-items-center"> <div class="col-12 col-md-4"> @@ -45,9 +45,12 @@ __HEADER__ <p>We leverage third-party 501(c)(3) tax-exempt organizations to manage our finances and accept donations on our behalf. This means your donation might be tax-deductible.</p> <br /> <p>Donations can be made in the form of money, equipment, services, and more.</p> + <br /> + <a class="button button-lg button-radius button-dark margin-top-30" href="#where">Support Adélie</a> </div> </div><!-- end row --> </div><!-- end container --> + <div style="position:relative;" id="where"><!-- this magic number compensates for the header on anchor jump --></div> </div> <!-- end section 1 --> |