Skip to content

Add navigation link for kanvas section on layer5 website #6486

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

Closed
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
28 changes: 18 additions & 10 deletions src/sections/Kanvas/kanvas-platform.js
Original file line number Diff line number Diff line change
@@ -34,6 +34,10 @@ const PlatformWrapper = styled.div`
}
}

.kanvas-item {
cursor: pointer;
}

.block--right {
background-color: #00b39f;
margin-left: -8rem;
@@ -156,18 +160,22 @@ const Platform = () => {

<div className="blocks">
<div className="block block--left">
<h1>Self-Hosted</h1>
<img src={SelfHosted} alt="Kanvas Self-hosted" />
<p>
Keep your Kanvas designs internal to your workplace. Get remote support from Layer5 when you need it.
</p>
<a className="kanvas-item" href="https://docs.layer5.io/cloud/self-hosted" target="_blank" rel="noopener noreferrer">
<h1>Self-Hosted</h1>
<img src={SelfHosted} alt="Kanvas Self-hosted" />
<p>
Keep your Kanvas designs internal to your workplace. Get remote support from Layer5 when you need it.
</p>
</a>
</div>
<div className="block block--right">
<h1>Cloud</h1>
<img src={CloudHosted} alt="Kanvas Cloud" />
<p>
Connect to Layer5 Cloud and have your Kanvasdesigns versioned and available for team sharing and real-time collaboration.
</p>
<a className="kanvas-item" href="https://docs.layer5.io/cloud" target="_blank" rel="noopener noreferrer">
<h1>Cloud</h1>
<img src={CloudHosted} alt="Kanvas Cloud" />
<p>
Connect to Layer5 Cloud and have your Kanvasdesigns versioned and available for team sharing and real-time collaboration.
</p>
</a>
</div>
</div>
</PlatformWrapper >
Loading
Oops, something went wrong.