Skip to content

Commit 8ae44fd

Browse files
authored
Updated Hackweek info and Reference materials. (#51)
1 parent 3bca419 commit 8ae44fd

File tree

3 files changed

+24
-18
lines changed

3 files changed

+24
-18
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ We feel that open source encourages students to learn, contribute and collaborat
2121

2222
## Some of our previous events
2323

24+
- [HackWeek](https://cosc-hackweek.vercel.app/)
2425
- Git & GitHub Workshop
2526
- [OpenSys'25](https://opensys2025.vercel.app/)
2627
- GSOC Awareness Session 2025

img/events/HackWeek-2025.png

1.06 MB
Loading

index.html

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <h2 class="title__heading">Why Open Source?</h2>
148148
</p>
149149
</div>
150150
</section>
151-
151+
<!--
152152
<section class="section section-upcoming">
153153
<div class="section__content">
154154
<h2 class="section__header">Upcoming Events</h2><br>
@@ -166,13 +166,32 @@ <h2 class="section__header">Upcoming Events</h2><br>
166166
</div>
167167
</div>
168168
</section>
169-
169+
-->
170170
<section id="events" class="section section-past section--dark">
171171
<div class="section__content">
172172
<h2 class="section__header">Past Events</h2>
173173

174174
<h3 id="events-2023" class="timeline-marker">2025</h3>
175175
<div class="cards">
176+
<div class="event card">
177+
<img
178+
class="card__image"
179+
src="./img/events/HackWeek-2025.png"
180+
loading="lazy"
181+
style="height: 292.04px; width: 389px"
182+
/>
183+
<div class="card__info">
184+
<p>
185+
<a
186+
href="https://cosc-hackweek.vercel.app/"
187+
target="_blank"
188+
rel="noopener"
189+
>HackWeek</a
190+
>
191+
</p>
192+
<p>22 - 28 June 2025</p>
193+
</div>
194+
</div>
176195
<div class="event card">
177196
<img
178197
class="card__image"
@@ -751,22 +770,8 @@ <h2 class="title__heading">Reference Material</h2>
751770
class="button-link"
752771
target="_blank"
753772
rel="nofollow noopener"
754-
href="https://github.com/cbitosc/WebFundamentals"
755-
>WebSession</a
756-
>
757-
<a
758-
class="button-link"
759-
target="_blank"
760-
rel="nofollow noopener"
761-
href="https://github.com/cbitosc/python-for-beginners"
762-
>Python for Beginners</a
763-
>
764-
<a
765-
class="button-link"
766-
target="_blank"
767-
rel="nofollow noopener"
768-
href="https://github.com/cbitosc/djangocampv2"
769-
>DjangoCampV2</a
773+
href=" https://github.com/cbitosc/resources"
774+
>References</a
770775
>
771776
</div>
772777
</section>

0 commit comments

Comments
 (0)