-
Notifications
You must be signed in to change notification settings - Fork 0
/
voteNew.html
112 lines (104 loc) · 4.07 KB
/
voteNew.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
<!DOCTYPE html>
<html>
<head>
<title>New Vote</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/style.css" rel="stylesheet" media="screen">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top hidden-xs" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"> <img src="images/celect.png" alt="" class="img-responsive logo"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="voteNew.html">Vote</a></li>
<li><a href="contact.html">Find Us</a></li>
<li>
<form class="navbar-form" role="search">
<button type="submit" class="btn btn-primary">Sign Up</button>
<button type="submit" class="btn btn-primary">Log In</button>
</form>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
</nav>
<div class="jumbotron visible-xs static-image">
<div class="container ">
<div class="row text-center">
<div class="col-xs-12">Celect</div>
</div>
<div class="row text-center">
<div class="col-xs-4">
<div class="btn-group dropdown">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">Home</button>
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu1">
<li role="presentation"><a href="#" role="menuitem" tabindex="-1">Home</a></li>
<li role="presentation"><a href="voteNew" role="menuitem" tabindex="-1">Vote</a></li>
<li role="presentation"><a href="#" role="menuitem" tabindex="-1">Find Us</a></li>
</ul>
</div>
</div>
<div class="col-xs-8">
<button type="submit" class="btn btn-primary">Sign Up</button>
<button type="submit" class="btn btn-primary">Log In</button>
</div>
</div>
<div class="row text-center">
Join us now
</div>
</div>
</div>
<div class="container text-center middle">
<div class="container ">
<div class="top-text">
<p>
Enter your Voter's pass to start voting without any hassle <br>
Or take a few seconds to sign up and enjoy all the great benefits including but not limited to:
</p>
Live Analytics, Voting History, Voting event creation,Access to a wonderful community
</div>
<div class="form-group">
<input type="email" class="form-control" id="email" placeholder="Enter voter's ID">
<button class="btn btn-primary btn-lg">Start Voting!</button><br>
<button class="btn btn-primary btn-sm">Sign Up Instead</button>
</div>
</div>
</div>
<hr>
<!-- the footer is right here -->
<div class="container text-center footer">
<nav class="">
<ul class="list-unstyled list-inline">
<li><a href="#">Celect</a></li>
<li><a href="#">+2332 543 400278</a></li>
<li><a href=".#">@copyright</a></li>
<li><a href="#">2013</a></li>
<li><a href="#">All right reserved</a></li>
</ul>
</nav>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="//code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>