forked from reslr/reslr.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
33 lines (29 loc) · 912 Bytes
/
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
29
30
31
32
33
---
layout: contact
title: Contact Us
permalink: /contact/
---
<div class="container mtb">
<div class="row">
<div class="col-lg-8">
<h1>Just Get In Touch!</h1>
<div class="hline"></div>
<p>Let us know how we can help.</p>
{% include contact-form.html %}
</div><! --/col-lg-8 -->
<div class="col-lg-4">
<h4>Our Info</h4>
<div class="hline"></div>
<p>
{% for line in site.address.first.lines %}
{{ line }} <br>
{% endfor %}
</p>
<p>
Email: {{ site.email }}
{% if site.tel %}<br/>Tel: {{ site.tel }}{% endif %}
</p>
<p>We help you create amazing digital products.</p>
</div>
</div><! --/row -->
</div><! --/container -->