Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Added LitmusCon Event Details #96

Merged
merged 1 commit into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,182 changes: 606 additions & 576 deletions _includes/TopNavbar.jsx

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion components/homepage/Community.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from "react"
import { eventUtils } from "@components/homepage/utils/eventUtils"
import { TextLink } from "@includes/CTA"
import styles from "@includes/scss/Hero.module.scss"
Expand Down Expand Up @@ -132,7 +133,7 @@ const Community = () => {
const [curr, setCurr] = useState(0)
const delay = 4500

// useEffect(() => {
// React.useEffect(() => {
// setTimeout(
// () =>
// setCurr(prevIndex =>
Expand Down
15 changes: 10 additions & 5 deletions components/homepage/UpcomingEvent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,22 @@ 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
LitmusChaosCon
</h3>
<h4 className="text-base sm:text-lg md:text-xl font-medium text-primary mt-1 md:mt-4">
{GetLocalTime("19 Mar 2024 00:00:00 +0530").dateString} -{" "}
{GetLocalTime("22 Mar 2024 00:00:00 +0530").dateString}
{GetLocalTime("12 Sep 2024 00:00:00 +0530").dateString}
</h4>
<Paragraph>Project Booth No. PP2-A</Paragraph>
<Paragraph>
LitmusChaos Con is an event surrounding all things LitmusChaos
and Chaos Engineering. It is a platform for SREs, QA Engineers,
Developers, Performance Engineers and Students to exchange their
ideas, experience, contribution stories and usage of
LitmusChaos.
</Paragraph>
</div>
<TextLink
external
href="https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/"
href="https://community.cncf.io/events/details/cncf-virtual-project-events-2024-hosted-by-cncf-presents-litmuschaoscon-virtual/"
>
See Event Details
</TextLink>
Expand Down
19 changes: 9 additions & 10 deletions components/homepage/utils/eventUtils.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
export const eventUtils = [
{
type: "Featured Blog",
title: "Unveiling LitmusChaos 3.0",
content:
"We are thrilled to announce the release of LitmusChaos 3.0, signifying a remarkable advancement in the field of Chaos Engineering.",
type: "Featured Video",
title: "Getting Started With LitmusChaos 3.x",
content: "This video will help you get started with LitmusChaos 3.x.",
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/"
link_text: "Checkout Video",
link: "https://www.youtube.com/watch?v=wnEYugH7kW0"
},
{
type: "Featured Blog",
Expand All @@ -18,13 +17,13 @@ export const eventUtils = [
link: "https://www.cncf.io/blog/2023/07/19/building-resilience-with-chaos-engineering-and-litmus/"
},
{
type: "KubeCon Europe, 2023",
title: "Security Controls for Safe Chaos Experimentation",
type: "Featured Video",
title: "Fostering a Chaos First Mindset in Platform Engineering",
content:
"An increasingly popular discipline that has added newer personas to its practitioner base in recent times, chaos engineering comes with its own security challenges.",
"Don't miss out! Join us at our next Flagship Conference: KubeCon + CloudNativeCon North America in Salt Lake City",
img_url: "video.png",
link_text: "Checkout Video",
link: "https://www.youtube.com/watch?v=whCkvLKAw74"
link: "https://youtu.be/WUXFKxgZRsk?si=lDao5xmJapERyjKz"
},
{
type: "Get involved",
Expand Down
Binary file modified public/landing_images/community/litmus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/landing_images/community/video.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
Loading