-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
449 lines (418 loc) · 14.6 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
448
449
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Yog !</title>
<link rel="icon" href="./images/Logo_New.jpg">
<link rel="stylesheet" href="css/style.css" />
<link rel="apple-touch-icon" href="./images/favicon-enhanced.png" />
<meta name="theme-color" content="#000000" />
<link rel="stylesheet" text="text/CSS"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<link rel="stylesheet" text="text/CSS"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
</head>
<style>
html {
scroll-behavior: smooth;
}
.hidden {
visibility: hidden;
}
.back-top-wrap {
position: fixed;
bottom: 5rem;
right: 1rem;
background-color: #80F7D1;
padding: 1rem 1.2rem;
border-radius: 50%;
cursor: pointer;
transition: .3s ease-in-out;
z-index: 100;
}
.back-top-wrap:hover {
background-color: #00a2ff;
color: #80F7D1;
}
.back-top-wrap:hover .fas.fa-arrow-up {
color: white;
}
.fas.fa-arrow-up {
color: #00488F;
transition: 0.3s ease-in-out;
}
</style>
<body onload="myFunction()">
<div class="loading-wrapper">
<img src="./images/favicon-enhanced.png"
id="loading" />
</div>
<!-- Back to top button -->
<div id="back-top-div" class="back-top-wrap">
<i class="fas fa-arrow-up"></i>
</div>
<header>
<nav class="nav" id="nav">
<div>
<a class="navbar-brand" href="#!"> <img
src="./images/Logo_New.jpg"
alt="Logo" class="logo" /></a>
</div>
<div class="nav-links" id="navLinks">
<ul class="links" id="navmenu">
<li><a href="#">HOME</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#services">SERVICES </a></li>
<li><a href="html/contact.html">CONTACT US</a></li>
<li><a href="html/user.html">USER</a></li>
</ul>
</div>
<div class="hamburger" id="ham">
<i class="cancel fa-solid fa-xmark"></i>
<svg class="burger" stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 1024 1024"
height="1em" width="1em" xmlns="http://www.w3.org/2000/svg">
<path
d="M904 160H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0 624H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0-312H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8z">
</path>
</svg>
</div>
</nav>
<div class="menu" id="menu">
<ul class="menu-link">
<li><a href="#">HOME</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#services">SERVICES </a></li>
<li><a href="html/contact.html">CONTACT US </a></li>
</ul>
</div>
<div class="content">
<h1>Welcome to Yog</h1>
<div class="container">
<h3><span class="auto-type"
style="font-size: 40 px;font-family:cursive"></a></span>
</h3>
</div>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<script>
var typed = new Typed(".auto-type", {
strings: ["The one-step solution to get relief from your stress.Live a stress-free life Happy Life!"],
typeSpeed: 50,
backspeed: 40,
loop: true
})
</script>
<a href="#services" class="rainbow-button" alt="Explore More..."></a>
</div>
</header>
<!-- About Section -->
<section id="about" class="about">
<h1 data-aos="flip-right">- About Us -</h1>
<div class="max-width">
<div data-aos="zoom-in" class="photo"><img src="./images/AboutUs.png" alt="" height="350px" width="439px"></div>
<div class="about-content">
<p data-aos="fade-left" class="text-1"> We are a team of open source contributors who have created this website
Yog with the aim to provide a <span>one step solution</span> to get relief from stress. </p>
<p data-aos="fade-left" class="text-3">We hope that everyone can live a <span>stress free life </span>with the
help of<span> Yog !</span></p>
</div>
</div>
</section>
<!-- SERVICES SECTION -->
<section id="services">
<h1>- Our Services -</h1>
<div data-aos="zoom-in" data-aos-duration="800" class="container">
<div class="responsive audio">
<div class="round-image">
<img src="./images/audio.jpg" alt="audio" loading="eager" />
</div>
<div class="description">
<h2>Audio Therapy</h2>
<p>
Listening to music & other audio files often enlightens our mood.
</p>
<a href="html/audioTherapy.html">
Let's Explore...
</a>
</div>
</div>
<div data-aos="zoom-in" data-aos-duration="800" class="responsive reading">
<div class="round-image">
<img src="./images/Reading_Books.png" alt="read" loading="eager" />
</div>
<div class="description">
<h2>Reading Therapy</h2>
<p>
Motivational quotes and books can help us to divert and change our mood.
</p>
<a href="html/readingTherapy.html">
Let's Explore
</a>
</div>
</div>
<div data-aos="zoom-in" data-aos-duration="800" class="responsive yoga">
<div class="round-image">
<img src="./images/Yoga_Therapy.jpeg" alt="yoga" loading="eager" />
</div>
<div class="description">
<h2>Yoga Therapy</h2>
<p>
Yoga and exercise plays a very important role in our lives.
</p>
<a href="html/yogatherapy.html">
Let's Explore
</a>
</div>
</div>
<div data-aos="zoom-in" data-aos-duration="800" class="responsive laugh">
<div class="round-image">
<img src="./images/Laugh.jpg" alt="laughing" />
</div>
<div class="description">
<h2>Laughing Therapy</h2>
<p>
Laughing is the only medicine which refreshes our mind.
</p>
<a href="html/laughTherapy.html">
Let's Explore
</a>
</div>
</div>
<div data-aos="zoom-in" data-aos-duration="800" class="responsive talk">
<div class="round-image">
<img src="./images/Talking.jpeg" loading="eager" alt="talking" />
</div>
<div class="description">
<h2>Talking Therapy</h2>
<p>
A quick short conversation can often bring smile to our face.
</p>
<a href="html/talkingTherapy.html">
Let's Explore
</a>
</div>
</div>
<div data-aos="zoom-in" data-aos-duration="800" class="responsive doctor">
<div class="round-image">
<img src="./images/Doctoror.png" alt="doctor" loading="eager" />
</div>
<div class="description">
<h2>Consult A Doctor</h2>
<p>
If you're facing too much problem, you should consult a doctor.
</p>
<a href="https://www.practo.com/ahmedabad/doctors-for-mental-health" target="_blank">
Let's Explore
</a>
</div>
</div>
</section>
<!-- Quotes Section -->
<section id="testimonial" class="section-100">
<div class="testimonials_heading">
<h1>- Quotes -</h1>
</div>
<div class="testimonial-view">
<div class="owl-carousel">
<div class="testimonial-box">
<figure class="testimonal-Card">
<blockquote>"You don’t have to control your thoughts. You just have to stop letting them control you."
<div class="arrow"></div>
</blockquote>
<img height="350px"
src="./images/Dan.jpeg"
alt="sample3" />
<div class="author">
<h5>Dan Millman</h5>
</div>
</div>
<div class="testimonial-box">
<figure class="testimonal-Card hover">
<blockquote> "I think it’s really important to take the stigma away from mental health… My brain and my
heart are really important to me." <div class="arrow"></div>
</blockquote>
<img height="350px"
src="./images/Kerry.jpg"
alt="sample47" />
<div class="author">
<h5>Kerry Washington</h5>
</div>
</figure>
</div>
<div class="testimonial-box">
<figure class="testimonal-Card">
<blockquote>There is a crack in everything, that’s how the light gets in.
<div class="arrow"></div>
</blockquote>
<img height="350px"
src="./images/Leonard1.jpeg"
alt="sample17" />
<div class="author">
<h5>S Leonard</h5>
</div>
</figure>
</div>
<div class="testimonial-box">
<figure class="testimonal-Card">
<blockquote>"It is not the bruises on the body that hurt. It is the wounds of the heart and the scars on the
mind."
<div class="arrow"></div>
</blockquote>
<img height="350px"
src="./images/Ashia.jpeg"
alt="sample17" />
<div class="author">
<h5>Aisha Mirza</h5>
</div>
</figure>
</div>
<div class="testimonial-box">
<figure class="testimonal-Card">
<blockquote>"Deep breathing is our nervous system’s love language."
<div class="arrow"></div>
</blockquote>
<img height="350px"
src="./images/Lauren Fogel Mersy.jpeg"
alt="sample17" />
<div class="author">
<h5> Dr. Lauren Fogel Mersy</h5>
</div>
</figure>
</div>
<div class="testimonial-box">
<figure class="testimonal-Card">
<blockquote>"Mental health…is not a destination, but a process. It’s about how you drive, not where you’re going."
<div class="arrow"></div>
</blockquote>
<img height="350px"
src="./images/Noam Shpancer.jpeg"
alt="sample17" />
<div class="author">
<h5>Noam Shpancer</h5>
</div>
</figure>
</div>
</div>
</div>
</div>
</section>
<section class="faq">
<div class="faq_heading">
<h1 style="color:orange">Check Your Mental health…</h1>
<div id="FAQ">
<div data-aos="zoom-in" data-aos-duration="800" id="responsive_doctor">
<div class="description">
<a href="https://screening.mhanational.org/screening-tools/" target="_blank" style="color: #f9004d; font-size: 30px;">
Let's Explore !
</a>
</div>
</div>
</div>
</section>
<!-- footer start -->
<footer>
<div class="footer-container">
<div class="col">
<img src="./images/Logo_New.jpg"
alt="logo" class="footlogo" />
<div class="footercontent">
<h1 class="footerheading">Yog</h1>
<br>
<p class="footerpara"> Go Stressfree !</p>
</div>
</div>
<div class="footer-side-col">
<div class="col">
<h3>
ADDRESS
<div class="underline"><span></span></div>
</h3>
<p>IIIT-Vadodara</p>
<p class="email-id"><a href="iiit@iiitvadodara.ac.in">IIITVadodara@iiitv.ac.in</a></p>
</div>
<!--HOME COLUMN-->
<div class="col">
<h3>HOME</h3>
<ul>
<li><a href="#about">About Us</a></li>
<li>
<a href="https://github.com/Purvesh77?tab=repositories"target="_blank">Code Of Conduct</a>
</li>
<li>
<a href="https://github.com/Purvesh77?tab=repositories"target="_blank">Contribute</a>
</li>
<li>
<a href="https://www.linkedin.com/in/purvesh-patil-92273a238/"target="_blank">Donate</a>
</li>
</ul>
</div>
<div class="col">
<h3>
Reach Us !
<div class="underline"><span></span></div>
</h3>
<div class="social-menu">
<ul>
<a href="https://twitter.com/_the_lost_guy_" target="_blank">
<li id="social-twitter"><i class="fab fa-2x fa-twitter"></i></li>
</a>
<a href="https://github.com/Purvesh77" target="_blank">
<li id="social-github"><i class="fab fa-2x fa-github"></i></li>
</a>
<a href="https://www.linkedin.com/in/purvesh-patil-92273a238" target="_blank">
<li id="social-linkedin"><i class="fab fa-2x fa-linkedin-in"></i></li>
</a>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script>
let preloader = document.querySelector(".loading-wrapper");
function myFunction() {
preloader.style.display = 'none';
document.body.style.overflow = 'auto';
}
let navbar = document.querySelector("#nav");
let navmenu = document.querySelector("#navmenu");
window.onscroll = function () {
if (window.pageYOffset >= navmenu.offsetTop) {
navbar.classList.add("sticky");
} else {
navbar.classList.remove("sticky");
}
};
window.onscroll = () => {
if (window.scrollY > 100) {
navbar.classList.add('nav-active');
} else {
navbar.classList.remove('nav-active');
}
};
</script>
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('./serviceworker.js')
.then((reg) => console.log('Success', reg.scope))
.catch((err) => console.log('Error', err))
})
}
</script>
<script src="js/index.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script src="js/script.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>