-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
426 lines (407 loc) · 15.6 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
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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
<!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>NYP LIT</title>
<link rel="stylesheet" href="css/home_style.css" />
<link rel="stylesheet" href="css/main_style.css" />
<script src="script.js" defer></script>
<style>
@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Spartan:wght@400;700&display=swap");
</style>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm"
crossorigin="anonymous"
/>
<link
rel="icon"
href="allimages/favicon.png"
type="image/png"
sizes="16x16"
/>
</head>
<body>
<nav>
<div class="menu-btn">
<div class="menu-btn__burger"></div>
</div>
<div class="logo_link">
<div class="logo">
<img src="allimages/NYPLIT_website_logo.png" loading="lazy" />
</div>
<div class="allLinks">
<a href="/" class="menu-links">Home</a>
<a href="/#about" class="menu-links">About</a>
<a href="/#events" class="menu-links">Events</a>
<a href="/#socials" class="menu-links">Socials</a>
<a href="https://forms.office.com/pages/responsepage.aspx?id=7bo-JNAAkEan3HWJOw2fmCRIgmZEfZ9EgAPSwiwgKxpUME04NjZKSEdVWlVOWVJTRDIzTUxRWTZBMC4u" target="_blank"
><button class="CTAbutton">Join Us</button></a
>
</div>
</div>
</nav>
<div id="progress-bar"></div>
<section id="intro">
<div class="p p-3"></div>
<div class="p p-3"></div>
<div class="p p-3"></div>
<div class="p p-3"></div>
<div class="p p-3"></div>
<h1><span>Empowering women</span> of our generation.</h1>
<p>
The world we live in today is so IT centric, as the next batch of
aspiring IT experts in the future, we hope to be able to use this
platform to spread the interest about Information Technology to more
ladies around us.
</p>
<a href="https://forms.office.com/pages/responsepage.aspx?id=7bo-JNAAkEan3HWJOw2fmCRIgmZEfZ9EgAPSwiwgKxpUME04NjZKSEdVWlVOWVJTRDIzTUxRWTZBMC4u" target="_blank"
><button class="CTAbutton">Join Us</button></a
>
</section>
<section id="about">
<div>
<div class="columnHalf">
<h1>About <span>NYP LIT</span></h1>
<p>
NYP Ladies in Tech is a special interest group in NYP. All female
students interested in Information Technology are welcomed to join
us. We aim to promote IT skills to more female students.
<br /><br />If you aren't a female student, you can still join our
events (as a member of public) click on the discord icon below!
</p>
<div class="socialicons">
<a href="https://www.instagram.com/nyp_lit/" target="_blank"
><i class="fab fa-instagram"></i
></a>
<a href="https://discord.gg/zXDquEHg8V" target="_blank"
><i class="fab fa-discord"></i
></a>
<a href="https://github.com/nyp-lit/" target="_blank"
><i class="fab fa-github"></i
></a>
<a href="https://www.linkedin.com/company/nyp-lit" target="_blank"
><i class="fab fa-linkedin-in"></i
></a>
</div>
<a href="https://forms.office.com/pages/responsepage.aspx?id=7bo-JNAAkEan3HWJOw2fmCRIgmZEfZ9EgAPSwiwgKxpUME04NjZKSEdVWlVOWVJTRDIzTUxRWTZBMC4u" target="_blank"
><button class="CTAbutton">Join Us</button></a
>
</div>
<div class="columnHalf">
<img
src="allimages/computerVector.png"
alt="computer vector svg"
loading="lazy"
/>
</div>
</div>
</section>
<section id="events">
<h1>Our <span>Events</span></h1>
<div id="filters">
<button class="btn active" onclick="filterSelection('all')">
Show all
</button>
<button class="btn" onclick="filterSelection('UpcomingEvents')">
Upcoming Events
</button>
<button class="btn" onclick="filterSelection('PastEvents')">
Past Events
</button>
</div>
<!-- **card UpcomingEvents**-->
<div class="container">
<div class="card PastEvents">
<img src="allimages/NYPLIT_Code_Overflow_Workshop_2024.jpg" loading="lazy" />
<h2>Code Overflow Workshop 2024</h2>
<p><span>27th August 2024, 1 - 4:30 pm</span></p>
<p>
Explore and discover more about Github!
</p>
</div>
<div class="card PastEvents">
<img src="allimages/NYP LIT 2024 Recruitment Updated.png" loading="lazy" />
<h2>NYP LIT 2024 Recruitment</h2>
<p><span> Join us now!</span></p>
<p>
Empower yourself with tech skills!
</p>
<a href="https://forms.office.com/pages/responsepage.aspx?id=7bo-JNAAkEan3HWJOw2fmCRIgmZEfZ9EgAPSwiwgKxpUME04NjZKSEdVWlVOWVJTRDIzTUxRWTZBMC4u" target="_blank"
>Register</a
>
</div>
<div class="card PastEvents">
<img src="allimages/NYP LIT Events 2023_Python with Automation.png" loading="lazy" />
<h2>Python Automation</h2>
<p><span>18th December 2023, 1 - 4 pm</span></p>
<p>
Learn how to use Python to conduct task automation!
</p>
<a href="https://forms.gle/kWhDsuCaYEAkzfey7" target="_blank"
>Register</a
>
</div>
<div class="card PastEvents">
<img src="allimages/NYP LIT 2023 SCS Youth Event X SIT X SIT INTERETS GROUPS.jpg" loading="lazy" />
<h2>SCS Youth Event</h2>
<p><span>3rd November 2023, 5 - 9 pm</span></p>
<p>
Interact with technology professionals and expand your networks!
</p>
<a href="https://tinyurl.com/NYPSITxSCSYouth" target="_blank"
>Register</a
>
</div>
<div class="card PastEvents">
<img src="allimages/Tech Week 2023.png" loading="lazy" />
<h2>Tech Week 2023</h2>
<p><span>9th October 2023, 9.30am - 12pm </span></p>
<p>
Find out how you can code your own Chatbot using javascript!
</p>
<a href="https://forms.office.com/Pages/ResponsePage.aspx?id=7bo-JNAAkEan3HWJOw2fmIKZqawDJaZImzj_wQYs17JUNEZQUko0WDJWMEkzMk9KRzVGN0ZQRTNKUy4u" target="_blank"
>Register</a
>
</div>
<div class="card PastEvents">
<img src="allimages/NYP LIT 2023 SIT X LIT CODE OVERFLOW.png" loading="lazy" />
<h2>Code Overflow </h2>
<p><span>28th August 2023, 1 - 4pm </span></p>
<p>
Learn how to use github to host your websites!
</p>
<a href="https://forms.microsoft.com/pages/responsepage.aspx?id=7bo-JNAAkEan3HWJOw2fmMUECh8n_pZOg6Bkl23yTshUMFRNWjFGVDZOWE5HUEdLV0g4RjFIR1hJUy4u" target="_blank"
>Register</a
>
</div>
<div class="card PastEvents">
<img src="allimages/NYP LIT 2023 C Family.jpg" loading="lazy" />
<h2>C Family Workshop</h2>
<p><span>14 June 2023, 2-4.30pm </span></p>
<p>
Learn the fundamentals of C# during the mid term break.
</p>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeX8hWExLFRBolQ1xgpkHCN125AcNe7SQbsf9QIOe_33uDyig/viewform" target="_blank"
>Register</a
>
</div>
<div class="card PastEvents">
<img src="allimages/NYP 2023 recuritment.png" loading="lazy" />
<h2>Recruitment 2023</h2>
<p><span>Join us now !</span></p>
<p>
Empower women in IT today by joining us.
</p>
<a href="https://forms.gle/iMXDjkmQNDk7k3vq8" target="_blank"
>Register</a
>
</div>
<div class="card PastEvents">
<img src="allimages/NYPLIT_Grow Your Career _ AWS Collab _2023.png" loading="lazy" />
<h2>Grow Your Career</h2>
<p><span>12 April 2023, 2-5pm</span></p>
<p>
Learn more about how your can grow your career in the teach field with AWS.
</p>
<a href="https://forms.gle/c8LEwvnnFBBzyTPu8" target="_blank"
>Register</a
>
</div>
<div class="card PastEvents">
<img src="allimages/NYPLIT_termbreakworkshop_2022.jpg" loading="lazy" />
<h2>Term Break Workshop</h2>
<p><span>26 & 27 December 2022, 3-6pm</span></p>
<p>
Join our full stack web development workshop this December break!
</p>
<a href="https://forms.gle/rt21Wf2b1vZJFaAw8" target="_blank"
>Register</a
>
</div>
<div class="card PastEvents">
<img src="allimages/NYPLIT_discordbot101_2022.png" loading="lazy" />
<h2>Discord Bot 101</h2>
<p><span>10 October 2022, 2-4pm</span></p>
<p>
Find out on how you can create you own Discord Bot using Python with us!
</p>
<a href="https://forms.office.com/r/2mMHJn7uKz" target="_blank"
>Register</a
>
</div>
<div class="card PastEvents">
<img src="allimages/NYPLIT_recruitment2022.png" loading="lazy" />
<h2>Recruitment 2022</h2>
<p><span>Join us now! :D</span></p>
<p>
Network with like-minded people, earn CCA points and host workshops!
</p>
<a href="https://forms.gle/iMXDjkmQNDk7k3vq8" target="_blank"
>Join Us</a
>
</div>
<div class="card PastEvents">
<img src="allimages/NYPLIT_seminar2022.jpg" loading="lazy" />
<h2>Ladies In Tech Seminar</h2>
<p><span>21st June 2022, 5-6.30pm</span></p>
<p>
Get insights from our guest speakers' experiences as women working in tech!
</p>
<a href="https://forms.gle/gnAUkZoHS2Eq1aGS6" target="_blank"
>Register</a
>
</div>
<div class="card PastEvents">
<img src="allimages/NYPLIT_webdec_hackathon_2022.png" loading="lazy" />
<h2>Web Dev Hackathon</h2>
<p><span>28th Feb to 6th March 2022</span></p>
<p>
Want to learn Front-end Web Development and publish a website?
</p>
<a href="hackathon2022.html" target="_blank"
>Sign Up/More Details</a
>
</div>
<div class="card PastEvents">
<img src="allimages/NYPLIT_python_workshop.png" loading="lazy" />
<h2>Python Workshop</h2>
<p><span>28-29 December 2021</span></p>
<p>Struggling with Python or want to learn something new?</p>
<a
href="https://github.com/nyp-lit/pythonworkshop2021"
target="_blank"
>Github</a
>
</div>
<div class="card PastEvents">
<img src="allimages/NYPLIT_tech_week.png" loading="lazy" />
<h2>Tech Week 2021</h2>
<p><span>20 December 2021</span></p>
<p>
Find out our more about Analytics with Netflix Data and Algorithms
with us!
</p>
<a href="https://github.com/nyp-lit/techweek2021" target="_blank"
>Github</a
>
</div>
<div class="card PastEvents">
<img src="allimages/coding_games_kids.png" loading="lazy" />
<h2>Coding Games for Kids</h2>
<p><span>23 November 2021</span></p>
<p>
NYP LIT x NYC, volunteer as a tutor to make learning fun for kids
via Zoom!
</p>
</div>
</div>
<button id="loadmore" >Load More</button>
</section>
<footer>
<div class="footer" id="socials">
<div class="columnHalf">
<h1>NYP LIT, Ladies In Tech</h1>
<div class="socialicons">
<a href="https://www.instagram.com/nyp_lit/" target="_blank"
><i class="fab fa-instagram"></i
></a>
<a href="https://discord.gg/zXDquEHg8V" target="_blank"
><i class="fab fa-discord"></i
></a>
<a href="https://github.com/nyp-lit/" target="_blank"
><i class="fab fa-github"></i
></a>
<a href="https://www.linkedin.com/company/nyp-lit" target="_blank"
><i class="fab fa-linkedin-in"></i
></a>
</div>
</div>
<div class="columnHalf">
<p>
For more information, feel free to check out our socials or contact
us at <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
<p class="copyright">
Copyright © 2022, NYP LIT. All Rights Reserved.<br />
Made by
<a href="https://github.com/jolenechong" target="_blank">Jolene</a>
</p>
</footer>
<script>
// for filter section at events
filterSelection("all");
function filterSelection(c) {
var x, i;
x = document.getElementsByClassName("card");
if (c == "all") c = "";
// for read mroe button on events
const loadmore = document.querySelector("#loadmore");
let currentItems = 3;
// Hide the "Load More" button if the filter is "Upcoming Events"
if (c === "UpcomingEvents") {
loadmore.style.display = "none";
} else {
loadmore.style.display = "block";
}
loadmore.addEventListener("click", (e) => {
const elementList = [...document.querySelectorAll(".card")];
for (let i = currentItems; i < currentItems + 3; i++) {
if (elementList[i]) {
elementList[i].style.display = "block";
}
}
currentItems += 3;
// Load more button will be hidden after list fully loaded
if (currentItems >= elementList.length) {
e.target.style.display = "none";
}
});
for (i = 0; i < 3; i++) {
removeFilter(x[i], "show");
if (x[i].className.indexOf(c) > -1) addFilter(x[i], "show");
}
}
// start of filters
// show filtered
function addFilter(element, name) {
var i, arr1, arr2;
arr1 = element.className.split(" ");
arr2 = name.split(" ");
for (i = 0; i < arr2.length; i++) {
if (arr1.indexOf(arr2[i]) == -1) {
element.className += " " + arr2[i];
}
}
}
// Hide elements that are not selected
function removeFilter(element, name) {
var i, arr1, arr2;
arr1 = element.className.split(" ");
arr2 = name.split(" ");
for (i = 0; i < arr2.length; i++) {
while (arr1.indexOf(arr2[i]) > -1) {
arr1.splice(arr1.indexOf(arr2[i]), 1);
}
}
element.className = arr1.join(" ");
}
// active class for filters
var btnContainer = document.getElementById("filters");
var btns = btnContainer.getElementsByClassName("btn");
for (var i = 0; i < btns.length; i++) {
btns[i].addEventListener("click", function () {
var current = document.getElementsByClassName("active");
current[0].className = current[0].className.replace("active", "");
this.className += " active";
});
}
// end of filters
</script>
</body>
</html>