Skip to content

Commit

Permalink
chore: Updated Community Event, Fixed Broken Link And Added New Blog (l…
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishavjha authored Mar 19, 2024
1 parent 56b5c03 commit 415386d
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 36 deletions.
14 changes: 0 additions & 14 deletions _includes/TopNavbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,20 +264,6 @@ const TopNavbar = () => {
</Link>
</td>
</tr>
<tr>
<td>
<Link href="https://docs.litmuschaos.io/docs/concepts/workflow-statistics/">
<a
className="text-hint text-sm flex items-center hover:text-primary transition-all"
target="_blank"
rel="noopener noreferrer"
>
<ObservablitySVG />
Observability
</a>
</Link>
</td>
</tr>
</table>
</div>
</div>
Expand Down
34 changes: 20 additions & 14 deletions components/BlogIndex/BlogIndexHero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,45 +30,51 @@ const BlogIndexHero = () => {
<div className="flex flex-col-reverse md:flex-row justify-between md:items-center gap-4 rounded-xl shadow-2xl py-6 px-4 md:p-8 bg-white">
<div className="md:w-1/2">
<h2 className="text-xl md:text-2xl lg:text-3xl font-medium">
Introducing Litmus 2.0 - Simplify Chaos Engineering
Exploring litmusctl: A Comprehensive Guide
</h2>
<div className="flex items-center gap-2 mt-3">
<img
src={
"https://res.cloudinary.com/practicaldev/image/fetch/s--IByWRkFd--/c_fill,f_auto,fl_progressive,h_640,q_auto,w_640/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/401544/4b0b2b9a-b9fb-4453-a49f-f3dde0628f9a.jpeg"
"https://media.dev.to/cdn-cgi/image/width=50,height=50,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F719060%2F98312c30-e184-453d-8d53-bdb55c9a84c3.jpeg"
}
className="rounded-full"
alt="Alt Text"
height={44}
width={44}
/>
<div>
<p className="text-primary text-sm font-medium">Ajesh Baby</p>
<p className="text-hint text-xs">
Engineering Manager at Harness.io
<p className="text-primary text-sm font-medium">
Nagesh Bansal
</p>
{/* <p className="text-hint text-xs">
Engineering Manager at Harness.io
</p> */}
</div>
</div>
<Paragraph className="mt-4">
I am feeling delighted to write this blog on the eve of the
announcement of LitmusChaos 2.0. We had spent a bit more than a
year planning on adding additional features and making the user
journey better and simpler. While more requirements and
improvements are flowing in, we are encouraged by the
possibilities and feedback. The principles and features of 2.0
have been solidified over many months of beta.
This blog is a guide that explains how to run LitmusChaos on a
remote cluster using Litmusctl. It&apos;s not just about
scheduling Chaos Scenarios on your main cluster – Litmus also
lets you set up Chaos on a remote cluster. Litmusctl, a
command-line utility developed by the LitmusChaos community,
offers a powerful set of commands to manage, configure, and
control various aspects of chaos engineering experiments. In
this guide, we will dive into the syntax, usage, and
capabilities of litmusctl, making it easier for you to leverage
this tool effectively.
</Paragraph>
<TextLink
href="blog/introducing-litmus-2-0-simplify-chaos-engineering-4g5e"
href="https://dev.to/nageshbansal/exploring-litmusctl-a-comprehensive-guide-170k"
className="mt-4 inline-block"
external
>
Read More
</TextLink>
</div>
<div className="md:w-1/2 relative">
<img
src={
"https://res.cloudinary.com/practicaldev/image/fetch/s--BBGOXwg_--/c_imagga_scale,f_auto,fl_progressive,h_420,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/d32jkr4usdblv43zo0ys.png"
"https://media.dev.to/cdn-cgi/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft9p6v7hw2ry49bgko60k.png"
}
alt="Alt"
width={506}
Expand Down
16 changes: 8 additions & 8 deletions components/homepage/UpcomingEvent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ const UpcomingEvent = () => {
<div className={styles.topText}>
<p className={styles.gradText}>UPCOMING COMMUNITY EVENT</p>
<h3 className="text-xl sm:text-2xl md:text-3xl font-medium mt-2 text-primary">
Build Resilience through Chaos
KubeCon EU
</h3>
<h4 className="text-base sm:text-lg md:text-xl font-medium text-primary mt-1 md:mt-4">
{GetLocalTime("24 Jan 2024 21:00:00 +0530").dateString} -{" "}
{GetLocalTime("25 Jan 2024 04:15:00 +0530").dateString}
{GetLocalTime("19 Mar 2024 00:00:00 +0530").dateString} -{" "}
{GetLocalTime("22 Mar 2024 00:00:00 +0530").dateString}
</h4>
<Paragraph>
A global two-day virtual conference on all things Chaos
Engineering.
</Paragraph>
<Paragraph>Project Booth No. PP2-A</Paragraph>
</div>
<TextLink external href="https://chaoscarnival.io/">
<TextLink
external
href="https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/"
>
See Event Details
</TextLink>
</div>
Expand Down
2 changes: 2 additions & 0 deletions pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Community from "@components/homepage/Community"
import Features from "@components/homepage/Features"
import Hero from "@components/homepage/Hero"
import Testimonials from "@components/homepage/Testimonials"
import UpcomingEvent from "@components/homepage/UpcomingEvent"
import { PreFooter } from "@includes/BottomFooter"
import SEO from "@lib/SEO"

Expand All @@ -12,6 +13,7 @@ const Home = () => {
<>
<SEO page={""} />
<Hero />
<UpcomingEvent />
<Adopters />
<AboutLitmus />
<Features />
Expand Down
Binary file modified public/landing_images/nextEvent.png
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 415386d

Please sign in to comment.