forked from vatsaakash/census
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
224 lines (209 loc) · 7.97 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
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<style>
body {
font-family: "Lato", sans-serif;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
.sidenav a:hover {
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
</style>
</head>
<body background="images/marine.jpg">
<style>
body{
background-repeat: no-repeat;
background-position: center;
background-size:auto;
}
.mySlides {display:none;}
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active, .dot:hover {
background-color: blue;
}
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
</style>
<table width="100%" align="left">
<tr>
<td><img src="images/satya.jpg" height="200px" width="300px"></td>
<td>                    <b><h1><font color="orange">Office of the Registrar General & Census Commissioner, India</b></font></h1>
<h2><font color="white">Ministry of Home Affairs,</font><br></h2>
<h3><font color="green">Government of India</font></h3>
<td><a href="https://www.facebook.com/public/Census-India"><img src="images/fb.png" alt="fb page" title="Facebook Page" height="30px" width="30px"></a></td>
<td><a href="https://twitter.com/censusindia"><img src="images/twitter.png" title="Twitter Page" height="30px" width="30px"></a></td>
<td><a href="https://www.youtube.com/channel/UCePuVdSS_exNkYSV2RCzDjw"><img src="images/youtube.png" height="30px" width="30px" title="Youtube Channel"></a></td>
</table>
<hr>
<div class="container"><p>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="http://www.censusindia.gov.in/pca/Searchdata.aspx">Population Finder 2011</a><br>
<a href="http://www.censusindia.gov.in/DigitalLibrary/Archive_home.aspx">Census Digital Library</a><br>
<a href="http://www.censusindia.gov.in/2011census/dchb/DCHB.html">District Census Handbook</a><br>
<a href="http://www.censusindia.gov.in/2011-Common/mccd.html">Medical Certification of Cause of Death</a><br>
<a href="http://www.censusindia.gov.in/2011-Common/Sample_Registration_System.html">SRS Publications</a><br>
<a href="http://www.censusindia.gov.in/2011census/workstation.html">Data Dissemination Unit</a><br>
<a href="http://www.censusindia.gov.in/2011-Common/CensusInfo.html">Census Info</a><br>
<a href="http://www.censusindia.gov.in/2011-Common/mccd.html">Media/News</a><br>
<a href="http://www.censusindia.gov.in/2011-Common/Archive.html">Archive</a><br>
<a href="src/developers.html">Know About the Developers</a><br>
</div>
  <span style="font-size:30px;cursor:pointer;color:yellow;" onclick="openNav()">☰ </span>
  <a href="index.html" target="_blank">Home</a>  
<a href="src/aboutus.html" target="_blank">About Us</a>  
<a href="src/censusorganisation.html" target="_blank">Census Organisation</a>  
<a href="src/submityourform.html" target="_blank">Submit Your Form</a>  
<a href="src/actsandrules.html" target="_blank">Acts and Rules</a>  
<a href="src/population.html" target="_blank">Current Population of World</a> 
<a href="src/contactus.html" target="_blank">Contact Us</a>
 
</p></div>
<STYLE>
.container
{
margin-top: 5px;
padding: 15px;
border: solid;
border-color: rgb(25,190,3);
border-width:thick;
border-radius: 25px;
background-color: #000000;
}
.container a
{
color:rgb(235,190,0);
padding: 10px;
font-size: 20px;
display: inline-block;
}
.container a:hover{
background-color: green;
color: red;
display:inline-block;
}
.topnav {
overflow: hidden;
background-color: #e9e9e9;
}
</STYLE><br>
<br>
<div class="w3-content w3-section" align="center">      
<img src="images/1.jpg" width="30%" height="500" class="mySlides" style="width:55%">       
<img src="images/2.jpg" height="500" class="mySlides" style="width:55%">      
<img src="images/3.jpg" height="500" class="mySlides" style="width:55%">      
<img src="images/4.jpg" height="500" class="mySlides" style="width:55%">      
<img src="images/5.jpg" height="500" class="mySlides" style="width:55%">      
<img src="images/6.png" height="500" class="mySlides" style="width:55%">      
<img src="images/7.jpg" height="500" class="mySlides" style="width:55%">      
<img src="images/8.jpg" height="500" class="mySlides" style="width:55%">      
<img src="images/9.gif" height="500" class="mySlides" style="width:55%">      
<img src="images/10.gif" height="500" class="mySlides" style="width:55%">      
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
<span class="dot" onclick="currentSlide(4)"></span>
<span class="dot" onclick="currentSlide(5)"></span>
<span class="dot" onclick="currentSlide(6)"></span>
<span class="dot" onclick="currentSlide(7)"></span>
<span class="dot" onclick="currentSlide(8)"></span>
<span class="dot" onclick="currentSlide(9)"></span>
<span class="dot" onclick="currentSlide(10)"></span>
</div>
<script>
function openNav() {
document.getElementById("mySidenav").style.width = "250px";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
}
var myIndex = 0;
carousel();
function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
myIndex++;
if (myIndex > x.length) {myIndex = 1}
x[myIndex-1].style.display = "block";
setTimeout(carousel, 2500); // Change image every 2.5 seconds
}
function currentSlide(n) {
showSlides(slideIndex = n);
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
if (n > slides.length) {slideIndex = 1}
if (n < 1) {slideIndex = slides.length}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
}
</script>
</body>
</html>