Skip to content

Instantly share code, notes, and snippets.

@endrits079
Created September 11, 2020 18:35
Show Gist options
  • Save endrits079/cc5f5378bb825ba92a75516eb2b82244 to your computer and use it in GitHub Desktop.
Save endrits079/cc5f5378bb825ba92a75516eb2b82244 to your computer and use it in GitHub Desktop.
<div className="container">
<Slide direction="left" triggerOnce fraction={0.8}>
<div className="left">
<h2 className="main-title">{props.title ? props.title : <FormattedMessage id="Home.ContactUs.Title" />}</h2>
<p className="subtitle">{props.description ? props.description : <FormattedMessage id="Home.ContactUs.Description" />}</p>
<img src={Support} className="support-img" alt="contact us" />
<FloatingLine width="230" height="40" styles="line1" />
<FloatingLine width="230" height="30" styles="line2" />
</div>
</Slide>
<Slide direction="right" triggerOnce fraction={0.8}>
<div className="right">
<ContactForm />
</div>
</Slide>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment