Skip to content

Commit 272d81e

Browse files
Merge branch 'master' into leecalcote-patch-1
2 parents 020fb98 + db120fa commit 272d81e

11 files changed

Lines changed: 61 additions & 41 deletions

File tree

gatsby-config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,9 @@ module.exports = {
480480
{
481481
resolve: "gatsby-plugin-purgecss",
482482
options: {
483-
printRejected: true,
483+
printRejected: false,
484+
develop: false,
485+
purgeOnly: ["src/"],
484486
},
485487
},
486488
]
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

src/collections/integrations/aws-ec2-controller/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,12 @@ components: [
152152
"colorIcon": "icons/components/managed-prefix-list/icons/color/managed-prefix-list-color.svg",
153153
"whiteIcon": "icons/components/managed-prefix-list/icons/white/managed-prefix-list-white.svg",
154154
"description": "",
155+
},
156+
{
157+
"name": "egress-only-internet-gateway",
158+
"colorIcon": "icons/components/egress-only-internet-gateway/icons/color/egress-only-internet-gateway-color.svg",
159+
"whiteIcon": "icons/components/egress-only-internet-gateway/icons/white/egress-only-internet-gateway-white.svg",
160+
"description": "",
155161
}]
156162
featureList: [
157163
"Optimized CPU Configurations",

src/collections/members/aabid-sofi/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bio: Hi, I'm Aabid Sofi, a software engineer and web developer.
1010
I specialize in creating custom software and web applications that are both functional and visually appealing, with a focus on design, security, and performance. Highly passionate about cloud native and open source .
1111
badges:
1212
- kanvas
13-
status: Inactive
13+
status: active
1414
published: true
1515
maintainer: yes
1616
---

src/collections/members/amit-amrutiya/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bio: I'm Amit Amrutiya, a developer who loves building reliable and easy-to-use
1111
badges:
1212
- meshery
1313
- kanvas
14-
status: Active
14+
status: Inactive
1515
published: true
1616
maintainer: yes
1717
---

src/collections/members/ashparsh-pandey/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ location: Uttar Pradesh, India
99
bio: Hello! CS student here, passionate about coding and creating. Exploring the tech world. Let's connect and code something awesome.
1010
badges:
1111
- community
12-
status: Active
12+
status: Inactive
1313
published: true
1414
---

src/collections/members/kishore-b/index.mdx

Lines changed: 0 additions & 12 deletions
This file was deleted.
-123 KB
Binary file not shown.

src/sections/Home/Banner-1/index.js

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,44 @@ import Banner1SectionWrapper from "./banner1.style";
1313

1414
const Banner1 = (props) => {
1515
return (
16-
<Banner1SectionWrapper {...props} >
17-
<Container >
18-
<img loading="eager" alt="hero-image" src={Backgroundsvg} className="background-svg" />
16+
<Banner1SectionWrapper {...props}>
17+
<Container>
18+
<img
19+
loading="eager"
20+
fetchPriority="high"
21+
alt="hero-image"
22+
src={Backgroundsvg}
23+
className="background-svg"
24+
/>
1925
<Row>
2026
<Col $sm={8} $lg={8} className="section-title-wrapper">
21-
2227
<SectionTitle
2328
className="section-title"
2429
$leftAlign={true}
2530
$UniWidth="100%"
2631
>
2732
<h1>Cloud Native Management</h1>
2833
<h2>
29-
of <span>developer</span>-defined infrastructure
34+
of <span>developer</span>-defined infrastructure
3035
</h2>
3136
</SectionTitle>
32-
<p>
33-
an open source-first community of cloud native engineers
34-
</p>
37+
<p>an open source-first community of cloud native engineers</p>
3538
<span className="vintage-box-container">
3639
<VintageBox $right={true} $vintageOne={true}>
37-
<Button $primary className="banner-btn one" title="Join in" $url="/community">
40+
<Button
41+
$primary
42+
className="banner-btn one"
43+
title="Join in"
44+
$url="/community"
45+
>
3846
<FaMapMarkedAlt size={21} className="icon-left" />
3947
</Button>
40-
<Button $primary className="banner-btn two" title="See Meshery" $url="/cloud-native-management/meshery">
48+
<Button
49+
$primary
50+
className="banner-btn two"
51+
title="See Meshery"
52+
$url="/cloud-native-management/meshery"
53+
>
4154
<FiDownloadCloud size={21} className="icon-left" />
4255
</Button>
4356
</VintageBox>

0 commit comments

Comments
 (0)