-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathews.html
62 lines (58 loc) · 2.52 KB
/
ews.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
<!doctype html>
<html>
<head>
<title>ews</title>
<style>
h1{
text-align: center;
color: darkblue;
font-size: 40px;
}
ul{
font-size:30px;
font-family: fantasy;
list-style:disc;
}
img {
float:left;
margin-right: 30px;
}
body{
background-color: burlywood;
}
p{
font-size: 20px;
}
</style>
</head>
<body>
<h1>ews certificate</h1>
<abbr title="ews mock photo"><img src="ews.jpeg" width="30%" ></abbr>
<p>
<b>EWS Certificate Eligibility Criteria</b>
The eligibility criteria to get an EWS certificate is defined by the government of India. Candidates should go through the EWS criteria to claim the reservation under this category. The EWS requirements are given below:
Candidate should belong to the general category
Candidate should not belong to any other reserved categories such as OBC, SC and ST
Candidate’s family income should be less than 8 lakhs per annum
The income of the family includes all the resources such as salary, agriculture, business, profession, etc.
All the candidates whose family are the owner or have possession of such assets will be excluded from the EWS category, irrespective of family income:
5 acres of agricultural land and above
Residential at of 1000 sq ft. and above;
Residential plot of 100 sq. yards and above in notified municipalities
The residential, plot of 200 sq. yards and above in areas other than the notified municipalities.
All the property of the family will be clubbed together to determine the EWS status
The term “Family” for this purpose will include the candidate who seeks the benefit of reservation, his/her parents and siblings below the age of 18 years as also his/her spouse and children below the age of 18 years.
</p>
<ul>
<li> Documents Required for EWS Certificate</li>
The necessary EWS Certificate documents required to apply for the application form are listed here.
<li>Passport-sized photograph</li>
<li>Aadhaar card</li>
<li>ID Proof (Pan card, Voter ID, etc.)</li>
<li> Land/property documents</li>
<li> Affidavit/Self Declaration</li>
<li> Residential proof/Domicile Certificate</li>
<li> And other related documents</li>
</ul>
</body>
</html>