-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a "contact" page #760
Merged
Merged
Add a "contact" page #760
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,8 +105,8 @@ function ErrorMessage({errorMessage}) { | |
There seems to have been an error accessing that dataset. | ||
<p style={{fontSize: "14px"}}> | ||
{`Details: ${errorMessage}. Please `} | ||
<a href={"mailto:[email protected]"} style={{color: "inherit", textDecoration: "underline"}}> | ||
email us | ||
<a href="/contact" style={{color: "inherit", textDecoration: "underline"}}> | ||
contact us | ||
</a> | ||
{` if you think this is a bug.`} | ||
</p> | ||
|
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 |
---|---|---|
|
@@ -20,12 +20,12 @@ export const groupsApp = false; | |
export const groupsTitle = "Scalable Sharing with Nextstrain Groups"; | ||
|
||
export const ErrorBannerInitialMessage = () => (<> | ||
Please <a href="mailto:[email protected]">contact us at [email protected]</a> if you believe this to be an error. | ||
Please <Link to="/contact">contact us</Link> if you believe this to be an error. | ||
</>); | ||
|
||
export const DataFetchError = () => (<> | ||
Something went wrong getting data. | ||
Please <a href="mailto:[email protected]">contact us at [email protected]</a> if this continues to happen. | ||
Please <Link to="/contact">contact us</Link> if this continues to happen. | ||
</>); | ||
|
||
export const GroupsAbstract = () => (<> | ||
|
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
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
import React from "react"; | ||
import GenericPage from "../layouts/generic-page"; | ||
import { BigSpacer, FlexCenter} from "../layouts/generalComponents"; | ||
import { H1, NarrowFocusParagraph } from "../components/splash/styles"; | ||
|
||
|
||
const Contact = props => ( | ||
<GenericPage location={props.location}> | ||
<H1>Contact Us</H1> | ||
|
||
<FlexCenter> | ||
<NarrowFocusParagraph> | ||
We are a small team, but connecting with users is important to us. | ||
<br/> | ||
<br/> | ||
If you have a general question about Nextstrain, we encourage you to post on our{" "} | ||
<a href="https://discussion.nextstrain.org" target="_blank" rel="noreferrer noopener"> | ||
discussion forum | ||
</a>, where both Nextstrain team members and other community members can assist you. | ||
<br/> | ||
<br/> | ||
To send a bug report or feature request, please open an issue in one of our{" "} | ||
<a href="https://github.com/orgs/nextstrain/repositories"> | ||
GitHub repositories | ||
</a>. | ||
<br/> | ||
<br/> | ||
For private inquiries, you can reach us at | ||
hello<span style={{display: "none"}}>obfuscate</span>@nextstrain.org. | ||
<br/> | ||
<br/> | ||
We also host office hours via Zoom every week on Thursdays at 10AM US Pacific time. | ||
Email us for the meeting link. | ||
</NarrowFocusParagraph> | ||
</FlexCenter> | ||
|
||
<BigSpacer/> | ||
</GenericPage> | ||
); | ||
|
||
export default Contact; |
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,5 +1,6 @@ | ||
import React from "react"; | ||
import Select, {createFilter} from 'react-select'; | ||
import { Link } from 'gatsby'; | ||
import styled from 'styled-components'; | ||
import {FaFile, FaExclamation} from "react-icons/fa"; | ||
import { SmallSpacer, MediumSpacer, HugeSpacer, FlexCenter } from "../layouts/generalComponents"; | ||
|
@@ -80,9 +81,7 @@ class SequencesToDatasets extends React.Component { | |
<strong style={{color: 'red', paddingBottom: '20px'}}> | ||
This functionality is no longer being maintained, but we hope to revisit this in the future. | ||
{` Please `} | ||
<a href={"mailto:[email protected]"} style={{color: "inherit", textDecoration: "underline"}}> | ||
get in touch | ||
</a> | ||
<Link to="/contact">contact us</Link> | ||
{` if you were relying on this functionality and we'll see if we can help.`} | ||
</strong> | ||
<p/> | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@huddlej what do you think of this office hours advertisement?