-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoffices.html
More file actions
150 lines (114 loc) · 6.81 KB
/
offices.html
File metadata and controls
150 lines (114 loc) · 6.81 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
<!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">
<link rel="icon" href="favicon.png" type="image/png" sizes="16x16">
<title>Politico - Your Online Voting Pal</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class = "header">
<img id="main-logo" src="img/logo.png" alt="Politico logo">
<h1><span class="brand">POLITICO</span> </h1>
<a href="index.html"> <p style="font-size: 18px; color: rgb(121, 198, 228);">Log out</p></a>
<span style="color: rgb(121, 198, 228);"> <a href="user.html"><i class="fas fa-cog"></i></a></span>
<!-- <span style="color: rgb(121, 198, 228);"><i class="fas fa-user-alt"></i></span> -->
</div>
<div class="aside">
<a href="parties.html" style="padding-left:8px "><div class="icon-box"><span class="side-icon"style="margin-left: 0px;"><i class="fas fa-flag"></i></span></div> <p>PARTIES</p> </a>
<a href="candidates.html" style="padding-left:8px "> <div class="icon-box" style="padding-left: 10px; margin-right: 5px;"><span class="side-icon" ><i class="fas fa-fist-raised"></i></span></div><p> CANDIDATES</p> </a>
<a href="offices.html" style="padding-left:5px; "><div class="icon-box" style="padding-left: 8px; width: 43px !important;" ><span class="side-icon" style="margin-right: 10px !important;"><i class="fas fa-briefcase"></i></span></div> <p>OFFICES</p></a>
<a href="vote.html" style="padding-left:5px; "><div class="icon-box" style="padding-left: 8px; width: 43px !important;" ><span class="side-icon" style="margin-right: 10px !important;"><i class="fas fa-vote-yea"></i></span></div> <p>VOTE</p></a>
<a href="contest.html" style="padding-left:5px "><div class="icon-box" style="padding-left: 8px; width: 43px !important;" ><span class="side-icon" style="margin-right: 10px !important;"><i class="fas fa-file-signature"></i></span></div> <p>CONTEST</p></a>
</div>
<div class="main-box">
<div class="main-box-inner party-box">
<h1>Offices</h1>
<hr>
<button class="office-list">President</button>
<div class="panel">
<p><a href="muhammadu-buhari.html">Muhammadu Buhari</a></p>
<p>Ikem Ejeagha Okechukwu</p>
<p>Cynthia Joke-Silva</p>
<p>Ibrahim Abubarka Hussain</p>
</div>
<button class="office-list">Vice-President</button>
<div class="panel">
<p><a href="amaka-ezeoke.html">Amaka Ezeoke</a></p>
<p>Mike Moghalu Tomson</p>
<p>Obiageli Ezekwesili</p>
<p>Aishat Hassana Ibrahim</p>
</div>
<button class="office-list">Senate President</button>
<div class="panel">
<p><a href="fela-durotoye.html">Fela Durotoye</a></p>
<p>Akinwunmi Ambode Mark</p>
<p>Donald Duke Ubong-Etuk</p>
<p>Ikechukwu Samuel Etoho</p>
</div>
<button class="office-list">Head, House of Representatives</button>
<div class="panel">
<p><a href="emeka-agu.html">Emeka Agu</a></p>
<p>Ikem Ejeagha Okechukwu</p>
<p>Cynthia Joke-Silva</p>
<p>Ibrahim Abubarka Hussain</p>
</div>
<button class="office-list">Minister of Power, Housing and Works</button>
<div class="panel">
<p><a href="chris-otete.html">Chris Otete</a></p>
<p>Mike Moghalu Tomson</p>
<p>Obiageli Ezekwesili</p>
<p>Aishat Hassana Ibrahim</p>
</div>
<button class="office-list">Minister of Health</button>
<div class="panel">
<p><a href="hassan-bashiru.html">Hassan Bashiru</a></p>
<p>Akinwunmi Ambode Mark</p>
<p>Donald Duke Ubong-Etuk</p>
<p>Ikechukwu Samuel Etoho</p>
</div>
</div>
<div class="action-buttons">
<button id="add-office-Btn"><i class="fas fa-plus-circle"></i></button>
<button id="edit-office-Btn"><i class="fas fa-edit"></i></button>
<button id="del-office-Btn"><i class="fas fa-trash-alt"></i></button>
</div>
</div>
<div id="officeModal" class="modal">
<!-- Modal content -->
<div id="add-office" class="modal-content">
<span class="close">×</span>
<form method="POST" style="border:1px solid #ccc">
<div class="contain">
<p id="ed"></p>
<label for="officename"><b>Office name</b></label>
<input type="text" id="officeName" placeholder=" " name="officename" required>
<label for="type"><b>Office type</b></label>
<input type="text" id="officeType" placeholder="" name="officetype" required>
<!-- <label for="hqS"><b>Headquarters - State</b></label>
<input type="text" placeholder="" name="hqS" required>
<label for="partylogo"><b>Upload Party Logo</b></label>
<input type="file" name="partylogo" accept="image/*">-->
<div class="clearfix">
<button type="button" id="cancel-button" class="modalCancel">CANCEL</button>
<button type="" id="add" class="submit">ADD</button>
</div>
</div>
</form>
</div>
</div>
<div id="footer-main" class="footer">
<div class="wrapper">
<div class="footer-main">
<p>Copyright © 2019 Politico</p>
<p>This is the beta version of a test product of ICE Inc.</p>
</div>
</div>
</div>
<script src="js/script.js"></script>
<script src="js/office.js"></script>
</body>
</html>