From f871fa53dc5b56234f5188c0d19691882c70c546 Mon Sep 17 00:00:00 2001 From: Aaron Chan <42254254+aaronchan32@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:08:43 -0700 Subject: [PATCH] docs: update readme --- README.md | 6 ++++-- src/app/layout.tsx | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d4ef4aa..020c274 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# UP-GRADE 2024: UCSD Design Co +# UP-Grade 2024: UCSD Design Co -UP-Grade is a 10-week online summer program where students will get the opportunity to work closely alongside a local, nonprofit organization to amplify and boost their exposure. +https://upgrade24.ucsddesign.co/ + +UP-Grade is a 10-week summer internship-style program where students will get the opportunity to work alongside a local, nonprofit organization to elevate their branding and boost their exposure within the community. ## Getting Started diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5d72560..37a5a9d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,12 +6,12 @@ import React from 'react'; export const metadata: Metadata = { metadataBase: new URL('https://upgrade24.ucsddesign.co/'), title: 'UP-GRADE 2024: Design Co', - description: `UP-Grade is a 10-week online summer program where students will get the opportunity to work closely alongside a local, nonprofit organization to amplify and boost their exposure.`, + description: `UP-Grade is a 10-week summer internship-style program where students will get the opportunity to work alongside a local, nonprofit organization to elevate their branding and boost their exposure within the community.`, keywords: 'Design Co, Design at UCSD, UCSD, UC San Diego, design, summer program, nonprofit', openGraph: { title: 'UP-GRADE 2024: Design Co', - description: `UP-Grade is a 10-week online summer program where students will get the opportunity to work closely alongside a local, nonprofit organization to amplify and boost their exposure.`, + description: `UP-Grade is a 10-week summer internship-style program where students will get the opportunity to work alongside a local, nonprofit organization to elevate their branding and boost their exposure within the community.`, images: '/opengraph-image.png', url: 'https://upgrade24.ucsddesign.co/', siteName: 'UP-GRADE 2024: Design Co',