-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathobc.html
52 lines (48 loc) · 1.71 KB
/
obc.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
<!DOCTYPE html>
<html lang="en">
<head>
<style>
img{
float: left;
width: 40%;
}
h1{
text-align: center;
}
body{
background-color: rgb(228, 190, 145);
}
p{
font-size: 30px;
}
ul{
font-size: 30px;
margin-left: 600px;
}
}
</style>
<title>obc certificate</title>
</head>
<body>
<h1> OBC certificate</h1>
<img src="obc.jpeg">
<p>
To uplift Other Backward Classes (OBC), both the Central Government and State Governments are running a lot of programs and schemes. Some benefits include:
27% Reservation Quota with respect to the seats in Government Jobs (like IAS, IPS etc) and Government institutes (like the IIMs and IITs).
There is relaxation with respect to the upper age limit for various examinations like UPSC Civil Services Exam.
There is relaxation with respect to the number of attempts for exams.
There is relaxation with respect to cut-off marks (only lower cut-off marks are usually needed to clear exams).
</p>
<ul>
<li>10th Admit / Mark Sheet / School certificate of the applicant.</li>
<li>Aadhaar card of applicant/father.</li>
<li>Ration Card/Voter ID card of the applicant.</li>
<li>Birth certificate of the applicant.</li>
<li>3 copies of attested recent passport size photographs of the applicant.</li>
<li>Ration Card/Voter ID card of the applicant’s father.</li>
<li>Residential Proof of Blood relation or family</li>
<li>Caste certificate of any blood relation from the paternal side</li>
<li>Income certificate</li>
</ul>
</body>
</html>