Skip to content

Commit 9592995

Browse files
committed
Add center alignment and image for Kanvas launch article
Signed-off-by: leecalcote <[email protected]>
1 parent f17270d commit 9592995

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/collections/news/2024/2024-11-12-layer5-launches-kanvas-a-collaborative-platform-for-cloud-native-infrastructure/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ published: true
1717
---
1818
import { Link } from "gatsby";
1919
import Kanvas from "./kanvas-icon-color.svg";
20+
import KanvasScreenshot from "./layer5-kanvas-designer.png";
2021
import { NewsWrapper } from "../../News.style.js";
2122
import Blockquote from "../../../../reusecore/Blockquote";
2223
import BlockquoteAlt from "../../../../reusecore/Blockquote/Blockquote-alt-style";
@@ -26,6 +27,8 @@ import BlockquoteAlt from "../../../../reusecore/Blockquote/Blockquote-alt-style
2627
[Salt Lake City, UT] [KubeCon + CloudNativeCon] - November 14th, 2024 – <Link to="/">Layer5</Link>, the open source company behind the popular <a href="https://meshery.io">Meshery</a> project, announces Kanvas, a new collaboration platform that is like Google Workspace, but designed for engineering teams.
2728
</p>
2829

30+
<img src={KanvasScreenshot} width="80%" className="block-display align-center">
31+
2932
<p><a href="https://kanvas.new/">Kanvas</a> is a multi-modal collaboration suite built atop one of the Cloud Native Computing Foundation’s highest velocity open source projects: Meshery. Kanvas’s two modes, Designer and Operator, offer declarative and imperative DevOps workflows, respectively. Both modes provide a visual interface for creating and managing complex cloud native infrastructure, expediting collaborative problem-solving, brainstorming and innovation, engineer onboarding, and auto-documented infrastructure. Importantly, Kanvas helps teams avoid finger-pointing and the blame-game by allowing them to be on the same page - literally.</p>
3033

3134
<BlockquoteAlt
1.78 MB
Loading

src/collections/news/News.style.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ export const NewsWrapper = styled.div`
1919
.block-display {
2020
display: block;
2121
}
22+
.align-center {
23+
text-align: center;
24+
}
2225
2326
2427
@media screen and (max-width: 768px) {

0 commit comments

Comments
 (0)