-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyoga.html
131 lines (95 loc) · 4.48 KB
/
yoga.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Yoga</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">
<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">
Yoga - Group Classes
</h3> <br/>
<p class="bodytext2">
Dynamic Flow Yoga:<br/>Using posture combinations that specifically develop core strength and promote active movements, yoga can successfully counter against static lifestyles. Knowledge from a sports science background helps to bring a clear, modern language to yoga practice. Sessions are energetic and fun, helping focus mind, body and thought through movement and the release of endorphins.<br/><br/>
</p>
<p class="bodytext2">
Soft Yoga:<br/>Focus in these classes moves away from the physical actions themselves and centres around the idea of how the body responds to movement. The yoga encourages thought: how our mind and knowledge of ‘self’ relates to the physical action. This helps focus the mind, and begins to explore the physical and mental space we inhabit.<br/><br/>
</p>
<p class="bodytext2">
Cost: £50 for course of 10 x 1 hour sessions<br/>£6.50 per drop in session.<br/><br/>
</p>
<p class="bodytext2">
Classes are open to all age groups and abilities. <br/>There is a ‘men only’ session on a Thursday evening.<br/>Under 16s please bring a guardian.<br/><br/>
</p>
</div>
<div class="col-md-1 column"></div>
</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">
Yoga - One On One Sessions
</h3> <br/>
<p class="bodytext2">
During these hourly sessions the focus is on you as an individual. Here we explore yoga techniques that target your areas of weakness. <br/><br/>
</p>
<p class="bodytext2">
The sessions are particularly suited to those who have specific needs, for instance those suffering from depression, chronic fatigue and dementia, as well as those undergoing cancer treatment and people with muscular skeletal problems.<br/><br/>
</p>
<p class="bodytext2">
"I wish I had come to see you when I was first diagnosed with chronic fatigue. I would have had a far more positive experience in coping with the diagnosis."<br/><br/>
</p>
<p class="bodytext2">
"I don't like being in a class, I am too self conscious. I learn far more in a lesson, I can ask questions and really start to understand what's going on.”<br/><br/>
</p>
<p class="bodytext2">
Cost: £35 per 1 x hour session<br/><br/>
</p>
</div>
<div class="col-md-1 column"></div>
</div>
</div>
</div>
</div><br/><br/><br/>
<div id="sitefooter"></div>
</body>
<script type="text/javascript">
$(document).ready(function(){
navBar('index.html');
bootStrapAndCSSlink();
menuItems();
sociallinks();
footer();
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-57158427-1', 'auto');
ga('send', 'pageview');
</script>
</html>