-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmassage.html
139 lines (96 loc) · 4.33 KB
/
massage.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Massage</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">
Massage
</h3> <br/>
<p class="bodytext2">
I practice deep tissue style massage with integrated skills from acupressure points: a technique that stimulates changes with the nervous system to bring release from tension, easing pain and creating lasting physical change. <br/><br/>
</p>
<p class="bodytext2">
With a specific interest in relieving neck, shoulder and back pain, I also incorporate knowledge and skills relating to reflexology, Alexander Technique, sports injury and nutrition to provide a complete therapeutic solution for the body.<br/><br/>
</p>
<p class="bodytext2">
Individual massages work well when combined with regular yoga sessions.<br/><br/>
</p>
<p class="bodytext2">
"After having headaches for several months I decided to seek help. To my amazement I no longer have head aches and as an added bonus, sorted a problem I had in my hand, during the same session!"<br/><br/>
</p>
<p class="bodytext2">
"I've had pain in the lower back for some time, sometimes needing time off work when it completely goes. Two days after the first session I realised that I no longer had pain. I now have a monthly treatment which helps me to feel relaxed and loosens me up…” <br/><br/>
</p>
<p class="bodytext2">
Cost: £45 per 1 x hour session<br/><br/>
</p>
</div>
<div class="col-md-1 column"></div>
</div>
</div>
</div>
<div class="container"> <br/>
<div class="row thumbnailrow">
<div class="col-md-1 column"></div>
<div class="col-md-10 column">
<div class="caption">
<h3 class="headings2">
Infant Massage
</h3> <br/>
<p class="bodytext2">
Teaching parents how to massage infants is hugely enjoyable and helps encourage closeness and nurturing. Massage can help reduce problems associated with colic, as well as improving circulation and reinforcing movement reflexes in little ones. <br/><br/>
</p>
<p class="bodytext2">
Research indicates that infant massage can also act as a primary intervention for post natal depression by improving parent and baby bonding which isn’t always immediate due to such things as difficult births, lack of sleep, stress and the challenges of new responsibilities.<br/><br/>
</p>
<p class="bodytext2">
"I fell back in love with my baby, you can not believe what a difference the course made."<br/><br/>
</p>
<p class="bodytext2">
"A life saver."<br/><br/>
</p>
<p class="bodytext2">
Course price: £165<br/><br/>
</p>
<p class="bodytext2">
Course covers 5 x weekly 1 hour sessions. Cost includes a special organic welcome baby pack and all notes. <br/><br/>
</p>
</div>
<div class="col-md-1 column"></div>
</div>
</div>
</div>
</div>
</div>
</div><br/><br/><br/><br/>
<div id="sitefooter"></div>
</body>
<script type="text/javascript">
$(document).ready(function(){
navBar('index.html');
bootStrapAndCSSlink();
menuItems();
sociallinks();
footer();
});
</script>
</html>