Skip to content

Commit 0f90f85

Browse files
authored
fix: video order fixed (#30)
Signed-off-by: Aditya Prasad Mohanty <[email protected]>
1 parent d7d48eb commit 0f90f85

File tree

10 files changed

+15
-12
lines changed

10 files changed

+15
-12
lines changed

src/components/HomepageAdopters/styles.module.css

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.adopters {
22
display: flex;
33
flex-direction: column;
4+
background: var(--color-bg);
45
}
56
.adoptersLogos {
67
display: flex;

src/components/HomepageMembership/styles.module.css

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
display: flex;
33
flex-direction: column;
44
padding: 16rem 2rem 0;
5+
background: var(--color-bg);
56
}
67
.members {
78
display: grid;

src/components/HomepageSandbox/styles.module.css

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
padding: 16rem 2rem 0;
55
align-items: center;
66
justify-content: center;
7+
background: var(--color-bg);
78
}
89
.sandboxText {
910
font-family: var(--font-main-medium);

src/components/HomepageVideos/content.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
[
22
{
33
"id": 1,
4-
"title": "How to Install KubeArmor? | Oct 2021",
5-
"video": "https://www.youtube.com/watch?v=2OK3e87b5jA",
4+
"title": "Kubernetes Clusters Defense with KubeArmor | Demo",
5+
"video": "https://www.youtube.com/watch?v=7fx4U0PLL6w",
66
"alt": "video 1",
77
"image": "video1"
88
},
99
{
1010
"id": 2,
11-
"title": "KubeArmor Working Demo",
12-
"video": "https://www.youtube.com/watch?v=u1PpRsk03Ao",
11+
"title": "Secure Workloads on GCOOS: KubeArmor's Shielding Strategies",
12+
"video": "https://www.youtube.com/watch?v=9L28xhRl5u4",
1313
"alt": "video 2",
1414
"image": "video2"
1515
},
1616
{
1717
"id": 3,
18-
"title": "KubeArmor Explanation",
19-
"video": "https://www.youtube.com/watch?v=NS8XC78wSME",
18+
"title": "How to Install KubeArmor - Complete Guide",
19+
"video": "https://www.youtube.com/watch?v=CH0qtp5DAhs",
2020
"alt": "video 3",
2121
"image": "video3"
2222
},
2323
{
2424
"id": 4,
25-
"title": "Kubernetes Clusters Defense with KubeArmor | Demo & QnA",
26-
"video": "https://www.youtube.com/watch?v=7fx4U0PLL6w",
25+
"title": "How to Install KubeArmor? | Oct 2021",
26+
"video": "https://www.youtube.com/watch?v=2OK3e87b5jA",
2727
"alt": "video 4",
2828
"image": "video4"
2929
},
3030
{
3131
"id": 5,
32-
"title": "Secure Workloads on GCOOS: KubeArmor's Shielding Strategies",
33-
"video": "https://www.youtube.com/watch?v=9L28xhRl5u4",
32+
"title": "KubeArmor Working Demo",
33+
"video": "https://www.youtube.com/watch?v=u1PpRsk03Ao",
3434
"alt": "video 5",
3535
"image": "video5"
3636
},
3737
{
3838
"id": 6,
39-
"title": "How to Install KubeArmor - Complete Guide",
40-
"video": "https://www.youtube.com/watch?v=CH0qtp5DAhs",
39+
"title": "KubeArmor Explanation",
40+
"video": "https://www.youtube.com/watch?v=NS8XC78wSME",
4141
"alt": "video 6",
4242
"image": "video6"
4343
},

static/img/videos/video1.jpg

78.3 KB
Loading

static/img/videos/video2.jpg

55.9 KB
Loading

static/img/videos/video3.jpg

-272 KB
Loading

static/img/videos/video4.jpg

-78.3 KB
Loading

static/img/videos/video5.jpg

-55.9 KB
Loading

static/img/videos/video6.jpg

272 KB
Loading

0 commit comments

Comments
 (0)