From 4063ced7003a18929e799ba89e8efc67c87570ad Mon Sep 17 00:00:00 2001 From: Navid Boloorian Date: Mon, 13 Nov 2023 11:45:05 -0800 Subject: [PATCH 1/3] switched mission statement --- pages/about.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/about.tsx b/pages/about.tsx index d72abd1b..1089fcd4 100644 --- a/pages/about.tsx +++ b/pages/about.tsx @@ -17,7 +17,7 @@ export default function About() { {markdown` -Triton Software Engineering (TSE) is a multidisciplinary student organization at UC San Diego. We partner with nonprofit organizations to design and develop software pro-bono for social good, while giving our members practical, real world experience. +TSE's mission to craft digital solutions for nonprofit organizations in our community. `} Date: Mon, 13 Nov 2023 12:01:46 -0800 Subject: [PATCH 2/3] fixed typo --- pages/about.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/about.tsx b/pages/about.tsx index 1089fcd4..5015f728 100644 --- a/pages/about.tsx +++ b/pages/about.tsx @@ -17,7 +17,7 @@ export default function About() { {markdown` -TSE's mission to craft digital solutions for nonprofit organizations in our community. +TSE's mission is to craft digital solutions for nonprofit organizations in our community. `} Date: Wed, 22 Nov 2023 10:50:33 -0800 Subject: [PATCH 3/3] removed ALUM's link --- data/clients.ts | 2 +- images/all-images.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/clients.ts b/data/clients.ts index 8238ddb2..a02b1c91 100644 --- a/data/clients.ts +++ b/data/clients.ts @@ -126,7 +126,7 @@ const constClients = [ name: "ALUM for Northwood", startYear: 2022, endYear: null, - url: "https://alumfornorthwood.org/", + url: null, }, // TODO: add YCW info ] as const; diff --git a/images/all-images.ts b/images/all-images.ts index 961d172b..dd9df66c 100644 --- a/images/all-images.ts +++ b/images/all-images.ts @@ -1,7 +1,7 @@ // Do not edit. Automatically generated by generate.ts const allImages = { "clients/alum_for_northwood": { width: 100, height: 100, maxSize: 128, extension: ".png" }, - "clients/call_blackline": { width: 1460, height: 186, maxSize: 1920, extension: ".png" }, + "clients/call_blackline": { width: 512, height: 67, maxSize: 640, extension: ".jpg" }, "clients/center_for_community_health": { width: 940, height: 192, maxSize: 1080, extension: ".png" }, "clients/dynamics_performance_team": { width: 1312, height: 1312, maxSize: 1920, extension: ".jpg" }, "clients/feeding_san_diego": { width: 2550, height: 1220, maxSize: 1920, extension: ".png" },