Skip to content

Commit

Permalink
Move gigl to archive
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuamotoaki committed Jan 28, 2025
1 parent 8159cbd commit ec3fb36
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
File renamed without changes.
10 changes: 0 additions & 10 deletions src/components/landing/Apps.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
11 changes: 11 additions & 0 deletions src/pages/archive.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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:
Expand Down

0 comments on commit ec3fb36

Please sign in to comment.