-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
152 lines (137 loc) · 6.13 KB
/
index.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
<!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>
<section class="banners row">
<div class="inner small-12 columns">
<picture>
<!--[if IE 9]><video style="display: none;"><![endif]-->
<source srcset="/images/summer-field-retina.jpg 2x" media="(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)">
<source srcset="/images/summer-field.jpg">
<!--[if IE 9]></video><![endif]-->
<img srcset="/images/summer-field.jpg" alt="Become the person you want to be">
</picture>
<div class="caption">
<div class="heading"><h2>Become the person you want to be</h2></div>
<div class="copy"><p>Book a session today and take the first step in being exactly who you want to be</p></div>
</div>
</div>
</section>
<main class="row">
<div class="inner">
<div class="medium-4 columns">
<h2 data-header>What is Hypnotherapy?</h2>
<p><img src="/images/forest.jpg" alt="Hypnotherapy - It can help you"></p>
<h3>It can help <em>you</em></h3>
<ul>
<li>Lose weight</li>
<li>Give up smoking</li>
<li>Build confidence</li>
<li>Reduce stress</li>
<li>Plus more!</li>
</ul>
</div>
<div class="medium-4 columns">
<h2 data-header>About Me</h2>
<p><img src="/images/park.jpg" alt="I am totally committed to working within a complete non-judgemental person centred approach"></p>
<h3>Jayney Wright</h3>
<p>I am totally committed to working within a complete non-judgemental person centred approach and helping people discover their full potential.</p>
<p><em>Everyone will be treated with the utmost respect and dignity.</em></p>
</div>
<div class="medium-4 columns">
<h2 data-header>What My Customers Say</h2>
<div class="testimonial">
<p>Apart from achieving the desired results, quickly and easily, the whole process was surprisingly relaxing and pleasurable too.</p>
<h3><strong>Rich</strong> - Hull</h3>
</div>
<div class="testimonial">
<p>I found that my anxiety had lifted and straight after my session, I was left with a feeling of serenity. I would highly recommend it to anyone.</p>
<h3><strong>Adam</strong> - Hull</h3>
</div>
</div>
</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>