-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
101 lines (70 loc) · 2.57 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Contact Me</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<meta name="keywords" content="northern, calm, massage, yoga, wellness, relaxation, wellbeing, cumbria, north, west, uk, casterton, kirkby, lonsdale, laura, mawdsley, muscle, joint, stiff, relax, tension, tense, fitness, health, classes, private, appointment">
<div id='bootStrapAndCSSlink'></div>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
</head>
<body id="withmenu">
<div id="navbar"></div>
<div class="container-fluid row clearfix">
<img alt="140x140" src="img/banner.jpg" class="img-responsive center-block">
</div>
<div class="container"> <br/><br/><br/>
<div class="row thumbnailrow">
<div class="col-md-1 column"></div>
<div class="col-md-10 column">
<div class="caption">
<h3 class="headings2">
Contact Me
</h3><br/>
<p class="bodytext2"><br/>
If you are interested in any of my services or think I can help you, then please get in touch. I'm happy to discuss your needs and suggest a plan to suit you.<br/><br/>
<br/>
e: laura@northerncalm.co.uk
</p>
<p class="bodytext2"><br/>
m: 07989 485 482
</p><br/>
</div>
</div>
<div class="col-md-1 column"></div>
</div>
</div>
<div class="google-maps ">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2946.8917374384223!2d-2.5817620809356696!3d54.211786203508304!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x487c87c7bf9b2443%3A0x2767233a36c3881a!2sCarnforth%2C+Cumbria+LA6+2RZ!5e1!3m2!1sen!2suk!4v1420802286671" width="800" height="300" frameborder="0" style="border:0"></iframe>
</div>
<div class="row thumbnailrow"><br/>
<div class="col-md-1 column">
</div>
<div class="col-md-10 column">
<p class="bodytext2"><br/>
Paries House<br/>
Casterton<br/>
Carnforth<br/>
LA6 2RZ<br/>
</p><br/>
</div>
<div class="col-md-1 column">
</div>
</div>
</div><br/><br/>
<div id="sitefooter"></div>
</body>
<script type="text/javascript">
$(document).ready(function(){
navBar('index.html');
bootStrapAndCSSlink();
menuItems();
sociallinks();
footer();
});
</script>
</html>