-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathinternalresults.html
197 lines (173 loc) · 8.24 KB
/
internalresults.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
<!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/internalresults.css">
<script src="js/internalresults.js"></script>
<title>Home | NUS Students' Computing Club</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/4.1.2/papaparse.js"></script>
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" /> -->
</head>
<script>
// This reads the unfilled_positions CSV
$(document).ready(function () {
$.ajax({
// "assets\elections\results\external\Management_Committee_Candidates.csv"
url: "assets/elections/results/internal/unfilled_positions.csv",
dataType: "text",
success: function (data) {
var csv_data = data.split(/\r?\n|\r/);
var table_data = '<table class="table table-bordered table-striped">';
for (var count = 0; count < csv_data.length; count++) {
var cell_data = csv_data[count].split(",");
table_data += '<tr>';
for (var cell_count = 0; cell_count < cell_data.length; cell_count++) {
cell_data[cell_count] = cell_data[cell_count].replace("!", ",");
if (count === 0) {
table_data += '<th>' + cell_data[cell_count] + '</th>';
}
else {
table_data += '<td>' + cell_data[cell_count] + '</td>';
}
}
table_data += '</tr>';
}
table_data += '</table>';
$('#unfilled_positions').html(table_data);
}
});
});
</script>
<body>
<!-- <div id="fop-banner">
<p style="text-align:center">
Want to join us? Election nominations are open NOW! Find out more <span><a style="font-weight: bold; color: black;" href="elections.html">here</a></span>!
</p>
<button id="toggle-fop-banner">Got it!</button>
</div> -->
<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="roles.html">Roles</a></p>
<p><a href="internalresults.html">Results</a></p>
</div>
</div>
<!-- <div id="hero">
<div id="hero-text">
<p id="hero-stmt">NUS Students' <br> Computing Club</p>
<p id="hero-para">
We aim to be the voice of the students, <br>
ensure their holistic well being, <br>
and bridge gaps between them and the school.
</p>
</div>
<img src="assets/hero_soccat.png">
</div>
<div id="filler"></div> -->
<div id="people-container">
<p id="header-stmt">
Results
<i style="color: #395B9B;" class="fa-solid fa-circle"></i>
<i style="color: #93c6c3;" class="fa-solid fa-circle"></i>
<i style="color: #92CEFC;" class="fa-solid fa-circle"></i>
</p>
<p id="header-stmt" style="font-size:33px">
External Elections
</p>
<p id="header-para">
The External Elections was held from 24 to 26 August 2022, and the results can be found <a
href="externalresults.html"><span>here</span></a>. The elected MC
members proceeded to the Internal Elections.
</p>
<br>
<p id="header-stmt" style="font-size:33px">
Internal Elections
<!-- <i style="color: #395B9B;" class="fa-solid fa-circle"></i>
<i style="color: #93c6c3;" class="fa-solid fa-circle"></i>
<i style="color: #92CEFC;" class="fa-solid fa-circle"></i> -->
</p>
<p id="header-para">
The Internal Elections for the NUS Students' Computing Club 25th Management Committee was held from 31
August to 3 September 2022. In the Internal Elections, the 28 elected MC members ran for 30 positions, and
21 positions were filled.
</p>
<br>
<p id="header-para">Introducing the <span>25th Management Committee</span>.</p>
<br>
<div class="wing-cont">
<p class="wing-name">Presidency</p>
<div class="wing-cards" id="pwing-box"> </div>
</div>
<div class="wing-cont">
<p class="wing-name">External Relations</p>
<div class="wing-cards" id="external-box"></div>
</div>
<div class="wing-cont">
<p class="wing-name">Internal Relations</p>
<div class="wing-cards" id="internal-box"></div>
</div>
<div class="wing-cont">
<p class="wing-name">Student Development</p>
<div class="wing-cards" id="stddev-box"></div>
</div>
<div class="wing-cont">
<p class="wing-name">Student Life</p>
<div class="wing-cards" id="stdlife-box"></div>
</div>
<br>
<p id="header-stmt">
<i style="color: #395B9B;" class="fa-solid fa-circle"></i>
<i style="color: #93c6c3;" class="fa-solid fa-circle"></i>
<i style="color: #92CEFC;" class="fa-solid fa-circle"></i>
<br>
<br>
<p id="header-para">A total of 9 positions were not filled up during the Internal Elections. Hence, the 25th
Management Committee shall co-opt members to fill up the remaining positions.</p>
</p>
<div class="wing-cont">
<div>
<!-- <div class="container"> -->
<div class="table-responsive">
<div id="unfilled_positions"></div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer-details">
<!-- <p id="footer-logo">NUS Computing Club</p> -->
<img src="assets/footer_logo.png" id="footer-logo">
<div id="socials">
<a target="_blank" href="https://www.facebook.com/nuscomputing"><i
class="fa-brands fa-facebook-f"></i></a>
<a target="_blank" href="https://www.instagram.com/NUSComputingClub"><i
class="fa-brands fa-instagram"></i></a>
<a target="_blank" href="https://t.me/nuscomputingclub"><i class="fa-brands fa-telegram"></i></a>
<a target="_blank" href="https://www.youtube.com/channel/UCIXFOIE140R6x0z05hgim0Q"><i
class="fa-brands fa-youtube"></i></a>
<!-- <a target="_blank" href="https://github.com/NUSComputingDev"><i class="fa-brands fa-github"></i></a> -->
<a target="_blank" href="https://www.linkedin.com/company/nus-students-computing-club/"><i
class="fa-brands fa-linkedin-in"></i></a>
<a target="_blank" href="mailto:[email protected]"><i class="fa-solid fa-envelope"></i></a>
</div>
<p id="disclaimers">
Copyright © NUS Students' Computing Club • <a style="text-decoration: none; color: white;"
href="https://nuscomputing.com/privacy/">Privacy Policy</a>
</p>
</div>
<!-- <p id="feedback" style="line-height: 35px;">
Got feedback? Send it our way! <br> <a target="_blank" href="https://feedback.nuscomputing.com">feedback.nuscomputing.com</a>
</p> -->
</div>
</body>
</html>