-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
177 lines (145 loc) · 7.71 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RTI Portal - Govt of India</title>
<link rel="icon" href="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwww.wvba.com%2Fimages%2FInfo-I-Logo.png&f=1&nofb=1" type="image/png" width="30" height="25">
<!--External CSS-->
<link rel="stylesheet" href="index.css">
<!--Bootstrap CSS-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<!--Fontawesome Icons-->
<script src="https://kit.fontawesome.com/bd2aded582.js" crossorigin="anonymous"></script>
<!--Animation on Scroll (AOS) Library-->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
</head>
<body>
<!--Nav Bar-->
<nav class="navbar navbar-expand-lg navbar-light sticky-top">
<div class="container">
<span class="navbar-brand mb-0 h1">
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwww.wvba.com%2Fimages%2FInfo-I-Logo.png&f=1&nofb=1" width="30" height="25" class="d-inline-block align-top" loading="lazy">
RTI</span>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 text-center">
<li class="nav-item active">
<a class="nav-link" href="#"><b>Home </b><span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#objective">Objectives</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#stats">Statistics</a>
</li>
<li class="nav-item">
<a class="nav-link" href="login.php">Form</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#footer">Contact Us</a>
</li>
</ul>
<form class="d-flex">
<input class="form-control mx-2 ms-lg-5" type="search" placeholder="Search" aria-label="Search">
<a href="login.php"><button type="button" class="btn btn-outline-primary px-2" type="submit">Login</button></a>
</form>
</div>
</div>
</nav>
<!--Main Section-->
<main>
<div class="container" style="color: #EDE3E9;">
<h1 style="color: #FEC171;">Right To Information</h1>
<h4 style="color: #FEC171;">The Act of Parliament of India sets out rules and procedures<br>regarding citizens' right to information</h4>
<br><br><br>
<a href="login.php"><button type="button" class="btn btn-primary me-2 mb-2"><i class="fas fa-envelope-open-text mx-1"></i> Submit Application</button></a>
<a href="https://rajnivas.py.gov.in/rtirnpy/RTI-appln-form.pdf" target="_blank" rel="noopener noreferrer"><button type="button" class="btn btn-secondary mb-2"><i class="fas fa-file-download mx-1 me-2"></i>Download Application</button></a>
<p><i class="fas fa-quote-left"></i> Transparency is the cornerstone of a robust Democracy .<i class="fas fa-quote-right"></i></p>
</div>
</main>
<!--Another Section: Objectives-->
<div class="objective container" id="objective">
<h1>Objectives</h1>
<div class="row justify-content-around">
<div class="label s2 col-lg-3 col-md-3 col-sm-4 m-4 text-center">
<i class="fas fa-glasses fa-5x pt-4 pb-3"></i>
<p class="pb-2">Promotes Transparency</p>
</div>
<div class="label s2 col-lg-3 col-md-3 col-sm-4 m-4 text-center">
<i class="fas fa-fist-raised fa-5x pt-4 pb-3"></i>
<p>Empowers Citizens</p>
</div>
<div class="label s2 col-lg-3 col-md-3 col-sm-4 m-4 text-center">
<i class="fas fa-users fa-5x pt-4 pb-3"></i>
<p class="pb-2">Makes democracy work<br>in real sense</p>
</div>
</div>
</div>
<!--Another section: Facts of RTI-->
<div class="stats mt-5 text-center" id="stats">
<div class="container">
<h2>Facts about RTI</h2>
<div class="s1 py-3 mt-4" data-aos="zoom-in-right" data-aos-offset="300" data-aos-easing="linear">
<h1>6</h1>
<p> India's position in Global RTI Ranking</p>
</div>
<div class="s2 py-3" data-aos="flip-up" data-aos-offset="300" data-aos-easing="linear">
<h1>4,800</h1>
<p>Average number of RTI Applications filed daily</p>
</div>
<div class="s3 py-3" data-aos="zoom-in-left" data-aos-offset="300" data-aos-easing="linear">
<h1>17,50,000</h1>
<p>Number of RTI Applications filed within first ten years</p>
</div>
</div>
</div>
<!--Footer section-->
<footer id="footer">
<div class="container">
<div class="text-center s1">
<h1 >RTI Portal</h1>
<p>now you can challenge corruption</p>
<br>
</div>
<div class="row justify-content-around mb-5">
<p class="col-md-3 col-sm-6 m-3">For any queries, Contact Below<br>
<a href="mailto:[email protected]" class="link"><i class="fas fa-envelope query me-2"></i>[email protected]<br></a>
<i class="fas fa-phone-alt query me-2"></i>Toll Free No: 011-2462 2461<br>
<a id="google_translate_element" class="mt-1 ps-3"></a>
</p>
<p class="col-md-3 col-sm-6 text-center mb-5 m-3">Follow us for more updates
<br><a href="https://twitter.com/rtiindia"><i class="fab fa-twitter fa-2x p-2"></i></a>
<a href="https://facebook.com/rtiindia.org/"> <i class="fab fa-facebook fa-2x p-2"></i></a>
<a href="#"> <i class="fab fa-instagram fa-2x p-2"></i></a>
</p>
<p class="col-md-3 col-sm-6 text-center pt-3">
<a class="link mb-3" href="#">FAQ</a><br>
<a class="link mb-3" href="https://india.gov.in" target="_blank" rel="noopener noreferrer">National Portal of India</a><br>
<a class="link" href="https://mhrd.ap.gov.in/MHRD/login.do" target="_blank" rel="noopener noreferrer">MHRD</a>
</p>
</div>
</footer>
<!-- Scripts for JQuery, Popper and Bootstrap -->
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-W8fXfP3gkOKtndU4JGtKDvXbO53Wy8SZCQHczT5FMiiqmQfUpWbYdTil/SxwZgAN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-skAcpIdS7UcVUC05LJ9Dxay8AXcDYfBJqt1CJ85S/CFujBsIzCIv+l9liuYLaMQ/" crossorigin="anonymous"></script>
<!-- Script to Initialize AOS -->
<script>
AOS.init();
</script>
<!-- Google Translate API -->
<script type="text/javascript">// <![CDATA[
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en' , includedLanguages : 'en,hi,ta,gu,bn,mr'}, 'google_translate_element');
}
// ]]></script>
<script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit" type="text/javascript"></script>
</body>
</html>