-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·46 lines (44 loc) · 1.46 KB
/
index.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
34
35
36
37
38
39
40
41
42
43
44
45
46
---
title: Fresh print
layout: main
---
{% include header.html %}
<div class="hero text-center">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1 class="hero__heading">Welcome to Fresh Print Glasgow</h1>
<p class="hero__copy">Get in touch and let us show you how fast, reliable and affordable we are!</p>
<div class="mt-4 hero__btns">
<a href="#" class="btn btn-fresh btn-lg mx-1">Find out more</a>
<a href="#" class="btn btn-outline-light btn-lg mx-1">Get in touch</a>
</div>
</div>
</div>
</div>
</div>
<div class="aim text-center">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2">
<h2 class="aim__heading">Our aim</h2>
<hr>
<p class="aim__copy">We aim to be the most reliable design, print and sign making company with the fastest turnaround in the UK, and we’re doing pretty well so far.</p>
</div>
</div>
</div>
</div>
<div class="services text-center">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h2 class="hero__heading">Our services</h2>
<p class="hero__copy">Get in touch and let us show you how fast, reliable and affordable we are!</p>
<div class="mt-4 hero__btns">
<a href="#" class="btn btn-fresh btn-lg mx-1">Find out more</a>
</div>
</div>
</div>
</div>
</div>
{% include header.html %}