Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/components/EventsSection/Event/Event.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export const EventImage = styled.img`
border-radius: 20px;
margin: 2%;
width: 60%;
aspect-ratio: 3 / 2;
object-fit: cover;
float: left;
clear: right;

Expand Down
13 changes: 11 additions & 2 deletions src/components/EventsSection/EventInformation.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import ArcurveTechTalk_img from "../../images/events/Arcurve_Tech_Talk.jpg";
import FinalShowcase24_img from "../../images/events/Final_Showcase_24.jpg";
import PasonTechTalk_img from "../../images/events/PasonTechTalk.jpg";
import IEEExTechStart_img from "../../images/events/IEEExTechStart.jpg";

import PasonTechTalk_img from "../../images/events/PasonTechTalk.jpg";

export interface Event {
title: string;
Expand All @@ -13,6 +13,15 @@ export interface Event {
}

export const highlightedEvents: Event[] = [
{
title: "Arcurve Tech Talk",
description:
"We teamed up with Arcurve for a hands-on deep dive into Application Security 101! Our speakers, Technical Leads Andrew Langemann and Matthew Powaschuk and Software Developer Haris Muhammad, guided students through live hacking demos and real-world defense strategies.",
date: "Thursday, November 27, 2025",
time: "6:00 - 8:00 PM",
image: ArcurveTechTalk_img,
link: "https://www.instagram.com/p/DRphWrcj5_O/",
},
{
title: "Final Showcase 2024",
description:
Expand Down
Binary file added src/images/events/Arcurve_Tech_Talk.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.