mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-08-02 19:41:30 +00:00
added donation instructions
This commit is contained in:
76
index.html
76
index.html
@@ -217,7 +217,75 @@
|
|||||||
sponsorship package which outlines how your donation helps
|
sponsorship package which outlines how your donation helps
|
||||||
progress student's education.
|
progress student's education.
|
||||||
</p>
|
</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">×</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>
|
<h2>Donations less than $500</h2>
|
||||||
<p>
|
<p>
|
||||||
Cash donations smaller than $500 are made easy using the gofundme
|
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
|
Large donations must be made through the via Embry-Riddle using
|
||||||
the link below.
|
the link below.
|
||||||
</p>-->
|
</p>-->
|
||||||
<a
|
|
||||||
class="btn btn-primary btn-lg"
|
|
||||||
href="https://givingto.erau.edu/"
|
|
||||||
role="button"
|
|
||||||
>Giving to Embry Riddle</a
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user