forked from QuantStack/quantstack.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0fad20a
commit 68a5b0b
Showing
9 changed files
with
165 additions
and
96 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
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 |
---|---|---|
@@ -1,34 +1,33 @@ | ||
import styles from "./styles.module.css"; | ||
import ContactForm from "./ContactForm"; | ||
import { useEffect, useState } from "react"; | ||
import ContactIllustration from "/img/illustrations/contact.svg" | ||
|
||
import ContactIllustration from "/img/illustrations/contact.svg"; | ||
|
||
export function Contact() { | ||
return ( | ||
<div className="container upper-container-with-margin-top"> | ||
<h1 className={"padding-none text--center"}> Contact us</h1> | ||
<div className={"row"}> | ||
<div | ||
className={ | ||
"col col--6 col--offset-1" + " " + "flex-full-centered" + " " | ||
} | ||
className={"col col--6 col--offset-1 flex-full-centered" + " "} | ||
style={{ | ||
margin: "var(--ifm-spacing-2xl) 0", | ||
padding: "var(--ifm-spacing-2xl)", | ||
padding: "var(--ifm-spacing-xl)", | ||
}} | ||
> | ||
<ContactIllustration alt={"Illustration for the contact page with a woman, a mobile phone and an enveloppe."} /> | ||
<ContactIllustration | ||
height={"460px"} | ||
alt={ | ||
"Illustration for the contact page with a woman, a mobile phone and an enveloppe." | ||
} | ||
/> | ||
</div> | ||
<div | ||
className={"col col--5" + " " + "padding-none" + " " + "margin-none"} | ||
className={"col col--5 flex-full-centered padding-none margin-none"} | ||
> | ||
<h1 className={"padding-none"}> Contact us</h1> | ||
<div> | ||
<ContactForm /> | ||
</div> | ||
<ContactForm /> | ||
</div> | ||
</div> | ||
</div> | ||
); | ||
} | ||
export default Contact; | ||
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
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
Oops, something went wrong.