Skip to content

Commit

Permalink
Merge pull request #48 from TigerAppsOrg/archive-desc
Browse files Browse the repository at this point in the history
Add missing descriptions to archive apps
  • Loading branch information
joshuamotoaki authored Oct 10, 2024
2 parents 859c0b1 + ac06247 commit 9b23be4
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions src/pages/archive.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ const ARCHIVE_CARDS = [
},
{
title: "ReBook",
description: "",
description:
"Textbook marketplace for Princeton students. By Sophie Li '23, Jayson Wu '23, and Connie Xu '23.",
note: "Replacement: TigerRetail",
webLink: "https://github.com/TigerAppsOrg/rebook",
repoLink: "https://github.com/TigerAppsOrg/rebook",
Expand Down Expand Up @@ -72,7 +73,8 @@ const ARCHIVE_CARDS = [
},
{
title: "TigerRooms",
description: "",
description:
"Search rooms, reviews, and floor plans. By Ben Parks '17.",
note: "Replacement: TigerDraw",
webLink: "https://github.com/TigerAppsOrg/rooms-app",
repoLink: "https://github.com/TigerAppsOrg/rooms-app",
Expand Down Expand Up @@ -119,18 +121,10 @@ const ARCHIVE_CARDS = [
screenshot: TigerMapImage,
alt: "Tiger Map app screenshot"
},
{
title: "TigerMenus",
description: "",
note: "",
webLink: "https://tigermenus.herokuapp.com/",
repoLink: "https://github.com/TigerAppsOrg/tiger-menus",
screenshot: TigerMenusImage,
alt: "Tiger Menus app screenshot"
},
{
title: "TigerThrift",
description: "",
description:
"Sell clothing or shop fellow Tigers' closets. Katie Chou '23, Katelyn Rodrigues '23, Iroha Shirai '23.",
note: "Replacement: TigerRetail",
webLink: "https://github.com/TigerAppsOrg/TigerThrift",
repoLink: "https://github.com/TigerAppsOrg/TigerThrift",
Expand All @@ -139,7 +133,8 @@ const ARCHIVE_CARDS = [
},
{
title: "TigerTickets",
description: "",
description:
"Secondary marketplace to buy/re-sell/exchange tickets. By Jenny Sheng '22, Joseph Chen '22, and Sunny Yoo '22.",
note: "Replacement: TigerRetail",
webLink: "https://github.com/TigerAppsOrg/TigerTickets",
repoLink: "https://github.com/TigerAppsOrg/TigerTickets",
Expand Down

0 comments on commit 9b23be4

Please sign in to comment.