-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAboutUs.php
36 lines (30 loc) · 1.43 KB
/
AboutUs.php
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
<?php include('sessionhandler.php');?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>e-ELECTION</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<?php include('Header.html');?>
<div class="container">
<div class="row"><div class="col-sm-2"></div>
<div class="col-sm-8">
<center><h2 style="color:lightgreen;"> -Our Mission- </h2></center><br>
<p>
<center><h3>Customer Satisfaction is Our Motivation</h3></center><br><br>
E-election was born out of years of frustration running elections for the organizations we volunteer with, using computer scripts written over many years by many different people.
We knew we could do better.E-election is designed and developed. We do our best to build simple elegant technology solutions to real world problems by listening to our customer needs. And <strong>we are always looking to be better!</strong> So feel free to email us with any question or comments or improvements!
</p>
</div>
</div>
</div>
<footer class="footer navbar-fixed-bottom">
<?php include('Footer.html');?>
</footer>
</body>
</html>