-
Notifications
You must be signed in to change notification settings - Fork 0
/
schemes.html
120 lines (112 loc) · 6.51 KB
/
schemes.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Schemes</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<style>
.main {
background: url('./images/bg.png');
background-size: cover;
}
</style>
</head>
<body>
<div class="main">
<div class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<h2 class="navbar-brand"><img src="./images/moaemblem.jpg" width="230" height="80" alt="AYUSH"></h2>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link" href="schemes.html">Schemes</a></li>
<li class="nav-item"><a class="nav-link" href="login.php">AyushLogin</a></li>
<li class="nav-item"><a class="nav-link" href="products.html">Products</a></li>
</ul>
</div>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Type to text">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</div>
<div class="schemes">
<div class="container py-4">
<div class="scroll-text">
<ul class="list-unstyled">
<li>
<p>
<a><strong>• National AYUSH Mission (NAM):</strong></a><br> This mission aims to promote and develop AYUSH systems of medicine, including Ayurveda, Yoga, Naturopathy, Unani, Siddha, and Homeopathy. <br> It provides support for infrastructure, research, and education in these fields.
</p>
</li>
<li>
<p>
<strong>• AYUSH Health and Wellness Centers (HWCs):</strong><br> The government has initiated the establishment of AYUSH HWCs to provide traditional healthcare services at the community level, focusing on preventive and promotive healthcare.
</p>
</li>
<li>
<p>
<strong>• National Medicinal Plants Board (NMPB):</strong> <br>This board promotes the cultivation and conservation of medicinal plants used in AYUSH systems of medicine and provides financial assistance to farmers and organizations involved in this sector.
</p>
</li>
<li>
<p>
<strong>• Swasthya Rakshan Programme:</strong><br> This program focuses on preventive healthcare through the promotion of AYUSH practices and interventions for various diseases.
</p>
</li>
<li>
<p>
<strong>• Research and Development in AYUSH:</strong><br> Multiple schemes and initiatives fund research in Ayurveda, Yoga, Unani, Siddha, and Homeopathy to encourage scientific validation and modernization of traditional systems of medicine.
</p>
</li>
<li>
<p>
<strong>• Ayurveda, Yoga, and Naturopathy, Unani, Siddha, and Homeopathy (AYUSH) Education:</strong> <br>Various programs support the education and training of healthcare professionals in AYUSH systems.
</p>
</li>
<li>
<p>
<strong>• National Institute of Open Schooling (NIOS):</strong> <br>NIOS offers AYUSH-related courses and certification programs, making AYUSH education more accessible.
</p>
</li>
<li>
<p>
<a><strong>• Rashtriya Kishor Swasthya Karyakram (RKSK):</strong></a><br> This program focuses on adolescent health and wellbeing, incorporating AYUSH practices to promote holistic health among teenagers.
</p>
</li>
<li>
<p>
<strong>• AYUSH Hospitals and Clinics:</strong><br> Initiatives to establish specialized hospitals and clinics dedicated to AYUSH systems, offering comprehensive healthcare services.
</p>
</li>
<li>
<p>
<strong>• Integrative Medicine Programs:</strong><br> Efforts to integrate AYUSH practices with modern medicine, promoting a synergistic approach for better patient care and treatment outcomes.
</p>
</li>
<li>
<p>
<strong>• AYUSH Telemedicine Services:</strong><br> Implementing telemedicine platforms to provide remote consultations and healthcare services based on AYUSH principles, ensuring accessibility to rural areas.
</p>
</li>
<li>
<p>
<strong>• AYUSH Awareness Campaigns:</strong><br> Campaigns and public outreach programs aimed at raising awareness about AYUSH systems, their benefits, and their role in promoting health and wellness.
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="end-text text-center py-3">
<p class="m-0">Copyright © @Ayush. All Rights Reserved. Designed By GD.</p>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-kqO2T5yf8FV7vfS3s7VDM9aJoyoSUWe21k5rXbcfqt9t0q2racjzFL6o5IkJ0sE8" crossorigin="anonymous"></script>
</body>
</html>