-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvote_type.html
More file actions
186 lines (151 loc) · 10.5 KB
/
vote_type.html
File metadata and controls
186 lines (151 loc) · 10.5 KB
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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>Voter Types</title>
<meta name="description" content="">
<meta name="description" content="The two categories of voters" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="fragment" content="!">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta property="og:image" content="https://raw.githubusercontent.com/TejasTiwari/codefundo_voting/master/img/LogiX.jpg"/> <!-- fix logo location/name -->
<meta property="og:title" content="LogiX- Secure Voting"/>
<meta property="og:url" content="https://tejastiwari.github.io/codefundo_voting/vote_type.html"/>
<meta property="og:description" content="The two categories of voters"/>
<!-- Google fonts - which you want to use - (rest you can just remove) -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic' rel='stylesheet' type='text/css'>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicon-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<!-- Regenerate all above using a source image without the white backgroud like most other sites do -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/prettyPhoto.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<script src="js/googleanalytics.js"></script>
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/2713585.js"></script>
</head>
<body id="top">
<header>
<!-- 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>
<!-- LOGO -->
<a class="navbar-brand page-scroll" href="#page-top">
<img src="https://raw.githubusercontent.com/TejasTiwari/codefundo_voting/master/img/LogiX.jpg" alt="">
</a>
<!-- END LOGO -->
</div>
<!-- TOGGLE NAV -->
<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="https://tejastiwari.github.io/codefundo_voting/(index).html">Back To Home</a>
</li>
</ul>
</div>
<!-- TOGGLE NAV -->
</div>
<!-- /.container -->
</nav>
<!-- END NAVIGATION -->
</header>
<div id="home-area">
<div class="overlay">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="home-content wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0s">
<h1>Type-1: Vote from Home</h1>
<ul>
<li><p align="left">For the voters who cannot be present at the booth on the day of voting due to the one of the following reasons:</p>
<ul>
<li><p align="left"> Disabled/Physically Unable to go to booth: Proper medical certificates need to be attached.</p>
</li>
<li><p align="left"> Overseas on election day: The voter needs to provide scanned copy of visa/passport to prove that they will be overseas on the election day.(Note- People within India but in a different city/state than their current place of residence don’t come under Type-1. They need to register as a voter in that new city to vote.)</p>
</li>
<li><p align="left"> Other: If any other reason, then also the voter has to give proper proofs as to why he/she won’t be able to vote at the booth.</p>
</li>
</ul>
</li>
<li><p align="left">Send a request to the EC through the portal(after logging in) at least 14 working days before the election day</p>
</li>
<li><p align="left">While sending the request, voter should ipload the following documents for verification:</p>
<ol>
<li><p align="left">Voter ID</p></li>
<li><p align="left">Aadhar Card (Both sides, serves as ID proof and address proof. Address proof is required to decide which constituency will the vote count in)</p></li>
<li><p align="left">Signature specimen</p></li>
</ol>
</li>
<li><p align="left">The EC’s decision to accept/reject the application will be updated on the portal 7 days prior to the voting day</p>
</li>
<li><p align="left">If the EC accepts the application, then the voter will recieve a unique ‘Vote Key’ 15 mins prior to the time-slot he has been alloted to cast vote, which will enable the voter to vote online.</p>
</li>
</ul>
</div>
<div class="home-content wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0s">
<a class="button get-trial wow fadeInRight" id="vote1" data-wow-duration="1s" data-wow-delay=".5s" href="https://tejastiwari.github.io/codefundo_voting/(index).html">Home</a>
</div>
</div>
<div id="vote2" class="col-md-6 col-sm-6 col-xs-12">
<div class="home-content wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0s">
<h1>Type-2: Vote from Booth</h1>
<ul>
<li><p align="left">For regular voters who can be present at the booth on the day of voting:</p>
</li>
<li><p align="left">The voter shall go to the booth on the day of election. He/she does not need to register himself/herself on the portal before going to the booth.</p>
</li>
<li><p align="left">The booth officials will register as well as verifiy the documents of the voter at the booth itself</p>
</li>
<li><p align="left">The voter will then cast his/her vote through the portal on one of the machines at the booth</p>
</li>
</ul>
</div>
<div class="home-content wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0s">
<a class="button get-trial wow fadeInRight" id="vote1" data-wow-duration="1s" data-wow-delay=".5s" href="https://tejastiwari.github.io/codefundo_voting/(index).html">Home</a>
</div>
</div>
<p><br><br>
</div>
</div>
</div>
</div>
<!-- js files -->
<script src="js/vendor/jquery.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/prettyPhoto.js"></script>
<script src="js/main.js"></script>
</body>