-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
183 lines (170 loc) · 6.66 KB
/
services.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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hypnotherapy - Hull, East Yorkshire</title>
<link rel="shortcut icon" href="/images/favicon.ico">
<link rel="apple-touch-icon-precomposed" href="/images/favicon.png">
<meta name="msapplication-TileColor" content="#84a282">
<meta name="msapplication-TileImage" content="/images/favicon.png">
<link rel="stylesheet" href="/stylesheets/app.css">
<script src="/bower_components/jquery/dist/jquery.min.js"></script>
<script src="/bower_components/picturefill/dist/picturefill.min.js"></script>
<script src="/js/min/app-ck.js"></script>
<!--[if lt IE 9]>
<script src="/bower_components/html5shiv/dist/html5shiv.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.1.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="inner-layout">
<header class="masthead row">
<div class="medium-5 columns logo">
<a href="/"><img src="/images/logo.png" alt="Hypnotherapy"></a>
</div>
<nav class="primary medium-7 columns">
<p class="hide-for-small"> </p> <!-- yeah, I know... -->
<ul class="inline-list right">
<li><a href="/" ''>Home</a></li>
<li><a href="/about.html" ''>About</a></li>
<li><a href="/services.html" ''>Services</a></li>
<li><a href="/faq.html" ''>FAQs</a></li>
<li><a href="/testimonials.html" ''>Testimonials</a></li>
</ul>
</nav>
</header>
<main class="row">
<div class="inner">
<div class="medium-9 columns">
<h1>Services</h1>
<div class="row">
<div class="medium-6 columns">
<h3>One to One Sessions</h3>
<table>
<tr>
<td>Deep relaxation and stress relief</td>
<td>£40</td>
</tr>
<tr>
<td>Specific treatment</td>
<td>£50</td>
</tr>
<tr>
<td>Smoking cessation</td>
<td>£150</td>
</tr>
<tr>
<td>Weight loss program (4 sessions)</td>
<td>£250</td>
</tr>
<tr>
<td>Personalised CD to reinforce treatment</td>
<td>£10</td>
</tr>
</table>
</div>
<div class="seperate-left medium-6 columns">
<h3>Group Sessions</h3>
<table>
<tr>
<td>Relaxation and stress relief</td>
</tr>
<tr>
<td>Setting personal goals</td>
</tr>
</table>
<p class="highlight">£15 per person with a minimum of four</p>
<p class="highlight-primary">Free session for the host when they invite five or more guests</p>
</div>
</div>
<div class="row">
<div class="small-12 columns">
<h2>Experience hypnotherapy with friends</h2>
<p>Have a night in with a difference - invite your friends round to experience a group hypnotherapy session in the comfort of your own home or a venue of your choice. This can be a great way to share a wonderful experience with your friends or colleagues. With a choice of various themes, A group session would be perfect for community groups and can be amended for any age or ability.</p>
<h2>Initial contact</h2>
<p>When you first make contact I shall prepare a free one to one consultation. This shall consist of finding out what you want to get out of hypnotherapy. It will help me prepare a session and script specifically tailored to your needs.
</p>
</div>
</div>
</div>
<aside class="sidebar medium-3 '' columns">
<h2>Arrange a session</h2>
<p>Send me a message or give me a call on <strong>07852 311631</strong>.</p>
<form action="/contact.php" method="post">
<div class="row">
<div class="small-12 columns">
<input type="text" name="name" placeholder="Name">
</div>
<div class="small-12 columns">
<input type="text" name="contact" placeholder="Contact Details">
</div>
<div class="small-12 columns">
<select name="time">
<option selected disabled>Time to contact you</option>
<option disabled>-------</option>
<option value="morning">Morning</option>
<option value="afternoon">Afternoon</option>
<option value="evening">Evening</option>
</select>
</div>
<div class="small-12 columns">
<input type="hidden" name="type" value="arrange">
<input type="submit" value="Get in touch">
</div>
</div>
</form>
</aside> </div>
</main>
</div>
<footer class="row">
<div class="medium-3 columns">
<h3>Get in Touch</h3>
<p>For more information please call <strong>Jayney Wright</strong>, <em><small>CMH CPNLP</small></em></p>
<p>Mobile: 07852 311631<br>
Landline: 01482 470561</p>
<p><a href="mailto:jayney.wright@hotmail.co.uk">jayney.wright@hotmail.co.uk</a></p>
</div>
<div class="medium-3 columns">
<h3>Social</h3>
<p><img src="/images/icons/facebook.png" alt="Like me on Facebook"> <a href="https://www.facebook.com/hypnotherapyinhull">Like me on Facebook</a></p>
<p><img src="/images/icons/twitter.png" alt="See my latest tweets"> <a href="https://twitter.com/HTherapyHull">See my latest tweets</a></p>
</div>
<div class="contact medium-6 columns">
<h3>Send a Message</h3>
<form action="/contact.php" method="post">
<div class="row">
<div class="medium-6 columns">
<input type="text" name="name" placeholder="Name">
</div>
<div class="medium-6 columns">
<input type="text" name="contact" placeholder="Contact Details">
</div>
</div>
<div class="row">
<div class="small-12 columns">
<textarea name="message" rows="6" placeholder="What do you want to say?"></textarea>
</div>
</div>
<div class="row">
<div class="small-12 columns">
<input type="hidden" name="type" value="message">
<input type="submit" value="Send message">
</div>
</div>
</form>
</div>
<div class="small-12 columns copyright">
<p>© 2014 All Rights Reserved // Site by <a href="http://www.callumisitt.co.uk">Callum Isitt</a></p>
</div>
</footer>
<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-345708-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>