-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
696 lines (621 loc) · 31.8 KB
/
index.html
File metadata and controls
696 lines (621 loc) · 31.8 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
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CPP sheCodes</title>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/jpg" href="images/25-26/logos/sheCodes.png"/>
<!--[if lte IE 8]>-->
<script src="https://cdn.jsdelivr.net/npm/kursor"></script>
<link rel="stylesheet" href="https://unpkg.com/kursor/dist/kursor.css">
<link rel="stylesheet" href="style.css">
<!--[endif]-->
<!--Google Fonts-->
<link href="https://fonts.googleapis.com/css2?family=PT+Mono&family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400&display=swap" rel="stylesheet">
<!--Font Awesome Extension-->
<script src="https://kit.fontawesome.com/fb25db8e8c.js" crossorigin="anonymous"></script>
<!--CSS Extensions-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="css/main.css">
<!--jQuery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<style>
.title {
color: #df0f7a;
}
.title span {
color: black;
}
</style>
</head>
<body>
<h1>
<script src="https://unpkg.com/kursor"></script>
<script>
new kursor({
type: 1,
color:"#AA336A"
})
</script>
</h1>
<nav class="navbar navbar-expand-lg">
<div class="brand" href="#">sheCodes</div>
<button class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation">
<i class="fas fa-bars"></i> <!--three bars-->
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto"></ul> <!--pushes links to the right-->
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#about">about us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="slp.html">SLP</a>
</li>
<li class="nav-item">
<a class="nav-link" href="fwd24.html">FWD</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#upcoming">upcoming</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#involve">get involved</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#resources">resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#FAQ">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#team">our team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">contact</a>
</li>
</ul>
</div>
</nav>
<br><br>
<!--HOME PAGE-->
<div id="home">
<div class="bgPanel"></div>
<div id="dashboard" class="row"> <!--h-100 and my-auto to center vertically-->
<div class="logo col-md-4 col-sm-6 my-auto">
<img src="images/25-26/logos/sheCodes.png" onmouseover="this.classList.add('rotate-animation')" onmouseout="this.classList.remove('rotate-animation')"/>
</div>
<div class="info col-md-8 col-sm-6 my-auto">
<div class="socials row justify-content-center">
<a title="Discord" alt="Discord" href="https://discord.gg/X5hSvkGEaE" target="_blank"><i class="icon fab fa-discord"></i></a>
<a title="Instagram" alt="Instagram" href="https://instagram.com/cppshecodes" target="_blank"><i class="icon fab fa-instagram"></i></a>
<a title="LinkedIn" alt="LinkedIn" href="https://hk.linkedin.com/company/cpp-shecodes" target="_blank"><i class="icon fab fa-linkedin-in"></i></a>
<a title="Email Us" alt="Email Us" href="mailto:cpp.shecodes@gmail.com" target="_blank"><i class="icon fas fa-envelope"></i></a>
</div>
<div class="schedule">
<div align="center"><h3>Interested in joining sheCodes? </h3>
<!-- <a alt="24-25 Fall Member Form" href="https://forms.gle/bMTPnVYgHpCnm9Gq9 "target="_blank"><button> Fall 2025 Membership Form!</button></a></div> -->
<a href="https://tinyurl.com/2025sheCodesForm"target="_blank"><button> 2025-2026 Membership Form!</button></a></div>
</div>
</div>
</div>
</div>
<style>
/* Add these CSS rules to move the elements more to the right */
.socials {
margin-right: auto;
}
.schedule {
margin-right: auto;
}
</style>
<!--ABOUT US-->
<a name="about"><div class="page"></a>
<div class="title"><span>public static void</span> aboutsheCodes {</div>
<div class="col-md-10 offset-md-1">
<p><strong>sheCodes is Cal Poly Pomona’s <a href="https://women.acm.org/">ACM-W chapter</a>.</strong>
We aim to create a community for underrepresented groups within Computer Science
by advocating for them both on and off campus. We achieve this mission through
our values:</p>
<div class="row" style="margin-top: 30px;">
<div class="col-md-4 col-sm-12">
<h2><i class="headerIcon fas fa-people-carry"></i> Community</h2>
<p>sheCodes strives to have everyone feel that they are known and belong to our community.
We advocate for inclusiveness for all students and allow everyone to be heard. sheCodes does this
through our mentorship program and engaging in an inclusive community.</p>
</div>
<div class="col-md-4 col-sm-12">
<h2><i class="headerIcon fas fa-handshake"></i> Outreach</h2>
<p>We strive to empower others through outreach in our
<a href="fwd24.html">Future Women Developers (FWD) Conference</a>
and annual STEAM fair. Our community fully believes that we should be supporting the next
generation of engineers and equipping them with the tools and confidence.</p>
</div>
<div class="col-md-4 col-sm-12">
<h2><i class="headerIcon fas fa-seedling"></i> Growth</h2>
<p>sheCodes understands that there is always room to learn and grow more. Whether this is technologically,
personally, or professionally—we believe that we must take any opportunity to grow in all dimensions.
We do this through Semester-Long Projects (SLP) during the fall and hosting workshops aimed towards professional and
personal growth. <a href="slp.html">Check out some of the projects here!</a></p>
</div>
</div>
</div>
<!--image carousel-->
<div id="multi-item-example" class="carousel slide carousel-multi-item" data-ride="carousel">
<!--arrows to click through
<div class="controls-top">
<a class="btn-floating" href="#multi-item-example" data-slide="prev"><i class="fa fa-chevron-left"></i></a>
<a class="btn-floating" href="#multi-item-example" data-slide="next"><i class="fa fa-chevron-right"></i></a>
</div>-->
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<div class="row no-gutters">
<div class="col-md-3 col-sm-6"><img class="img-responsive" src="images/23-24/events/carousel1.jpg"/></div>
<div class="col-md-3 col-sm-6"><img class="img-responsive" src="images/23-24/events/carousel2.jpg"/></div>
<div class="col-md-3 col-sm-6"><img class="img-responsive" src="images/23-24/events/carousel3.jpg"/></div>
<div class="col-md-3 col-sm-6"><img class="img-responsive" src="images/23-24/events/carousel4.jpg"/></div>
</div>
</div>
<div class="carousel-item">
<div class="row no-gutters">
<div class="col-md-3 col-sm-6"><img class="img-responsive" src="images/23-24/events/carousel5.jpg"/></div>
<div class="col-md-3 col-sm-6"><img class="img-responsive" src="images/23-24/events/carousel6.jpg"/></div>
<div class="col-md-3 col-sm-6"><img class="img-responsive" src="images/23-24/events/carousel7.jpg"/></div>
<div class="col-md-3 col-sm-6"><img class="img-responsive" src="images/23-24/events/carousel8.jpg"/></div>
</div>
</div>
</div>
<!--circles at the bottom-->
<ol class="carousel-indicators">
<li data-target="#multi-item-example" data-slide-to="0" class="active"></li>
<li data-target="#multi-item-example" data-slide-to="1"></li>
</ol>
</div>
</div>
<!--upcoming-->
<a name="upcoming"><div class="page"></a>
<div class="title"><span>public static void</span> upcomingEvents {</div>
<div class="col-md-10 offset-md-1">
<div class="row">
<!-- <div class="col-md-6 col-sm-12">
<h2>Summer with sheCodes</h2>
<p>Through our events, we will be creating a virtual community in the comfort of your home! Join us for game nights,
fitness and wellness events, and so much more.</p>
<br>
<p>If you'd like to be part of this, join our mailing list by emailing us at
<a href="mailto:cpp.shecodes@gmail.com">cpp.shecodes@gmail.com</a>. We're here to support you, your interests, and
goals with open arms. We're excited to meet you!</p>
</div> -->
<div class="col-md-6 col-sm-12">
<h2>Meeting Times in Academic Year</h2>
<p>Meetings are every Thursday from 12pm to 12:50pm (U-hour), location: Building 8 Room 4</p>
<p>sheCodes' schedule will be updated monthly here!</p>
<img src="images/25-26/calendars/November 25.png" style="width:100%">
<!-- Slideshow container -->
<!-- <div class="slideshow-container"> -->
<!-- Full-width images with number and caption text -->
<!-- <div class="mySlides fade">
<div class="numbertext">1 / 2</div>
<img src="images/25-26/calendars/September 25.png" style="width:100%">
<div class="text"></div>
</div> -->
<!-- <div class="mySlides fade">
<div class="numbertext">1 / 2</div>
<img src="images/25-26/calendars/October 25.png" style="width:100%">
<div class="text"></div>
</div> -->
<!-- Next and previous buttons -->
<!-- <a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a> -->
</div>
<!-- The dots/circles -->
<!-- <div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
<script src="carousel.js"></script>
-->
<!-- </div> -->
<!-- FUNDRAISING -->
<!-- <div class="col-md-6 col-sm-12">
<h2>Fundraising</h2>
<br>
<p>Go to <b>Chipotle</b> with your friends on <b>Wed, 11/05/2025, 5-9PM,</b> to support sheCodes and get <b>25% off</b> your receipt. </p>
<p>Show the flyer in restaurant or order online with code <b>HPY867R</b>. Enjoy!</p>
<br>
<p><b>Time: </b>Wed, 11/05/2025. From 5pm to 9pm. </p>
<p><b>Place: </b>235 S Diamond Bar Blvd Ste B, Diamond Bar, CA 91765</p>
</p>
<img src="images/25-26/fundraising/Chipotle_Nov_2025.png">
</div> -->
<div class="col-md-6 col-sm-12">
<h2>Learning and Coding with sheCodes</h2>
<p>
We will be hosting coding sessions, dedicated to reviewing and discussing technical questions to help prepare
you for technical interviews. Every levels are welcome. These sessions will provide an opportunity for participants to engage with the
coding challenges (from easy to intermediate and hard).
<!-- <b>We will also be having an AWS representative host workshops on various topics based on interestThese workshops will be alternating biweekly! </b> -->
</p>
<p>
<!-- <p><b>Meeting Room:</b> Building 8 Room 4</p> -->
<!-- <p><b>Time:</b> 1-2PM(Leetcode sessions) & 12-1PM (AWS Workshops)</p> -->
<p><b>Time :</b> Fridays. Nov 7th, 14th, 21st, 2025. 10:10 am - 11:10 am. Buidling 8. Floor 2. Room 210. </p>
<p><b>Lead :</b> Chau Nguyen</p>
<!-- <p><b>Coding Session Dates 2025:</b> Stay tuned. 90% will be in October. Please check Discord.</p> -->
<p><b>Resources: </b>
<p><a href="https://www.techinterviewhandbook.org/grind75/" target="_blank" rel="noopener">Technical Interview Handbook - Grind 75</a></p>
<p><a href="https://www.codestepbystep.com/" target="_blank" rel="noopener">Code Step By Step</a></p>
<p><a href="https://exercism.org/" target="_blank" rel="noopener">Exercism</a></p>
<!-- <p><b>Want to learn, contribute, volunteer, and assist Chau? :</b><a href="https://forms.gle/nHjatsVFoYXmWZkn8">Sign up here</a></p> -->
<!-- <p>If you believe this workshop will benefit you, and that you plan to come, please fill out this interested form or contact Chau on Discord. Click <a herf="https://forms.gle/ze1zomhk4BaMvtv79" target="_blank" rel="noopener">here.</a></p> -->
<!-- <p><b>AWS Workshop 2025:</b> Stay tuned. </p> -->
</p>
<p>Let's explore and analyze the technical problems, share insights, and foster a collaborative learning environment.</p>
</div>
</div>
</div>
</div>
<!--involve-->
<a name="involve"><div class="page"></a>
<div class="title"><span>public static void</span> getInvolved {</div>
<div class="col-md-10 offset-md-1">
<div class="row">
<div class="col-md-6 col-sm-12">
<h2 style="margin-top: 30px;">Mentorship Program</h2>
The mentorship program matches members in the club with a mentor. The mentor helps
the mentee with class selection, internship searches, moral support, academic advice, and generally becomes a
much-needed, loving guide to achieving success as a woman in CS.
<br>
<br>
Mentorship applications are opening right now for the Fall semester.
<br>
<br>
If you are upper-classman students and are interested in developing your leadership skill,
<a href="https://forms.gle/9zSZWCtkXvGffgi36" target="_blank"> apply</a> to be a mentor.
<b>Due: Wed, 09/17/2025.</b><br>
<br>
If you are newcomers, transfer students, or just want to have a mentor, <a href="https://forms.gle/yqg5fR3YQgbVXMBX7"target="_blank">apply</a> to be a mentee. <b>Due: Friday, 09/26/2025.</b><br>
<br>
For more information for
our Mentorship Program, contact our Mentorship Chair 2025: Michelle Paino through sheCodes Discord!
</div>
<div class="col-md-6 col-sm-12">
<h2 style="margin-top: 30px;" align="left">Future Women Developers (FWD) Conference</h2>
Once a year during Spring semester, sheCodes invites middle/high school women to participate in a day filled with interactive workshops
and fun activities to expose them to computer science. <a href="fwd24.html"target="_blank">The Future Women Developers (FWD) program</a>
gives young women a taste of the tremendous creativity and innovation involved in computer science, engineering,
or career in science. It gives young women tangible ideas about how these fields can help change the world through
practical projects. Volunteer form to help out at FWD Conference will be open in Spring semester.
</div>
<div class="col-md-6 col-sm-12">
<h2 style="margin-top: 30px;">Semester-Long Projects (SLP)</h2>
This is a great opportunity for participants to gain group experience outside of the classroom and to gain knowledge of
a specified area of computer science. Mentors will have the opportunity to lead and to teach their own project to a group
of 4–5 participants. SLP also includes workshops and a Demo Day that are hosted during the fall semester!
<br>
<br>
<b>The SLP 2025 Leader Application</b> has opened for the year.
<br>
You do not need to be an expert to be an SLP Lead. Familiarity with the topic and a willingness to grow and support your peers is all it takes.<a href="https://forms.gle/wyJhuR27Z2uGn1jMA"target="_blank"><b> Apply to be a lead.</a></b> Deadline: <b>Sunday, Aug 24th, 2025.</b>
<br>
<br>
<b>The SLP 2025 Participation Application</b> is now open as well!
<br>
If you want to develop new skills and add more projects to your resume, <a href="https://forms.gle/aicx2tzQSZ7HTkrg7"target="_blank"><b> apply now</b></a>--topics are available on a first-come, first-served basis. Deadline: <b>Fri, Sep 12th, 2025. </b>
<br>
<br>
For more information about <a href="slp.html">SLP</a>,
please contact our Interval Vice President: Kenia Velasco through sheCodes Discord!
<!-- Thank you everyone who signed up and congrats on finishing your projects! We're --proud of all of the hard work you've done!-->
</div>
<div class="col-md-6 col-sm-12">
<h2 style="margin-top: 30px;">Company Panels</h2>
sheCodes organizes company panels to help members learn more about companies and get insight on different
fields within computer science and technology. Previosuly, we've brought in Software Engineers from:
Google, Esri, BlueBeam, Target, Starbucks, ChowNow, etc.
<br>
This year, company panels and company tours will be taken care by our External Vice President: Hasti Abbasi Kenarsari. Please contact Hasti on Discord if you have any questions.
</div>
<div class="col-md-6 col-sm-12">
<h2 style="margin-top: 30px;">Social Events</h2>
Want to hang out and meet other members from the club? Come to our socials! Hosted by our Social Chair, Areesha Imtiaz,
there will be a few social events throughout the semester. In the past we have held boba/trivia, Halloween game night,
Secret Santa and many more! For more information, please contact Areesha on sheCodes Discord.
</div>
</div>
</div>
</div>
<!--resources-->
<a name="resources"><div class="page"></a>
<div class="title"><span>public static void</span> resourcesForStudents {</div>
<div class="col-md-10 offset-md-1">
<div class="row">
<div class="col-md-6 col-sm-12">
<h2 style="margin-top: 30px;">Computer Science Student Resources</h2>
As a Computer Science major, there are specific classes one must take in order to graduate. Here is:
<a href="https://catalog.cpp.edu/preview_program.php?catoid=61&poid=15916&print">List of Courses</a> and the
<a href="https://www.cpp.edu/academic-programs/academic-advising/tools/sheets-roadmaps/2021-2022/roadmaps/computer-science.pdf">Roadmap</a>.
If you have questions regarding courses, the pledge, career, change of minor, etc.
Please visit<a href="https://www.cpp.edu/sci/advising-center/index.shtml"> advising center</a>.
</div>
<div class="col-md-6 col-sm-12">
<h2 style="margin-top: 30px;" align="left">All Resources</h2>
If you have questions regarding admissions, academic, campus life, etc.
Please visit<a href="https://www.cpp.edu/prospective-student-gateway/index.shtml"> CPP resources</a>.
<br>
<br>
Anyone information you would need about the CS Department, visit the
<a href="https://www.cpp.edu/sci/computer-science/"> CPP Computer Science Department Website</a>
</div>
<div class="col-md-6 col-sm-12">
<h2 style="margin-top: 30px;">Setting up Git</h2>
<pr>
Git is a powerful version control system that allows you to take snapshots of your project at different stages, making it easy to track changes, collaborate with others, and roll back if needed.
Git comes installed by default on most Mac and Linux machines. If you use Windows operating system, you can download Git.
<br>
<br>
<b>Resources</b>
<br>
<br>
<ul>
<li><a href="https://youtu.be/MozcR1cjn64">How to set up Git on Windows 11</a></li>
<li><a href="https://www.youtube.com/watch?v=mJ-qvsxPHpY&t=1055s">Git Tutorial for Dummies</a>.</li>
<li><a href="https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent">Connect local machine to GitHub through SSH</a></li>
<li><a href="https://www.youtube.com/watch?v=wpISo9TNjfU">Git vs. GitHub: What's the difference?</a>.</li>
</ul>
</pr>
</div>
</div>
</div>
</div>
<!--FAQ-->
<a name="FAQ"><div class="page"></a>
<div class="title"><span>public static void</span> FAQs {</div>
<div class="col-md-10 offset-md-1">
<div class="row">
<!-- <div class="col-md-6 col-sm-12">
<h2 style="margin-top: 30px;">Can I join the club if I am a guy?</h2>
As this club is created to create a community for girls who code, Males are allowed to join as long as they support the purpose of the club!
</div> -->
<div class="faq-container">
<div class="question" onclick="toggleAnswer('answer1')">
<h2> What is the difference between General Members and Paid Members?</h2>
</div>
<div id="answer1" class="answer" style="display: none;">
<ul>
<li>💖 General Member Privileges (FREE):</li>
<ul>
<li>Attendance at general meetings</li>
<li>Attendance at social events</li>
<li>Attendance at Friday Coding Practice Sessions</li>
<li>Participation as a mentor in the Future Women Developers Conference (FWD) (Spring 2026)</li>
<li>Full access to sheCodes Discord Server (including networking chat, opportunities, interview practice, etc.)</li>
</ul>
<li>💖 Paid Member (2-semester = $25, 1-semester = $20):</li>
<ul>
<li>Fall & Both Semester Privileges:</li>
<ul>
<li>Receive sheCodes T-shirt and other sheCodes merchandise</li>
<li>Receive sheCodes stole (if graduating in the current school year)</li>
<li>Receive senior gifts (if graduating in the current school year)</li>
<li>Participation in the Semester Long Project (SLP) Program (Fall 2025)</li>
<li>Participation in the Mentorship Program</li>
<li>Attendance at company tours</li>
<li>Benefits at social events</li>
<li>Attendance at certain sheCodes events without additional payment</li>
<li>Voting rights and eligibility to run for office</li>
<li>All benefits as a general member</li>
</ul>
<li>Spring Privileges:</li>
<ul>
<li>Same privileges as Fall, excluding sheCodes T-shirt</li>
</ul>
</ul>
</ul>
</div>
<div class="faq-container">
<div class="question" onclick="toggleAnswer('answer2')">
<h2>Who can join sheCodes?</h2>
</div>
<div id="answer2" class="answer" style="display: none;">
<ul>
<li>Anyone can join sheCodes. It is open to individuals of all majors, years, genders, and skill levels in coding as long as they support the mission of empowering women and minorities in STEM :D.</li>
</ul>
</div>
<div class="faq-container">
<div class="question" onclick="toggleAnswer('answer3')">
<h2>How is sheCodes styled?</h2>
</div>
<div id="answer3" class="answer" style="display: none;">
<ul>
<li>Always with a lowercase ‘s’ and an uppercase ‘C’ even at the beginning of sentences!</li>
</ul>
</div>
<div class="faq-container">
<div class="question" onclick="toggleAnswer('answer4')">
<h2>Don’t have a project/experience to put on your resume?</h2>
</div>
<div id="answer4" class="answer" style="display: none;">
<ul>
<li>You can start off by joining our Semester Long Project (SLP). Here you can create a project with a team throughout the fall semester and present to our professors and gain insightful feedback. Or you can start your own personal project or join hackathons.</li>
</ul>
</div>
<div class="faq-container">
<div class="question" onclick="toggleAnswer('answer5')">
<h2>Missed the internship applications deadlines?</h2>
</div>
<div id="answer5" class="answer" style="display: none;">
<ul>
<body>
<li>Things you can do instead are:</li>
<ol>
<li>Join a research project (e.g. CPP STARs program, REU, etc.)</li>
<ul>
<li><a href="https://www.cpp.edu/our-cpp/students/stars/index.shtml">STARS Program</a></li>
<li><a href="https://www.nsf.gov/crssprgm/reu/list_result.jsp?unitid=5049">REU</a></li>
<li>Ask your professors if they are working on a project, and join them.</li>
<li>CS Faculty Research Interests: <a href="https://www.cpp.edu/sci/computer-science/faculty-and-staff/faculty-research-int.shtml">Faculty Research Interests</a></li>
</ul>
<li>Begin your own personal project!</li>
<li>Participate in hackathons!</li>
</ol>
<p>For summer internships, the deadlines are usually October to November.</p>
<p>sheCodes will try to post as many opportunities in our discord chat. Also, regularly check your Handshake or/and CPP emails for possible internship/opportunities openings.</p>
<p>If you have any other questions, please send them to our gmail or DM us on discord, and we will try to answer them as soon as possible!</p>
</body>
</ul>
</div>
<script>
function toggleAnswer(answerId) {
var answer = document.getElementById(answerId);
answer.style.display = (answer.style.display === "none") ? "block" : "none";
}
</script>
</div>
</div>
</div>
<style>
.board img.img-responsive {
width: 200px;
height: 200px;
}
</style>
<!--board-->
<a name="team"><div class="page"></a>
<div class="title"><span>public static void</span> executiveBoard {</div>
<div class="col-md-10 offset-md-1">
<div class="row text-center">
<div class="col-md-4 col-sm-6">
<img class="board img-responsive" src="images/25-26/headshot/Maddie.png"/>
<div class="name text-center">
<a href="https://www.linkedin.com/in/mmisaacs/" target="_blank" rel="noopener">Maddie Isaacs</a>
</div>
<div class="position text-center">President</div>
</div>
<div class="col-md-4 col-sm-6">
<img class="board img-responsive" src="images/25-26/headshot/Kenia.png"/>
<div class="name text-center">
<a href="https://www.linkedin.com/in/keniavelasco/" target="_blank" rel="noopener">Kenia Velasco</a>
</div>
<div class="position text-center">Internal Vice President</div>
</div>
<div class="col-md-4 col-sm-6">
<img class="board img-responsive" src="images/25-26/headshot/Hasti3.JPG"/>
<div class="name text-center">
<a href="https://www.linkedin.com/in/hasti-ak/" target="_blank" rel="noopener">Hasti Abbasi Kenarsari</a>
</div>
<div class="position text-center">External Vice president</div>
</div>
<div class="col-md-4 col-sm-6">
<img class="board img-responsive" src="images/25-26/placeholderPicture.png"/>
<div class="name text-center">
<a href="https://www.linkedin.com/in/annabel-wen/" target="_blank" rel="noopener">Annabel Wen</a>
</div>
<div class="position text-center">Science Council Representative</div>
</div>
<div class="col-md-4 col-sm-6">
<img class="board img-responsive" src="images/24-25/Athalia.png"/>
<div class="name text-center">
<a href="https://www.linkedin.com/in/athalia-zhou/" target="_blank" rel="noopener">Athalia Zhou</a>
</div>
<div class="position text-center">Treasurer</div>
</div>
<div class="col-md-4 col-sm-6">
<img class="board img-responsive" src="images/25-26/placeholderPicture.png"/>
<div class="name text-center">
<a href= "https://www.linkedin.com/in/michelle-paino-18a899377/" target="_blank" rel="noopener">Michelle Paino</a>
</div>
<div class="position text-center">Mentorship Chair</div>
</div>
<div class="col-md-4 col-sm-6">
<img class="board img-responsive" src="images/25-26/placeholderPicture.png"/>
<div class="name text-center">
<a href= "https://www.linkedin.com/in/tosarah/" target="_blank" rel="noopener">Sarah To</a>
</div>
<div class="position text-center">Public Relations Chair</div>
</div>
<div class="col-md-4 col-sm-6">
<img class="board img-responsive" src="images/25-26/headshot/Areesha1.png"/>
<div class="name text-center">
<a href= "https://www.linkedin.com/in/areeshaimtiaz/" target="_blank" rel="noopener">Areesha Imtiaz</a>
</div>
<div class="position text-center">Social Chair</div>
</div>
<div class="col-md-4 col-sm-6">
<img class="board img-responsive" src="images/25-26/headshot/Chau3.jpg"/>
<div class="name text-center">
<a href= "https://www.linkedin.com/in/ngoc-chau-nguyen-cpp/" target="_blank" rel="noopener">N. Chau Nguyen</a>
</div>
<div class="position text-center">Webmaster</div>
</div>
<div class="col-md-4 col-sm-6">
<img class="board img-responsive" src="images/22-23/index/Husain.png"/>
<div class="name text-center">Mohammad Husain</div>
<div class="position text-center">Advisor</div>
</div>
<div class="col-md-4 col-sm-6">
<img class="board img-responsive" src="images\23-24\ben.png"/>
<div class="name text-center">Ben Steichen</div>
<div class="position text-center">Advisor</div>
</div>
</div>
</div>
</div>
<a name="thankyou"><div class="page"></a>
<div class="title"><span>public static void</span> thankYou {</div>
<div class="col-md-10 offset-md-1">
<div class="row text-center">
<div class="col-md-4 ">
<img width="100%" src="images/ncwit.png"/>
<div class="name text-center">2016 NCWIT SEED grant towards ACM-W chapter registration</div>
</div>
<div class="col-md-4 ">
<img width="100%" src="images/googleLogo.png"/>
<div class="name text-center">2016-2017 Google IgniteCS program funding towards the FWD Conference</div>
</div>
<div class="col-md-4 ">
<img width="50%" height="50%" src="images/sciencecouncil.png"/>
<div class="name text-center">Club of the Year Award in
2020-2021, 2021-2022, and 2022-2023</div>
</div>
</div>
</div>
</div>
<a name="contact"><footer class="text-center"></a>
<div class="row col-md-10 offset-md-1">
<div class="col-md-6 col-sm-12">
<h3 align="center">Join Our Mailing List!</h3>
<form class="form" action="https://www.bit.ly/shecodes-fall22">
<div class="form-group"><input class="form-control" name="entry.228724543" type="text" placeholder="First Name" /></div> <!--first name-->
<div class="form-group"><input class="form-control" name="entry.590917299" type="text" placeholder="Last Name" /></div> <!--last name-->
<div class="form-group">
<input class="form-control" name="entry.1366241852" type="email" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Email Address" required />
<small id="emailHelp" class="form-text text-muted">Please only use a valid CPP email address.</small>
</div> <!--email-->
<input type="submit" value="Submit" class="sub" />
</form>
</div>
<div class="col-md-6 col-sm-12" style="margin-top: 50px;">
<div class="socials row justify-content-center">
<a title="Discord" alt="Discord" href="https://discord.gg/X5hSvkGEaE"><i class="icon fab fa-discord"></i></a>
<a title="Instagram" alt="Instagram" href="https://instagram.com/cppshecodes"><i class="icon fab fa-instagram"></i></a>
<a title="LinkedIn" alt="LinkedIn" href="https://hk.linkedin.com/company/cpp-shecodes"><i class="icon fab fa-linkedin-in"></i></a>
<a title="Email Us" alt="Email Us" href="mailto:cpp.shecodes@gmail.com"><i class="icon fas fa-envelope"></i></a>
</div>
© 2025 sheCodes.<br>
<small>Coded by Mohraiel Matta (2023).</small>
<br>
<small>Taken care by Lesly Ibarra (2024) and Chau Nguyen (2025)</small>
</div>
</footer>
<!--Javascript-->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>