-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
35 lines (32 loc) · 1.99 KB
/
about.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
---
layout: site
title: About
permalink: /about/
---
<main id="about">
<div id="aboutCarousel" class="carousel slide" data-ride="carousel" data-interval="false">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="/img/alternator.jpg" alt="Picture of an alternator">
<div class="carousel-caption w-50 d-none d-sm-block text-left">
<h1>A little about us</h1>
<p class="d-none d-md-block">Ut enim ad minum veniam, quis notas <br>rud exercitation ullamco laborisasta.</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/img/alternator.jpg" alt="Picture of an alternator">
<div class="carousel-caption w-50 d-none d-sm-block text-left">
<h1>A little about us</h1>
<p class="d-none d-md-block">Ut enim ad minum veniam, quis notas <br>rud exercitation ullamco laborisasta.</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="jumbotron business-description text-center jumbotron-fluid pl-5 pr-5">
<h2>It is our mission to always exceed the <em>customer expectations</em> and deliver an unrivalled standard of <em>quality</em> and <em>workmapship</em>.</h2>
<p class="mt-5">Majestic Motors is run by Ben Thompson and is based near Kenilworth in Warwickshire. We work with customers based in Coventry, Birmingham, Solihull, Leamington, Stratford Upon Avon and the West Midlands but also have people come from all over the country for our unique expertise, experience and ethos.</p>
<p>We specialise in classic cars & motorbikes and offer a range of services to preserve, restore or enhance your pride & joy. We can also help with kit cars, race preparation and design/manufacturing of replacement parts & components.</p>
</div>
</div>
</main>