-
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 #46 from strudel-science/update/minor-styling-updates
Update/minor styling updates - footer & header spacing
- Loading branch information
Showing
8 changed files
with
23 additions
and
28 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
import * as React from 'react'; | ||
import { StaticImage } from 'gatsby-plugin-image'; | ||
import { Box, Breakpoint, Container } from '@mui/material'; | ||
import { Link } from '@mui/material'; | ||
|
||
|
@@ -15,6 +16,7 @@ export const Footer: React.FC<FooterProps> = ({ | |
borderTop: '1px solid', | ||
borderTopColor: 'neutral.main', | ||
}} | ||
backgroundColor='secondary.main' | ||
> | ||
<Container | ||
maxWidth={containerWidth} | ||
|
@@ -23,17 +25,19 @@ export const Footer: React.FC<FooterProps> = ({ | |
paddingBottom: 8 | ||
}} | ||
> | ||
<em>STRUDEL is an effort of the Berkeley Lab Scientific Data <Link href="https://crd.lbl.gov/divisions/scidata/" target="_blank" rel="noreferrer">(SciData)</Link> Division <Link href="https://ux.lbl.gov" target="_blank" rel="noreferrer">UX team</Link></em>. | ||
<br /> | ||
<em>STRUDEL is generously funded by the Alfred P. Sloan Foundation, Liz Vu & Josh Greenberg Program Officers, initial grant <Link href="https://sloan.org/grant-detail/10074" target="_blank" rel="noreferrer">#10074</Link></em> | ||
<br /> | ||
<br /> | ||
|
||
<strong>Questions? Ideas? Looking to stay up to date?</strong> | ||
|
||
<ul> | ||
<li>Get in touch at <Link href="mailto:[email protected]" target="_blank">[email protected]</Link></li> | ||
<li>Join our mailing list by emailing <Link href="mailto:[email protected]" target="_blank">[email protected]</Link></li> | ||
<li>Visit us on <Link href='https://github.com/strudel-science/' target="_blank">GitHub</Link> and join the <Link href='https://github.com/orgs/strudel-science/discussions/' target='_blank'>Discussion</Link></li> | ||
</ul> | ||
<br /> | ||
<em>STRUDEL is an effort of the Berkeley Lab Scientific Data <Link href="https://crd.lbl.gov/divisions/scidata/" target="_blank" rel="noreferrer">(SciData)</Link> Division <Link href="https://ux.lbl.gov" target="_blank" rel="noreferrer">UX team</Link></em>. | ||
<br /> | ||
<em>STRUDEL is generously funded by the Alfred P. Sloan Foundation, Liz Vu & Josh Greenberg Program Officers, initial grant <Link href="https://sloan.org/grant-detail/10074" target="_blank" rel="noreferrer">#10074</Link></em> | ||
|
||
</Container> | ||
</Box> | ||
) | ||
|
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