-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
447 lines (435 loc) · 13.7 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
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
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
<!DOCTYPE html>
<!--
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-177654373-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-177654373-1");
</script>
<title>Swechha Jain | Begin the Journey Within</title>
<link rel="shortcut icon" href="/images/SWAN2.png" type="image/png" />
<meta
property="og:title"
content="Swechha Jain | Begin the Journey Within"
/>
<meta property="og:type" content="portfolio" />
<meta property="og:url" content="https://swechhajain.com/" />
<meta property="og:image" content="https://swechhajain.com/images/SWAN2.png" />
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<meta name=”description” content="The site is a spiritual site and talks about how one can enhance his/her own soul journey through Tao Science and Reiki Healing.">
<meta name="keywords" content="Soul healing, Tao hands blessing, Tao healing, soul science, soul journey, Tao, Reiki" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript
><link rel="stylesheet" href="assets/css/noscript.css"
/></noscript>
<style>
#name_logo {
display: inline;
}
@media only screen and (max-width: 600px) {
#name_logo {
display: none;
}
}
</style>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header
id="header"
style="background-color: rgba(255, 255, 255, 0.1)"
class="alt"
>
<h1 id="name_logo" style="color: black">
<a href="index.html">Swechha Jain</a>
</h1>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<div style="background-color: #871827" class="inner">
<h2 style="color: white">Menu</h2>
<ul style="color: white" class="links">
<li>
<a style="color: white" href="index.html">Home</a>
</li>
<li>
<a style="color: white" href="#one">About Me</a>
</li>
<li>
<a style="color: white" href="#four">Services</a>
</li>
<li>
<a style="color: white" href="#appointment"
>Book an appointment</a
>
</li>
<li>
<a style="color: white" href="#footer"
>Contact Me</a
>
</li>
<li>
<a style="color: white" href="faq.html">FAQs</a>
</li>
<!-- <li><a href="elements.html">BOOK</a></li> -->
</ul>
<a style="color: white" href="#" class="close">Close</a>
</div>
</nav>
<!-- Banner -->
<section id="banner" style="background: #f6eee1">
<div class="inner">
<div class="logo">
<img
src="/images/SWAN2.png"
height="100px"
width="100px"
alt=""
/>
</div>
<h2>Swechha Jain</h2>
<p style="font-weight: 600">
Love melts all blockages and transforms all life -
<a href="#"> Dr. master sha</a>
</p>
</div>
</section>
<!-- Wrapper -->
<section id="wrapper">
<!-- One -->
<section
style="background-color: #871827"
id="one"
class="wrapper spotlight style1"
>
<div class="inner">
<a href="#" class="image"
><img
style="border-radius: 50%"
src="/images/about.jpg"
alt=""
/></a>
<div class="content">
<h2 class="major" style="color: white">About me</h2>
<p style="color: white">
Swechha is a certified Tao Hands Practitioner
from Tao Academy, Canada and a Reiki Master from
Usui School of Reiki. She is a strong believer
in Spirituality and her journey to serve others
started after she witnessed miracles happening
in her own life. She is a very compassionate
person and she lives to make others happier and
healthier. She is a good listener and her heart
is full of love for others, she has the ability
to bring out the best in you and help you
overcome challenges within you.
</p>
<!-- <a href="#" class="special">Learn more</a> -->
</div>
</div>
</section>
<!-- Two -->
<!-- <section id="two" class="wrapper alt spotlight style2">
<div class="inner">
<a href="#" class="image"
><img src="images/pic02.jpg" alt=""
/></a>
<div class="content">
<h2 class="major">Testimonial of Kshitij Dhyani</h2>
<p>
Lorem ipsum dolor sit amet, etiam lorem
adipiscing elit. Cras turpis ante, nullam sit
amet turpis non, sollicitudin posuere urna.
Mauris id tellus arcu. Nunc vehicula id nulla
dignissim dapibus. Nullam ultrices, neque et
faucibus viverra, ex nulla cursus.
</p>
<a href="#" class="special">Learn more</a>
</div>
</div>
</section> -->
<!-- Three -->
<!-- <section id="three" class="wrapper spotlight style3">
<div class="inner">
<a href="#" class="image"
><img src="images/pic03.jpg" alt=""
/></a>
<div class="content">
<h2 class="major">Testimonials of Hritik Kumar</h2>
<p>
Lorem ipsum dolor sit amet, etiam lorem
adipiscing elit. Cras turpis ante, nullam sit
amet turpis non, sollicitudin posuere urna.
Mauris id tellus arcu. Nunc vehicula id nulla
dignissim dapibus. Nullam ultrices, neque et
faucibus viverra, ex nulla cursus.
</p>
<a href="#" class="special">Learn more</a>
</div>
</div>
</section> -->
<!-- Four -->
<section id="four" class="wrapper alt style1">
<div class="inner">
<h2 class="major">Services</h2>
<h1>🔸 Tao hands Blessings</h1>
<p>
Blessings can be offered to you for your health,
relationship, finances, business office, home, and
many other aspects of your life. A spiritual check
and one to one guidance is provided
</p>
<section class="features">
<article style="background: #fffefe">
<a href="#" class="image"
><img src="images/tao-1.jpg" alt=""
/></a>
<h3 class="major" style="font-weight: 500">
There is a spiritual solution to every
challenge that exists🌸
</h3>
<!-- <p>
Lorem ipsum dolor sit amet, consectetur
adipiscing vehicula id nulla dignissim
dapibus ultrices.
</p> -->
<!-- <a href="#" class="special">Learn more</a> -->
</article>
<article style="background: #fffefe">
<a href="#" class="image"
><img src="images/tao-2.jpg" alt=""
/></a>
<h3 class="major" style="font-weight: 500">
The purpose of life is to serve others 🌺
</h3>
<!-- <p>
Lorem ipsum dolor sit amet, consectetur
adipiscing vehicula id nulla dignissim
dapibus ultrices.
</p> -->
<!-- <a href="#" class="special">Learn more</a> -->
</article>
<h1>🔸 Consultation</h1>
<p>
A one-hour consultation is provided to those
looking to deal with specific aspects of their
life. As a gift, a free blessing is given as a
part of this consultation. Personalised and
customised consultation program for a specific
duration (Day/Weeks/Months) are also conducted
to enable you and make you capable to deal with
any aspect of your life.
</p>
<article style="background: #fffefe">
<a href="#" class="image"
><img src="images/consul-1.jpg" alt=""
/></a>
<h3 class="major" style="font-weight: 500">
To severe is to make others happier and
healthier 🌼
</h3>
<!-- <p>
Lorem ipsum dolor sit amet, consectetur
adipiscing vehicula id nulla dignissim
dapibus ultrices.
</p> -->
<!-- <a href="#" class="special">Learn more</a> -->
</article>
<article style="background: #fffefe">
<a href="#" class="image"
><img src="images/consul-2.jpg" alt=""
/></a>
<h3 class="major" style="font-weight: 500">
To serve is to chant and to meditate 🌹
</h3>
<!-- <p>
Lorem ipsum dolor sit amet, consectetur
adipiscing vehicula id nulla dignissim
dapibus ultrices.
</p> -->
<!-- <a href="#" class="special">Learn more</a> -->
</article>
<h1>🔸 Reiki</h1>
<p>
One to one reiki sessions can be conducted along
with giving absent reiki, Lost & Found Reiki,
Situation Reiki, to you, your loved ones,
friends and relatives. Reiki can also be given
to specific aspects for your health, finances,
relationships , to your room / house/ business
office and many other aspects of your life.
</p>
<article style="background: #fffefe">
<a href="#" class="image"
><img src="images/reiki-1.jpg" alt=""
/></a>
<h3 class="major" style="font-weight: 500">
I have the power to heal my self, you have
the power to heal yourself .. together we
have the power to heal the universe !!! 🌿
</h3>
<!-- <p>
Lorem ipsum dolor sit amet, consectetur
adipiscing vehicula id nulla dignissim
dapibus ultrices.
</p> -->
<!-- <a href="#" class="special">Learn more</a> -->
</article>
<article style="background: #fffefe">
<a href="#" class="image"
><img src="images/reiki-2.jpg" alt=""
/></a>
<h3 class="major" style="font-weight: 500">
I love my heart any soul, I love all
humnaity, join hearts and soul together..
Love Peace and Harmony, Love Peace and
Harmony 🌻
</h3>
<!-- <p>
Lorem ipsum dolor sit amet, consectetur
adipiscing vehicula id nulla dignissim
dapibus ultrices.
</p> -->
<!-- <a href="#" class="special">Learn more</a> -->
</article>
</section>
<!-- <ul class="actions">
<li><a href="#" class="button">Browse All</a></li>
</ul> -->
</div>
</section>
</section>
<!-- Calendly inline widget begin -->
<div
class="calendly-inline-widget"
data-url="https://calendly.com/swechha-soulscience/appointment?background_color=f8fbfb&text_color=000000&primary_color=7899f4"
style="min-width: 320px; height: 630px"
></div>
<script
type="text/javascript"
src="https://assets.calendly.com/assets/external/widget.js"
></script>
<!-- Calendly inline widget end -->
<!-- Footer -->
<section id="footer">
<div class="inner">
<h2 class="major">Get in touch</h2>
<p>
The sweet nectar of everlasting happiness is now just a
call away. Connect with me, and give me an opportunity
to serve your soul journey..
</p>
<form
enctype="text/plain"
>
<div class="fields">
<div class="field">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field">
<label for="email">Email</label>
<input type="email" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea
name="message"
id="message"
rows="4"
></textarea>
</div>
</div>
<ul class="actions">
<li>
<input
type="button"
onclick="sendmail()"
value="Send Message"
/>
</li>
</ul>
</form>
<ul class="contact">
<li class="icon solid fa-home">
Address : #2040 Western Heights,<br />
J P Road, Opp Gurudwara,<br />
Andheri West, Mumbai - 400053
</li>
<!-- <li class="icon solid fa-phone">+91-9892302383</li> -->
<li class="icon solid fa-envelope">
<a href="#">[email protected]</a>
</li>
<!-- <li class="icon brands fa-twitter">
<a href="#">Coming Soon</a>
</li>
<li class="icon brands fa-facebook-f">
<a href="#">Coming Soon</a>
</li>
<li class="icon brands fa-instagram">
<a href="#">Coming Soon</a>
</li> -->
</ul>
<ul class="copyright">
<li style="color: black !important">
© Swechha Jain. All rights reserved.
</li>
<li style="color: black !important">
Design:
<a href="https://www.linkedin.com/in/kshitijdhyani/"
>Kshitij Dhyani</a
>
</li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script>
//Smooth scrolling with links
$("a[href*=\\#]").on("click", function (event) {
event.preventDefault();
$("html,body").animate(
{ scrollTop: $(this.hash).offset().top },
500
);
});
function sendmail(params) {
var name = document.getElementById("name").value;
var email = document.getElementById("email").value;
console.log(email);
var mess = document.getElementById("message").value;
window.location.href = `mailto:[email protected]?subject=Query&body=${mess}`;
}
</script>
</body>
</html>