From 8a830a307318bac0271049242480f4cef4927036 Mon Sep 17 00:00:00 2001 From: Terence Ho <> Date: Tue, 8 Nov 2022 11:59:05 +0800 Subject: [PATCH] [resumes][chore] Update description in index --- apps/portal/src/pages/index.tsx | 2 +- apps/portal/src/pages/resumes/about.tsx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/portal/src/pages/index.tsx b/apps/portal/src/pages/index.tsx index 3831c2d8..b26623e9 100644 --- a/apps/portal/src/pages/index.tsx +++ b/apps/portal/src/pages/index.tsx @@ -6,7 +6,7 @@ import Container from '~/components/shared/Container'; const features = [ { description: - 'Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.', + "Preparing resumes for your next role? Browse for our community's best resumes. Upload yours and source for community reviews. Start your next job/internship hunt with a great resume!", href: '/resumes', img: '/logos/resumes-logo.svg', name: 'Resume Review', diff --git a/apps/portal/src/pages/resumes/about.tsx b/apps/portal/src/pages/resumes/about.tsx index db8cd8e3..a1637758 100644 --- a/apps/portal/src/pages/resumes/about.tsx +++ b/apps/portal/src/pages/resumes/about.tsx @@ -5,25 +5,25 @@ const people = [ bio: 'I like to write and read good code.', imageUrl: '/team/keane.png', name: 'Keane Chan', - role: 'Role TODO', + role: 'Full Stack Engineer', }, { bio: 'Hello', imageUrl: '/team/su-yin.jpg', name: 'Tan Su Yin', - role: 'Role TODO', + role: 'Full Stack Engineer', }, { - bio: 'Hi! I like to explore new technologies and fantasize about the countries I could be traveling in instead of working on my assignments.', + bio: 'Hi! I like to explore new technologies and create cool, fun stuff! But usually I just spend my time fantasizing about the countries I could be traveling in instead of working on my assignments.', imageUrl: '/team/terence.jpg', name: 'Terence Ho', - role: 'Role TODO', + role: 'Full Stack Engineer', }, { bio: 'Peirong likes to work in teams because he needs the peer pressure from others to deliver excellent work. In his free time, he enjoys running and watching vlogs of people having fun in adventurous locations which he does not have money for.', imageUrl: '/team/peirong.png', name: 'Wu Peirong', - role: 'Role TODO', + role: 'Full Stack Engineer', }, ];