-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
142 lines (126 loc) · 4.72 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
<!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.0">
<title>ECJ</title>
<link rel="icon" type="image/png" href="https://ecj.com.jm/wp-content/uploads/2017/10/electorial-logo.png">
<link href="JEC.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bungee|Bungee+Shade|Covered+By+Your+Grace" rel="stylesheet">
</head>
<body id="home" onclick()="buildrect">
<a href="#home"><button id="backtotop">TOP</button></a>
<div id ="wholeting">
<h1 id="JEC"> Jamaica Electoral Commission</h1>
<a href="#home"><img id ="logo" src="https://ecj.com.jm/wp-content/uploads/2017/10/electorial-logo.png"></a>
<div id="landingdiv">
<section id="landing">
<a href="tel:876-556-9298" target="_blank"><button id="btn-1" title="Phone Number"><img src="https://img.icons8.com/material-outlined/24/000000/phone.png"/> </button></a>
<a href="mailto:[email protected]" ><button id ="btn-2" title= "Email"><img src="https://img.icons8.com/material-outlined/24/000000/filled-message.png"/></button></a>
</section>
</div>
<div id="containermain">
<section id="container-1" >
<ul id="totalvotes">
<div id="cornwall">
<li >Cornwall</li>
<h2 id = "corn"class="values">8,000</h2>
<li class="total">Total Voters</li>
</div>
<div id="middlesex">
<li >Middlesex</li>
<h2 id="middle" class="values">10,000</h2>
<li class="total">Total Voters</li>
</div>
<div id="surrey">
<li>Surrey</li>
<h2 class="values" id="sur">7,000</h2>
<li class="total">Total Voters</li>
</div>
</ul>
</section>
<section id="container-1" >
<ul id="totalvotes">
<div id="cornwall">
<li >Cornwall</li>
<h2 id = "corn"class="values-per">75%</h2>
<li class="total">Percentage Turnout</li>
</div>
<div id="middlesex">
<li >Middlesex</li>
<h2 id="middle" class="values-per">85%</h2>
<li class="total">Percentage Turnout</li>
</div>
<div id="surrey">
<li>Surrey</li>
<h2 class="values-per" id="sur">95%</h2>
<li class="total">Percentage Turnout</li>
</div>
</ul>
</section>
<section id="container-1" >
<ul id="totalvotes">
<div id="cornwall">
<li >Cornwall</li>
<h2 id = "corn" class="values-text">Lowery Aarons</h2>
<h2 class="values-text">and</h2>
<h2 class="values-text">Sandy Axels Tied</h2>
<li class="total">County Winner</li>
</div>
<div id="middlesex">
<li >Middlesex</li>
<h2 id="middle" class="values-text">Donna Madourie</h2>
<li class="total">County Winner</li>
</div>
<div id="surrey">
<li>Surrey</li>
<h2 class="values-text" id="sur">Catherine Wickens
<h2 class="values-text">and</h2>
<h2 class="values-text">Kevin Wilder Tied</h2>
<li class="total">County Winner</li>
</div>
</ul>
</section>
<div class="animation-area">
<ul class="box-area">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<section id="container-2">
<h1 class="sect3"id="container2h2">Last year's Election</h1>
<p class="sect3" id="container2p">Last year's Election was a strong one, It was a fight between the PNP and JLP to attain the monst constituencies. The most prominent one of them all was inevitably the Jamaica Labour Parliment, <strong>JLP</strong></p>
<a class="sect3"id="electionbtnattr" href="https://ecj.com.jm/" target="_blank"><button id="electionbtn">Last Year's Election</button></a>
</section>
</div>
<footer>
<div id="location">
<h3 >Location</h3>
<p>43 Duke Street, Kingston, Jamaica</p>
</div>
<div id="fax">
<h3 > Fax</h3>
<p>(876)922-4058</p>
</div>
<div id="usefuldoc">
<h3>Useful Documents</h3>
<ul id="usefullist">
<a href="https://ecj.com.jm/wp-content/uploads/2017/07/ECJDemocracyPassport.pdf"><li id="dem">Democracy Passport</li>
<a href="https://ecj.com.jm/wp-content/uploads/2017/12/Expiry-of-Voters-ID-Cards-STAR-27_5cm-x-3col.jpg"><li id="val">Validity of Voters’ ID Cards</li></a>
<a href="https://ecj.com.jm/resources/legislations/"><li id="leg">Legistlations</li>
</ul>
</div>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.js"></script>
<script src="JEC.js"></script>
</body>
</html>