-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
250 lines (215 loc) · 7.92 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--Fonts CDN-->
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!--- Custom Css --->
<link rel="stylesheet" href="css/style.css">
<!-- Font Awesome CDN -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Internal CSS -->
<style>
.slideUpBtn {
padding: 12px 24px;
background-color: transparent;
border: 2px solid hsl(243, 80%, 62%);
border-radius: 6px;
position: relative;
overflow: hidden;
transition: all 0.5s cubic-bezier(1,.15,.34,.92)
}
.slideUpBtn span {
display: inline-block;
transition: inherit;
color: hsl(243, 80%, 62%);
}
.slideUpBtn:hover span {
opacity: 0;
transform: translateY(-100%)
}
.slideUpBtn::before {
content: "";
background-color: hsl(243, 80%, 62%);;
height: 100%;
left: 0;
position: absolute;
top: 0;
transform: translateY(100%);
transition: inherit;
width: 100%;
transition: transform 0.5s cubic-bezier(1,.15,.34,.92)
}
.slideUpBtn::after {
content: 'Vote Now';
align-items: center;
display: flex;
height: 100%;
justify-content: center;
left: 0;
position: absolute;
top: 0;
transition: inherit;
transform: translateY(100%);
width: 100%;
}
.slideUpBtn:hover::before {
transform: translateY(0) scale(3);
transition-delay: .025s;
}
.slideUpBtn:hover::after {
opacity: 1;
color: hsl(222, 100%, 95%);
transform: translateY(0);
}
</style>
<!-- End Internal CSS -->
</head>
<body>
<!------------------ Navbar Section ------------------>
<div class="container-fluid" id="cont-3">
<header id="nav-bar">
<nav class="navbar navbar-expand-lg navbar-light bg-dark">
<a class="navbar-brand" href=index.html style="color: white; font-weight: 600; margin-top: 15px;">OVS</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" style="color: white;"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto animate__animated animate__bounceInDown" style="padding-right: 50px;">
<li class="nav-item" >
<a class="nav-link" href="index.html" style="color:white; font-weight: 600; text-align: center; font-size: 18px; margin-top: 20px; text-transform: capitalize; padding: 20px;">Home</a>
</li>
<li class="nav-item" >
<a class="nav-link" href="routes/dashboard.php" style="color: white; font-weight: 600; text-align: center; font-size: 18px; margin-top: 20px; text-transform: capitalize; padding: 20px;">Register</a>
</li>
</ul>
</div>
</nav>
</header>
<!------------------ HomePage Section ------------------>
<section id="banner">
<div class="container">
<div class="row">
<div class="col-md-6 animate__animated animate__bounceInLeft" style="text-align: center font-color:black;">
<h1>ONLINE VOTING SYSTEM</h1>
<p>Online voting systems are software platforms used to securely conducting elections. As a digital platform, they eliminate the need to cast your votes using paper or having to gather in person.</p>
<a href="routes/register.php"><button class="magnifyBtn">VOTE NOW</button></a>
</div>
<div class="col-md-6">
<img src="img/8.svg" alt="" srcset="" height="400vh " width="90%" class="animate__animated animate__bounceInRight " style="margin-left: 10px; margin-top: 20px;" >
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!------------------ Space Section ------------------>
<section class="space">
<div class="container">
<div class="col-md-12">
<div class="row">
</div>
</div>
</section>
</div>
<!------------------ Candidate Section ------------------>
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Online Voting System</h1>
</div>
<div class="col-md-12" style=" width: 100%; ">
<img src="img/10.svg" alt="" srcset="">
</div>
<div class="col-md-12">
<a href="routes/register.php" ><span ><button style="margin-top: 20px;" class="slideUpBtn">Vote Now</button></span></a>
</div>
</div>
</div>
</div>
</div>
<section>
<div class="container-fluid" style="margin-top: 50px;">
<div class="row" style="background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0,0,255,0.5)),
url('background.jpg');" width="100%">
<div class="col-md-12" style="background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0,0,255,0.5)),
url('background.jpg'); color: white;">
<h1 style="text-align: center; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0,0,255,0.5)),
url('background.jpg'); color:white;">Register as a Voter or become a Candidate</h1>
<p> Voter or Candidate</p>
</div>
<div class="col-md-6" >
<img src="img/11.svg" style="height: 400px;" >
</div>
<div class="col-md-6" data-aos="fade-left">
<h1 style="color: white; margin-top: 40px; margin-bottom: 40px;" class=" ">Apply</h1>
<p style="color: white;" >
If you want to become a candidate or register as a voter, then you click on the link below, then you will be redirected. In the second
page, by filling that, you can request for approval to either Vote or Vie as a candidate
</p>
<a href="routes/dashboard.php"><button class="magnifyBtn" style="margin-bottom: 40px;">Apply</button></a>
</div>
</div>
</div>
</div>
</section>
<!------------------ Footer Section ------------------>
<section>
<div class="container-fluid">
<div class="row">
<div class="col-md-6">
<hr>
<div class="Footer">
<ul style="display: flex;">
<li style="list-style: none; padding: 10px; "><a href="index.html" style="text-decoration: none; color: #a517ba;">Home</a></li>
<li style="list-style: none; padding: 10px; "><a href="routes/dashboard.php" style="text-decoration: none; color: #a517ba;">Register</a></li>
</ul>
</div>
</div>
<div class="col-md-6">
<hr>
<div class="social-icon">
<ul >
<li>
<a href="">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a href="">
<i class="fa fa-google-plus"></i>
</a>
</li>
<li>
<a href="">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<a href="">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="">
<i class="fa fa-pinterest"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.2.1.slim.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>