-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
286 lines (274 loc) · 16.7 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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Responsive Header and Navbar</title>
<!-- Include Bootstrap CSS for responsive design -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<style>
.menuzord-menu > li {
margin-right: 10px;
}
.widget img {
max-width: 100%;
height: auto;
}
</style>
</head>
<body>
<!-- Header Section -->
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-12 col-md-8 text-center text-md-left">
<a href="/" class="d-inline-block">
<img src="https://via.placeholder.com/150x50.png?text=Logo" alt="Logo" class="img-fluid">
</a>
</div>
<div class="col-3 col-md-1 text-center">
<img src="https://via.placeholder.com/50x50.png?text=Img1" alt="Image 1" class="img-fluid mt-2 mb-2">
</div>
<div class="col-3 col-md-1 text-center">
<img src="https://via.placeholder.com/50x50.png?text=Img2" alt="Image 2" class="img-fluid mt-2 mb-2">
</div>
<div class="col-3 col-md-1 text-center">
<img src="https://via.placeholder.com/50x50.png?text=Img3" alt="Image 3" class="img-fluid mt-2 mb-2">
</div>
<div class="col-3 col-md-1 text-center">
<img src="https://via.placeholder.com/50x50.png?text=Img4" alt="Image 4" class="img-fluid mt-2 mb-2">
</div>
</div>
</div>
<!-- Navbar Section -->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="/">Home</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mr-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="/about" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
About
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="/about">About Akshaya</a>
<a class="dropdown-item" href="/about/mission">Vision & Mission</a>
<a class="dropdown-item" href="/about/institutional-framework">Institutional Framework</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownServices" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Citizen Services
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownServices">
<a class="dropdown-item" href="/service-category/39/government-to-citizen">Government to Citizen</a>
<a class="dropdown-item" href="/service-category/38/business-to-citizen">Business to Citizen</a>
<a class="dropdown-item" href="/service-category/41/financial-inclusion">Financial Inclusion</a>
<a class="dropdown-item" href="/service-category/55/education">Education</a>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="/faqs">Help Desk</a></li>
<li class="nav-item"><a class="nav-link" href="/events">News & Events</a></li>
<li class="nav-item"><a class="nav-link" href="/rti">RTI</a></li>
<li class="nav-item"><a class="nav-link" href="/contact">Contact us</a></li>
</ul>
<ul class="navbar-nav">
<li class="nav-item">
<a class="btn btn-primary btn-sm mr-2" href="/centers"><i class="fa fa-map-marker-alt"></i> Locate Your Service</a>
</li>
<li class="nav-item">
<a class="btn btn-secondary btn-sm" href="/login"><i class="fa fa-user"></i> User Login</a>
</li>
</ul>
</div>
</nav>
<!-- Main Content -->
<div class="container">
<div class="container my-4">
<section class="mt-4">
<div class="container pt-0 pb-0">
<div class="section-content">
<div class="row text-center home-boxes">
<!-- Box 1 -->
<div class="col-md-4 bg-primary text-white p-4">
<h3 class="text-uppercase">Empowering Kerala</h3>
<p>The visionaries of Kerala launched the Akshaya Project in 2002 to address the backwardness of the Malappuram district, inaugurated by Dr. APJ Abdul Kalam.</p>
<a class="btn btn-light btn-sm" href="/services">View Services</a>
</div>
<!-- Box 2 (Video) -->
<div class="col-md-4 bg-secondary text-white p-4">
<h3 class="text-uppercase">Videos</h3>
<div class="embed-responsive embed-responsive-16by9">
<iframe src="https://www.youtube.com/embed/f_9rPkdZo6A" allowfullscreen></iframe>
</div>
<a class="btn btn-light btn-sm mt-3" href="/gallery/videos">View Videos</a>
</div>
<!-- Box 3 (FAQ) -->
<div class="col-md-4 bg-dark text-white p-4">
<h3 class="text-uppercase">F.A.Q</h3>
<p>Have questions? Check out our FAQ section for answers to frequently asked questions about the Akshaya project.</p>
<a class="btn btn-light btn-sm" href="/faqs">View FAQs</a>
</div>
</div>
</div>
</div>
</section>
<section class="mt-4 para-style-left">
<div class="container">
<div class="section-content">
<div class="row">
<!-- Column 1: Akshaya Introduction -->
<div class="col-md-3 col-sm-6 mb-4">
<h2>Akshaya - Gateway of Opportunities</h2>
<p class="text-justify">
Akshaya has overcome many challenges, attracting those seeking innovation. Launched by Dr. APJ Abdul Kalam on November 18, 2002, Akshaya represents Kerala's commitment to digital progress. It revolutionizes public services and boosts social inclusion through digital transformation.
</p>
<a class="btn btn-theme-colored btn-sm" href="/about">Read More</a>
</div>
<!-- Column 2: Mission -->
<div class="col-md-3 col-sm-6 mb-4">
<img src="https://via.placeholder.com/200" alt="Mission" class="img-fluid mb-3">
<h4 class="title mt-0">Mission</h4>
<ul class="list-unstyled">
<li>Bridge the gap between the 'Information Rich and Poor'.</li>
<li>Promote e-literacy and provide government services through public-private partnerships.</li>
<li>Enhance public service delivery for accessibility in local communities.</li>
<li>Transform governance for transparent, efficient services through ICT.</li>
</ul>
<a class="btn-read-more" href="/about/mission">Read more</a>
</div>
<!-- Column 3: Vision -->
<div class="col-md-3 col-sm-6 mb-4">
<img src="https://via.placeholder.com/200" alt="Vision" class="img-fluid mb-3">
<h4 class="title mt-0">Vision</h4>
<ul class="list-unstyled">
<li>Achieve 100% digital and social inclusion by 'Connecting the Unconnected'.</li>
<li>Improve service delivery efficiency at the grassroots level.</li>
<li>Foster collaborative relationships with citizens and communities.</li>
<li>Utilize government resources to enhance productivity and public communication.</li>
</ul>
<a class="btn-read-more" href="/about/mission">Read more</a>
</div>
<!-- Column 4: Objectives -->
<div class="col-md-3 col-sm-6 mb-4">
<img src="https://via.placeholder.com/200" alt="Objectives" class="img-fluid mb-3">
<h4 class="title mt-0">Objectives</h4>
<ul class="list-unstyled">
<li>Leverage ICT to improve services and strengthen government relations with citizens.</li>
<li>Identify digital skill demands and bridge skill gaps.</li>
<li>Ensure government meets its public service delivery goals effectively.</li>
</ul>
<a class="btn-read-more" href="/about/mission">Read more</a>
</div>
</div>
</div>
</div>
</section>
<!-- Notifications Section -->
<div class="row">
<div class="col-md-4">
<h3>Notifications <small><a href="#"><i class="fa fa-arrow-right"></i> view all</a></small></h3>
<div class="list-group">
<div class="list-group-item news-item">
<img src="https://via.placeholder.com/60" alt="notification" class="float-left mr-3">
<p class="mb-1">Vacant Centers in Districts</p>
<a href="#" class="btn btn-sm btn-primary">view details <i class="fa fa-arrow-right"></i></a>
</div>
<div class="list-group-item news-item">
<img src="https://via.placeholder.com/60" alt="notification" class="float-left mr-3">
<p class="mb-1">List of Gazetted Officers</p>
<a href="#" class="btn btn-sm btn-primary">view details <i class="fa fa-arrow-right"></i></a>
</div>
<div class="list-group-item news-item">
<img src="https://via.placeholder.com/60" alt="notification" class="float-left mr-3">
<p class="mb-1">Rank List for Assistant Coordinator</p>
<a href="#" class="btn btn-sm btn-primary">view details <i class="fa fa-arrow-right"></i></a>
</div>
</div>
</div>
<!-- Events Section -->
<div class="col-md-8">
<h3>Latest Events <small><a href="#"><i class="fa fa-arrow-right"></i> view all</a></small></h3>
<div class="card mb-3">
<div class="row no-gutters">
<div class="col-md-4">
<img src="https://via.placeholder.com/450" class="card-img" alt="event image">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Contact toll free number</h5>
<p class="card-text">For feedback or grievances, contact toll-free number 155300 or 0471 2335523.</p>
<a href="#" class="btn btn-sm btn-primary">Read more <i class="fa fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
<div class="card mb-3">
<div class="row no-gutters">
<div class="col-md-4">
<img src="https://via.placeholder.com/450" class="card-img" alt="event image">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Vacant Centers in Districts</h5>
<p class="card-text">Visit district profile for notification details on vacant centers.</p>
<a href="#" class="btn btn-sm btn-primary">Read more <i class="fa fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Fun Fact Section -->
<section class="mt-4 text-center bg-light py-4">
<div class="row">
<div class="col-sm-4">
<img src="https://via.placeholder.com/64" class="img-fluid mb-2" alt="icon">
<h4>Awards</h4>
<p>15</p>
</div>
<div class="col-sm-4">
<img src="https://via.placeholder.com/64" class="img-fluid mb-2" alt="icon">
<h4>Services</h4>
<p>255+</p>
</div>
<div class="col-sm-4">
<img src="https://via.placeholder.com/64" class="img-fluid mb-2" alt="icon">
<h4>Centers</h4>
<p>2700+</p>
</div>
</div>
</section>
<section id="home">
<div class="container-fluid p-0">
<!-- Slider Revolution Start -->
<div class="rev_slider_wrapper" style="overflow: visible; height: 248px;">
<div class="rev_slider" data-version="5.0" id="revslider-136" style="height: 248px;">
<ul>
<!-- Slide 1 -->
<li data-index="rs-12">
<div class="tp-bgimg" style="background-image: url('https://via.placeholder.com/1440x400'); background-size: cover; background-position: center center; height: 100%;"></div>
</li>
<!-- Slide 2 -->
<li data-index="rs-11">
<div class="tp-bgimg" style="background-image: url('https://via.placeholder.com/1440x400'); background-size: cover; background-position: center center; height: 100%;"></div>
</li>
<!-- Slide 3 -->
<li data-index="rs-10">
<div class="tp-bgimg" style="background-image: url('https://via.placeholder.com/1440x400'); background-size: cover; background-position: center center; height: 100%;"></div>
</li>
</ul>
</div>
</div>
<!-- Slider Revolution Ends -->
</div>
</section>
</div>
</div>
<!-- Include Bootstrap and jQuery JS for dropdown functionality -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>