From ac06247f5d0469c332aed7983763be42c57a8522 Mon Sep 17 00:00:00 2001 From: joshuamotoaki Date: Thu, 10 Oct 2024 11:31:48 -0400 Subject: [PATCH] Add missing descriptions to archive apps --- src/pages/archive.astro | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/src/pages/archive.astro b/src/pages/archive.astro index ddeed95..5b683ab 100644 --- a/src/pages/archive.astro +++ b/src/pages/archive.astro @@ -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", @@ -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", @@ -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", @@ -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",