-
Notifications
You must be signed in to change notification settings - Fork 0
/
About_RTI.php
112 lines (105 loc) · 5.8 KB
/
About_RTI.php
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
<!DOCTYPE html>
<html>
<head>
<title>About</title>
</head>
<body>
<?php include 'header.php' ?>
<div id="heading" >
<h1>About RTI</h1>
</div>
<section id="main" class="wrapper">
<div class="inner">
<div class="content">
<header>
<center><h2><strong>What is Right to Information</strong></h2></center>
</header>
<p><strong>RTI stands for Right to Information.</strong> Right to Information Act 2005 mandates timely response to citizen requests for government information. Right to Information empowers every citizen to seek any information from the Government, inspect any Government documents and seek certified photocopies thereof. Right to Information also empowers citizens to official inspect any Government work or to take the sample of material used in any work.</p>
<p>Right to Information is a part of fundamental rights under Article 19(1) of the Constitution. Article 19 (1) says that every citizen has freedom of speech and expression.</p>
<p>Even though RTI is a fundamental right, still we need RTI Act to give us this right. This is because if you went to any Government Department and told the officer there, “RTI is my fundamental right and that I am the master of this country.</p>
<header>
<center><h2><strong>Objective of RTI Act?</strong></h2></center>
</header>
<p>The basic object of the Right to Information Act is to empower the citizens, promote transparency and accountability in the working of the Government, contain corruption, and make our democracy work for the people in real sense. An informed citizenry will be better equipped to keep necessary vigil on the instruments of government and make the government more accountable to the governed.</p>
<header>
<center><h2><strong>What you can do with RTI?</strong></h2></center>
</header>
<p>Under the provisions of the Act, any citizen may request information from a “public authority” (a body of Government or “instrumentality of State”) which is required to reply expeditiously or within thirty days. The Act also requires every public authority to computerise their records for wide dissemination and to proactively disclose certain categories of information so that the citizens need minimum recourse to request for information formally. This law was passed by Parliament on 15 June 2005 and came fully into force on 12 October 2005.</p>
<p>“record” includes: a) Any document, manuscript and file b) Any microfilm, microfiche, and facsimile copy of a document c) Any reproduction of image or images embodied in such microfilm (whether enlarged or not); and d) Any other material produced by a computer or any other device;</p>
</div>
</div>
</section>
<!-- Section: about
<section id="about" class="home-section text-center">
<div class="heading-about">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="wow bounceInDown" data-wow-delay="0.4s">
<div class="section-heading">
<h2>Our Team</h2>
<i class="fa fa-2x fa-angle-down"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-2 col-lg-offset-5">
<hr class="marginbot-50">
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="wow bounceInUp" data-wow-delay="0.2s">
<div class="team boxed-grey">
<div class="inner">
<h5>Anna Hanaceck</h5>
<p class="subtitle">Pixel Crafter</p>
<div class="avatar"><img src="about/img/team/1.jpg" alt="" class="img-responsive img-circle" /></div>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="wow bounceInUp" data-wow-delay="0.5s">
<div class="team boxed-grey">
<div class="inner">
<h5>Maura Daniels</h5>
<p class="subtitle">Ruby on Rails</p>
<div class="avatar"><img src="about/img/team/2.jpg" alt="" class="img-responsive img-circle" /></div>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="wow bounceInUp" data-wow-delay="0.8s">
<div class="team boxed-grey">
<div class="inner">
<h5>Jack Briane</h5>
<p class="subtitle">jQuery Ninja</p>
<div class="avatar"><img src="about/img/team/3.jpg" alt="" class="img-responsive img-circle" /></div>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="wow bounceInUp" data-wow-delay="1s">
<div class="team boxed-grey">
<div class="inner">
<h5>Tom Petterson</h5>
<p class="subtitle">Typographer</p>
<div class="avatar"><img src="about/img/team/4.jpg" alt="" class="img-responsive img-circle" /></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>-->
<!-- /Section: about -->
<?php include 'footer.php' ?>
</body>
</html>