-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
32 lines (30 loc) · 1.07 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
29
30
31
32
---
layout: has-masthead
---
<div class="c-masthead">
<figure class="c-masthead__media">
<img src="/images/placeholder-square.jpg" alt="">
<!--
<figcaption class="c-masthead__caption">Lorem ipsum dolor sit amet, consectetur adipiscing elit <span class="c-masthead__credit">Julian Dawson for Carlisle Photo</span></figcaption>
-->
</figure>
</div>
<main class="s-blog-page">
<section class="c-band c-band--tall">
<div class="o-wrapper">
<div class="o-layout-flex">
<div class="o-layout-flex__item u-flex-1/4">
<h2>Contact</h2>
<hr class="c-dash c-dash--brand-tertiary">
</div>
<div class="o-layout-flex__item u-flex-1/4">
<p>Please contact us for further information or sign up for our newsletter to stay up to date with our latest news.</p>
</div>
<div class="o-layout-flex__item u-flex-1/4">
<p>Email <a href="mailto:[email protected]">[email protected]</a></p>
<p>Phone +44 (0) 1234 567890</p>
</div>
</div>
</div>
</section>
</main>