-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
294 lines (217 loc) · 10.4 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
285
286
287
288
289
290
291
292
293
294
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<head>
<title> Lost Vote</title>
<link href="https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i" rel="stylesheet">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="../stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<script src="../ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="../stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="static/css/base.css" />
<link rel="icon" type="image/svg" href="static/images/favicon.svg" class="fav">
<link rel="stylesheet" href="static/css/index.css">
</head>
<body>
<div class="alan-btn"></div>
<nav class="navbar navbar-dark sticky-top navbar-expand-md">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="index.html">
<strong>Home</strong>
</a>
<div class="collapse navbar-collapse" id="navbar">
<ul class="navbar-nav mr-auto">
<li><a class="nav-link" href="results.html"> <span class="d-md-none d-lg-inline">Live</span> Results</a></li>
<li><a class="nav-link" href="voter_list.html">Voters</a></li>
<li><a class="nav-link" href="candidate_list.html"> Candidates</a></li>
</ul>
<ul class=" navbar-nav ml-auto">
<li><a class="nav-link" href="register.html">Register</a></li>
<li><a class="nav-link" href="login.html"> Login</a> </li>
</ul>
</div>
</nav>
<div class="jumbotron text-center">
<h1 class="main-heading">Welcome to Lost Vote Portal</h1> <br>
<p class="jumbo">If you dont vote you lose the right to complain</p>
<div class="row">
<div class="col mx-auto">
<a href="register.html" class="btn btn-1">Register</a>
<a href="login.html" class="btn btn-2">Cast Vote</a>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4 text-center">
<h3><img src="static/images/profit.svg" class="profit"><b>Increases participation</b></h3>
<p>The Internet voting system tends to maximize user participation
by allowing them to vote from anywhere and allowing access from different computer
systems and from any device that has an internet connection.</p>
</div>
<div class="col-md-4 text-center">
<h3><img src="static/images/lock.svg" class="profit"><b>Secure</b></h3>
<p> In blockchain security system, in addition to
logical and physical protection layers, mechanisms are established
to ensure that only users accredited by an official document
participate, so that all security guarantees are provided that
equate the electronic voting process with a classic electoral process.</p>
</div>
<div class="col-md-4 text-center">
<h3><img src="static/images/shield.svg" class="profit"><b>Reliable</b></h3>
<p>
Essential concepts
to ensure privacy and the protection of the integrity of votes,
as well as to allow the audit of the elections to be held.
An even more secure audit than in the traditional mail vote,
where the voter loses control over his or her vote.</p>
</div>
</div>
</div>
<div class="container con-2">
<div class="page-header text-center">
<h1 id="timeline">Follow This </h1>
</div>
<ul class="timeline">
<li>
<a href="register.html">
<div class="timeline-badge"><i class="fa fa-check-square-o fa-lg"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title"><b>Register</b></h4>
</div>
<div class="timeline-body">
<p>Get yourself registered for the voting process with necessary details.
You will get a private key that will be required to cast your vote</p>
</div>
</div>
</a>
</li>
<li class="timeline-inverted">
<a href="candidate_list.html">
<div class="timeline-badge info"><i class="fa fa-list fa-lg"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title"><b>Candidate List</b></h4>
</div>
<div class="timeline-body">
<p>All the Candidates representing their Party along with their Candidate ID are listed here.</p>
</div>
</div>
</a>
</li>
<li>
<a href="voter_list.html">
<div class="timeline-badge warning"><i class="fa fa-laptop fa-lg"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title"><b>Voter List</b></h4>
</div>
<div class="timeline-body">
<p>Check whether you got verified by the admin and what's your voting status.</p>
</div>
</div>
</a>
</li>
<li class="timeline-inverted">
<a href="login.html">
<div class="timeline-badge danger"><i class="fa fa-check-circle-o fa-lg"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title"><b>Cast Vote</b></h4>
</div>
<div class="timeline-body">
<p>You will be redirected to the login page. Entering your username, password, Aadhar Number
and the private key, you will be able to cast your vote</p>
</div>
</div>
</a>
</li>
<li>
<a href="results.html">
<div class="timeline-badge info"><i class="fa fa-bar-chart fa-lg"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title"><b>Live Result</b></h4>
</div>
<div class="timeline-body">
<p>With the help of Pie Chart, you will get the live voting statistics.</p>
</div>
</div>
</a>
</li>
<li class="timeline-inverted">
<div class="timeline-badge success"><i class="fa fa-thumbs-o-up fa-lg"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title"><b>That's it!</b></h4>
</div>
<div class="timeline-body">
<p>You have casted your valuable vote. If interested you can check
the live voting statistics in the Live Result page.</p>
</div>
</div>
</li>
</ul>
</div>
<!--------------------------------Footer------------------------------------------------>
<!-- Site footer -->
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6">
<h6>About</h6>
<p class="text-justify">A Website where you can vote no matter wherever you are.
Higly secured by blockchain. Live analysis of voting statistics is also available.
No alteration in votes making it more reliable system.</p>
</div>
<div class="col-md-3"></div>
<div class="col-xs-6 col-md-3">
<h6>Quick Links</h6>
<ul class="footer-links">
<li><a href="results.html">Live Result</a></li>
<li><a href="vote_list.html">Voter List</a></li>
<li><a href="candidate_list.html">Candidate List</a></li>
<li><a href="login.html">Cast Vote</a></li>
<li><a href="index.html">Dashboard</a></li>
</ul>
</div>
</div>
<hr>
</div>
<div class="container">
<div class="row">
<div class="col-12 col-md-6">
<p class="copyright-text">Copyright © Designed and Developed by Priyadarshan Ghosh</p>
</div>
<div class="col-6 col-md-3 text-center">
<ul class="social-icons">
<li><a class="website" target="_blank" href="https://priyadarshanghosh.blogspot.com/"><i class="fa fa-globe fa-lg"></i></a></li>
<li><a class="linkedin" target="_blank" href="https://www.linkedin.com/in/priyadarshan-ghosh-0a6274190/"><i class="fa fa-linkedin fa-lg"></i></a></li>
<li><a class="linkedin" target="_blank" href="https://github.com/Priyadarshan2000"><i class="fa fa-github fa-lg"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<script type="text/javascript"
src="https://studio.alan.app/web/lib/alan_lib.js"></script>
<script>
var alanBtnInstance = alanBtn({
key: "b81cd432d13dafc6d3bbf606cd9cf12e2e956eca572e1d8b807a3e2338fdd0dc/stage",
onCommand: function (commandData) {
if (commandData.command === "go:back") {
//call client code that will react on the received command
}
},
rootEl: document.getElementById("alan-btn"),
});
</script>
</body>
</html>