Skip to content

Commit

Permalink
chore: Updated content and addded new adopters (#78)
Browse files Browse the repository at this point in the history
* chore: Updated content and addded new adopters

Signed-off-by: Hrishav <[email protected]>

* chore: Updated event

Signed-off-by: Hrishav <[email protected]>

---------

Signed-off-by: Hrishav <[email protected]>
  • Loading branch information
hrishavjha authored Nov 2, 2023
1 parent 00c4155 commit 8ba83f7
Show file tree
Hide file tree
Showing 13 changed files with 289 additions and 270 deletions.
4 changes: 3 additions & 1 deletion components/homepage/Adopters.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ const Adopters = () => {
"ab-inbev",
"ci&t",
"hcl",
"infracloud"
"infracloud",
"apisix",
"baobab"
]

return (
Expand Down
25 changes: 21 additions & 4 deletions components/homepage/UpcomingEvent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { ContainerFluid, Container } from "@layouts/Container"
import styles from "@includes/scss/UpcomingEvent.module.scss"
import { Paragraph } from "@includes/Texts"
import { TextLink } from "@includes/CTA"
import { GetLocalTime } from "@lib/utils"

const UpcomingEvent = () => {
return (
Expand All @@ -22,19 +21,37 @@ 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">
KubeCon EU
KubeCon North America
</h3>
{/* <h4 className="text-base sm:text-lg md:text-xl font-medium text-primary mt-1 md:mt-4">
{GetLocalTime("18 Apr 2023 :30:00 +0530").dateString} @{" "}
{GetLocalTime("18 Apr 2023 16:30:00 +0530").time}
</h4> */}
<h4 className="text-base sm:text-lg md:text-xl font-medium text-primary mt-1 md:mt-4">
Apr 18<sup>th</sup> - Apr 21<sup>st</sup>, 2023
Nov 6<sup>th</sup> - 9<sup>th</sup>, 2023
</h4>
<Paragraph>
<span className="mt-3 block font-semibold">
Project Working Session
</span>{" "}
6th November (10:30 AM- 12:30 PM CST)
<br />
<span className="font-medium">Venue:</span> Hilton Garden Inn
McCormick Place - level 3 123 E. Cermak, Suite 300 Chicago, IL
60616
<br />
Connected to McCormick Place by skybridge. The skybridge at
McCormick Place is on level 3.
<br />
<span className="block mt-2">
<span className="font-bold mt-2">Project Booth Number:</span>{" "}
F20
</span>
</Paragraph>
</div>
<TextLink
external
href="https://kccnceu2023.sched.com/event/1JWQB/litmuschaos-project-meeting?iframe=no&w=&sidebar=yes&bg=no"
href="https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/program/project-engagement/"
>
See Event Details
</TextLink>
Expand Down
26 changes: 13 additions & 13 deletions components/homepage/utils/eventUtils.js
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
export const eventUtils = [
{
type: "Featured Blog",
title: "LitmusChaos becomes a CNCF incubating project",
title: "Unveiling LitmusChaos 3.0",
content:
"The CNCF Technical Oversight Committee (TOC) has voted to approve LitmusChaos' move from the CNCF Sandbox to Incubation level. ",
img_url: "cncf.png",
link_text: "Checkout Announcement",
link: "https://www.cncf.io/blog/2022/01/11/litmuschaos-becomes-a-cncf-incubating-project/"
"We are thrilled to announce the release of LitmusChaos 3.0, signifying a remarkable advancement in the field of Chaos Engineering.",
img_url: "litmus.png",
link_text: "Read Blog",
link: "https://www.cncf.io/blog/2023/10/05/unveiling-litmuschaos-3-0-embracing-evolution-in-chaos-engineering/"
},
{
type: "Featured Blog",
title: "LitmusChaos in 2021: The Year In Review",
title: "Building resilience with Chaos Engineering and Litmus",
content:
"Year-end retrospectives are an interesting topic. Much as it helps dwell on things accomplished, it also generates excitement about what is to come. Here’s to the progress made for LitmusChaos as a project in 2021",
"Chaos engineering is a method for testing the resiliency and reliability of complex systems by intentionally introducing controlled failures into them.",
img_url: "blog.png",
link_text: "Read Blog",
link: "https://dev.to/ksatchit/litmuschaos-in-2021-the-year-in-review-38cl"
link: "https://www.cncf.io/blog/2023/07/19/building-resilience-with-chaos-engineering-and-litmus/"
},
{
type: "KubeCon North America, 2021",
title: "Improving Resilience of Applications in Telco Environment",
type: "KubeCon Europe, 2023",
title: "Security Controls for Safe Chaos Experimentation",
content:
"A session on how Orange, the telecommunications operator, uses Litmus, Kubernetes and other CNCF technologies to build and scale their application development process.",
img_url: "kubecon.png",
"An increasingly popular discipline that has added newer personas to its practitioner base in recent times, chaos engineering comes with its own security challenges.",
img_url: "video.png",
link_text: "Checkout Video",
link: "https://youtu.be/fOgDZfZrFGg"
link: "https://www.youtube.com/watch?v=whCkvLKAw74"
},
{
type: "Get involved",
Expand Down
Loading

0 comments on commit 8ba83f7

Please sign in to comment.