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>
|