Skip to content

Commit

Permalink
launch week #2 announcement (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaradzaJuraj authored Mar 4, 2025
1 parent 03e09b4 commit 0fcecd0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 13 deletions.
14 changes: 14 additions & 0 deletions web/blog/2025-03-04-launch-week-2/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Cyclops Launch Week #2"
authors: [jurajk]
---

![launch-week-teaser](../../static/img/2025-03-04-launch-week-2/lw-teaser.png)

**Cyclops is having its second-ever Launch Week, starting on March 10th!**

Throughout the week, we’ll unveil a new feature of Cyclops every day - **five features in total!**

Features are not the only thing that we will be announcing. Behind the scenes, we have been making friends in the Kubernetes space...

Come back here each day to see what we launch, or follow us on [**X**](https://x.com/CyclopsUI) and [**LinkedIn**](https://www.linkedin.com/company/96014689/) to keep up to date and follow the hashtag **#cyclopslaunchweek2**
26 changes: 13 additions & 13 deletions web/src/components/Blogs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ const Blogs = () => {
</Row>
<Row gutter={[16, 16]}>
<Col xs={{ span: 20, offset: 2 }} md={{ span: 6, offset: 3 }}>
<Blog
title={"Cyclops Launch Week #2"}
description={
"Cyclops is having its second-ever Launch Week, starting on March 10th!"
}
blogLink={
"https://cyclops-ui.com/blog/2025/03/04/launch-week-2"
}
avatar={"https://github.com/petar-cvit.png"}
banner={"/img/2025-03-04-launch-week-2/lw-teaser.png"}
/>
</Col>
<Col xs={{ span: 20, offset: 2 }} md={{ span: 6, offset: 0 }}>
<Blog
title={"My Love-Hate Relationship with Helm"}
description={
Expand All @@ -47,19 +60,6 @@ const Blogs = () => {
banner={"/img/2025-02-13-what-are-dev-platforms/cover.jpeg"}
/>
</Col>
<Col xs={{ span: 20, offset: 2 }} md={{ span: 6, offset: 0 }}>
<Blog
title={"Cyclops: Platform Engineering for the Rest of Us"}
description={
"Platform engineering is possibly the biggest concept to take hold in infrastructure over the last 5+ years, and there’s a big reason why...."
}
blogLink={
"https://cyclops-ui.com/blog/2025/02/03/PE-for-the-rest-of-us"
}
avatar={"https://github.com/richburroughs.png"}
banner={"/img/2025-02-03-PE-for-the-rest-of-us/cover.png"}
/>
</Col>
</Row>
<More />
</div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0fcecd0

Please sign in to comment.