Skip to content

Commit

Permalink
Merge pull request #97 from strudel-science/update/news-&-events
Browse files Browse the repository at this point in the history
Linking events to news, marking events as past, home page update
  • Loading branch information
Rjdesh authored Mar 27, 2024
2 parents 930ae4f + f4d52bf commit dfbdac5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ slug: '03-08-2024-getting-started-with-strudel-ds'
date: 'March 8, 2024 11:00 AM PST'
speakers: ['Sarah Poon', "Cody O'Donnell"]
upcoming: false
newsUrl: '/engage/news/03-08-2024-getting-started-with-strudel-webinar/'
format: 'Virtual Webinar'
location: 'Zoom'
registrationLink: 'https://go.lbl.gov/strudel-get-started-webinar'
Expand Down
3 changes: 2 additions & 1 deletion content/engage/events/03-19-2024-strudel-ds-hackathon.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ title: 'STRUDEL Hackathon: Go From User Need to UI Prototype in One Day'
slug: '03-19-2024-strudel-ds-hackathon'
date: 'March 19, 2024 9:00 AM PDT'
speakers: ['STRUDEL Team']
upcoming: true
upcoming: false
newsUrl: '/engage/news/03-19-2024-strudel-hackathon/'
format: 'In Person'
location: 'Lawrence Berkeley National Lab, Berkeley, CA'
registrationLink: 'https://go.lbl.gov/strudel-hackathon-signup'
Expand Down
16 changes: 5 additions & 11 deletions content/home.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { PageSection } from '/src/components/PageSection';
import { ContentCard } from '/src/components/ContentCard';
import { Button } from 'gatsby-theme-material-ui';
import EventIcon from '@mui/icons-material/Event';
import { Link } from '@mui/material';

<PageSection containerWidth="lg">
<Stack
Expand Down Expand Up @@ -177,19 +178,12 @@ import EventIcon from '@mui/icons-material/Event';
}}
>
<Box>
## Announcing the STRUDEL Event Series
## Interested in co-hosting a local hackathon?


Join the STRUDEL project’s upcoming series of events designed to help support adoption of user experience (UX) approaches in scientific software development.
</Box>
<Box marginTop="16px">
<Button
to="/engage/news/02-05-2024-strudel-event-series/"
size="large"
endIcon={<ArrowForwardIcon />}
>
Read more
</Button>
Get in touch with us at <Link href="mailto:[email protected]" target="_blank">[email protected]</Link>
</Box>

</Stack>
</ContentCard>
</Grid>
Expand Down

0 comments on commit dfbdac5

Please sign in to comment.