-
Notifications
You must be signed in to change notification settings - Fork 1
/
MayorComparisonPage_blue.html
137 lines (118 loc) · 6.53 KB
/
MayorComparisonPage_blue.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Mayoral Candidate Comparison Page</title>
<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.blue.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="./css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="./css/icp_blue.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Top Menu Area -->
<div class="container-fluid" style="padding:0px width:100%">
<div class="row">
<!-- State Seal -->
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="well">
<img src="images/Seal2.png" id="left_seal" aria-hidden="true"> </div>
</div>
<div class="col-xs-12 col-md-6 col-lg-6 col-xl-6">
<a href="HomePage_blue.html">
<h1 class="cover-heading" id="vote-header" aria-hidden="true">VOTE HAWAI'I</h1></a>
</div>
<div class="col-xs-12 col-md-3 col-lg-3 col-xl-3">
<div class="well">
<a href="MayorComparisonPageChinese_blue.html">
<img src="images/translate.png" id="right-translate">
</a>
</div>
</div>
</div>
<div class="row container-fluid">
<!-- Navigation -->
<nav class="navbar navbar-default" style="background-color: transparent; border-top-color: transparent; border-bottom: medium solid transparent; border-right-color: transparent; border-left-color: transparent;">
<div class="container-fluid">
<ul class="masthead-nav nav navbar-nav">
<li><a href="#" class="active" style="color: #383838">President</a></li>
<li><a href="#" style="color: #383838">Congress</a></li>
<li><a href="#" style="color: #383838">House (Dist 26)</a></li>
<li><a href="#" style="color: #383838">Mayor (Honolulu)</a></li>
<li><a href="#" style="color: #383838">City Council (Honolulu)</a></li>
<li><a href="#" style="color: #383838">Ballot Measure 1</a></li>
<li><a href="#" style="color: #383838">Ballot Measure 2</a></li>
</ul>
</div>
</nav>
</div>
</div>
<!-- Add content as needed -->
<!-- Issues Section -->
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 candidate-issues">
<table id="candidate-table">
<tr>
<th></th>
<th>
<h3> Caldwell </h3>
<img src="images/caldwell.jpg" alt="Caldwell photo" id="candidate-photo">
</th>
<th>
<a href="IndividualCandidatePage_blue.html">
<h3> Djou </h3>
</a>
<a href="IndividualCandidatePage_blue.html">
<img src="images/djou.jpg" alt="Djou photo" id="candidate-photo" >
</a>
</th>
</tr>
<tr>
<th scope="col"; aria-label="Campaign Issues"; tabindex="0"> Issues </th>
<th> </th>
<th> </th>
</tr>
<tr>
<td scope="col"; tabindex="0"> Rail</td>
<td style="background-color: #009B00"; tabindex="0"> <span class="glyphicon glyphicon-ok" aria-label="Caldwell supports rail"></span></td>
<td style="background-color:#009B00"; tabindex="0"><span class="glyphicon glyphicon-ok" aria-label="Djou supports rail"></span></td>
<tr>
<td scope="col"; tabindex="0"> Issue 2</td>
<td style="background-color: #FF4141"; tabindex="0"><span class="glyphicon glyphicon-remove" aria-label="Caldwell opposes issue 2"></span></td>
<td style="background-color:#009B00"; tabindex="0"><span class="glyphicon glyphicon-ok" aria-label="Djou supports issue two"></span></td>
</tr>
<tr>
<td scope="col"; tabindex="0">Issue 3</td>
<td style="background-color: #ff4141"; tabindex="0"><span class="glyphicon glyphicon-remove" aria-label="Caldwell opposes issue 3"></span></td>
<td style="background-color:#009B00"; tabindex="0"><span class="glyphicon glyphicon-ok" aria-label="Djou supports issue 3"></span></td>
</tr>
</tr>
<tr>
<td scope="col"; tabindex="0">Issue 4</td>
<td style="background-color:#009B00"; tabindex="0"><span class="glyphicon glyphicon-ok" aria-label="Caldwell supports Issue four"></span></td>
<td style="background-color:#ff4141"; tabindex="0"><span class="glyphicon glyphicon-remove" aria-label="Djou opposes issue 4"></span></td>
</tr>
</tr>
</table>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="./js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="./js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>