-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathTips for better health.html
114 lines (109 loc) · 5.22 KB
/
Tips for better health.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
<!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" />
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="./Assets/favicon/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="./Assets/favicon/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="16x16" href="./Assets/favicon/favicon-32x32.png" />
<link rel="manifest" href="./Assets/favicon/site.webmanifest" />
<link rel="mask-icon" href="./Assets/favicon/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<!-- fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link href="https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2&family=Comfortaa:wght@300&family=Montserrat:wght@100&family=Patrick+Hand&family=Poppins:wght@200;300&family=Raleway:wght@300&family=Ubuntu:wght@300&family=Zen+Antique&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet" />
<!-- css -->
<link rel="stylesheet" href="./Assets/Css/style.css" />
<link rel="stylesheet" href="./Assets/Css/Tips for better health.css" />
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<title>TruHealth</title>
</head>
<body class="main" onload="loaded()">
<div class="ppp">
<div id="loader"></div>
<header>
<a href="#"><img src="./Assets/Images/TruHealth.png" alt="TruHealth" /></a>
<nav class="navbar">
<div class="content">
<ul class="menu-list">
<div class="icon cancel-btn">
<i class="fas fa-times"></i>
</div>
<a href="./index.html"><li class="items alt">Home</li></a>
<a href="./info.html"><li class="items">Info</li></a>
<a href="./quiz.html"><li class="items">Quiz</li></a>
<a href="./gethelp.html"><li class="items">Get Help</li></a>
</ul>
<div class="icon menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
</header>
<section>
<div class="kal">
<div class="wid-main container">
<div class="drop"><h1 class="tips">TIPS FOR BETTER HEALTH</h1></div>
<p>
As we know that physical fitness also plays a great role in mental wellness,
therefore, maintaining a healthy enivornment for one's body, to some extent, might prove very useful.
</p>
<p>
“You are not alone. You are seen. I am with you. You are not alone.” — Shonda Rhimes
</p>
<p>
“Mental health problems don’t define who you are. They are something you experience.
You walk in the rain and you feel the rain, but, importantly, YOU ARE NOT THE RAIN.” — Matt Haig
</p>
<!-- <button class="btn btn-primary">
<span><a href="./info.html">Read more</a></span>
</button> -->
<section>
<div class="drop_document">
<h2>DOCUMENTATION</h2>
</div>
<!--target is set to empty and used to open in new page-->
<div>
<a href="./Assets/files/TRUHealth_tips_for_better_health.pdf"> <img src="./Assets/Images/background1.1.png" alt="" width="40%" id="jj" class="drop_photos" ></a>
</div>
<div>
<p>
</p> </div>
</section>
</div>
<div class="wid-main second container">
<div class="drop_document">
<h1 class="videos">VIDEOS</h1>
</div>
<p>
"Regular yoga practice creates mental clarity and calmness"
</p>
<p>
”Yoga teaches us to cure what need not be endured and endure what cannot be cured.”― B.K.S. Iyengar
</p>
<!-- <button class="btn btn-primary">
<span><a href="./info.html">Read more</a></span>
</button> -->
<div class="hh">
<a href="./Assets/Images/Background2.png"> <vedio src="./Assets/vedios/Asanas to overcome Depression - Dr. Hansaji Yogendra.mp4" alt="" width="40%" id="jj"></a>
<div class="drop_videos">
<video src="./Assets/vedios/Asanas to overcome Depression - Dr. Hansaji Yogendra.mp4" width="400" controls loop unmuted poster="./Assets/Images/Dr.hansraj.png" controls></video>
</div>
<div> </div>
<div class="drop_videos">
<video src="./Assets/vedios/A Simple Daily Routine To Keep Your Mental And Physical Health - Swami Ramdev_2.mp4" width="400" controls loop unmuted poster="./Assets/Images/swami_ramdev.png" controls>A Simple Daily Routine To Keep Your Mental And Physical Health | Swami Ramdev</video>
</div>
</div>
</div>
</div>
</section>
<script src="./Script/script.js"></script>
</div>
</body>
</html>