diff --git a/frontend/public/assets/freerooms_logo.svg b/frontend/public/assets/freerooms_logo.svg new file mode 100644 index 0000000..dfb54ee --- /dev/null +++ b/frontend/public/assets/freerooms_logo.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/frontend/public/assets/tiktok_logo_footer.svg b/frontend/public/assets/tiktok_logo_no_text.svg similarity index 100% rename from frontend/public/assets/tiktok_logo_footer.svg rename to frontend/public/assets/tiktok_logo_no_text.svg diff --git a/frontend/public/data/resourceCards.ts b/frontend/public/data/resourceCards.ts index abef610..2122dbf 100644 --- a/frontend/public/data/resourceCards.ts +++ b/frontend/public/data/resourceCards.ts @@ -12,7 +12,7 @@ export type resourceCards = { export const stage1: resourceCards[] = [ { id: 's1-1', - href: 'https://circles.csesoc.app/course-selector', + href: 'https://circles.devsoc.app/', svg: '/assets/circles_logo.svg', alt: 'Circles', title: 'Circles', @@ -35,17 +35,17 @@ export const stage2: resourceCards[] = [ }, { id: 's2-2', - href: 'https://jobsboard.csesoc.unsw.edu.au/', - svg: '/assets/jobsboard_logo.svg', - alt: 'JobsBoard', - title: 'Jobs Board', - desc: 'A place where CSESoc students can look for relevant job opportunities.', - width: 60, - height: 60 + href: 'https://freerooms.devsoc.app/', + svg: '/assets/freerooms_logo.svg', + alt: 'Freerooms', + title: 'Freerooms', + desc: 'A tool for browsing rooms and timetable schedules on campus.', + width: 70, + height: 70 }, { id: 's2-3', - href: 'https://notangles.csesoc.app/', + href: 'https://notangles.devsoc.app/', svg: '/assets/notangles_logo.svg', alt: 'Notangles', title: 'Notangles', @@ -55,13 +55,13 @@ export const stage2: resourceCards[] = [ }, { id: 's2-4', - href: 'https://unilectives.csesoc.app/', + href: 'https://unilectives.devsoc.app/', svg: '/assets/unilectives_logo.svg', - alt: 'Uni-lectives', - title: 'Uni-lectives', - desc: 'Read course electives to help you pick your electives or even write your own!', - width: 80, - height: 80 + alt: 'Unilectives', + title: 'Unilectives', + desc: 'Read course reviews to help you pick your electives or even write your own!', + width: 70, + height: 70 } ]; diff --git a/frontend/public/data/socialInfos.ts b/frontend/public/data/socialInfos.ts index 957ec4b..f8b3957 100644 --- a/frontend/public/data/socialInfos.ts +++ b/frontend/public/data/socialInfos.ts @@ -32,7 +32,7 @@ export const socialLinks: socialInfo[] = [ }, { href: 'https://www.tiktok.com/@csesoc?lang=en', - src: '/assets/tiktok_logo_footer.svg', + src: '/assets/tiktok_logo_no_text.svg', alt: 'TikTok' }, { diff --git a/frontend/src/components/Contacts/index.tsx b/frontend/src/components/Contacts/index.tsx index 0f41a69..ef96541 100644 --- a/frontend/src/components/Contacts/index.tsx +++ b/frontend/src/components/Contacts/index.tsx @@ -79,7 +79,7 @@ const Contacts = () => { TikTok @@ -58,16 +58,14 @@ export default function ResourcesPage() { -
+
Made by DevSoc Logo