-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
86 lines (63 loc) · 3.43 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About 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="apps, workflow, server, cloud, workflowmax, xero, mobile, ios, iphone, ipad, phone, cumbria, tecnhology, contact, telephone, number, art, illustration, design, kirkby, lonsdale, kirkby lonsdale, ruby, java, turing, machine, patents, privacy, data, processing, and systems, first direct bank">
<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">
About Me
</h3> <br/>
<p class="bodytext2">
For as long as I can remember, I have always been fascinated by physical movement. Having poor eyesight meant that I would recognise people by the way they moved, rather than their faces.<br/><br/>
</p>
<p class="bodytext2">
I began practising yoga in my teens and immediately felt the benefits upon my physical and mental well being. I also realised that it was helping me develop a clearer, calmer perspective on life: something that remains with me today.<br/><br/>
</p>
<p class="bodytext2">
During my twenties, and after seeing both my parents struggle with chronic back pain, it quickly became apparent that my chosen field of market research wasn’t for me. I felt I could do something to help others and decided to start training as a massage therapist. <br/><br/>
</p>
<p class="bodytext2">
Based on my personal experiences of yoga, I soon decided not just to follow physical therapy but also explore techniques for mental and emotional well being in the belief that the whole self needs to be considered, rather than each element being treated in isolation. This lead to a further exploration of the fields of yoga and mental relaxation which, in combination with massage, I felt could provide a more complete therapy solution.<br/><br/>
</p>
<p class="bodytext2">
Today, I run a thriving business providing individual one-on-one massage and yoga sessions as well as group sessions. Classes cater for all ages and abilities. In addition, there’s a ‘men only’ group that is specifically tailored to the male physique.<br/><br/>
</p>
<p class="bodytext2">
My presentation of teaching is led by example, using visual imagery and simple direction. Sessions are relaxed, honest and above all enjoyable - a fun sense of humour helps invoke a sense of lightness. <br/><br/>
</p>
</div>
<div class="col-md-1 column"></div>
</div>
</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>