-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
488 lines (428 loc) · 24.9 KB
/
index.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
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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Manmeet Kaur, Komal Chauhan, Jaspreet Singh Bhatti">
<title>Meri Raay - One Page Multipurpose Bootstrap Theme</title>
<!-- Bootstrap Core CSS -->
<link href="asset/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome CSS -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Animate CSS -->
<link href="css/animate.css" rel="stylesheet" >
<!-- Owl-Carousel -->
<link rel="stylesheet" href="css/owl.carousel.css" >
<link rel="stylesheet" href="css/owl.theme.css" >
<link rel="stylesheet" href="css/owl.transitions.css" >
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!-- Colors CSS -->
<link rel="stylesheet" type="text/css" href="css/color/blue.css">
<!-- Colors CSS -->
<link rel="stylesheet" type="text/css" href="css/color/blue.css" title="light-blue">
<!-- Custom Fonts -->
<link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<!-- Modernizer js -->
<script src="js/modernizr.custom.js"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top">Meri Raay</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#about-us">About</a>
</li>
<li>
<a class="page-scroll" href="#glimpses">Glimpses</a>
</li>
<li>
<a class="page-scroll" href="#team">Team</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
<li>
<a class="page-scroll" href="Admin/login.php">Login</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Start Home Page Slider -->
<section id="page-top">
<!-- Carousel -->
<div id="main-slide" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#main-slide" data-slide-to="0" class="active"></li>
<li data-target="#main-slide" data-slide-to="1"></li>
<li data-target="#main-slide" data-slide-to="2"></li>
</ol>
<!--/ Indicators end-->
<!-- Carousel inner -->
<div class="carousel-inner">
<div class="item active">
<img class="img-responsive" src="images/header-back.jpg" alt="slider">
<div class="slider-content">
<div class="col-md-12 text-center">
<h1 class="animated3">
<span><strong>Difference</strong> for the Democracy</span>
</h1>
<p class="animated2">No minister ever stood, or could stand, <br> against public opinion.</p>
</div>
</div>
</div>
<!--/ Carousel item end -->
<div class="item">
<img class="img-responsive" src="images/header.jpg" alt="slider">
<div class="slider-content">
<div class="col-md-12 text-center">
<h1 class="animated1">
<span>Every <strong>Opinion</strong> is important</span>
</h1>
<p class="animated2">There can be no daily democracy without daily citizenship. </p>
</div>
</div>
</div>
<!--/ Carousel item end -->
<div class="item">
<img class="img-responsive" src="images/header-bg.jpg" alt="slider">
<div class="slider-content">
<div class="col-md-12 text-center">
<h1 class="animated2">
<span>The way to <strong>Change</strong></span>
</h1>
<p class="animated1">I think anyone who has an opinion, and voices<br> it, will offend someone.</p>
</div>
</div>
</div>
<!--/ Carousel item end -->
</div>
<!-- Carousel inner end-->
<!-- Controls -->
<a class="left carousel-control" href="#main-slide" data-slide="prev">
<span><i class="fa fa-angle-left"></i></span>
</a>
<a class="right carousel-control" href="#main-slide" data-slide="next">
<span><i class="fa fa-angle-right"></i></span>
</a>
</div>
<!-- /carousel -->
</section>
<!-- End Home Page Slider -->
<!-- Start About Us Section -->
<section id="about-us" class="about-us-section-1">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="section-title text-center">
<h3>About Us</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="welcome-section text-center" style="display:inline-block;">
<img src="images/about.jpg" class="img-responsive" alt=".." style="float:right;width:40%;">
<p style="float:left;width:60%;padding:20px;text-align:justify;">Meri Raay is a web application developed in lieu of attaining political transparency in a democratic country, like India. Meri Raay is a clause for “My Opinion towards making a difference in the decisions being taken by the government”. Every decision taken in a democratic country must have the say of people so that the legacy of the word “democratic” is maintained well. Keeping this in mind, our team focuses on developing a system in which the decisions taken by the govt. will now be accelerated and transparent. This will be possible through a very simple system of public opinions. Every District Commissioner(DC) has some problems to be solved in a year for his city; the priority of which problem to be solved first will be decided by the citizens of that district as they will be voting for the problems being posted by the District Commissioner(DC) on the web app. Even the Chief Minister and the Prime Minister need not ask for the monthly or quarterly reports from the officials of the particular state or district as they can directly view the development in a particular area through this portal.<br/>
There already exist systems which ask the public to post problems being faced by them and as per their paramount nature they will be solved by the govt., like “I Change My City”, by Janagraha but there exists no system where the decisions being taken by the government are prioritized by the citizens of that locality or the decision-making process is transparent to them.
</p>
</div>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</section>
<!-- End About Us Section -->
<!-- Start Call to Action Section -->
<section class="call-to-action" id="about-us">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Public opinion is the thermometer<br> a monarch should constantly consult. </h1>
</div>
</div>
</div>
</section>
<!-- End Call to Action Section -->
<!-- Start Portfolio Section -->
<section id="glimpses" class="portfolio-section-1">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-title text-center">
<h3>Glimpses fom the Past</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<!-- Start Portfolio items -->
<ul id="portfolio-list">
<li>
<div class="portfolio-item">
<img src="images/portfolio/NOTA.jpg" class="img-responsive" alt="" />
<div class="portfolio-caption">
<h4>NONE OF THE ABOVE (NOTA)</h4>
<a href="http://www.thehindu.com/opinion/op-ed/nota-and-the-indian-voter/article17378495.ece" class="link-1" target="_blank"><i class="fa fa-magic"></i></a>
<a href="https://en.wikipedia.org/wiki/None_of_the_above" class="link-2" target="_blank"><i class="fa fa-link"></i></a>
</div>
</div>
</li>
<li>
<div class="portfolio-item">
<img src="images/portfolio/jan.jpg" class="img-responsive" alt="" />
<div class="portfolio-caption">
<h4>Jan Lokpal Bill</h4>
<a href="https://en.wikipedia.org/wiki/Jan_Lokpal_Bill" target="_blank" data-toggle="modal" class="link-1"><i class="fa fa-magic"></i></a>
<a href="https://www.ndtv.com/india-news/what-is-the-jan-lokpal-bill-why-its-important-452223" target="_blank" class="link-2"><i class="fa fa-link"></i></a>
</div>
</div>
</li>
<li>
<div class="portfolio-item">
<img src="images/portfolio/online.jpg" class="img-responsive" alt="" />
<div class="portfolio-caption">
<h4>Online FIR</h4>
<a href="http://jusprudentia.com/youth-bar-association-of-india-vs-union-of-india-uoi/" data-toggle="modal" target="_blank" class="link-1"><i class="fa fa-magic"></i></a>
<a href="http://www.livelaw.in/states-uts-must-upload-firs-websites-within-24-hrs-sc/" target="_blank" class="link-2"><i class="fa fa-link"></i></a>
</div>
</div>
</li>
<li>
<div class="portfolio-item">
<img src="images/portfolio/jeeja.jpg" class="img-responsive" alt="" />
<div class="portfolio-caption">
<h4>Right to Live With Dignity</h4>
<a href="http://www.livelaw.in/people-disabilities-also-right-live-dignity-sc/" target="_blank data-toggle="modal" class="link-1"><i class="fa fa-magic"></i></a>
<a href="https://lawyerslaw.org/jeeja-ghosh-supreme-court-of-india-case-brief-read-judgement/" target="_blank" class="link-2"><i class="fa fa-link"></i></a>
</div>
</div>
</li>
<li>
<div class="portfolio-item">
<img src="images/portfolio/immediate.jpg" class="img-responsive" alt="" />
<div class="portfolio-caption">
<h4>right to immediate medical aid</h4>
<a href="http://www.the-laws.com/Encyclopedia/Browse/Case?CaseId=009891414000" target="_blank" data-toggle="modal" class="link-1"><i class="fa fa-magic"></i></a>
<a href="http://www.satyamevjayate.in/road-accidents-or-murders/episode-2article.aspx?uid=s3e2-ar-a2" target="_blank" class="link-2"><i class="fa fa-link"></i></a>
</div>
</div>
</li>
<li>
<div class="portfolio-item">
<img src="images/portfolio/download.jpg" class="img-responsive" alt="" />
<div class="portfolio-caption">
<h4>No Alchohol on Highways</h4>
<a href="https://indiankanoon.org/doc/23113316/" target="_blank" data-toggle="modal" class="link-1"><i class="fa fa-magic"></i></a>
<a href="http://www.livelaw.in/sc-bans-liqour-shops-along-national-state-highways/" target="_blank" class="link-2"><i class="fa fa-link"></i></a>
</div>
</div>
</li>
</ul>
<!-- End Portfolio items -->
</div>
</div>
</div>
</section>
<!-- End Portfolio Section -->
<!-- Start Portfolio Modal Section -->
<div class="section-modal modal fade" id="glimpses" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="section-title text-center">
<h3>Portfolio Details</h3>
<p>Duis aute irure dolor in reprehenderit in voluptate</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<img src="images/portfolio/img1.jpg" class="img-responsive" alt="..">
</div>
<div class="col-md-6">
<img src="images/portfolio/img1.jpg" class="img-responsive" alt="..">
</div>
</div><!-- /.row -->
</div>
</div>
</div>
<!-- End Portfolio Modal Section -->
<!-- Start Team Member Section -->
<section id="team" class="team-member-section">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="section-title text-center">
<h3>The Team</h3>
<p>"We do everything with our core values of <b>honesty</b>, <b>hard work</b> and <b>trust</b>."</p>
</div>
</div>
</div>
<div class="row" >
<div class="col-md-12" style="margin-left:120px;">
<div id="team-section" >
<div class="our-team" >
<div class="team-member" >
<img src="images/team/manage-1.jpg" class="img-responsive" alt="">
<div class="team-details">
<h4>Komal Chauhan</h4>
<p>Full Stack Developer</p>
<ul>
<li><a href="https://www.facebook.com/komal.chauhan.18007"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/iKomalChauhan"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/komal-chauhan-2110/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<div class="team-member">
<img src="images/team/manage-2.jpeg" class="img-responsive" alt="">
<div class="team-details">
<h4>Manmeet Kaur</h4>
<p>Full Stack Developer</p>
<ul>
<li><a href="https://www.facebook.com/manmeetkaur07"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/manmeet011"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/manmeet-kaur-0771/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<div class="team-member">
<img src="images/team/manage-3.png" class="img-responsive" alt="">
<div class="team-details">
<h4>Jaspreet Singh Bhatti</h4>
<p>Backend Developer</p>
<ul>
<li><a href="https://www.facebook.com/ijaspreetbhatti"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/ijaspreetbhatti"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/jaspreet-bhatti-78816048/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Team Member Section -->
<section id="contact" class="contact">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-title text-center">
<h3>Contacts Us</h3>
<p class="white-text" align="center" style="float:center;"> We're eager to discuss your opinions, and answer any questions you may have. Enter your details and we'll get back to you shortly. </p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<form name="sentMessage" id="contactForm" action="contact_me.php" >
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Name *" id="name" required data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Your Email *" id="email" required data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="tel" class="form-control" placeholder="Your Phone *" id="phone" required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<textarea class="form-control" placeholder="Your Message *" id="message" required data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<div class="clearfix"></div>
<div class="col-lg-12 text-center">
<div id="success"></div>
<button type="submit" class="btn btn-primary">Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
<footer class="style-1">
<div class="container">
<div class="row">
<div class="col-md-4 col-xs-12">
<span class="copyright">Copyright©<a href="https://komalchauhan50.wixsite.com/terx">TER-X</a> 2017</span>
</div>
<div class="col-md-4 col-xs-12" style="float:right;">
<div class="footer-link">
<ul class="pull-right">
<li><a href="#">Privacy Policy</a>
</li>
<li><a href="#">Terms of Use</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
</section>
<div id="loader">
<div class="spinner">
<div class="dot1"></div>
<div class="dot2"></div>
</div>
</div>
<!-- jQuery Version 2.1.1 -->
<script src="js/jquery-2.1.1.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="asset/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/classie.js"></script>
<script src="js/count-to.js"></script>
<script src="js/jquery.appear.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.fitvids.js"></script>
<script src="js/styleswitcher.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/script.js"></script>
</body>
</html>