diff --git a/src/assets/apps/gigl.webp b/src/assets/archive/gigl.webp similarity index 100% rename from src/assets/apps/gigl.webp rename to src/assets/archive/gigl.webp diff --git a/src/components/landing/Apps.astro b/src/components/landing/Apps.astro index 023a8d2..0e8ea04 100644 --- a/src/components/landing/Apps.astro +++ b/src/components/landing/Apps.astro @@ -105,16 +105,6 @@ const campusLifeApps: App[] = [ screenshot: NutriTigerImage, alt: "Nutri Tiger app screenshot" }, - { - title: "Gigl", - description: - "Unleash your skills and earn money by connecting with fellow students seeking your talents! Apply to gigs, set up your freelancer profile and wait for offers OR post a gig yourself if you are looking to hire someone. By Taylan Aydin '25, Andre Biehl '25, Yagiz Devre '26, and Ibrahim Ahmed '25.", - note: "", - webLink: "https://gigl.tigerapps.org/", - repoLink: "https://github.com/TigerAppsOrg/gigl", - screenshot: GiglImage, - alt: "Gigl app screenshot" - }, { title: "TigerStudy", description: diff --git a/src/pages/archive.astro b/src/pages/archive.astro index 356d815..1948db9 100644 --- a/src/pages/archive.astro +++ b/src/pages/archive.astro @@ -5,6 +5,7 @@ import AppCard from "../components/landing/ui/AppCard.astro"; // App (Archive) Images import Food4UImage from "../assets/archive/food4u.webp"; +import GiglImage from "../assets/archive/gigl.webp"; import MealMatchImage from "../assets/archive/mealmatch.webp"; import RebookImage from "../assets/archive/rebook.webp"; import RecalImage from "../assets/archive/recal.webp"; @@ -31,6 +32,16 @@ const ARCHIVE_CARDS = [ screenshot: Food4UImage, alt: "Food 4 U app screenshot" }, + { + title: "Gigl", + description: + "Unleash your skills and earn money by connecting with fellow students seeking your talents! Apply to gigs, set up your freelancer profile and wait for offers OR post a gig yourself if you are looking to hire someone. By Taylan Aydin '25, Andre Biehl '25, Yagiz Devre '26, and Ibrahim Ahmed '25.", + note: "", + webLink: "https://github.com/TigerAppsOrg/gigl", + repoLink: "https://github.com/TigerAppsOrg/gigl", + screenshot: GiglImage, + alt: "Gigl app screenshot" + }, { title: "MealMatch", description: