-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-us.html
More file actions
274 lines (250 loc) · 12.8 KB
/
about-us.html
File metadata and controls
274 lines (250 loc) · 12.8 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Vote2Elect - Online Voting Portal</title>
<!-- Favicon -->
<link rel="icon" href="favicon_io/favicon-16x16.png">
<!-- Core Stylesheet -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- ##### Preloader ##### -->
<div id="preloader">
<i class="circle-preloader"></i>
</div>
<!-- ##### Header Area Start ##### -->
<header class="header-area">
<!-- Top Header Area -->
<div class="top-header">
<div class="container h-100">
<div class="row h-100">
<div class="col-12 h-100">
<div class="header-content h-100 d-flex align-items-center justify-content-between">
<div class="academy-logo">
<a href="index.html"><img src="images/logo.png" alt="" style="width: 23rem; height:4rem;"></a>
</div>
<div class="login-content">
<a href="#">Login</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Navbar Area -->
<div class="academy-main-menu">
<div class="classy-nav-container breakpoint-off">
<div class="container">
<!-- Menu -->
<nav class="classy-navbar justify-content-between" id="academyNav">
<!-- Navbar Toggler -->
<div class="classy-navbar-toggler">
<span class="navbarToggler"><span></span><span></span><span></span></span>
</div>
<!-- Menu -->
<div class="classy-menu">
<!-- close btn -->
<div class="classycloseIcon">
<div class="cross-wrap"><span class="top"></span><span class="bottom"></span></div>
</div>
<!-- Nav Start -->
<div class="classynav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#linkToDevelopers">Meet the Developers</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- Nav End -->
</div>
<!-- Calling Info -->
<div class="calling-info">
<div class="call-center">
<a href="tel:+654563325568889"><i class="icon-telephone-2"></i> <span>(+91) 9988776655</span></a>
</div>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- ##### Header Area End ##### -->
<!-- ##### Breadcumb Area Start ##### -->
<div class="breadcumb-area bg-img" style="background-image: url(images/1_upscaled.jpg); height: 30rem;">
<div class="bradcumbContent">
<h2>About Us</h2>
</div>
</div>
<!-- ##### Breadcumb Area End ##### -->
<!-- ##### About Us Area Start ##### -->
<section class="about-us-area mt-50 section-padding-100">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-heading text-center mx-auto wow fadeInUp" data-wow-delay="300ms">
<h3>We are the Vote2Elect</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-md-6 wow fadeInUp" data-wow-delay="400ms">
<p>Vote2Elect is a web based online voting platform for conducting online elections and online campaigns for the post of College President in Shri Shankaracharya Technical Campus, Bhilai. Vote2Elect is much more than a platform – it’s a revolution. Students can vote in the election and also campaign online in Vote2Elect. Through the online campaining portal, candidates and their parties can post text, images and videos online.</p>
</div>
<div class="col-12 col-md-6 wow fadeInUp" data-wow-delay="500ms">
<p>Also there is an Artificial Intelligence based Chatbot using which voters and candidates can clear their queries about the voting or campaigning schedules. We, the VOTE2ELECT aim at providing secure and economical elections that won't cost much time, man power and wealth. We invite you all to join hands together with us to make India digitally sound and secure. </p>
</div>
</div>
</div>
</section>
<!-- ##### About Us Area End ##### -->
<!-- ##### Team Area Start ##### -->
<a name="linkToDevelopers"></a>
<section class="teachers-area section-padding-0-100">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-heading text-center mx-auto wow fadeInUp" data-wow-delay="300ms">
<span>The Best</span>
<h3>Meet the Developers</h3>
</div>
</div>
</div>
<div class="row">
<!-- Single Teachers -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-teachers-area text-center mb-100 wow fadeInUp" data-wow-delay="400ms">
<!-- Thumbnail -->
<div class="teachers-thumbnail">
<img src="images/bhawu_upscaled.jpg" alt="" style="width: 12rem; height: 16rem; border: 1px solid black;">
</div>
<!-- Meta Info -->
<div class="teachers-info mt-30">
<h5>Gunjan Tiwari</h5>
<span>(Back-end, Blockchain, AI Chatbot Developer)</span>
</div>
</div>
</div>
<!-- Single Teachers -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-teachers-area text-center mb-100 wow fadeInUp" data-wow-delay="500ms">
<!-- Thumbnail -->
<div class="teachers-thumbnail">
<img src="images/bhawu_upscaled.jpg" alt="" style="width: 12rem; height: 16rem; border: 1px solid black;">
</div>
<!-- Meta Info -->
<div class="teachers-info mt-30">
<h5>Utkarsh Singh</h5>
<span>(Front-end, Back-end ,Content Developer)</span>
</div>
</div>
</div>
<!-- Single Teachers -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-teachers-area text-center mb-100 wow fadeInUp" data-wow-delay="600ms">
<!-- Thumbnail -->
<div class="teachers-thumbnail">
<img src="images/bhawu_upscaled.jpg" alt="" style="width: 12rem; height: 16rem; border: 1px solid black;">
</div>
<!-- Meta Info -->
<div class="teachers-info mt-30">
<h5>Bhawana Tiwari</h5>
<span>(Back-end, Blockchain, AI Chatbot Developer)</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ##### Features Area Start ##### -->
<!-- ##### Footer Area Start ##### -->
<footer class="footer-area">
<div class="main-footer-area section-padding-100-0">
<div class="container">
<div class="row">
<!-- Footer Widget Area -->
<div class="col-12 col-sm-6 col-lg-3 mx-auto">
<div class="footer-widget mb-100">
<div class="widget-title">
<a href="#"><img src="images/logo.png" alt=""></a>
</div>
<p>Vote2Elect is a web based online voting platform for conducting online elections and online campaigns for the post of College President in Shri Shankaracharya Technical Campus, Bhilai. Vote2Elect is much more than a platform – it’s a revolution. Students can vote in the election and also campaign online in Vote2Elect.</p>
<div class="footer-social-info">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-dribbble"></i></a>
<a href="#"><i class="fa fa-behance"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
<!-- Footer Widget Area -->
<div class="col-12 col-sm-6 col-lg-3 mx-auto">
<div class="footer-widget mb-100">
<div class="widget-title">
<h6>Usefull Links</h6>
</div>
<nav>
<ul class="useful-links">
<li><a href="index.html">Home</a></li>
<li><a href="#linkToDevelopers">Meet the Developers</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
<!-- Footer Widget Area -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="footer-widget mb-100">
<div class="widget-title">
<h6>Contact</h6>
</div>
<div class="single-contact d-flex mb-30">
<i class="icon-placeholder"></i>
<p>Shri Shankaracharya Technical Campus, Junwani Road, Bhilai</p>
</div>
<div class="single-contact d-flex mb-30">
<i class="icon-telephone-1"></i>
<p>Main: 998-877-6655 <br>Office: 998-877-6655</p>
</div>
<div class="single-contact d-flex">
<i class="icon-contract"></i>
<p>office@vote2elect.com</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="bottom-footer-area">
<div class="container">
<div class="row">
<div class="col-12">
<p>
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- ##### Footer Area Start ##### -->
<!-- ##### All Javascript Script ##### -->
<!-- jQuery-2.2.4 js -->
<script src="js/jquery/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="js/bootstrap/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap/bootstrap.min.js"></script>
<!-- All Plugins js -->
<script src="js/plugins/plugins.js"></script>
<!-- Active js -->
<script src="js/active.js"></script>
</body>
</html>