-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #97 from strudel-science/update/news-&-events
Linking events to news, marking events as past, home page update
- Loading branch information
Showing
3 changed files
with
8 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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> | ||
|