Skip to content

Commit 1f711f3

Browse files
committed
add questions form
1 parent 4e96f78 commit 1f711f3

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

css/index.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,19 @@ nav ul {
339339
z-index:4;
340340
}
341341

342+
section#questions .questions-form {
343+
width: 100%;
344+
height: 0;
345+
padding-bottom: 82.25%;
346+
position: relative;
347+
}
348+
349+
section#questions .questions-form iframe {
350+
position: absolute;
351+
width: 100%;
352+
height: 100%;
353+
}
354+
342355
button.cta, .button.cta {
343356
background-image: linear-gradient(90deg,var(--theme-color),var(--accent-color));
344357
border-radius:30px;

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,9 @@ <h1>Questions?</h1>
371371
Please email or message any of the officers if you have additional questions. We are always happy to
372372
help!
373373
</p>
374+
<div class="questions-form">
375+
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdj48P4koz9LpLaa0LQzk5AtcaOTXh8AwTLo5hNFh-ax7u5tA/viewform?embedded=true" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
376+
</div>
374377
</section>
375378
</main>
376379
<script src="js/index.js"></script>

0 commit comments

Comments
 (0)