Skip to content

Commit 0fcecd0

Browse files
authored
launch week #2 announcement (#770)
1 parent 03e09b4 commit 0fcecd0

File tree

3 files changed

+27
-13
lines changed

3 files changed

+27
-13
lines changed
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "Cyclops Launch Week #2"
3+
authors: [jurajk]
4+
---
5+
6+
![launch-week-teaser](../../static/img/2025-03-04-launch-week-2/lw-teaser.png)
7+
8+
**Cyclops is having its second-ever Launch Week, starting on March 10th!**
9+
10+
Throughout the week, we’ll unveil a new feature of Cyclops every day - **five features in total!**
11+
12+
Features are not the only thing that we will be announcing. Behind the scenes, we have been making friends in the Kubernetes space...
13+
14+
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**

web/src/components/Blogs/index.js

+13-13
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@ const Blogs = () => {
2222
</Row>
2323
<Row gutter={[16, 16]}>
2424
<Col xs={{ span: 20, offset: 2 }} md={{ span: 6, offset: 3 }}>
25+
<Blog
26+
title={"Cyclops Launch Week #2"}
27+
description={
28+
"Cyclops is having its second-ever Launch Week, starting on March 10th!"
29+
}
30+
blogLink={
31+
"https://cyclops-ui.com/blog/2025/03/04/launch-week-2"
32+
}
33+
avatar={"https://github.com/petar-cvit.png"}
34+
banner={"/img/2025-03-04-launch-week-2/lw-teaser.png"}
35+
/>
36+
</Col>
37+
<Col xs={{ span: 20, offset: 2 }} md={{ span: 6, offset: 0 }}>
2538
<Blog
2639
title={"My Love-Hate Relationship with Helm"}
2740
description={
@@ -47,19 +60,6 @@ const Blogs = () => {
4760
banner={"/img/2025-02-13-what-are-dev-platforms/cover.jpeg"}
4861
/>
4962
</Col>
50-
<Col xs={{ span: 20, offset: 2 }} md={{ span: 6, offset: 0 }}>
51-
<Blog
52-
title={"Cyclops: Platform Engineering for the Rest of Us"}
53-
description={
54-
"Platform engineering is possibly the biggest concept to take hold in infrastructure over the last 5+ years, and there’s a big reason why...."
55-
}
56-
blogLink={
57-
"https://cyclops-ui.com/blog/2025/02/03/PE-for-the-rest-of-us"
58-
}
59-
avatar={"https://github.com/richburroughs.png"}
60-
banner={"/img/2025-02-03-PE-for-the-rest-of-us/cover.png"}
61-
/>
62-
</Col>
6363
</Row>
6464
<More />
6565
</div>
Loading

0 commit comments

Comments
 (0)