Skip to content

Commit

Permalink
rsvp due date
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent committed Sep 19, 2024
1 parent f03b76c commit f085373
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h1 class="mt-3" style="margin-bottom: 1rem">Questions</h1>
</p>
<div class="collapse" id="collapseRSVP">
<div class="card card-body"><p>
TBD
Kindly R.S.V.P. by June 1, 2025. Unfortuantely we need an accurate guest count and cannot accept any more guests after that date.
</p></div>
</div>
<br>
Expand Down Expand Up @@ -295,6 +295,23 @@ <h1 class="mt-3" style="margin-bottom: 1rem">Questions</h1>
Here is our optional <a href="https://www.zola.com/registry/maggieandjulia2025" class="text-body-secondary">registry</a>.
</div>
<br>

<p class="d-inline-flex gap-1">
<button class="faq-question btn" type="button" data-bs-toggle="collapse" data-bs-target="#collapseContact" aria-expanded="false" aria-controls="collapseContact">
<span>
Who can I ask if I have more questions?
</span>
<div class="container-icon">
<i class="fas fa-chevron-down ms-2"></i>
</div>
</button>
</p>
<div class="collapse" id="collapseContact">
<div class="card card-body"><p>
You can contact both Maggie and Julia with questions about the wedding by emailing us at [email protected].
</div>
<br>

<script>
document.addEventListener('DOMContentLoaded', function() {
const collapseButton = document.querySelector('[data-bs-target="#collapseExample"]');
Expand Down

0 comments on commit f085373

Please sign in to comment.