-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcontact.html
executable file
·28 lines (23 loc) · 1.06 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
layout: page
title: Contact
---
<section class="pt-5 padding-bottom">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="row">
<div class="col-lg-12">
<img src="/assets/images/contact.jpg" alt="" class="img-fluid w-100">
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-8">
<p class="mt-5 mb-5">Something splashing about in the pool a little way off, and she swam nearer to make out what it was: at first she thought it must be a walrus or hippopotamus, but then she remembered how small she was now, and she soon made out that it was only a mouse that had slipped in like herself.</p>
<h2 class="mb-4">Get In Touch</h2> {% include contact_form.html %}
</div>
</div>
</div>
</div>
</div>
</section>