github.com/darmach/terratest@v0.34.8-0.20210517103231-80931f95e3ff/docs/_pages/contact/index.html (about) 1 --- 2 layout: contact 3 title: contact 4 subtitle: Get help via email, chat, and phone/video from the team that created Terratest. 5 excerpt: Get help via email, chat, and phone/video from the team that created Terratest. 6 permalink: /contact/ 7 slug: contact 8 nav_title: Contact 9 nav_title_link: /docs/ 10 custom_js: 11 - prism 12 - examples 13 - collection-browser_toc 14 - contact-form 15 use_recaptcha: true 16 --- 17 18 <div class="contact__page"> 19 <div class="col-md-6 contact-column"> 20 <h1>Contact Us</h1> 21 <p class="contact-subtitle"> 22 Speak to a real human! 23 </p> 24 <p class="contact-subtitle"> 25 Use the form below or send an email to 26 <a href="mailto:info@gruntwork.io" >info@gruntwork.io.</a> 27 </p> 28 <img class='contact-subtitle-back hidden-shape-xs' src='{{ site.baseurl}}/assets/img/contact/bottom.svg' alt='contact-form-back' /> 29 </div> 30 <div class="col-md-6 form-column"> 31 {% include_relative _contact-form.html %} 32 <img src='{{site.baseurl}}/assets/img/contact/contact-mobile-bottom.svg' alt='Shape' class="header-shapes-bottom hidden-shape" /> 33 </div> 34 </div> 35