-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
311 lines (275 loc) · 11.7 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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<!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;">GO VOTE</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="year.php" style="color: white; font-weight: 600; text-align: center; font-size: 18px; margin-top: 20px; text-transform: capitalize; padding: 20px;">Candidate</a>
</li>
<li class="nav-item">
<a class="nav-link" href="result.php" style="color: white; font-weight: 600; text-align: center; font-size: 18px; margin-top: 20px; text-transform: capitalize; padding: 20px;">Result</a>
</li>
<li class="nav-item" >
<a class="nav-link" href="about.php" style="color: white; font-weight: 600; text-align: center; font-size: 18px; margin-top: 20px; text-transform: capitalize; padding: 20px;">About</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;">
<h1>ONLINE VOTING SYSTEM</h1>
<p>Online voting systems are software platforms used to securely conduct votes and elections. As a digital platform, they eliminate the need to cast your votes using paper or having to gather in person.</p>
<a href="candidate.php"><button class="magnifyBtn">VOTE NOW</button></a>
</div>
<div class="col-md-6">
<img src="img/2.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="candidate.php" ><span ><button style="margin-top: 20px;" class="slideUpBtn">Vote Now</button></span></a>
</div>
</div>
</div>
</div>
</div>
<!------------------ About Section ------------------>
<section>
<div class="container-fluid" style="margin-top: 50px;">
<div class="row" style="background: linear-gradient(to right, #a517ba,#5f1178 );" width="100%">
<div class="col-md-12" style="background-image: linear-gradient(to right, #a517ba,#5f1178 ); color: white;">
<h1 style="text-align: center; background-image: linear-gradient(to right, #a517ba,#5f1178 ); color: white;"> About Voting</h1>
<p> About Voting In Beif</p>
</div>
<div class="col-md-6" >
<img src="img/4.svg" alt="" srcset="" >
</div>
<div class="col-md-6" data-aos="fade-left">
<h1 style="color: white; margin-top: 40px;" class=" ">About</h1>
<p style="color: white;" class=" ">Voting is a method for a group, such as a meeting or an electorate, in order to make a collective decision or express an opinion usually following discussions, debates or election campaigns. Democracies elect holders of high office by voting. Residents of a place represented by an elected official are called "constituents", and those constituents who cast a ballot for their chosen candidate are called "voters". There are different systems for collecting votes, but while many of the systems used in decision-making can also be used as electoral systems, any which cater for proportional representation can only be used in elections.</p>
</div>
</div>
</div>
</div>
</section>
<!------------------ Contact Form Section ------------------>
<section>
<div class="container">
<div class="row">
<div class="col-md-12">
<h1> Contact Form </h1>
<p style="padding-bottom:50px;">Any Queries , Drop Contact Form </p>
</div>
<div class="col-md-4" style="border-radius: 6px; border: 3px #a517ba solid;">
<h2 style="padding-top: 30px;">Contact Form</h2>
<form action="contact.php" method="post">
<table>
<tr>
<label style="float: left; position: absolute; margin-top: 25px; margin-left: -160px; outline:none;"> Name :</label>
<td style="padding-top: 50px;"><input placeholder="Enter Your Name" type="text" name="txtName" ></td>
</tr>
<tr >
<label style="float: left; position: absolute; margin-top: 100px; px; margin-left: -160px;"> Email :</label>
<td style="padding-top: 50px;"><input required placeholder="Enter Your Email id " type="email" name="txtEmail"></td>
</tr>
<tr>
<label style="float: left; position: absolute; margin-top: 175px; margin-left: -160px;"> Message :</label>
<td style="padding-top: 50px;"><textarea placeholder="Enter Your Message" name="txtMessage" rows="3" cols="22"></textarea></td>
</tr>
<tr>
<td style="padding-top: 50px; padding-bottom: 30px;"><button class="magnifyBtn">Submit</button></a></td>
</tr>
</table>
</form>
</div>
<div class="col-md-8" style="padding-left: 50px; width: 100%; padding-top: 30px;">
<img src="img/6.svg" alt="" srcset="">
</div>
</div>
</div>
</section>
<section>
<div class="container-fluid" style="margin-top: 50px;">
<div class="row" style="background: linear-gradient(to right, #a517ba,#5f1178 );" width="100%">
<div class="col-md-12" style="background-image: linear-gradient(to right, #a517ba,#5f1178 ); color: white;">
<h1 style="text-align: center; background-image: linear-gradient(to right, #a517ba,#5f1178 ); color: white;"> Become Candidate</h1>
<p>Become a 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, then you click on the link below, then you will be redirected. In the second
page, by filling that, you can request for a candidateAfter that, the administrator will approve your request so you can become a candidate.
</p>
<a href="insert_cand_year.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="about.php" style="text-decoration: none; color: #a517ba;">About</a></li>
<li style="list-style: none; padding: 10px; "><a href="suggestion.html" style="text-decoration: none; color: #a517ba;">Suggestion</a></li>
<li style="list-style: none; padding: 10px; "><a href="contact_form.php" style="text-decoration: none; color: #a517ba;">Contact</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>