15 lines
405 B
HTML
15 lines
405 B
HTML
<article id="contact" class="l-section l-relative l-screen-min-full">
|
|
|
|
<div class="l-underlay contact-bg"></div>
|
|
|
|
<h2 class="section-header">Contact Us</h2>
|
|
|
|
<div class="l-section-block no-margin no-pad-top">
|
|
{{ partial "templates/contact/form-basic.html" . }}
|
|
</div>
|
|
|
|
<div class="l-section-block no-margin no-pad-top">
|
|
{{ partial "templates/map/mapbox-basic.html" . }}
|
|
</div>
|
|
</article>
|