-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
91 lines (86 loc) · 4.76 KB
/
about.html
File metadata and controls
91 lines (86 loc) · 4.76 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>Why Ayurveda?</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='//fonts.googleapis.com/css?family=Quattrocento+Sans' rel='stylesheet' type='text/css'>
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<div class="h_bg">
<div class="wrap">
<div class="header">
<div class="logo">
<h1><a href="index.html"><img src="images/logo.png" alt=""></a></h1>
</div>
<div class='cssmenu'>
<ul>
<li><a href='index.html'><span>Home</span></a></li>
<li class='active'><a href='about.html'><span>About</span></a></li>
<li class='has-sub'><a href='chatbot.html'><span>Chatbot</span></a>
</li>
<li class='last'><a href='contact.html'><span>Contact</span></a></li>
<div class="clear"></div>
</ul>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div class="clear"></div>
<div class="content">
<div class="wrap">
<div class="about-us">
<div class="about-header">
<h3>Why?</h3>
</div>
<div class="about-info">
<a href="#">
Ayurvedic Dinacharya Explained</a>
<p>
Dinacharya, is a Sanskrit word made up of ‘Dina’, meaning day and ‘Acharya’, meaning activity/behaviour. This is designed to maintain and connect us with our circadian rhythm or internal body clocks. In Ayurveda, the importance of consistent daily routine cannot be underestimated. It sets the tone for our entire day, bringing a sense of calm and well-being. It gives the body, mind, and spirit the chance to ground and cleanse. Dinacharya makes us understand the best time for our daily routines such as waking, exercise, bathing, meditation, prayers, meals, study, work, relaxation, and sound sleeping.<br>
Ayurveda’s emphasis on connecting ourselves with nature has existed since millennia, however the western scientists are now beginning to understand the importance of our body to stay connected with the rhythm of nature. Disconnection from this circadian rhythm is known as chronodisruption, which leads to a host of health concerns, including poor cognitive function, mood and sleep disorders, daytime sleepiness, reduced school & work performances. substance abuse, heart disease, diabetes, obesity, and some cancers. A significant disturbance of the circadian disturbance of physiology, metabolism and behaviour can be caused by factors related to diet and activities, including stress, technology overexposure, but in turn also leads to disturbances in metabolic activity potentially generating a negative vicious cycle.<br>
Ayurveda tells us that on any given day, there are two cycles of change that exists- the Sun cycle and the Moon cycle- and they are connected with the ayurvedic body type, or doshic constitution ( Vata, Pitta, and Kapha).<br>
Dinacharya makes us understand the best time for our daily routine/ activities and thus maintaining our doshas (our functional energies) in perfect balance, maintain appropriate digestive fire, inculcates discipline, promoting peace, happiness and longevity.
</p>
</div>
<div class="rd_more">
<a class="button" href="details.html">More</a>
</div>
</div>
</div>
</div>
<div class="footer specials">
<div class="wrap">
<div class="footer_main1">
<div class="footer-grid">
<h3>Do you know!</h3>
<p>According to Ayurveda, panchakarma are techniques to eliminate toxic elements from the body.[73] Panchakarma refers to five actions, which are meant to be performed in a designated sequence with the stated aim of restoring balance in the body through a process of purgation.</p>
<form action="search.php" method="get" accept-charset="utf-8" class="nav-form">
<input type="text" name="s" onblur="if(this.value=='') this.value=''" onfocus="if(this.value =='' ) this.value=''" value=" ">
<a href="#" onclick="document.getElementById('search-form').submit()" class="sub_button1">Subscribe</a>
</form>
<div class="clear"></div>
</div>
<div class="footer-nav1">
<ul>
<li id="twtr"><a href=""><img src="images/twitter.png" alt="" title="Twitter"></a></li>
<li id="fb"><a href=""><img src="images/fb.png" alt="" title="facebook"></a></li>
<li id="feed"><a href=""><img src="images/feed.png" alt="" title="Feed"></a></li>
<li id="plus"><a href=""><img src="images/plus.png" alt="" title="Plus"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="ftr1-bg">
<div class="wrap">
<div class="footer1">
<p class="link"><span>Created by Hemendra Solanki</a></span></p>
</div>
</div>
</div>
</body>
</html>