mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-16 02:35:54 -07:00
Update welcome page
This commit is contained in:
parent
98b9134779
commit
e5e0d6f6df
20 changed files with 792 additions and 125 deletions
11
app/views/contacts/index.html.erb
Normal file
11
app/views/contacts/index.html.erb
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<%= 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue