1
0
mirror of https://gitlab.com/redline-racing-division/redline-racing-website.git synced 2025-08-02 11:31:23 +00:00

added donation instructions

This commit is contained in:
2020-08-19 13:36:07 -07:00
parent c7c7897a2a
commit b6f2065307

View File

@@ -217,7 +217,75 @@
sponsorship package which outlines how your donation helps
progress student's education.
</p>
<!--<hr class="my-4" />
<!-- Button trigger modal -->
<button
type="button"
class="btn btn-primary btn-lg"
data-toggle="modal"
data-target="#donateModal"
>
Donation Instructions
</button>
<!-- Modal -->
<div
class="modal fade"
id="donateModal"
tabindex="-1"
role="dialog"
aria-labelledby="donateModalLabel"
aria-hidden="true"
>
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="donateModalLabel">
Donation Instructions
</h5>
<button
type="button"
class="close"
data-dismiss="modal"
aria-label="Close"
>
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<li>Go to Eagle Life using the button below.</li>
<li>Click Make a Gift</li>
<li>Enter your donation amount</li>
<li>
Under "How would you like to designate your gift?" select
"Colleges, Atheltics, and Other Funds" then at the bottom
select "Other fund not listed" and click continue.
</li>
<li>
In the text box under "Selected Designations" enter
"Prescott Formula SAE"
</li>
</div>
<div class="modal-footer">
<!-- <button
type="button"
class="btn btn-secondary"
data-dismiss="modal"
>
Close
</button> -->
<a
class="btn btn-primary"
href="https://givingto.erau.edu/"
role="button"
>Giving to Embry Riddle</a
>
</div>
</div>
</div>
</div>
<!-- <hr class="my-4" />
<h2>Donations less than $500</h2>
<p>
Cash donations smaller than $500 are made easy using the gofundme
@@ -237,12 +305,6 @@
Large donations must be made through the via Embry-Riddle using
the link below.
</p>-->
<a
class="btn btn-primary btn-lg"
href="https://givingto.erau.edu/"
role="button"
>Giving to Embry Riddle</a
>
</div>
</div>
</div>