-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation.html
263 lines (237 loc) · 11.3 KB
/
education.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<link href="http://fonts.googleapis.com/css?family=Cookie" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<style>
.gradient {
height: 50vh;
background: linear-gradient(to bottom, #bde7d7 0%, #ffffff 38%);
}
* {
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
header {
background-color: #333;background: linear-gradient(to right, #333, #585);
color: #fff;
padding: 1rem;
text-align: center;
}
main {
max-width: 1200px;
margin: 20px auto;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 5px;
overflow: hidden;
}
table {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
}
th, td {
padding: 12px;
text-align: left;
border-bottom: 1px solid #ddd;
}
th {
background-color: #14813d;
color: #fff;
}
tr:hover {
background-color: #f5f5f5;
}
.apply-button {
display: block;
width: 100%;
padding: 10px;
text-align: center;
background-color: #28a745;
color: #fff;
text-decoration: none;
border: none;
border-radius: 5px;
cursor: pointer;
}
</style>
</head>
<body>
<!-- Header -->
<div class="header">
<div class="logo">
<a href="index.html">
<img src="Images/mainlogo.png" alt="Logo"></a>
</div>
<button class="menu-btn">☰</button>
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="faq.html">FAQ's</a></li>
</ul>
<div class="search">
<input type="text" placeholder="Search...">
<a href=""><i class="fas fa-search"></i></a>
</div>
<div class="sign-in">
<a href="signin.html">
<button>Sign In</button></a>
</div>
</div>
</div>
<header>
<h1>Education Sector Schemes</h1>
</header>
<main>
<table>
<thead>
<tr>
<th>Scheme Name</th>
<th>Information</th>
<th>Eligibility</th>
<th>How to Apply</th>
</tr>
</thead>
<tbody>
<!-- Central Schemes -->
<tr>
<td>Sarva Shiksha Abhiyan (SSA)</td>
<td>Aims to provide universal access to quality education for children from 6 to 14 years.</td>
<td>All children in the age group of 6 to 14 years.</td>
<td>Apply through the respective State/UT education departments.</td>
<td><a href="https://www.aicte-india.org/reports/overview/Sarva-Shiksha-Abhiyan" class="apply-button" target="_blank">Apply</a></td>
</tr>
<tr>
<td>Mid-Day Meal Scheme</td>
<td>Provides nutritious meals to school children to improve their attendance, retention, and performance.</td>
<td>All students in government and government-aided schools.</td>
<td>No separate application. Automatically provided to students in eligible schools.</td>
<td><a href="https://www.akshayapatra.org/indias-mid-day-meal-scheme/" class="apply-button" target="_blank">Apply</a></td>
</tr>
<tr>
<td>Rashtriya Madhyamik Shiksha Abhiyan (RMSA)</td>
<td>Focuses on improving secondary education and increasing access to quality education in schools.</td>
<td>Students in the age group of 14 to 18 years in government and government-aided schools.</td>
<td>Implemented through respective State/UT education departments.</td>
<td><a href="https://www.education.gov.in/rmsa" class="apply-button" target="_blank">Apply</a></td>
</tr>
<tr>
<td>Pradhan Mantri Vidya Lakshmi Portal</td>
<td>Facilitates education loans and scholarships for students to pursue higher education.</td>
<td>Students applying for education loans and scholarships.</td>
<td>Apply online through the Vidya Lakshmi portal.</td>
<td><a href="https://www.vidyalakshmi.co.in/Students/" class="apply-button" target="_blank">Apply</a></td>
</tr>
<tr>
<td>National Scholarship Scheme for Post-Matric Students</td>
<td>Provides financial assistance to post-matric students belonging to SC/ST/OBC/Minority communities.</td>
<td>Post-matric students from SC/ST/OBC/Minority communities.</td>
<td>Apply through the National Scholarship Portal (NSP).</td>
<td><a href="https://scholarships.gov.in/moma2223fresh/newstdRegfrmInstruction#:~:text=the%20bank%20passbook.-,In%20case%20of%20Post%20Matric%2C%20Top%20Class%20and%20MCM%20scholarship,account%20number%20can%20be%20used." class="apply-button" target="_blank">Apply</a></td>
</tr>
<!-- Maharashtra State Schemes -->
<tr>
<td>Maharashtra Scholarship for Economically Backward Class (EBC)</td>
<td>Offers scholarships to students from economically backward classes pursuing professional courses.</td>
<td>Students from economically backward classes pursuing professional courses.</td>
<td>Apply through the online scholarship portal or designated educational institutions.</td>
<td><a href="https://mahadbt.maharashtra.gov.in/SchemeData/SchemeData?str=E9DDFA703C38E51AB6EDCD4985FE7C3A" class="apply-button" target="_blank">Apply</a></td>
</tr>
<tr>
<td>Shivaji Maharaj Shikshan Shulk Shishyavrutti Yojana</td>
<td>Provides scholarships to students from economically weaker sections pursuing higher education.</td>
<td>Students from economically weaker sections pursuing higher education.</td>
<td>Apply through the online scholarship portal or the respective educational institution.</td>
<td><a href="https://mahadbt.maharashtra.gov.in/SchemeData/SchemeData?str=E9DDFA703C38E51AB6EDCD4985FE7C3A" class="apply-button" target="_blank">Apply</a></td>
</tr>
<tr>
<td>Maharashtra State Council of Examination (MSCE) Scholarship Schemes</td>
<td>Various scholarship schemes for students at different educational levels.</td>
<td>Depends on the specific MSCE scholarship; generally, students at different educational levels.</td>
<td>Apply through the MSCE or respective scheme portal.</td>
<td><a href="https://www.mscepune.in/" class="apply-button" target="_blank">Apply</a></td>
</tr>
<tr>
<td>Maharashtra State Education Board (MSEB) Exam Fee Concession Scheme</td>
<td>Provides concessions in examination fees for economically weaker students.</td>
<td>Economically weaker students appearing for MSEB examinations.</td>
<td>Apply through the respective educational institution or exam board.</td>
<td><a href="https://mahahsscboard.in/" class="apply-button" target="_blank">Apply</a></td>
</tr>
<tr>
<td>Maharashtra State Eklavya Model Residential School (EMRS) Scheme</td>
<td>Establishes and supports residential schools for tribal students to enhance educational opportunities.</td>
<td>Tribal students in Maharashtra.</td>
<td>Contact the Tribal Development Department or apply through designated channels.</td>
<td><a href="https://tribal.nic.in/EMRS.aspx#:~:text=EMRS%20started%20in%20the%20year,get%20employment%20in%20various%20sectors." class="apply-button" target="_blank">Apply</a></td>
</tr>
</tbody>
</table>
</main>
</div>
<!-- Footer -->
<footer class="footer-distributed">
<div class="footer-left">
<h3>Jan<span>Jagruti</span></h3>
<p class="footer-links">
<a href="index.html" target=”_blank”>Home</a>
|
<a href="about.html"target=”_blank”>About</a>
|
<a href="services.html"target=”_blank”>Services</a>
|
<a href="contact.html"target=”_blank”>Contact</a>
|
<a href="faq.html"target=”_blank”>FAQ's</a>
</p>
<p class="footer-company-name">Copyright © 2023 <strong>JanJagruti</strong> All rights reserved</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p><span>Nashik</span>
Maharashtra</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>+91 8087990543</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>JanJagruti</span>
<strong>#Scheme4All</strong> The platform helps the citizen to find the right Government schemes for them. It also guides on how to apply for different Government schemes. Thus no need to visit multiple Government websites.
</p>
<div class="footer-icons">
<a href="#"><i class="fa fa-instagram"target=”_blank”></i></a>
<a href="https://www.linkedin.com/in/ashish-bhangale-2759a523a/"><i class="fa fa-linkedin"target=”_blank”></i></a>
<a href="https://twitter.com/home"target=”_blank”><i class="fa fa-twitter"target=”_blank”></i></a>
<a href="#"><i class="fa fa-whatsapp"target=”_blank”></i></a>
</div>
</div>
</footer>
</body>
</html>