mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-08-02 03:21:29 +00:00
added donation info
This commit is contained in:
45
index.html
45
index.html
@@ -167,7 +167,45 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<section style="margin-left: 10%; margin-right: 10%;">
|
||||||
|
<div class="jumbotron">
|
||||||
|
<h1 class="display-4">Donate</h1>
|
||||||
|
<p class="lead">
|
||||||
|
Redline Racing Division values donations from everyone, be it large
|
||||||
|
corporations or local community members. Any donation made is tax
|
||||||
|
deductible through Embry-Riddle Aeronautical University's 501(c)(3)
|
||||||
|
non-profit status. Below, we have our official sponsorship package
|
||||||
|
which spells out how your donation helps progress students education.
|
||||||
|
</p>
|
||||||
|
<hr class="my-4" />
|
||||||
|
<h2>Donations less than $500</h2>
|
||||||
|
<p>
|
||||||
|
We greatly appreciate donations of all sizes. Cash donations smaller
|
||||||
|
than $500 are made easy using the gofundme link below. If you wish to
|
||||||
|
donate something other than money please reach out to us using the
|
||||||
|
form below.
|
||||||
|
</p>
|
||||||
|
<a
|
||||||
|
class="btn btn-primary btn-lg"
|
||||||
|
style="background-color: #00b964; border-color: #00b964;"
|
||||||
|
href="https://www.gofundme.com/f/embryriddle-aeronautical-university-fsae-team"
|
||||||
|
role="button"
|
||||||
|
>gofundme</a
|
||||||
|
>
|
||||||
|
<hr class="my-4" />
|
||||||
|
<h2>Large Donations</h2>
|
||||||
|
<p>
|
||||||
|
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>
|
||||||
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
@@ -194,6 +232,7 @@
|
|||||||
<input
|
<input
|
||||||
type="Name"
|
type="Name"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
|
name="fullName"
|
||||||
id="fullName"
|
id="fullName"
|
||||||
placeholder="First Last"
|
placeholder="First Last"
|
||||||
/>
|
/>
|
||||||
@@ -202,7 +241,7 @@
|
|||||||
<label for="message">Message</label>
|
<label for="message">Message</label>
|
||||||
<textarea
|
<textarea
|
||||||
class="form-control"
|
class="form-control"
|
||||||
id="exampleFormControlTextarea1"
|
id="message"
|
||||||
rows="3"
|
rows="3"
|
||||||
placeholder="Enter your message here."
|
placeholder="Enter your message here."
|
||||||
></textarea>
|
></textarea>
|
||||||
@@ -224,8 +263,6 @@
|
|||||||
<div class="p-5">
|
<div class="p-5">
|
||||||
<h2 class="display-4">Contact Us</h2>
|
<h2 class="display-4">Contact Us</h2>
|
||||||
|
|
||||||
<p></p>
|
|
||||||
|
|
||||||
<!-- <li class="icon solid fa-phone">(000) 000-0000</li>
|
<!-- <li class="icon solid fa-phone">(000) 000-0000</li>
|
||||||
<li class="icon solid fa-envelope">
|
<li class="icon solid fa-envelope">
|
||||||
<a href="#">information@untitled.tld</a>
|
<a href="#">information@untitled.tld</a>
|
||||||
|
Reference in New Issue
Block a user