diff --git a/src/data/events.ts b/src/data/events.ts index f7666919..9ad2b877 100644 --- a/src/data/events.ts +++ b/src/data/events.ts @@ -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 }, @@ -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[] = [ diff --git a/src/data/links.ts b/src/data/links.ts index 1f287137..8b45068c 100644 --- a/src/data/links.ts +++ b/src/data/links.ts @@ -10,7 +10,7 @@ import { export const LINKS = [ { name: 'Email', link: 'mailto:contact@csclub.org.au', 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 },