From 6923780c42bfc45fbacee465d1b0ad453186db78 Mon Sep 17 00:00:00 2001 From: suejinkim20 Date: Wed, 5 Feb 2025 15:41:29 -0500 Subject: [PATCH 1/2] add faint bottom divider line for star ventures panel --- src/components/program-tabs/program-tabs-section.js | 3 ++- src/components/sections/programs-overview.js | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/program-tabs/program-tabs-section.js b/src/components/program-tabs/program-tabs-section.js index 6a38fd2..4f68e1e 100644 --- a/src/components/program-tabs/program-tabs-section.js +++ b/src/components/program-tabs/program-tabs-section.js @@ -23,7 +23,8 @@ export const ProgramTab = styled(Tab)((({backgroundcolor, color, ...props}) => ( borderBottom: 'none' }))) -export const ProgramPanel = styled(TabPanel)(({backgroundcolor, ...props})=> ({ +export const ProgramPanel = styled(TabPanel)(({backgroundcolor, bottomBorder, ...props})=> ({ backgroundColor: backgroundcolor, + borderBottom: `1px solid ${bottomBorder}`, paddingBottom: '2rem' })) \ No newline at end of file diff --git a/src/components/sections/programs-overview.js b/src/components/sections/programs-overview.js index 00f785d..172c5f3 100644 --- a/src/components/sections/programs-overview.js +++ b/src/components/sections/programs-overview.js @@ -19,6 +19,7 @@ export const ProgramsOverview = ({ content }) => { program_id: 'starventures', content: content.starVenturesContent, backgroundcolor: '#1A1B2F', + bottomBorder: '#ffffff50', color: '#fff', ...content.programs[1] }, @@ -92,6 +93,7 @@ export const ProgramsOverview = ({ content }) => { value={i} key={`${program.program_id}-panel`} backgroundcolor={program.backgroundcolor} + bottomBorder={program.bottomBorder} > { program.program_id === 'starship' ? From fe0fd062f99f522ac3a9a990ca23113b1b0b010c Mon Sep 17 00:00:00 2001 From: suejinkim20 Date: Wed, 5 Feb 2025 15:41:57 -0500 Subject: [PATCH 2/2] update star ventures and irods programs --- src/components/sections/programs/irodsPanel.js | 4 ++-- src/components/sections/programs/starVenturesPanel.js | 6 +++--- src/content/sections/programs-overview.yaml | 5 +++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/components/sections/programs/irodsPanel.js b/src/components/sections/programs/irodsPanel.js index 57230c2..dc429f7 100644 --- a/src/components/sections/programs/irodsPanel.js +++ b/src/components/sections/programs/irodsPanel.js @@ -22,12 +22,12 @@ export const IrodsPanel = ({title, content}) => { )) } - + /> */} ) } \ No newline at end of file diff --git a/src/components/sections/programs/starVenturesPanel.js b/src/components/sections/programs/starVenturesPanel.js index 69c825c..5ba4c64 100644 --- a/src/components/sections/programs/starVenturesPanel.js +++ b/src/components/sections/programs/starVenturesPanel.js @@ -15,7 +15,7 @@ export const StarVenturesPanel = ({title, content}) => { const image = getImage(content.starVenturesImg) return ( - + {title} {content.description} @@ -32,11 +32,11 @@ export const StarVenturesPanel = ({title, content}) => { {/* hide application button (below) when application is closed */} - + /> */} {content.minorsNote} diff --git a/src/content/sections/programs-overview.yaml b/src/content/sections/programs-overview.yaml index ae2b066..9c4ca1e 100644 --- a/src/content/sections/programs-overview.yaml +++ b/src/content/sections/programs-overview.yaml @@ -56,8 +56,8 @@ starVenturesContent: contentType: "ul" content: - title: "This program runs for 3 weeks during the summer." - - title: "Summer 2025 Dates: July 14, 2025 - July 31, 2025." - - title: "Applications close April 11, 2025, 11:59pm EST." + - title: "Summer 2025: STAR will not be hosting STAR Ventures this summer and hopes to resume this program for future summers." + - title: "Stay connected to the STARverse by signing up for our mailing list below." - heading: "Requirements" contentType: "ul" content: @@ -82,6 +82,7 @@ irodsContent: content: - title: "3 months during the summer" - title: "Approximately June - August" + - title: "Applications for Summer 2025 are currently closed." - heading: "Requirements" contentType: "ul" content: