Skip to content

Commit 44f63b3

Browse files
authored
Merge pull request #238 from kubesimplify/website-rewamp
rewamp website
2 parents fc20c35 + 22639c7 commit 44f63b3

10 files changed

Lines changed: 283 additions & 322 deletions

File tree

package-lock.json

Lines changed: 28 additions & 108 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/Aboutpage/Founder.js

Lines changed: 36 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,48 @@ const Founder = () => {
1414
<div className={styles.ap_cont_4_founder_description}>
1515
<h1 className={styles.ap_cont_4_heading}>Founder</h1>
1616
<p className={styles.ap_cont_4_para}>
17-
Kubesimplify community is founded by
18-
<span className={styles.ap_cont_1_cloud}> Saiyam Pathak. </span> <br />
19-
Saiyam is a CNCF, Traefik and Portainer Ambassador, CKA/CKAD/CKS
17+
Saiyam Pathak is the founder of Kubesimplify, focusing on
18+
simplifying cloud-native and Kubernetes technologies. Previously at
19+
Civo, Walmart Labs, Oracle, and HP, Saiyam has worked on many facets
20+
of Kubernetes, including machine learning platforms, scaling,
21+
multi-cloud, and managed Kubernetes services. He has implemented
22+
Kubernetes solutions in various organizations. When not coding,
23+
Saiyam contributes to the community by writing blogs and organizing
24+
local meetups for Kubernetes and CNCF. He is also a CNCF TAG
25+
sustainability lead, Kubestronaut. His CKA and CKS e-books are also
26+
at gumroad.
27+
{/* Kubesimplify community is founded by
28+
<span className={styles.ap_cont_1_cloud}>
29+
{" "}
30+
Saiyam Pathak.{" "}
31+
</span>{" "}
32+
<br />
33+
Saiyam is a CNCF yo, Traefik and Portainer Ambassador, CKA/CKAD/CKS
2034
certified, InfluxAce. He regularly contributes to the community by
2135
writing blogs and organizing local meetups for K8s, Rancher, Influx,
22-
CNCF. He had also written a book {" "}
36+
CNCF. He had also written a book{" "}
2337
<span className={styles.ap_cont_1_cloud}>
24-
Let's Learn CKS Scenarios {" "}
38+
Let's Learn CKS Scenarios{" "}
2539
</span>
26-
that helps people prepare for CKS certification.
40+
that helps people prepare for CKS certification. */}
2741
</p>
2842
<div className={styles.founder_logo}>
29-
<a target="_blank" href="https://www.youtube.com/c/saiyam911">
30-
<AiFillYoutube row="img" className={styles.social1} />
31-
</a>
32-
<a target="_blank" href="https://twitter.com/kubesimplify">
33-
<AiOutlineTwitter row="img" className={styles.social2} />
34-
</a>
35-
<a
36-
target="_blank"
37-
href="https://www.linkedin.com/company/kubesimplify/"
38-
>
39-
<TiSocialLinkedin row="img" className={styles.social2} />
40-
</a>
41-
<a target="_blank" href="https://www.instagram.com/saiyampathak/">
42-
<AiOutlineInstagram row="img" className={styles.social2} />
43-
</a>
44-
<a target="_blank" href="https://github.com/kubesimplify">
45-
<AiFillGithub row="img" className={styles.social3} />
46-
</a>
47-
</div>
43+
<a target="_blank" href="https://www.youtube.com/c/saiyam911">
44+
<AiFillYoutube row="img" className={styles.social1} />
45+
</a>
46+
<a target="_blank" href="https://x.com/SaiyamPathak">
47+
<AiOutlineTwitter row="img" className={styles.social2} />
48+
</a>
49+
<a target="_blank" href="https://www.linkedin.com/in/saiyampathak/">
50+
<TiSocialLinkedin row="img" className={styles.social2} />
51+
</a>
52+
<a target="_blank" href="https://www.instagram.com/saiyampathak/">
53+
<AiOutlineInstagram row="img" className={styles.social2} />
54+
</a>
55+
<a target="_blank" href="https://github.com/saiyam1814">
56+
<AiFillGithub row="img" className={styles.social3} />
57+
</a>
58+
</div>
4859
</div>
4960
<div className={styles.ap_cont_4_image_block}>
5061
<img className={styles.ap_cont_4_img} src={Saiyam} alt="saiyam" />
Lines changed: 37 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,48 @@
1-
import React from 'react'
2-
import styles from './styles.module.css';
3-
import Opportunity from './images/Opportunity.png'
4-
// Function for Mission start
1+
import React from "react";
2+
import styles from "./styles.module.css";
3+
import Opportunity from "./images/Opportunity.png";
4+
// Function for Mission start
55
const AboutpageFeatures = () => {
6-
76
return (
8-
// About Page starts
9-
<section className={styles.about_features}>
10-
11-
{/* Heading Starts */}
12-
<div className={styles.ap_cont_1}>
7+
// About Page starts
8+
<section className={styles.about_features}>
9+
{/* Heading Starts */}
10+
<div className={styles.ap_cont_1}>
1311
<h2 className={styles.ap_cont_1_heading}> About Us </h2>
14-
</div>
12+
</div>
1513

16-
{/* Mission starts */}
14+
{/* Mission starts */}
1715

18-
<div className={styles.ap_cont_1_mission}>
19-
<h1 className={styles.ap_cont_1_mission_content}> On a mission to teach
20-
<span className={styles.ap_cont_1_cloud}> cloud native</span> to everyone </h1>
21-
<h3 className={styles.ap_cont_1_mission_content_para}> Simplifying cloud native for all so that more people<br />
22-
can learn, get good jobs and earn more! </h3>
23-
</div>
24-
25-
{/* Our Objective summarize in image */}
16+
<div className={styles.ap_cont_1_mission}>
17+
<h1 className={styles.ap_cont_1_mission_content}>
18+
{" "}
19+
On a mission to teach
20+
<span className={styles.ap_cont_1_cloud}>
21+
{" "}
22+
cloud native, AI and Wasm
23+
</span>{" "}
24+
to everyone{" "}
25+
</h1>
26+
<h3 className={styles.ap_cont_1_mission_content_para}>
27+
{" "}
28+
Simplifying cloud native for all so that more people
29+
<br />
30+
can learn, get good jobs and earn more!{" "}
31+
</h3>
32+
</div>
33+
34+
{/* Our Objective summarize in image */}
2635

2736
<div className={styles.ap_cont_2}>
2837
<div className={styles.ap_cont_2_box}>
29-
<img className={styles.ap_cont_2_picture} src={Opportunity} alt="Opportunities" />
38+
<img
39+
className={styles.ap_cont_2_picture}
40+
src={Opportunity}
41+
alt="Opportunities"
42+
/>
3043
</div>
3144
</div>
32-
3345
</section>
34-
35-
)
36-
}
37-
export default AboutpageFeatures
46+
);
47+
};
48+
export default AboutpageFeatures;

0 commit comments

Comments
 (0)