-
Notifications
You must be signed in to change notification settings - Fork 4
/
voting.html
282 lines (243 loc) · 13.7 KB
/
voting.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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<!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">
<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=Karla:wght@400;500;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/8663eb90fc.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/voting.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<title>Voting | NUS Students' Computing Club</title>
</head>
<body>
<div id="navbar">
<a href="https://nuscomputing.com" width="40" id="logo"><img src="assets/black-logo.png" width="40"
id="logo"></a>
<div id="options">
<p><a href="elections.html">Home</a></p>
<p><a href="manifesto.html">Manifesto</a></p>
<p><a href="candidates.html">Candidates</a></p>
<p><a href="roles.html">Roles</a></p>
<!-- <p><a href="nomination.html">Nomination</a></p> -->
<p><a style="color: #feca57;" href="voting.html">Voting</a></p>
<!-- <p><a href="candidates.html">Candidates</a></p>-->
</div>
</div>
<!-- <div id="hero">
<a href="https://nus.campuslabs.com/engage/submitter/election/start/603843"><button id="hero-register" style="margin-bottom: 7px;">CAST YOUR VOTE<i style="margin-left: 5px;"
class="fa-solid fa-arrow-right"></i></button></a>
</div> -->
<div id="container">
<!-- VOTING PROCESS -->
<div>
<p id="segment-header">External Elections Voting Process</p>
<div id="points-container">
<ol id="instructions-list">
<li>Voting period: <b><u>28 - 30 August 2023</u></b></li>
<li>During this period, Nominees will be voted into the Management Committee by the Club Members in
an external election.</li>
<li>Club Members can cast their votes online using a link that will be disseminated.</li>
<li>Online ballots will be used for casting of votes.</li>
<li>Type of Votes:
<ol type="a" style="padding-left:30px">
<li>Vote of Confidence:
<ol type="i" style="padding-left:30px">
<li>Occurs when there are <b>30 or fewer Candidates</b> to fill the 30 positions
available in the NUS Students' Computing Club Management Committee.</li>
<li>Nominees who attain > 50% based on the following calculation For / (For +
Against) *100 will be elected into the Management Committee </li>
</ol>
</li>
<li>Contested Vote:
<ol type="i" style="padding-left:30px">
<li>Occurs when there are more than <b>30 Candidates</b> to fill the 30 positions
available on the NUS Students' Computing Club Management Committee.
</li>
<li>Nominees will be elected to the Management Committee based on the absolute
number of 'For' votes obtained. </li>
</ol>
</li>
</ol>
</li>
</ol>
</div>
</div>
<p id="divider" style="font-size: 12px; padding: 50px 0;">
<i style="color: #395B9B; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
<i style="color: #93c6c3; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
<i style="color: #92CEFC; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
</p>
<!-- Sample eVoting Form -->
<p id="segment-header">Sample eVoting Form</p>
<img id="hero-img" alt="" src="assets/elections/voting/sampleform1.jpg">
<img id="hero-img-dup" alt="" src="assets/elections/voting/sampleform1.jpg">
<img id="hero-img" alt="" src="assets/elections/voting/sampleform2.jpg">
<img id="hero-img-dup" alt="" src="assets/elections/voting/sampleform2.jpg">
<br><br><br><br>
<p id="divider" style="font-size: 12px; padding: 50px 0;">
<i style="color: #395B9B; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
<i style="color: #93c6c3; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
<i style="color: #92CEFC; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
</p>
<!-- VOTING GUIDELINES -->
<p id="segment-header">Voting Guidelines</p>
<div id="points-container">
<ol id="instructions-list">
<li>Read Instructions Carefully</li>
<li>Vote For / Against / Abstain for each Candidate</li>
<img id="hero-img" alt="" src="assets/elections/voting/votefor_against_abstain.jpg">
<img id="hero-img-dup" alt="" src="assets/elections/voting/votefor_against_abstain.jpg">
<ol type="i" style="padding-left:30px">
<li> Check any 1 of the 3 boxes </li>
<li> Do note that unchecked boxes will be interpreted as an 'Against' vote for that candidate </li>
</ol>
<li>Verify if you have voted correctly </li>
<img id="hero-img" alt="" src="assets/elections/voting/testballot1.jpg">
<img id="hero-img-dup" alt="" src="assets/elections/voting/testballot1.jpg">
<img id="hero-img" alt="" src="assets/elections/voting/testballot2.jpg">
<img id="hero-img-dup" alt="" src="assets/elections/voting/testballot2.jpg">
<ol type="i" style="padding-left:30px">
<li> A blue dot will appear as per the selection you have made </li>
</ol>
</ol>
</div>
<br>
<p id="divider" style="font-size: 12px; padding: 50px 0;">
<i style="color: #395B9B; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
<i style="color: #93c6c3; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
<i style="color: #92CEFC; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
</p>
<div id="hero">
<a href="https://nus.campuslabs.com/engage/submitter/election/start/603843"><button id="hero-register" style="margin-bottom: 7px;">CAST YOUR VOTE<i style="margin-left: 5px;"
class="fa-solid fa-arrow-right"></i></button></a>
</div>
<div id="points-container">
<p id="segment-header">Regulations</p>
<p class="pt-text"><em>Last updated as of 14 August, 2023.</em></p><br><br>
<!-- <p style="margin-bottom: 20px;" id="para">
Click on the following redirect links that will lead you to the respective documents:
</p> -->
<div id="points-container">
<div class="point">
<div class="pt-id">
<p>
<i style="color: #78e08f;" class="fa-solid fa-link"></i>
</p>
</div>
<p class="pt-text">
<a style="text-decoration: none; color: black;"
href="assets/elections/regulations/Union_Election_Standing_Orders.pdf"
style="color: #4a69bd;" target="_blank">Union Elections Standing Orders</a>
</p>
</div>
<div class="point">
<div class="pt-id">
<p>
<i style="color: #f19066;" class="fa-solid fa-link"></i>
</p>
</div>
<p class="pt-text">
<a style="text-decoration: none; color: black;"
href="assets/elections/regulations/NUSSU_Executive_Committee_Election_Regulations.pdf"
style="color: #4a69bd;" target="_blank">
NUSSU Executive Committee Election Regulations
</a>
</p>
</div>
<div class="point">
<div class="pt-id">
<p>
<i style="color: #395B9B;" class="fa-solid fa-link"></i>
</p>
</div>
<p class="pt-text">
<a style="text-decoration: none; color: black;"
href="assets/elections/regulations/Constituent_Club_Management_Committee_Election_Regulations.pdf"
style="color: #4a69bd;" target="_blank">
Constitutent Club Management Committee Election Regulations
</a>
</p>
</div>
<div class="point">
<div class="pt-id">
<p>
<i style="color: #778beb;" class="fa-solid fa-link"></i>
</p>
</div>
<p class="pt-text">
<a style="text-decoration: none; color: black;"
href="assets/elections/regulations/updated standing orders.pdf"
style="color: #4a69bd;" target="_blank">AY 2023/2024 NUSSU Students' Computing Club Election
Standing Orders</a>
</p>
</div>
<div class="point">
<div class="pt-id">
<p>
<i style="color: #93c6c3;" class="fa-solid fa-link"></i>
</p>
</div>
<p class="pt-text">
<a style="text-decoration: none; color: black;"
href="assets/elections/regulations/NUS_Students'_Computing_Club_Management_Committee_Officers_Regulations.pdf"
style="color: #778beb;" target="_blank">NUS Students' Computing Club Management Committee
Officers Regulations</a>
</p>
</div>
<!-- <div class="point">
<div style="background-color: #f6b93b;" class="pt-id">
<p>4</p>
</div>
<p class="pt-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Nobis numquam animi
</p>
</div> -->
</div>
<p id="divider" style="font-size: 12px; padding: 50px 0;">
<i style="color: #395B9B; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
<i style="color: #93c6c3; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
<i style="color: #92CEFC; margin: 0 7px 0 0;" class="fa-solid fa-circle"></i>
</p>
</div>
<!-- <div id="points-container">
<p id="faq">FAQ</p>
<p id="para"><b>Q: What are the items I need to prepare?</b></p>
<p id="subpara">Awesome that you're considering joining us! You'll have to submit the nomination forms to
<a href="mailto:[email protected]"
style="text-decoration: none; color: indianred;"><strong>[email protected]</strong></a>
together with their related material. If
there are no issues with the nomination, candidates can start preparing the publicity materials for
their campaign.
</p>
<br><br>
<p id="para"><b>Q: What's the commitment like?</b></p>
<p id="subpara">The amount of commitment varies between every role and also depends on the number of
initiatives/events you
wish to push out. Contact the respective MC members for a clearer understanding of the commitment
level. You can reach us at <a href="mailto:[email protected]"
style="text-decoration: none; color: indianred;"><strong>[email protected]</strong></a>!
</p>
<br><br>
<p id="para"><b>Q: What're all the roles in Computing Club? </b></p>
<p id="subpara">You can find all the roles and its responsibilities <a
href="https://nuscomputing.com/roles.html" target="_blank"
style="text-decoration: none; color: indianred;"><strong>here</strong></a>.</p>
<br><br>
<p id="para"><b>Q: Can I try for multiple roles?</b></p>
<p id="subpara">Yes, you can indicate your second choice in the nomination form.</p>
<br><br>
<p id="para"><b>Q: Can I join other CCAs with Computing Club?</b></p>
<p id="subpara">
Yup, you can be part of multiple CCAs in NUS. However, if you are intending to run for President,
you cannot be the President of another CCA. We recommend checking your timetable and calendar to
ensure
there aren't any
other major commitments that may compromise your best work with us!
</p>
</div> -->
</div>
</body>
</html>