Skip to content

Commit

Permalink
Merge pull request #125 from compsci-adl/main
Browse files Browse the repository at this point in the history
Production 2024-03-19_00
  • Loading branch information
jsun969 authored Mar 19, 2024
2 parents ccdb1e1 + 8b41060 commit 99af63a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions src/data/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ export const EVENTS: Event[] = [
// 'Unsure of what jobs are available in the tech industry? Or looking to find out more about where your expertise could take you? If so, come along and gain insights into what a career in the industry might look like.',
// image: 'insight-into-industry.jpg',
// },
{
title: 'Quiz Night',
date: { month: 'MAR', day: 8 },
time: '6:00pm - 9:00pm',
location: 'Ingkarni Wardli 218',
details: 'Join us for a night of quizzical encounters! Free food and prizes to come!',
image: 'quiz-night.jpg',
},
// {
// title: 'Quiz Night',
// date: { month: 'MAR', day: 8 },
// time: '6:00pm - 9:00pm',
// location: 'Ingkarni Wardli 218',
// details: 'Join us for a night of quizzical encounters! Free food and prizes to come!',
// image: 'quiz-night.jpg',
// },
{
title: 'Industry Night',
date: { month: 'APR', day: 2 },
Expand All @@ -57,15 +57,15 @@ export const EVENTS: Event[] = [
details: 'Connect with top companies and explore job opportunities in the tech industry!',
image: 'industry-night.jpg',
},
{
title: 'LaTeX Workshop',
date: { month: 'APR', day: 4 },
time: '5:00pm - 7:00pm',
location: 'Ingkarni Wardli 218',
details:
'Do you want to create pretty documents? Is Word destroying your assignments when you move images around? Look no further than LaTeX, the academic typesetting tool created by the great Donald Knuth, and the solution to all your maths assignments.',
image: 'latex-workshop.jpg',
},
// {
// title: 'LaTeX Workshop',
// date: { month: 'APR', day: 4 },
// time: '5:00pm - 7:00pm',
// location: 'Ingkarni Wardli 218',
// details:
// 'Do you want to create pretty documents? Is Word destroying your assignments when you move images around? Look no further than LaTeX, the academic typesetting tool created by the great Donald Knuth, and the solution to all your maths assignments.',
// image: 'latex-workshop.jpg',
// },
];

export const CAROUSEL_IMAGES: Image[] = [
Expand Down
2 changes: 1 addition & 1 deletion src/data/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
export const LINKS = [
{ name: 'Email', link: 'mailto:[email protected]', icon: FaEnvelope },
{ name: 'GitHub', link: 'https://github.com/compsci-adl', icon: FaGithub },
{ name: 'Instagram', link: 'https://www.instagram.com/compsci.adl/', icon: FaInstagram },
{ name: 'Instagram', link: 'https://www.instagram.com/csclub.adl/', icon: FaInstagram },
{ name: 'Facebook', link: 'https://www.facebook.com/compsci.adl/', icon: FaFacebook },
{ name: 'Discord', link: 'https://discord.gg/UjvVxHA', icon: FaDiscord },
{ name: 'LinkedIn', link: 'https://www.linkedin.com/company/compsci-adl/', icon: FaLinkedin },
Expand Down

0 comments on commit 99af63a

Please sign in to comment.