Skip to content

Commit 5f63173

Browse files
authored
Merge pull request #71 from ESIPFed/add-rsvp
add rsvp button
2 parents d3133b0 + 2946e1b commit 5f63173

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

{{ cookiecutter.repo_directory }}/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ <h1 class="hero-heading mb-2">
134134
<div class="hero-intro mb-4">{{ cookiecutter.banner.description
135135
}}
136136
</div>
137+
<div class="hero-rsvp mb-4 text-center">
138+
<p class="rsvp-text mb-3">Our venue has a cozy, limited capacity for this amazing event! To avoid FOMO (Fear Of Missing Out), please make sure you RSVP right away!</p>
139+
<a class="btn btn-primary btn-lg" href="https://forms.gle/TZ9cbXU8wUCwxMWi8" target="_blank">RSVP Now</a>
140+
</div>
137141
{%- if cookiecutter.banner.links %}
138142
<div class="hero-cta">
139143
{%- for link in cookiecutter.banner.links %}

0 commit comments

Comments
 (0)