-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
108 lines (108 loc) · 4.85 KB
/
Copy pathindex.php
File metadata and controls
108 lines (108 loc) · 4.85 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
<?php include 'header.php'; ?>
<section>
<!-- below code for who we are -->
<div class="container1" id="mainhead1">
<div id="waw">
<h2>Who Are We ?</h2>
<p>
We at Friendly Ballots, aim to provide ease to our users for conductings elections. We constantly enhance<br>
our security and user interface to meet the expectations of our clients. We strengthen the integrity of the election <br>
by avoiding unfair practises by any means. Our aim is to free you from counting and rechecking votes, using valuable <br>resources
to maintain transparency and physical gathering for voting.
</p>
</div>
</div>
<!-- below code for features -->
<div id="features1">
<h2>Features</h2>
</div>
<div class="flex-container-2">
<div id="flex-item1">
<div class="heads1">
<i class="fa fa-lock fa-2x" aria-hidden="true"></i><br>
<B>SECURE</B>
</div>
<div class="content1">
<p>
Our voting pages are secured so<br> your voters can have<br> complete security and privacy
<br> while voting.
</p>
</div>
</div>
<div id="flex-item2">
<div class="heads1">
<i class="fa fa-hourglass-start fa-2x" aria-hidden="true"></i><br>
<B>QUICK RESULT</B>
</div>
<div class="content1">
<p>
We bring you un-biased results<br> in flash of moment with automatic<br> ballot count, so that
your team<br> does not need to waste time.
</p>
</div>
</div>
<div id="flex-item3">
<div class="heads1">
<i class="fa fa-check-square fa-2x" aria-hidden="true"></i><br>
<B>CLEAN INTERFACE</B>
</div>
<div class="content1">
<p>
With a very user friendly interface,<br> we provide hassle-free voting<br> thus bringing ease to
you <br> and your team.
<br>
</p>
</div>
</div>
</div>
</div>
<!--below code for the users' description-->
</section>
<div class="main-content1 container1">
<div class="content-section1">
<div class="content-text1">
<h2>Ballot Administrators</h2>
<ul>
<li>An administrator can create multiple friendly ballots with unique ballot IDs</li>
<li>Each friendly ballot can have voting for multiple positions</li>
<li>The administrator decides the date of voting and of result decalaration</li>
<li>The administrator can validate voters and candidates easily</li>
</ul>
</div>
<div class="content-img-1">
<i class="fa fa-user-circle" aria-hidden="true"></i>
</div>
</div>
<div class="content-section-1">
<div class="content-img-2">
<i class="fa fa-users" aria-hidden="true"></i>
</div>
<div class="content-text1">
<h2>Voters</h2>
<ul>
<li>A voter can vote for any or all the positions as specified by the administrator</li>
<li>Voters have a permanent voter ID and can use the same for every friendly ballot</li>
<li>Just enter the ballot ID and cast your vote, user-friendly interface</li>
</ul>
</div>
</div>
<div class="content-section1">
<div class="content-text1">
<h2>Candidates</h2>
<ul>
<li>A candidate can apply for any or all positions as created by the administrator</li>
<li>Candidates are validated by the administrator before the election</li>
<li>Since voting is everyone's right, a candidate is also a voter</li>
</ul>
</div>
<div class="content-img-1">
<i class="fa fa-id-card-o" aria-hidden="true"></i>
</div>
</div>
</div>
<!-- the below code for button -->
<div class="btn1">
<p>Get Started With Friendly Ballot</p>
<a data-toggle="modal" data-target="#signupModal" href="#">Create Friendly Ballot</a>
</div>
<?php include 'footer.php'; ?>