diff --git a/src/images/projects/geekgirlcon/geekgirl_home.png b/src/images/projects/geekgirlcon/geekgirl_home.png new file mode 100644 index 0000000..8fc5aa3 Binary files /dev/null and b/src/images/projects/geekgirlcon/geekgirl_home.png differ diff --git a/src/images/projects/licton_springs/licton_springs_home.png b/src/images/projects/licton_springs/licton_springs_home.png new file mode 100644 index 0000000..28b4f67 Binary files /dev/null and b/src/images/projects/licton_springs/licton_springs_home.png differ diff --git a/src/images/projects/shiftapp/shiftapp_home.png b/src/images/projects/shiftapp/shiftapp_home.png new file mode 100644 index 0000000..0fc5a57 Binary files /dev/null and b/src/images/projects/shiftapp/shiftapp_home.png differ diff --git a/src/pages/PortfolioPage.js b/src/pages/PortfolioPage.js index 952ebda..12d1a24 100644 --- a/src/pages/PortfolioPage.js +++ b/src/pages/PortfolioPage.js @@ -9,10 +9,12 @@ import page1 from '../images/projects/pelletier/pelletier.png' import page2 from '../images/projects/nsc_portfolio/homepage.png' import page3 from '../images/projects/belindas_closet/home_page_light.png' import page4 from '../images/projects/nsc_events/home_page_not_signed_in.png' +import shiftAppScreenshot from '../images/projects/shiftapp/shiftapp_home.png'; +import geekGirlConScreenshot from '../images/projects/geekgirlcon/geekgirl_home.png'; +import lictonSpringsScreenshot from '../images/projects/licton_springs/licton_springs_home.png'; import {faLink} from "@fortawesome/free-solid-svg-icons"; import Footer from "../components/Footer"; - const projects = [ { title: 'Portfolio Site', @@ -74,6 +76,57 @@ const projects = [ description: "North Seattle College Events (NSC Events) is a student built website that allows all students to view upcoming events occurring at the college, and for administrators to add and manage event announcements through the website.", screenshot: page4 }, + { + title: 'Shift App', + company: 'North Seattle College', + status: 'In Development', + socialMedia: [ + { + icon: faGithub, + link: 'https://github.com/SeattleColleges/shift-app-expo' + }, + { + icon: faLink, + link: 'https://expo.dev/' + }, + ], + description: "Shift App is a scheduling platform developed for interns and staff at Meta. It streamlines work shift management, check-ins, and admin oversight. Built with React Native and Firebase.", + screenshot: shiftAppScreenshot + }, + { + title: 'GeekGirlCon Mobile App', + company: 'North Seattle College', + status: 'In Progress', + socialMedia: [ + { + icon: faGithub, + link: 'https://github.com/GeekGirlCon' + }, + { + icon: faLink, + link: 'https://geekgirlcon.com//' + } + ], + description: "GeekGirlCon Mobile App is a student-built mobile application developed for GeekGirlCon using React Native Expo, SQLite, and Tailwind. It aims to support event visibility and mobile experience.", + screenshot: geekGirlConScreenshot + }, + { + title: 'Licton Springs Review', + company: 'North Seattle College', + status: 'In Progress', + socialMedia: [ + { + icon: faGithub, + link: 'https://github.com/SeattleColleges/licton-springs-review-nextjs' + }, + { + icon: faLink, + link: 'https://lictonspringsreview.com/' + }, + ], + description: "Licton Springs Review is an immersive digital journal built by students at North Seattle College to showcase visual and literary art. Rebuilt from scratch with Next.js and Tailwind CSS for a modern, mobile-friendly experience.", + screenshot: lictonSpringsScreenshot + } ]; const PortfolioPage = () => { @@ -95,7 +148,6 @@ const PortfolioPage = () => { marginBottom: "1rem", }} > - {" "} Portfolio Page