You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
347 B

<%= render partial: "layouts/header", locals: {heading: "Contact Us"} %>
<!-- Contact section-->
<div class="py-5 row bg-gray">
<section class="col-md-4 mx-auto color-dark-blue">
<!-- Message confirmation-->
<%= render partial: 'layouts/message_confirmation' %>
<%= render partial: "contacts/contact_form" %>
</section>
</div>