forked from ALX-SE-Algorithmia/ALX-SE-Algorithmia.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.html
557 lines (521 loc) · 19.2 KB
/
events.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
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- FONT LINK -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
/>
<link
rel="stylesheet"
href="https://unicons.iconscout.com/release/v4.0.8/css/line.css"
/>
<!-- link to favicon -->
<link
rel="shortcut icon"
href="./images/website-logos/index-logo.jpg"
type="image/x-icon"
/>
<link rel="stylesheet" href="css/events.css" />
<title>Community Events – Join The Conversation</title>
</head>
<body>
<!-- linear gradient -->
<div class="header-background"></div>
<!-- NAVIGATION BAR GOES HERE!!!! -->
<header>
<div class="responsiveness">
<div class="logo">
<img src="./images/website-logos/logo.svg" alt="" />
<span>Algorithmia SE 🌍</span>
</div>
<!-- For responsiveness -->
<div>
<i id="menu-bar" class="fas fa-bars"></i>
</div>
</div>
<nav class="nav-container">
<ul>
<li class="nav-list"><a href="./index.html">Home</a></li>
<li class="nav-list">
<a href="./index.html#About_us">About Us</a>
</li>
<li class="nav-list">
<a href="./index.html#Contact_us">Contact Us</a>
</li>
<li class="nav-list"><a href="./projects.html">Projects</a></li>
<li class="nav-list dropdown">
<a href="./events.html"><span>Events</span></a>
<ul class="dropdown-content">
<li>
<a href="./events.html#upcoming-events">Upcoming Events</a>
</li>
<li><a href="./events.html#latest-events">Latest Events</a></li>
<li><a href="./events.html#past-events">Past Events</a></li>
</ul>
</li>
<li class="nav-list"><a href="./blogs.html">Blogs</a></li>
<button id="join_us">Join Us</button>
</ul>
</nav>
</header>
<!-- NAVIGATION BAR ENDS HERE!!!! -->
<!-- UPCOMING EVENT GOES HERE!!!! -->
<div class="events" , id="upcoming_container">
<h3 class>Upcoming Events</h3>
<div class="card_container" id="upcoming-events">
<i class="fa-solid fa-circle-chevron-left fa-2xl"></i>
<div class="card">
<div>
<img
src="images/events/impact.jpg"
alt="A woman with a headphone attending a virtual event"
/>
<div>
<p class="card_title">
<b>Impact Sessions</b>
</p>
<p class="card_info">
Join our impact sessions and PLDs. Dive deep with us as we
brainstorm tech-driven solutions for Africa's pressing
challenges. Connect with our community, make study buddies,
explore! Be part of the change, ALX SE style!
</p>
<div>
<p class="button"><a href="https://forms.gle/ojo9Yi3xM8mbaZ4HA" target="_blank">Join Us</a></p>
</div>
</div>
</div>
</div>
<div class="card">
<div>
<img
src="images/events/hackathon.jpg"
alt="Anime hackathon event"
/>
<div>
<p class="card_title">
<b>AlgoRealm 🌍</b>
</p>
<p class="card_info">
Step into our hackathon, AlgoRealm! A tech arena where
innovation thrives. Tackle challenges across all tech facets,
forge solutions, and network with fellow pioneers. Where your
code shapes the future. Join us!
</p>
<div>
<p class="button"><a href="https://forms.gle/ojo9Yi3xM8mbaZ4HA" target="_blank">Learn more</a></p>
</div>
</div>
</div>
</div>
<div class="card">
<div>
<img
src="images/events/algosciate.jpg"
alt="A man with an headphone attending a virtual event"
/>
<div>
<p class="card_title"><b>Algosciate (Students)</b></p>
<p class="card_info">
Algosciate is an upcoming app by Algorithmia SE 🌍 designed to
foster student connections and learning. It will feature live
discussions, expert interactions, and interactive Q&A sessions,
serving as a hub for engagement and knowledge-sharing.
</p>
<div>
<p class="button"><a href="https://forms.gle/ojo9Yi3xM8mbaZ4HA" target="_blank">Learn more</a></p>
</div>
</div>
</div>
</div>
<div class="card">
<div>
<img
src="images/events/twitter_space.png"
alt="A man with an headphone attending a virtual event"
/>
<div>
<p class="card_title">
<b>Twitter Space Event</b>
</p>
<p class="card_info">
Join Algorithmia SE 🌍 in our upcoming Twitter Space! Dive into
vibrant conversations, network with tech aficionados, and
unravel fresh insights. It's not just a space — it's where
innovation meets conversation. Don't miss out!
</p>
<div>
<p class="button"><a href="https://twitter.com/Algorithmia_SE" target="_blank">Learn more</a></p>
</div>
</div>
</div>
</div>
<i class="fa-solid fa-circle-chevron-right fa-2xl"></i>
</div>
</div>
<!-- UPCOMING EVENT ENDS HERE!!!! -->
<!-- LATEST EVENT STARTS HERE!!!! -->
<div class="events">
<h3><span>Latest Events</span></h3>
<div class="card_container" id="latest-events">
<i class="fa-solid fa-circle-chevron-left fa-2xl"></i>
<div class="card">
<div>
<img src="images/events/website.png" alt="Community Hangout" />
<div>
<p class="card_title"><b>Static Website Project</b></p>
<p class="card_info">
Dive into our latest venture, our dynamic static website. Born
from collaboration and innovation, this website you're using
showcases a tip of our tech prowess and community spirit. A
digital reflection of our journey, here's a glimpse.
</p>
<div>
<p class="button"><a href="https://github.com/ALX-SE-Algorithmia/ALX-SE-Algorithmia.github.io/" target="_blank">Check It Out</a></p>
</div>
</div>
</div>
</div>
<div class="card">
<div>
<img
src="images/events/community_hangout.jpg"
alt="Community Hangout"
/>
<div>
<p class="card_title"><b>Community Hangout</b></p>
<p class="card_info">
Step into Algorithmia SE's community hub! Our recent hangout was
a fusion of tech passion and vibrant connection, forging
unforgettable memories. What fun we had in our consortium.
</p>
<div>
<p class="button"><a href="https://forms.gle/ojo9Yi3xM8mbaZ4HA" target="_blank">Learn More</a></p>
</div>
</div>
</div>
</div>
<div class="card">
<div>
<img src="images/events/coding_quizzes.png" alt="Coding Quizzes" />
<div>
<p class="card_title"><b>Coding Quizzes</b></p>
<p class="card_info">
During our weekly meetings, we've had several SE-related
quizzes, aimed at refreshing our minds on our SE journey, and
also revisit the very basics of coding. A lot of fun questions
too!
</p>
<div>
<p class="button"><a href="https://forms.gle/ojo9Yi3xM8mbaZ4HA" target="_blank">Learn More</a></p>
</div>
</div>
</div>
</div>
<div class="card">
<div>
<img src="images/events/meetings.jpg" alt="Weekly Meetings" />
<div>
<p class="card_title"><b>Weekly Meetings</b></p>
<p class="card_info">
Every week, we meet at 6:00 PM WAT, to discuss, communicate, and
share our knowledge, experiences, contributions, ideas and
opportunities, on how we can succeed in our projects, and in the
main course, our growth in the ALX SE program.
</p>
<div>
<p class="button"><a href="https://forms.gle/ojo9Yi3xM8mbaZ4HA" target="_blank">Join Us</a></p>
</div>
</div>
</div>
</div>
<i class="fa-solid fa-circle-chevron-right fa-2xl"></i>
</div>
</div>
<!-- LATEST EVENT ENDS HERE!!!! -->
<!-- PAST EVENTS GOES HERE!!!! -->
<div class="events">
<h3><span>Past Events</span></h3>
<div class="card_container" id="past-events">
<i class="fa-solid fa-circle-chevron-left fa-2xl"></i>
<div class="card">
<div>
<img src="images/events/demo_calculator.jpg" alt="demo project" />
<div>
<p class="card_title">
<b>Demo Project: C Calculator Project</b>
</p>
<p class="card_info">
Discover the world of programming as we embark on an exciting
journey to create a CMD calculator using the C programming
language. Our calculator project is just the beginning, as we
continue to explore new horizons and push the boundaries of
what's possible with code.
</p>
<div>
<p class="button">
<a
href="https://github.com/ALX-SE-Algorithmia/Demo-Project"
target="_blank"
>Learn more</a
>
</p>
</div>
</div>
</div>
</div>
<div class="card">
<div>
<img src="images/events/community.jpg" alt="demo project" />
<div>
<p class="card_title"><b>Community Meetings</b></p>
<p class="card_info">
Every week, we meet at 6:00 PM WAT virtually, to communicate,
and share our knowledge, experiences, contributions, ideas and
opportunities, on how we can succeed in our projects, and in the
main course, our growth in the ALX SE program.
</p>
<div>
<p class="button">
<a href="https://forms.gle/P3j9v7tnaAq5j1Qu9" target="_blank"
>Learn more</a
>
</p>
</div>
</div>
</div>
</div>
<div class="card">
<div>
<img src="images/events/pld.jpg" alt="Peer Learning Days" />
<div>
<p class="card_title"><b>Live Learning Sessions</b></p>
<p class="card_info">
We recently held an inspiring and productive team meeting that
brought us together to discuss our goals, share ideas, and
strengthen our collective vision. Want to be a part of it?
</p>
<div>
<p class="button">
<a href="https://forms.gle/P3j9v7tnaAq5j1Qu9" target="_blank"
>Learn more</a
>
</p>
</div>
</div>
</div>
</div>
<div class="card">
<div>
<img src="images/events/workshop.png" alt="demo project" />
<div>
<p class="card_title"><b>Open Source Workshop</b></p>
<p class="card_info">
Talking about the latest trends in Open Source Contribution, how
to be a part of it, irrespective of your level of expertise.
Contributions to projects are really 🚀🚀🚀.
</p>
<div>
<p class="button">
<a href="https://forms.gle/P3j9v7tnaAq5j1Qu9" target="_blank"
>Learn more</a
>
</p>
</div>
</div>
</div>
</div>
<i class="fa-solid fa-circle-chevron-right fa-2xl"></i>
</div>
</div>
<!-- PAST EVENT ENDS HERE!!!! -->
<div class="scrolltotop" onclick="scrolltop()">
<i class="fa-solid fa fa-arrow-up"></i>
</div>
<!-- footer -->
<footer>
<!--footer style="position: fixed;bottom: 0;"-->
<div class="top">
<div class="left">
<img
src="./images/website-logos/logo.svg"
width="50px"
alt="Algorithmia SE logo"
/>
<p>
Algorithmia SE 🌍 represents an inspiring convergence of innovation,
collaboration, and transformation impact. It illuminates the path
for ALX Software Engineering students, and the wider tech community,
fostering a culture of continuous learning, problem-solving, and
positive change.
</p>
<br />
<p><a href="tel:+2348139720259">+234-81-3972-0259</a></p>
<p>
<a href="mailto:[email protected]"
>
</p>
</div>
<div class="right">
<h3>Quick Links</h3>
<div class="links">
<ul style="list-style-type: none">
<li><a href="./index.html">Home</a></li>
<li><a href="./events.html">Events</a></li>
<li><a href="./index.html#Contact_us">Contact Us</a></li>
</ul>
<ul style="list-style-type: none">
<li><a href="./index.html#About_us">About Us</a></li>
<li><a href="./projects.html">Projects</a></li>
<li><a href="./blogs.html">Blogs</a></li>
</ul>
</div>
</div>
</div>
<hr />
<div class="under">
<ul style="list-style: none">
<li>
<a href="https://github.com/ALX-SE-Algorithmia" target="_blank">
<i class="uil uil-github"></i>
</a>
<a href="https://twitter.com/Algorithmia_SE" target="_blank">
<i class="uil uil-twitter"></i>
</a>
<a
href="https://www.linkedin.com/in/algorithmia-se-0743b9283/"
target="_blank"
>
<i class="uil uil-linkedin"></i>
</a>
<a href="https://discord.gg/xgEsBQBRp3" target="_blank">
<i class="uil uil-discord"></i>
</a>
<a
href="https://whatsapp.com/channel/0029Va5SC3G9sBIFUjjzNl1c"
target="_blank"
>
<i class="uil uil-whatsapp"></i>
</a>
<a
href="mailto:[email protected]"
target="_blank"
>
<i class="uil uil-envelope"></i>
</a>
<a href="https://www.youtube.com/@Algorithmia_SE" target="_blank">
<i class="uil uil-youtube"></i>
</a>
</li>
</ul>
<div class="footer_product">
A product of
<img
src="./images/website-logos/logo.svg"
width="30px"
height="auto"
alt="Algorithmia SE logo"
/>
</div>
<div class="copyright">
© 2023 Algorithmia SE 🌍. All Rights Reserved
</div>
</div>
</footer>
<!-- JavaScript -->
<script>
// menu responsivness
let menu = document.getElementById("menu-bar");
let navbar = document.querySelector(".nav-container");
window.onscroll = function () {
menu.classList.remove("fa-times");
navbar.classList.remove("active");
};
menu.addEventListener("click", function () {
menu.classList.toggle("fa-times");
navbar.classList.toggle("active");
});
// menu responsivness ends
// Card visibility
function scrolltop() {
window.scrollTo(0, 0);
}
function updateCardVisibility(cardContainerId) {
// Get references to the card container and the cards
const cardContainer = document.getElementById(cardContainerId);
const cards = cardContainer.querySelectorAll(".card");
const leftArrow = cardContainer.querySelector(
".fa-circle-chevron-left"
);
const rightArrow = cardContainer.querySelector(
".fa-circle-chevron-right"
);
// Define the current card index
let currentCardIndex = 0;
// Event listener for left arrow click
leftArrow.addEventListener("click", () => {
if (currentCardIndex > 0) {
currentCardIndex--;
updateCardVisibility();
}
});
// Event listener for right arrow click
rightArrow.addEventListener("click", () => {
if (currentCardIndex < cards.length - 3) {
currentCardIndex++;
updateCardVisibility();
}
});
// Function to update the card visibility
function updateCardVisibility() {
cards.forEach((card, index) => {
if (index >= currentCardIndex && index < currentCardIndex + 3) {
card.style.display = "block";
} else {
card.style.display = "none";
}
});
}
// Initial card visibility setup
updateCardVisibility();
}
// Call the function for each section
updateCardVisibility("upcoming-events");
updateCardVisibility("latest-events");
updateCardVisibility("past-events");
// Intersection observer for the navbar
const header = document.querySelector("header");
const section = document.querySelector(".events");
const sectionOptions = {
rootMargin: "-500px 0px 0px 0px",
};
const sectionObserver = new IntersectionObserver(function (
entries,
sectionObserver
) {
entries.forEach((entry) => {
if (!entry.isIntersecting) {
header.classList.add("nav-scrolled");
} else {
header.classList.remove("nav-scrolled");
}
});
},
sectionOptions);
sectionObserver.observe(section);
// Join us link
var button = document.getElementById("join_us");
// Add a click event listener to the button
button.addEventListener("click", function () {
var targetURL = "https://forms.gle/ojo9Yi3xM8mbaZ4HA";
window.location.href = targetURL;
});
</script>
</body>
</html>