-
Notifications
You must be signed in to change notification settings - Fork 0
/
page-VM-shop-ebook.html
405 lines (398 loc) · 17.7 KB
/
page-VM-shop-ebook.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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
<!DOCTYPE html>
<html lang="en">
<head>
<title>Visual Medicine™</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="VM_images/favicon.png">
<link rel="stylesheet" href="css/bundle.css">
<link rel="stylesheet" href="css/hody-icons.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/VM_style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Quattrocento:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Tangerine:400" rel="stylesheet" type="text/css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Preloader-->
<div id="loader">
<div class="centrize">
<div class="v-center">
<div id="mask">
<span></span>
</div>
</div>
</div>
</div>
<!-- End Preloader-->
<!-- Navigation Bar-->
<header id="topnav">
<div class="container">
<!-- Logo container-->
<a href="index.html"><div class="logo">HOME</div></a>
<!-- End Logo container-->
<div class="menu-extras">
<div class="menu-item">
<!-- Shopping cart-->
<div class="cart-open">
<a href="#">
<i class="hc-bag"></i><span class="cart-number">2</span>
</a>
<div class="shopping-cart">
<ul class="nav product-list">
<li>
<div class="product-thumbnail">
<img src="VM_images/painting3.jpg" alt="">
</div>
<div class="product-summary">
<a href="page-VM-shop-single.html">Painting 1</a><span>£400</span>
</div>
</li>
<li>
<div class="product-thumbnail">
<img src="VM_images/painting1.jpg" alt="">
</div>
<div class="product-summary">
<a href="page-VM-shop-single.html">Painting 2</a><span>£600</span>
</div>
</li>
</ul>
<div class="mini-cart-info">
<h5>Cart Subtotal:<span class="pull-right">£1000.00</span></h5>
</div>
<div class="cart-buttons">
<div class="cart-btn-item">
<a class="btn btn-color btn-sm btn-block" href="page-VM-shop-cart.html">View Cart</a>
</div>
<div class="cart-btn-item">
<a class="btn btn-color-out btn-sm btn-block" href="page-VM-shop-checkout.html">Checkout</a>
</div>
</div>
</div>
</div>
<!-- End shopping cart-->
</div>
<div class="menu-item toggle-nav">
<!-- Mobile menu toggle-->
<a class="menu-toggle" href="#">
<div class="toggle-inner"></div>
</a>
<!-- End mobile menu toggle-->
</div>
</div>
<div id="navigation">
<ul class="navigation-menu nav">
<li>
<a href="page-VM-about.html">visual medicine</a>
</li>
<li class="menu-item-has-children">
<a href="page-VM-online-courses.html">courses</a>
<ul class="submenu">
<li><a href="page-VM-online-courses.html">Online courses</a>
</li>
<li><a href="page-VM-retreats-workshops.html">Retreats and Workshops</a>
</li>
<li class="menu-item-has-children">
<a href="page-VM-facilitation.html">Facilitation</a>
<ul class="submenu">
<li>
<a href="page-VM-facilitation.html#facilitator-training">Facilitator training</a>
</li>
<li>
<a href="page-VM-facilitation.html#VM-facilitators">VM facilitators</a>
</li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="page-VM-business.html">Business</a>
<ul class="submenu">
<li>
<a href="page-VM-business.html#workshops">Workshops</a>
</li>
<li>
<a href="page-VM-business.html#consultation">Consultation</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="page-VM-app.html">app</a>
</li>
<li class="menu-item-has-children">
<a href="#">Shop</a>
<ul class="submenu">
<li><a href="page-VM-shop.html">VM™ Prints</a>
</li>
<li><a href="page-VM-shop-book.html">Book</a>
</li>
<li><a href="page-VM-shop-ebook.html">e-Book</a>
</li>
</ul>
</li>
<li>
<a href="page-VM-soul-compass.html">Soul compass</a>
</li>
<li class="menu-item-has-children">
<a href="#">Suzette Clough</a>
<ul class="submenu">
<li><a href="page-VM-bio.html">Bio</a>
</li>
<li><a href="page-VM-SC-paintings.html">Paintings</a>
</li>
</ul>
</li>
<li>
<a href="page-VM-blog.html">Blog</a>
</li>
</ul>
</div>
</div>
</header>
<!-- End Navigation Bar-->
<section class="page-title parallax-bg">
<div class="row-parallax-bg">
<div class="parallax-wrapper">
<div class="parallax-bg-element">
<img src="VM_images/painting15.jpg" alt="">
</div>
</div>
<div class="parallax-overlay"></div>
</div>
<div class="centrize">
<div class="v-center">
<div class="container">
<div class="title">
<h1 class="upper">VM™ e-Book</h1>
<h4>Get the Visual Medicine e-Book</h4>
</div>
</div>
</div>
</div>
<div class="section-scrolling"><a id="scroll-section" href="#"><i class="hc-angle-down"></i></a>
</div>
</section>
<section>
<div class="container">
<div class="single-product-details">
<div class="row">
<div class="col-md-6">
<img src="VM_images/VM_book.jpg" alt="">
</div>
<div class="col-md-5 col-md-offset-1">
<div class="title m-0">
<h2 class="product_title entry-title">Visual Medicine™ e-Book</h2>
</div>
<div class="single-product-price">
<div class="single-product-price-details">
<h3><ins>£25</ins></h3>
</div>
</div>
<div class="single-product-desc">
<h5>Description</h5>
<p>Visual Medicine™ is a radically simple painting and writing process originated by Suzette
Clough which anyone can use. Visual Medicine allows images to emerge – to be born, rather
than painted. It is a practice akin to meditation, where a paradigm shift takes place; from
trying to be creative – to naturally being creative in the moment. The paintings that arise
are not only aesthetically surprising, they are also templates of infinite complexity that
reflect and express the underlying forms and patterns existent in all nature. In turn, these
images give a visual access to the vastness of possibility within your own emotional and
spiritual nature. This book will introduce you to what Suzette Clough calls the Oracle Mind -
the potent visionary energy of the right-brain that each human consciousness carries
innately. Visual Medicine is a process that gives you an access into an unpredictable realm
where your creative mind can imagine, problem solve and transform.</p>
</div>
<div class="single-product-add">
<form class="inline-form" action="#">
<div class="input-group">
<input class="form-control" type="number" placeholder="QTY" value="1" min="1"><span class="input-group-btn"><button class="single_add_to_cart_button btn btn-dark" type="submit">Add to cart<i class="hc-bag"></i></button></span>
</div>
</form>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</section>
<!-- testimonials section -->
<section>
<div class="container">
<div class="col-sm-12 col-md-offset-2 col-md-8">
<div class="title center testimonials_slider_black">
<h2>Testimonials</h2>
</div>
<ul class="slides testimonials_slider_black">
<li>
<blockquote>
<p class="serif">"Visual Medicine - the Art of the Unknown" is an exquisite offering from a brilliant artist and
psychotherapist. Its evocative images, poetry and wisdom invite the reader to open and
journey deeper into the landscapes of their own soul. The effect is akin to a wise guide taking
the readers hand and expertly whispering encouragement and navigation in how to let go,
inquire and create. This is an important book and a deep support to anyone sincere in the
process of authentic creativity and spiritual liberation.”</p>
<footer>Miranda Macpherson - author of Boundless Love, founder of the Interfaith Foundation, and The
Feminine Wisdom School</footer>
</blockquote>
</li>
<li>
<blockquote>
<p class="serif">"I adore this wise, rich book. Reading it and working it feels a bit like discovering a form of
healing magic. I was feeling dry and flat as a writer and now, more energy and creative juice is
flowing. Written with tenderness, filled with gorgeous images and truly fresh exercises,
Visual Medicine might just change your creative life forever."</p>
<footer>Jennifer Louden, author of The Life Organizer and The Woman's Comfort Book</footer>
</blockquote>
</li>
<li>
<blockquote>
<p class="serif">“I love this book… it’s radical, transformative and wise. A real contribution to spiritual creativity and
its power to problem solve, heal and guide.”</p>
<footer>Mark Bryan, co-author, with Julia Cameron of ‘The Artist’s Way at Work’ and ‘Money Drunk, Money Sober’</footer>
</blockquote>
</li>
</ul>
</div>
</div>
</section>
<!-- footer -->
<footer id="footer-widgets">
<div class="container">
<div class="row">
<div class="col-md-7 ov-h">
<div class="row">
<div class="col-sm-4">
<div class="widget clearfix">
<h5>Shop</h5>
<div class="menu-footer-1-container">
<ul class="menu">
<li><a href="page-VM-app.html">Download App-iTunes</a>
</li>
<li><a href="page-VM-app.html">Download App-Google Play</a>
</li>
<li><a href="page-VM-shop-book.html">Visual Medicine Book</a>
</li>
<li><a href="page-VM-online-courses.html">Visual Medicine Courses</a>
</li>
<li><a href="page-VM-shop.html">Visual Medicine Artwork</a>
</li>
<li><a href="page-VM-SC-paintings.html">Other Suzette Clough Artwork</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="widget clearfix">
<h5>Support</h5>
<div class="menu-footer-1-container">
<ul class="menu">
<li><a href="page-VM-shop-cart.html">Your Account</a>
</li>
<li><a href="page-VM-about.html">How To Use Visual Medicine</a>
</li>
<li><a href="#">FAQs</a>
</li>
<li><a href="page-VM-contact.html">Contact me</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="widget clearfix">
<h5>Legal</h5>
<ul>
<li><a href="#">Privacy Policy</a>
</li>
<li><a href="#">Security</a>
</li>
<li><a href="#">Cookies</a>
</li>
<li><a href="#">T&Cs</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-md-offset-1">
<div class="row">
<div class="col-md-12">
<div class="widget clearfix">
<h5>Get Our Newsletter</h5>
<div class="footer-newsletter">
<p class="serif">Sign Up to get the latest updates.</p>
<form class="newsletter-form" data-mailchimp="true" data-url="http://hody.us12.list-manage.com/subscribe/post?u=d9d1052c1b2ba81576842a9fb&id=c70c5d0c82">
<div class="input-group">
<input class="form-control" type="email" name="EMAIL" placeholder="Email"><span class="input-group-btn"><button class="btn newsletter-btn" type="submit">Subscribe</button></span>
</div>
</form>
</div>
</div>
<div class="widget clearfix">
<h5>Follow Visual Medicine™</h5>
<ul class="social-list">
<li class="social-item-facebook"><a target="_blank" href="#"><i class="hc-facebook"></i></a>
</li>
<li class="social-item-twitter"><a target="_blank" href="#"><i class="hc-twitter"></i></a>
</li>
<li class="social-item-instagram"><a target="_blank" href="#"><i class="hc-instagram"></i></a>
</li>
<li class="social-item-dribbble"><a target="_blank" href="#"><i class="hc-pinterest"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<footer id="footer">
<div class="container">
<div class="copy-text">
<p>© 2017 Visual Medicine™. All rights reserved.</p>
</div>
</div>
</footer>
<div id="search-modal">
<div class="centrize">
<div class="v-center">
<div class="container">
<div class="search-form">
<!-- Search Form-->
<form class="searchform">
<div class="input-group">
<input class="form-control" type="search" data-required="required" name="s" placeholder="Search..." value=""><span class="input-group-btn"><button class="btn btn-color" type="submit"><span><i class="hc-search"></i></span>
</button>
</span>
</div>
</form>
<!-- End Search Form-->
</div>
</div>
</div>
</div>
<a id="close-search-modal" href="#">
<i class="hc-close"></i>
</a>
</div>
<div class="go-top">
<a href="#top">
<i class="hc-angle-up"></i>
</a>
</div>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/bundle.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCNGOsBBZo9vf0Tw4w6aJiilSTFVfQ5GPI"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>