-
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.
Updating homepage to surface latest news content
- Loading branch information
Showing
1 changed file
with
12 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -178,12 +178,20 @@ import { Link } from '@mui/material'; | |
}} | ||
> | ||
<Box> | ||
## Interested in co-hosting a local hackathon? | ||
## STRUDEL is Growing! | ||
|
||
|
||
Get in touch with us at <Link href="mailto:[email protected]" target="_blank">[email protected]</Link> | ||
The STRUDEL team has grown with [support from the Sloan Foundation](https://crd.lbl.gov/news-and-publications/news/2024/sloan-strudel/) and has many upcoming opportunities for engagement. Please reach out to learn more or arrange a chat as we enter our next phase. | ||
</Box> | ||
|
||
<Box marginTop="16px"> | ||
<Button | ||
to="/engage/news/11-12-2024-strudel-is-growing" | ||
target="_blank" | ||
size="large" | ||
endIcon={<ArrowForwardIcon />} | ||
> | ||
Read more about updates | ||
</Button> | ||
</Box> | ||
</Stack> | ||
</ContentCard> | ||
</Grid> | ||
|