Skip to content

Commit 7e104eb

Browse files
authored
Merge pull request #10 from cppshecodes/chau-modify-1
Added forms SLP, Mentorship program, Git/GitHub resources
2 parents 5f294ca + 7edba76 commit 7e104eb

File tree

2 files changed

+41
-15
lines changed

2 files changed

+41
-15
lines changed
283 KB
Loading

index.html

Lines changed: 41 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,11 @@ <h2>Meeting Times in Academic Year</h2>
278278
<script src="carousel.js"></script>
279279

280280

281+
</div>
282+
<div class="col-md-6 col-sm-12">
283+
<h2>Fundraising</h2>
284+
<img src="images/25-26/fundraising/goomoSep.png" style="width:100%">
285+
281286
</div>
282287
<div class="col-md-6 col-sm-12">
283288
<h2>Learning and Coding with sheCodes</h2>
@@ -291,9 +296,9 @@ <h2>Learning and Coding with sheCodes</h2>
291296
<p>
292297
<p><b>Meeting Room:</b> Building 8 Room 4</p>
293298
<!-- <p><b>Time:</b> 1-2PM(Leetcode sessions) & 12-1PM (AWS Workshops)</p> -->
294-
<p><b>Time :</b> Fridays. 12-1PM</p>
299+
<p><b>Time :</b> Fridays. 10:30 am - 12:00pm. Come and go at anytime that suit you! </p>
295300
<p><b>Lead :</b> Chau Nguyen</p>
296-
<p><b>Coding Session Dates 2025:</b> Stay tuned. </p>
301+
<p><b>Coding Session Dates 2025:</b> Stay tuned. 90% will be in October. Please check Discord.</p>
297302
<p><b>Resources: </b><a href="https://www.techinterviewhandbook.org/grind75/">Technical Interview Handbook - Grind 75</a></p>
298303
<p><b>Want to learn, contribute, volunteer, and assist Chau? :</b><a href="https://forms.gle/nHjatsVFoYXmWZkn8">Sign up here</a></p>
299304

@@ -319,7 +324,14 @@ <h2 style="margin-top: 30px;">Mentorship Program</h2>
319324
much-needed, loving guide to achieving success as a woman in CS.
320325
<br>
321326
<br>
322-
Mentorship applications will open soon in the Fall. For more information for
327+
Mentorship applications are opening right now for the Fall semester.
328+
<br>
329+
If you are upper-classman students and believe that you want to practice leadership skill, <a href="https://forms.gle/9zSZWCtkXvGffgi36">apply to be a mentor. Due: Wed, 09/17</a>
330+
<br>
331+
If you are newcomers, transfer students, or just want to have a mentor, <a href="https://forms.gle/yqg5fR3YQgbVXMBX7">apply</a> to be a menee. Due: Friday, 09/26
332+
<br>
333+
<br>
334+
For more information for
323335
our Mentorship Program, contact our Mentorship Chair 2025: Michelle Paino through sheCodes Discord!
324336
</div>
325337
<div class="col-md-6 col-sm-12">
@@ -328,7 +340,7 @@ <h2 style="margin-top: 30px;" align="left">Future Women Developers (FWD) Confere
328340
and fun activities to expose them to computer science. <a href="fwd24.html">The Future Women Developers (FWD) program</a>
329341
gives young women a taste of the tremendous creativity and innovation involved in computer science, engineering,
330342
or career in science. It gives young women tangible ideas about how these fields can help change the world through
331-
practical projects.
343+
practical projects. Volunteer form to help out at FWD Conference will be open in Spring semester.
332344
</div>
333345
<div class="col-md-6 col-sm-12">
334346
<h2 style="margin-top: 30px;">Semester-Long Projects (SLP)</h2>
@@ -337,8 +349,12 @@ <h2 style="margin-top: 30px;">Semester-Long Projects (SLP)</h2>
337349
of 4&ndash;5 participants. SLP also includes workshops and a Demo Day that are hosted during the fall semester!
338350
<br>
339351
<br>
340-
SLP 2025 Leader Applications have opened for the year.
341-
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 leader.</b></a>
352+
SLP 2025 Leader Application has opened for the year.
353+
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 leader.</b>
354+
<br>
355+
<br>
356+
SLP 2025 Participation Application has opened as well. If you want to build more skills and add more projects into your resume, please <a href="https://forms.gle/aicx2tzQSZ7HTkrg7 ">apply</a> to participate as topics are first come first serve. Deadline: <b>Fri, Sep 12th, 2025. </b>
357+
<br>
342358
For more information about <a href="slp.html">SLP</a>,
343359
please contact our Interval Vice President: Kenia Velasco through sheCodes Discord!
344360
<!-- Thank you everyone who signed up and congrats on finishing your projects! We're --proud of all of the hard work you've done!-->
@@ -380,10 +396,27 @@ <h2 style="margin-top: 30px;" align="left">All Resources</h2>
380396
<br>
381397
<br>
382398
Anyone information you would need about the CS Department, visit the
383-
<a href="https://www.cpp.edu/sci/computer-science/"> CPP Computer Science Department Website</a>.
399+
<a href="https://www.cpp.edu/sci/computer-science/"> CPP Computer Science Department Website</a>
400+
</div>
384401

385-
402+
<div class="col-md-6 col-sm-12">
403+
<h2 style="margin-top: 30px;">Setting up Git</h2>
404+
<pr>
405+
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.
406+
Git comes installed by default on most Mac and Linux machines. If you use Windows operating system, you can download Git.
407+
<br>
408+
<b>Resources</b>
409+
<a href="https://youtu.be/MozcR1cjn64">How to set up Git on Windows 11</a>
410+
<br>
411+
<a href="https://www.youtube.com/watch?v=mJ-qvsxPHpY&t=1055s">Git Tutorial for Dummies</a>.
412+
<br>
413+
<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>
414+
<br>
415+
<a href="https://www.youtube.com/watch?v=wpISo9TNjfU">Git vs. GitHub: What's the difference?</a>.
416+
<br>
417+
</pr>
386418
</div>
419+
387420
</div>
388421
</div>
389422
</div>
@@ -580,13 +613,6 @@ <h2>Missed the internship applications deadlines?</h2>
580613
<div class="name text-center">Ben Steichen</div>
581614
<div class="position text-center">Advisor</div>
582615
</div>
583-
584-
585-
<!-- <div class="col-md-4 col-sm-6"> <!-- Added offset-md-4 class -->
586-
<img class="board img-responsive" src="images/22-23/index/Tang.png"/>
587-
<div class="name text-center">Daisy Tang</div>
588-
<div class="position text-center">Advisor (on sabbatical break)</div>
589-
</div> -->
590616

591617
</div>
592618
</div>

0 commit comments

Comments
 (0)