Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

fix(homepage): Removed mailing list signup #489

Merged
merged 2 commits into from
Apr 2, 2020
Merged
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
22 changes: 0 additions & 22 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,28 +71,6 @@ export default function Index(): JSX.Element {
<NodeFeature img={featureImg} featureText={nodeFeature3} />
</section>

<section className="join-node">
<h4 className="t-headline">
<span className="accent">Join</span> the community
</h4>
<div className="join-node-form-container">
<p className="t-body2">
We’ll never share your information and always respect your inbox -
quality content only, we promise.{' '}
</p>
<div style={{ display: `flex`, alignItems: 'flex-start' }}>
<input
type="email"
placeholder="[email protected]"
className="input-subscribe"
/>
<button className="btn-subscribe t-body1" type="button">
Subscribe
</button>
</div>
</div>
</section>

<section className="trusted-by">
<h4 className="t-headline">
Trusted by development teams around the world
Expand Down
Loading