mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-06-15 22:56:44 +00:00
added form for activity fair
This commit is contained in:
parent
9fa01c2d39
commit
597bb86520
66
index.html
66
index.html
@ -135,6 +135,72 @@
|
||||
|
||||
<section id="scroll">
|
||||
<br />
|
||||
<div class="container">
|
||||
<div class="alert alert-danger" role="alert">
|
||||
If you are an Embry-Riddle student that would like the join the club
|
||||
<a
|
||||
href="#"
|
||||
class="alert-link"
|
||||
data-toggle="modal"
|
||||
data-target="#exampleModal"
|
||||
>
|
||||
click here</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Modal -->
|
||||
<div
|
||||
class="modal fade"
|
||||
id="exampleModal"
|
||||
tabindex="-1"
|
||||
role="dialog"
|
||||
aria-labelledby="exampleModalLabel"
|
||||
aria-hidden="true"
|
||||
>
|
||||
<div
|
||||
class="modal-dialog modal-dialog-centered modal-lg"
|
||||
role="document"
|
||||
>
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="exampleModalLabel">
|
||||
Club Sign Up Form
|
||||
</h5>
|
||||
<button
|
||||
type="button"
|
||||
class="close"
|
||||
data-dismiss="modal"
|
||||
aria-label="Close"
|
||||
>
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<iframe
|
||||
width="100%"
|
||||
height="480px"
|
||||
src="https://forms.office.com/Pages/ResponsePage.aspx?id=Y8kxabcHVkGrDjXR95A1uE_w_Cnn0CVGvLJv4aPTUylUNktSNEJRQjFQNk1SMjdDSEQ2UFlISDc4MiQlQCN0PWcu&embed=true"
|
||||
frameborder="0"
|
||||
marginwidth="0"
|
||||
marginheight="0"
|
||||
style="border: none; max-width:100%; max-height:100vh"
|
||||
allowfullscreen
|
||||
webkitallowfullscreen
|
||||
mozallowfullscreen
|
||||
msallowfullscreen
|
||||
>
|
||||
</iframe>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<small class="text-muted"
|
||||
>Thanks for considering Redline Racing Division
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-6 order-lg-2">
|
||||
|
Loading…
x
Reference in New Issue
Block a user