Skip to content
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

about us how to join #133

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/src/components/pages/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class About extends Component {
render() {
return (
<div>
<WhoWeAre />
<Contact />
<WhoWeAre />
</div>
);
}
Expand Down
28 changes: 16 additions & 12 deletions client/src/components/pages/Contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,22 @@ class Contact extends Component {
return (
<>
<Provider theme={theme}>
<Section fontSize={[2]} bg="white" heading="" subhead="" p={[1,2,2,2]} mt={1} mb={7}>
<Row className="justify-content-sm-center">
<Col sm={{span: 8}} className="text-center">
<h3><span className="light-h3">Contact Us <br /></span></h3>
<br />
<br />
<p>Check out the <a className="dark-a" href="/faq"> FAQs </a> page to see if we've already answered your question. If you don't see your question there, for general questions, please email us at <a className="dark-a" href='mailto:coveducation@gmail.com'>coveducation@gmail.com</a>! <br /><br /> For any inquiries related to media/news releases, please contact us at <a className="dark-a" href='mailto:covedpr@gmail.com'>covedpr@gmail.com</a>. <br /> For technical issues related to your account please contact us at <a className="dark-a" href='mailto:coved.dev@gmail.com'>coved.dev@gmail.com</a>. <br /><br /> We're excited to hear from you~</p>
<p>If you wish to file a complaint, please contact <a className="dark-a" href='mailto:coved.management@gmail.com'>coved.management@gmail.com</a>
</p>
</Col>
</Row>
</Section>
<Section p={[2, 6, 2, 2]} mt={6} mb={1}>
<h1><span className="light-h1">Contact Us</span><br /><hr className="hr-primary" /><br /></h1>
<Row className="justify-content-sm-center">
<Col sm={{span: 8}} className="text-center">
<br />
<br />
<p>Check out the <a className="dark-a" href="/faq"> FAQs </a> page to see if we've already answered your question. If you don't see your question there, for general questions, please email us at <a className="dark-a" href='mailto:coveducation@gmail.com'>coveducation@gmail.com</a>!
<br /><br /> We have an outreach team of over 100 members who help us reach out to their local areas as well as areas of high need across the country, contacting school officials and organizations. If you'd like to help with outreach, please contact us at <a className="dark-a" href='mailto:covedoutreach@gmail.com'>covedoutreach@gmail.com</a>!
<br /><br /> For any inquiries related to media/news releases, please contact us at <a className="dark-a" href='mailto:covedpr@gmail.com'>covedpr@gmail.com</a>.
<br /> For technical issues related to your account please contact us at <a className="dark-a" href='mailto:coved.dev@gmail.com'>coved.dev@gmail.com</a>.
<br /><br /> We're excited to hear from you~</p>
<p>If you wish to file a complaint, please contact <a className="dark-a" href='mailto:coved.management@gmail.com'>coved.management@gmail.com</a>
</p>
</Col>
</Row>
</Section>
</Provider>
</>
);
Expand Down
3 changes: 1 addition & 2 deletions client/src/components/pages/WhoWeAre.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,8 @@ class WhoWeAre extends Component {
<>
<Provider theme={theme}>
<Section p={[2, 6, 2, 2]} mt={6} mb={1}>
<h1><span className="light-h1">About Us</span><br /><hr className="hr-primary" /><br /></h1>
<h1><span className="light-h3">Who We Are</span><br /><hr className="hr-primary" /><br /></h1>
<Hero>
<h3 className="light-h3"><span>Who We Are</span><br /></h3>
<Box font="sans" mt={3} mb={7}>
<Row mt={3} mb={3} className="justify-content-center">
<Col sm={{ span: 8 }} className="text-center" p={5}>
Expand Down