diff --git a/components/homepage/Adopters.jsx b/components/homepage/Adopters.jsx index 16a798b..99fd15a 100644 --- a/components/homepage/Adopters.jsx +++ b/components/homepage/Adopters.jsx @@ -36,7 +36,9 @@ const Adopters = () => { "ab-inbev", "ci&t", "hcl", - "infracloud" + "infracloud", + "apisix", + "baobab" ] return ( diff --git a/components/homepage/UpcomingEvent.jsx b/components/homepage/UpcomingEvent.jsx index cef36dd..1e81a3c 100644 --- a/components/homepage/UpcomingEvent.jsx +++ b/components/homepage/UpcomingEvent.jsx @@ -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 ( @@ -22,19 +21,37 @@ const UpcomingEvent = () => {

UPCOMING COMMUNITY EVENT

- KubeCon EU + KubeCon North America

{/*

{GetLocalTime("18 Apr 2023 :30:00 +0530").dateString} @{" "} {GetLocalTime("18 Apr 2023 16:30:00 +0530").time}

*/}

- Apr 18th - Apr 21st, 2023 + Nov 6th - 9th, 2023

+ + + Project Working Session + {" "} + 6th November (10:30 AM- 12:30 PM CST) +
+ Venue: Hilton Garden Inn + McCormick Place - level 3 123 E. Cermak, Suite 300 Chicago, IL + 60616 +
+ Connected to McCormick Place by skybridge. The skybridge at + McCormick Place is on level 3. +
+ + Project Booth Number:{" "} + F20 + +
See Event Details diff --git a/components/homepage/utils/eventUtils.js b/components/homepage/utils/eventUtils.js index d109d29..baa0a49 100644 --- a/components/homepage/utils/eventUtils.js +++ b/components/homepage/utils/eventUtils.js @@ -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", diff --git a/public/landing_images/adopter_logos/apisix.png b/public/landing_images/adopter_logos/apisix.png new file mode 100644 index 0000000..61594c0 Binary files /dev/null and b/public/landing_images/adopter_logos/apisix.png differ diff --git a/public/landing_images/adopter_logos/baobab.png b/public/landing_images/adopter_logos/baobab.png new file mode 100644 index 0000000..e32acec Binary files /dev/null and b/public/landing_images/adopter_logos/baobab.png differ diff --git a/public/landing_images/community/blog.png b/public/landing_images/community/blog.png index 460ce1d..72b1745 100644 Binary files a/public/landing_images/community/blog.png and b/public/landing_images/community/blog.png differ diff --git a/public/landing_images/community/cncf.png b/public/landing_images/community/cncf.png deleted file mode 100644 index 761ef4c..0000000 Binary files a/public/landing_images/community/cncf.png and /dev/null differ diff --git a/public/landing_images/community/kubecon.png b/public/landing_images/community/kubecon.png deleted file mode 100644 index c72fa35..0000000 Binary files a/public/landing_images/community/kubecon.png and /dev/null differ diff --git a/public/landing_images/community/litmus.png b/public/landing_images/community/litmus.png new file mode 100644 index 0000000..96bfafc Binary files /dev/null and b/public/landing_images/community/litmus.png differ diff --git a/public/landing_images/community/meetup.png b/public/landing_images/community/meetup.png deleted file mode 100644 index dda046f..0000000 Binary files a/public/landing_images/community/meetup.png and /dev/null differ diff --git a/public/landing_images/community/video.png b/public/landing_images/community/video.png index 6cdd619..ce94167 100644 Binary files a/public/landing_images/community/video.png and b/public/landing_images/community/video.png differ diff --git a/public/landing_images/nextEvent.png b/public/landing_images/nextEvent.png index 057fe09..f1a9a37 100644 Binary files a/public/landing_images/nextEvent.png and b/public/landing_images/nextEvent.png differ