-
Notifications
You must be signed in to change notification settings - Fork 4
/
candidates.html
172 lines (143 loc) · 7.93 KB
/
candidates.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
<!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/candidates.css">
<script src="js/candidates.js"></script>
<title>Home | NUS Students' Computing Club</title>
</head>
<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 style="color: #feca57;" href="candidates.html">Candidates</a></p>
<p><a href="roles.html">Roles</a></p>
<!-- <p><a href="nomination.html">Nomination</a></p> -->
<!-- <p><a href="voting.html">Voting</a></p>-->
<!-- <p><a href="internalresults.html">Results</a></p>-->
<p><a href="externalresults.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">
Meet the Candidates
<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">Introducing the candidates for the <span>26th Management Committee</span>.</p>
<!-- Popup for each Candidate-->
<div class="popup" id="card-popup">
<div class="popup-content">
<span class="close" id="close-mobile">×</span>
<div class="popup-content-half">
<img id="card-popup-img">
</div>
<div class="popup-content-half" style="text-align:left;flex-grow: 2;">
<p id="card-popup-name" style="font-size: 25px; font-weight: bold;">Name</p>
<p id="card-popup-course">Year 3 / Course </p>
<p id="card-popup-role">Role </p>
<br>
<p id="card-popup-manifesto">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Sed ut perspiciatis unde iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</p>
</div>
<span class="close" id="close-web">×</span>
</div>
</div>
<div class="wing-cont">
<p class="wing-name">Presidency</p>
<div class="wing-cards" id="pwing-box">
<!-- <div class="wing-card">
<img src="" class="wing-pic">
<div class="card-pic"></div>
<div class="card-details">
<p class="card-name">Raveen Prabhu</p>
<p class="card-position">President</p>
</div>
</div> -->
</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>
<p id="header-para">Introducing the candidates for the <span>45th NUSSU EXCO Representative</span>.</p>
</p>
<div class="wing-cont">
<p class="wing-name">NUSSU EXCO Representative</p>
<div class="wing-cards" id="nussu-box"></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>