-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
538 lines (462 loc) · 23.7 KB
/
Copy pathindex.html
File metadata and controls
538 lines (462 loc) · 23.7 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>ACM | CSUN Student Chapter</title>
<meta name="description"
content="Official website for the ACM chapter at California State University, Northridge. Explore events, projects, officers, and how to join." />
<link rel="canonical" href="https://github.com/CSUN-ACM/csun-acm.github.io" />
<!-- Open Graph -->
<meta property="og:title" content="ACM at CSUN" />
<meta property="og:description" content="Learn about events, projects, officers, and how to join ACM at CSUN." />
<meta property="og:type" content="website" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
<!-- Bootstrap Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" />
<!-- Site styles -->
<link rel="stylesheet" href="assets/styles.css" />
</head>
<body>
<!-- Intro Overlay -->
<div id="intro" class="intro-overlay" hidden aria-hidden="true">
<div class="intro-wrap" role="img" aria-label="ACM at CSUN">
<img src="assets/images/acm-logo.png" width="240" height="240" alt="" />
</div>
<button type="button" id="intro-skip" class="btn btn-sm btn-outline-light intro-skip"
aria-label="Skip intro animation">
Skip
</button>
</div>
<!-- Skip link for keyboard users -->
<a class="visually-hidden-focusable skip-link" href="#main">Skip to main content</a>
<nav class="navbar navbar-expand-lg navbar-light bg-white border-bottom sticky-top">
<div class="container">
<a class="navbar-brand fw-semibold" href="#home">ACM | CSUN Student Chapter</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#mainNav"
aria-controls="mainNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="mainNav" class="collapse navbar-collapse">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#home">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#events">Events</a></li>
<li class="nav-item"><a class="nav-link" href="#projects">Projects</a></li>
<!-- Compact group -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#about" id="aboutDropdown" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
About
</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="aboutDropdown">
<li><a class="dropdown-item" href="#about">About Us</a></li>
<li><a class="dropdown-item" href="#officers">Officers</a></li>
<!-- <li><a class="dropdown-item" href="#faq">FAQ</a></li> -->
<!-- <li><a class="dropdown-item" href="#contact">Contact</a></li> -->
</ul>
</li>
</ul>
<div class="ms-lg-3">
<a class="btn btn-primary" href="#join">Join</a>
</div>
</div>
</div>
</nav>
<!-- Main -->
<main id="main" tabindex="-1">
<!-- Hero -->
<header id="home" class="hero-section border-bottom position-relative" aria-labelledby="site-hero-title">
<div class="container">
<div class="row align-items-center g-5">
<div class="col-12 col-lg-5 order-1 order-lg-2 d-flex justify-content-center">
<div id="heroCarousel" class="carousel slide w-100" data-bs-ride="carousel" data-bs-interval="6000"
data-bs-pause="hover" aria-roledescription="carousel" aria-label="Showcase images of ACM at CSUN">
<!-- Indicators -->
<div class="carousel-indicators">
<button type="button" data-bs-target="#heroCarousel" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#heroCarousel" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#heroCarousel" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner rounded-3 shadow-sm overflow-hidden">
<!-- Slide 1 -->
<div class="carousel-item active">
<div class="ratio ratio-16x9 bg-body d-flex align-items-center justify-content-center">
<img src="assets/images/teamwork.jpg" width="512" height="512" class="img-fluid p-4"
alt="ACM at CSUN logo" decoding="async" loading="eager">
</div>
</div>
<!-- Slide 2 -->
<div class="carousel-item">
<div class="ratio ratio-16x9 bg-body d-flex align-items-center justify-content-center">
<img src="assets/images/clubs-meet.jpg" width="512" height="512" class="img-fluid p-4"
alt="ACM at CSUN logo" decoding="async" loading="eager">
</div>
</div>
<!-- Slide 3 -->
<div class="carousel-item">
<div class="ratio ratio-16x9 bg-body d-flex align-items-center justify-content-center">
<img src="assets/images/coding.jpg" width="512" height="512" class="img-fluid p-4"
alt="ACM at CSUN logo" decoding="async" loading="eager">
</div>
</div>
</div>
<!-- Controls -->
<button class="carousel-control-prev" type="button" data-bs-target="#heroCarousel" data-bs-slide="prev"
aria-label="Previous slide">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#heroCarousel" data-bs-slide="next"
aria-label="Next slide">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
</button>
</div>
</div>
<!-- Copy (unchanged) -->
<div class="col-12 col-lg-7 order-2 order-lg-1 text-center text-lg-start">
<div class="hero-copy mx-auto">
<span class="hero-eyebrow text-primary fw-semibold small text-uppercase">CSUN Chapter</span>
<h1 id="site-hero-title" class="display-5 fw-bold mt-1 mb-3">Build skills. Ship together.</h1>
<p class="lead mb-4 text-muted">
Hands-on workshops, project teams, and mentorship that prepare you for internships and real-world work.
</p>
<div class="d-flex flex-column flex-sm-row gap-2 justify-content-center justify-content-lg-start">
<a class="btn btn-primary btn-lg" href="#join" aria-label="Join ACM at CSUN">Join the club</a>
<a class="btn btn-outline-primary btn-lg" href="#events" aria-label="View upcoming events">See
events</a>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- About -->
<section id="about" class="py-5 bg-white border-top">
<div class="container">
<div class="row g-4 align-items-center">
<!-- Copy / value prop -->
<div class="col-12 col-lg-6">
<h2 class="h1 mb-3">Build skills. Find your people.</h2>
<p class="text-muted section-intro mb-3">
Join weekly workshops, get feedback from peers and alumni, and connect with industry guests. Leave with
real experience,
demo-ready work, and a community to grow with.
</p>
<div class="d-flex flex-wrap gap-2 mb-4">
<span class="stat-pill">Workshops</span>
<span class="stat-pill">Project teams</span>
<span class="stat-pill">Tech talks</span>
<span class="stat-pill">Mentorship</span>
</div>
<!-- Tracks (small cards) -->
<div class="row g-3 mb-4 about-tracks" role="list">
<div class="col-12 col-sm-6" role="listitem">
<article class="track-card h-100">
<h3 class="h6 mb-1">Web & Apps</h3>
<p class="small text-muted mb-0">Build modern apps with HTML/CSS/JS, React, design systems, and
deployments.</p>
</article>
</div>
<div class="col-12 col-sm-6" role="listitem">
<article class="track-card h-100">
<h3 class="h6 mb-1">AI & Data</h3>
<p class="small text-muted mb-0">Build with Python: ML, LLMs, data pipelines, and real-time demos.</p>
</article>
</div>
<div class="col-12 col-sm-6" role="listitem">
<article class="track-card h-100">
<h3 class="h6 mb-1">Workshops & Tech Talks</h3>
<p class="small text-muted mb-0">
Weekly tutorials, lightning talks by industry experts and Professors, and Q&As on skills you can apply in projects and interviews.
</p>
</article>
</div>
<div class="col-12 col-sm-6" role="listitem">
<article class="track-card h-100">
<h3 class="h6 mb-1">Career & Community</h3>
<p class="small text-muted mb-0">Join resume reviews, mock interviews, and alumni nights to gain
hands-on experience, expert feedback, and support from
mentors</p>
</article>
</div>
</div>
<div class="d-flex flex-wrap gap-2">
<a class="btn btn-primary" href="#join">Join the club</a>
<a class="btn btn-outline-secondary" href="#events">See events</a>
</div>
</div>
<!-- Visual / collage (works with or without real photos) -->
<div class="col-12 col-lg-6">
<div class="about-collage">
<figure class="about-img about-img--a">
<img src="assets/images/data.jpg" alt="Students collaborating at an ACM workshop" loading="lazy"
decoding="async">
</figure>
<figure class="about-img about-img--b">
<img src="assets/images/collaboration2.png" alt="Project team working on a demo" loading="lazy"
decoding="async">
</figure>
<figure class="about-img about-img--c">
<img src="assets/images/python.jpg" alt="Speaker session with Q&A" loading="lazy" decoding="async">
</figure>
</div>
<!-- <p class="small text-muted mt-2 mb-0">No photos yet? Keep the placeholders; the gradient frame still looks
polished.</p> -->
</div>
</div>
<!-- Optional “by the numbers” (edit copy or remove entirely) -->
<div class="row g-3 mt-4 about-kpis">
<div class="col-6 col-md-3">
<div class="kpi">
<div class="kpi-num">Weekly</div>
<div class="kpi-label text-muted">workshops</div>
</div>
</div>
<div class="col-6 col-md-3">
<div class="kpi">
<div class="kpi-num">Project</div>
<div class="kpi-label text-muted">team tracks</div>
</div>
</div>
<div class="col-6 col-md-3">
<div class="kpi">
<div class="kpi-num">Mentors</div>
<div class="kpi-label text-muted">peer & alumni</div>
</div>
</div>
<div class="col-6 col-md-3">
<div class="kpi">
<div class="kpi-num">Talks</div>
<div class="kpi-label text-muted">guest speakers</div>
</div>
</div>
</div>
</div>
</section>
<!-- Events -->
<section id="events" class="py-5">
<div class="container">
<div class="d-flex flex-column flex-md-row align-items-md-center justify-content-between gap-3 mb-2">
<h2 class="h1 mb-0">Workshop Series</h2>
<!-- Subscribe/Open (optional) -->
<div class="btn-group btn-group-sm" role="group" aria-label="Subscribe">
<!-- .ics works only if calendar is public -->
<a class="btn btn-outline-secondary"
href="https://calendar.google.com/calendar/ical/acm.sc%40my.csun.edu/public/basic.ics" target="_blank"
rel="noopener">Subscribe (.ics)</a>
<a class="btn btn-outline-secondary"
href="https://calendar.google.com/calendar/embed?src=acm.sc%40my.csun.edu&ctz=America%2FLos_Angeles"
target="_blank" rel="noopener">Open in Google Calendar</a>
</div>
</div>
<p class="text-muted mb-3">Live calendar view.</p>
<!-- Calendar embed -->
<div class="ratio ratio-16x9 border rounded-3">
<iframe title="ACM at CSUN Google Calendar"
src="https://calendar.google.com/calendar/embed?src=acm.sc%40my.csun.edu&ctz=America%2FLos_Angeles&mode=MONTH"
style="border:0" width="100%" height="600" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</section>
<!-- Projects -->
<section id="projects" class="py-5 bg-light">
<div class="container">
<div class="d-flex flex-column flex-md-row align-items-md-center justify-content-between gap-3 mb-3">
<h2 class="h1 mb-0">Projects</h2>
<!-- Filter toolbar -->
<div class="btn-group" role="group" aria-label="Project filter">
<button type="button" class="btn btn-outline-secondary active" data-filter="all"
aria-pressed="true">All</button>
<button type="button" class="btn btn-outline-secondary" data-filter="ongoing"
aria-pressed="false">Ongoing</button>
<button type="button" class="btn btn-outline-secondary" data-filter="past"
aria-pressed="false">Past</button>
</div>
</div>
<p class="text-muted mb-4">Student-led builds and collaborations. Explore active work and past highlights.</p>
<!-- Screen reader status -->
<p id="projects-status" class="visually-hidden" aria-live="polite">Showing all projects.</p>
<section id="projects" class="py-5 bg-white" data-projects-src="assets/projects.json">
<div class="container">
<div class="d-flex flex-column flex-md-row align-items-md-center justify-content-between gap-3 mb-3">
<h2 class="h1 mb-0">Projects</h2>
<!-- Filters already in your page? Keep them.
Example:
<div class="btn-group" role="group" aria-label="Filter projects">
<button class="btn btn-outline-secondary active" data-filter="all" aria-pressed="true">All</button>
<button class="btn btn-outline-secondary" data-filter="ongoing" aria-pressed="false">Ongoing</button>
<button class="btn btn-outline-secondary" data-filter="past" aria-pressed="false">Past</button>
</div> -->
</div>
<p id="projects-status" class="text-muted mb-4" aria-live="polite"></p>
<!-- Dynamic grid -->
<div id="projects-grid" class="row g-4" aria-live="polite" aria-busy="false"></div>
</div>
</section>
</div>
</section>
<!-- Officers -->
<section id="officers" class="py-5" data-officers-tsv="assets/officers.tsv"
data-officers-src="assets/officers.json">
<div class="container">
<!-- Heading + intro -->
<h2 class="h1 mb-3">Our Officers</h2>
<p class="text-muted mb-4">
Meet the ACM CSUN leadership team. We're here to support members,
organize events, and help you get the most out of your experience.
</p>
<!-- Dynamic officer cards -->
<div id="officers-grid" class="row g-4"></div>
<!-- Past officers accordion -->
<div id="officers-history" class="mt-4"></div>
</div>
</section>
<!-- Join -->
<section id="join" class="py-5 bg-light" data-discord-invite="https://discord.com/invite/MEKNYxdyye"
data-portal-url="https://csun.campuslabs.com/engage/organization/association-for-computing-machinery-acm">
<div class="container">
<h2 class="h1 mb-3">Join</h2>
<p class="text-muted mb-4">
Most members join our Discord. You can also sign up through the CSUN clubs portal, or use the form/email
below.
</p>
<!-- Primary actions -->
<div class="row g-4 mb-4">
<!-- Discord -->
<div class="col-12 col-lg-6">
<article class="card h-100 join-card">
<div class="card-body d-flex flex-column">
<h3 class="h5">Join our Discord</h3>
<p class="text-muted mb-3">Meet officers, get event reminders, and find project teams.</p>
<div class="d-flex flex-wrap gap-2 mb-3">
<a id="discord-join" class="btn btn-discord btn-lg" href="https://discord.gg/MEKNYxdyye"
target="_blank" rel="noopener">
Join Discord
</a>
<!-- <button id="discord-copy" class="btn btn-outline-secondary btn-lg" type="button">
Copy invite
</button>
<button id="discord-qr-toggle" class="btn btn-outline-secondary btn-lg" type="button"
aria-expanded="false" aria-controls="discord-qr">
Show QR
</button> -->
</div>
<!-- <div id="discord-qr" class="qr-wrap d-none">
<img id="discord-qr-img" alt="Discord invite QR" loading="lazy" decoding="async" width="220"
height="220" />
<div class="small text-muted mt-2">Scan to join</div>
</div> -->
</div>
</article>
</div>
<!-- CSUN portal -->
<div class="col-12 col-lg-6">
<article class="card h-100 join-card">
<div class="card-body d-flex flex-column">
<h3 class="h5">CSUN Clubs Portal</h3>
<p class="text-muted mb-3">Prefer the official campus portal? Join and follow ACM there.</p>
<a id="portal-link" class="btn btn-outline-primary btn-lg"
href="https://csun.campuslabs.com/engage/organization/association-for-computing-machinery-acm"
target="_blank" rel="noopener">
Open Portal
</a>
</div>
</article>
</div>
</div>
<!-- Other ways -->
<!-- <details class="mb-4"> -->
<!-- <summary class="h6 mb-2">Other ways to join (Form / Email)</summary> -->
<!-- Method selector -->
<!-- <fieldset class="mb-3">
<legend class="visually-hidden">Select join method</legend>
<div class="btn-group" role="group" aria-label="Join method">
<input type="radio" class="btn-check" name="joinMethod" id="joinForm" autocomplete="off" checked>
<label class="btn btn-outline-secondary" for="joinForm">Google Form</label>
<input type="radio" class="btn-check" name="joinMethod" id="joinEmail" autocomplete="off">
<label class="btn btn-outline-secondary" for="joinEmail">Email</label>
</div>
</fieldset> -->
<!-- Google Form embed (shown by default) -->
<!-- <div id="join-form-wrap" class="mb-4" aria-live="polite">
<div class="ratio ratio-4x3 border rounded-3 bg-white">
<iframe title="ACM at CSUN Membership Form"
src="https://docs.google.com/forms/d/e/YOUR_PUBLIC_FORM_ID/viewform?embedded=true" loading="lazy"
style="border:0"></iframe>
</div>
<p class="small text-muted mt-2">If the form doesn't load, try Email below or open the form in a new tab.</p>
</div> -->
<!-- Email option (hidden initially) -->
<!-- <div id="join-email-wrap" class="mb-4 d-none" aria-live="polite">
<p class="mb-3">Prefer email? Send your name, major, expected grad year, and interests.</p>
<div class="d-flex flex-wrap gap-2">
<a id="join-email-link" class="btn btn-primary obf-email" data-user="acmchapter" data-domain="csun.edu"
data-subject="Join ACM at CSUN"
data-body="Hi ACM CSUN Team,%0A%0AName:%0AMajor:%0AExpected Graduation:%0AInterests:%0A%0AThanks!"
aria-label="Email ACM CSUN to join" href="#">
Email to Join
</a>
<a id="join-email-web" class="btn btn-outline-secondary d-none" href="#" target="_blank" rel="noopener">
Open in Webmail
</a>
</div>
</div> -->
<!-- </details> -->
<!-- Privacy note -->
<div class="border rounded-3 p-3 bg-white">
<p class="mb-1"><strong>Privacy</strong></p>
<p class="mb-0 small text-muted">
This site doesn't store membership data. Discord membership is managed by Discord.
The campus portal is managed by CSUN. Google Forms data is collected by Google on ACM's behalf.
Email is handled by your provider and our campus email. Please don't include sensitive info.
</p>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="py-4 border-top">
<div class="container d-flex flex-column flex-md-row align-items-center justify-content-between gap-2">
<p class="mb-0 small text-muted">© <span id="year"></span> ACM at CSUN</p>
<ul class="list-inline mb-0">
<li class="list-inline-item">
<a class="link-secondary d-inline-flex align-items-center gap-1"
href="https://github.com/CSUN-ACM/csun-acm.github.io" target="_blank" rel="noopener">
<i class="bi bi-github" aria-hidden="true"></i>
<span class="visually-hidden">GitHub</span> GitHub
</a>
</li>
<li class="list-inline-item">
<a class="link-secondary d-inline-flex align-items-center gap-1" href="https://www.instagram.com/acmcsun/"
target="_blank" rel="noopener">
<i class="bi bi-instagram" aria-hidden="true"></i>
<span class="visually-hidden">Instagram</span> Instagram
</a>
</li>
<li class="list-inline-item">
<a class="link-secondary d-inline-flex align-items-center gap-1"
href="https://www.linkedin.com/company/acm-csun/" target="_blank" rel="noopener">
<i class="bi bi-linkedin" aria-hidden="true"></i>
<span class="visually-hidden">LinkedIn</span> LinkedIn
</a>
</li>
<li class="list-inline-item">
<a class="link-secondary d-inline-flex align-items-center gap-1" href="https://discord.gg/MEKNYxdyye"
target="_blank" rel="noopener">
<i class="bi bi-discord" aria-hidden="true"></i>
<span class="visually-hidden">Discord</span> Discord
</a>
</li>
</ul>
</div>
</footer>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<!-- Site script -->
<script src="assets/script.js"></script>
</body>
</html>