-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace Formspree forms with Google Forms
- Loading branch information
Showing
4 changed files
with
55 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,15 @@ | |
<div class="row"> | ||
<div class="col-lg-12 text-center"> | ||
<h2 class="section-heading text-uppercase">Contact Us</h2> | ||
<p class="section-heading"> <i>please feel free to send us an email at [email protected]</i></p> | ||
<p class="section-heading"> <i>please feel free to send us an email at [email protected], or access our contact form below</i></p> | ||
</div> | ||
</div> | ||
<form | ||
<div class="col-lg-12 text-center"> | ||
<a href="https://forms.gle/ZbojYRaQ7d7tAsFv7" target="_blank" class="btn btn-primary btn-xl text-uppercase">Contact Form</a> | ||
<!-- <button id="googleFormButton" class="btn btn-primary btn-xl text-uppercase" type="submit">Contact Form</button> --> | ||
</div> | ||
<!-- 230802 formspree is too expensive, migrating to google form --> | ||
<!-- <form | ||
action="https://formspree.io/mknvrbar" | ||
method="POST"> | ||
|
@@ -33,6 +38,6 @@ <h2 class="section-heading text-uppercase">Contact Us</h2> | |
</form> | ||
</div> | ||
</div> | ||
</form> | ||
</form> --> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters