forked from NASA-IMPACT/veda-config
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin' into develop
- Loading branch information
Showing
87 changed files
with
1,447 additions
and
543 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
Submodule ui
updated
34 files
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
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
import React from "$veda-ui/react"; | ||
import { Link } from '$veda-ui/react-router-dom'; | ||
import { | ||
Grid, | ||
} from '$veda-ui/@trussworks/react-uswds'; | ||
|
||
import { | ||
CollecticonTextBlock, | ||
CollecticonEnvelope, | ||
CollecticonSpeechBalloon, | ||
} from '$veda-ui/@devseed-ui/collecticons'; | ||
|
||
import { Title } from "../../common/styled-components"; | ||
import { SUBSCRIPTION_URL } from "../../constants"; | ||
|
||
|
||
export default function LearnMore() { | ||
return ( | ||
<Grid tablet={{col:8, offset: 2}}> | ||
<Title> Learn More and Share Your Ideas </Title> | ||
|
||
<Grid row> | ||
<Grid col='auto' className="display-flex flex-align-center margin-bottom-2"> | ||
<CollecticonEnvelope size='xlarge' color='#082a64' className="grid-col-auto" /> | ||
</Grid> | ||
<Grid col='fill' className="display-flex flex-align-center margin-bottom-2"> | ||
<span className="margin-left-4 font-size-md-deprecated"> For the latest updates and information about the US GHG Center or to join a focus area group, <a href={SUBSCRIPTION_URL}>subscribe to our email updates list.</a></span> | ||
</Grid> | ||
</Grid> | ||
<Grid row> | ||
<Grid col='auto' className="display-flex flex-align-center margin-bottom-2"> | ||
<CollecticonTextBlock size='xlarge' color='#082a64' className="grid-col-auto" /> | ||
</Grid> | ||
<Grid col='fill' className="display-flex flex-align-center margin-bottom-2"> | ||
<span className="margin-left-4 font-size-md-deprecated"> Read more about the US GHG Center news, trainings, and workshop opportunities on the <Link to="/news-and-events">News and Events page.</Link></span> | ||
</Grid> | ||
</Grid> | ||
<Grid row> | ||
<Grid col='auto' className="display-flex flex-align-center margin-bottom-2"> | ||
<CollecticonSpeechBalloon size='xlarge' color='#082a64' className="grid-col-auto" /> | ||
</Grid> | ||
<Grid col='fill' className="display-flex flex-align-center margin-bottom-2"> | ||
<span className="margin-left-4 font-size-md-deprecated"> Do you have a US GHG Center portal suggestion or question? Reach the team using the "Contact Us" button at the top or bottom of every page.</span> | ||
</Grid> | ||
</Grid> | ||
</Grid> | ||
) | ||
} |
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
Oops, something went wrong.