mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-06-15 22:56:44 +00:00
added donation info
This commit is contained in:
parent
012afba23e
commit
3f44796b5c
45
index.html
45
index.html
@ -167,7 +167,45 @@
|
||||
</div>
|
||||
</div>
|
||||
</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>
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
@ -194,6 +232,7 @@
|
||||
<input
|
||||
type="Name"
|
||||
class="form-control"
|
||||
name="fullName"
|
||||
id="fullName"
|
||||
placeholder="First Last"
|
||||
/>
|
||||
@ -202,7 +241,7 @@
|
||||
<label for="message">Message</label>
|
||||
<textarea
|
||||
class="form-control"
|
||||
id="exampleFormControlTextarea1"
|
||||
id="message"
|
||||
rows="3"
|
||||
placeholder="Enter your message here."
|
||||
></textarea>
|
||||
@ -224,8 +263,6 @@
|
||||
<div class="p-5">
|
||||
<h2 class="display-4">Contact Us</h2>
|
||||
|
||||
<p></p>
|
||||
|
||||
<!-- <li class="icon solid fa-phone">(000) 000-0000</li>
|
||||
<li class="icon solid fa-envelope">
|
||||
<a href="#">information@untitled.tld</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user