mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-06-15 22:56:44 +00:00
fixed scaling issues
This commit is contained in:
parent
35d1ba2616
commit
9fa01c2d39
83
index.html
83
index.html
@ -109,11 +109,11 @@
|
||||
</nav>
|
||||
|
||||
<header class="masthead text-center">
|
||||
<div>
|
||||
<div class="container">
|
||||
<img
|
||||
src="img/RRDLogoTrans.png"
|
||||
class="img-fluid"
|
||||
style=" max-height: 50vh;"
|
||||
style=" max-height: 50vh; margin-bottom: 5vh;"
|
||||
alt="Redline Racing
|
||||
Division Logo"
|
||||
/>
|
||||
@ -225,43 +225,48 @@
|
||||
</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
|
||||
>
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user