mirror of
https://github.com/sartography/spiffworkflow_website.git
synced 2025-02-24 13:28:29 +00:00
Get the form working so any inquiries are added to google docs. Get footer and sidebar working consistently Add the ability for people to comment on posts using commento. Add a contact us shortcode to make it resuable. remove some uniused images assure google anaytics is working, but uses anonymous ips, so we can avoid the cookie policy banner.
11 lines
402 B
HTML
11 lines
402 B
HTML
<section class="section section-light-grey is-medium" id="section5">
|
|
<div class="container">
|
|
<div class="title-wrapper has-text-centered">
|
|
<h2 class="title is-2 is-spaced">Drop us a line or two </h2>
|
|
<h3 class="subtitle is-5 is-muted">We'd love to hear from you</h3>
|
|
<div class="divider is-centered"></div>
|
|
</div>
|
|
{{ partial "contact_form.html" . }}
|
|
</div>
|
|
</section>
|