Skip to content

Commit 60af3a8

Browse files
revert index.js
Signed-off-by: saurabhraghuvanshii <saurabhsraghuvanshi@gmail.com>
1 parent cbf26a6 commit 60af3a8

1 file changed

Lines changed: 57 additions & 61 deletions

File tree

src/sections/Meshery/index.js

Lines changed: 57 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -20,68 +20,64 @@ import Nic from "../../collections/members/nicholas-jackson/nic-jackson.webp";
2020
const MesheryPage = () => {
2121
return (
2222
<MesheryWrapper>
23-
<div>
24-
<Container>
25-
<div className="info">
26-
<Row className="description">
27-
<Col className="desc-text" $lg={6} $md={6} $sm={10} $xs={8}>
28-
<h1 className="heading-1"> Wrangle your infrastructure</h1>
29-
<h1 className="heading-2"> <span className="heading-2"> collaboratively</span></h1>
30-
<p className="desc-p">
31-
{/* Meshery is the cloud native manager. <br /> */}
32-
Confidently design, deploy, and operate your infrastructure and workloads with Meshery.
33-
</p>
34-
<Button $primary className="banner-btn" title="Schedule a Demo" $external={true}
35-
$url="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3pmcApaDP4xd8hvG5fy8ylxuFxD3akIRc5vpWJ60q-HemQi80SFFAVftbiIsq9pgiA2o8yvU56?gv=true"
36-
>
37-
<GiClockwork size={21} className="button-icon" />
38-
</Button>
39-
<Button $secondary className="banner-btn" title="Run Meshery"
40-
$url="/cloud-native-management/meshery/getting-started"
41-
>
42-
<FiDownloadCloud size={21} className="button-icon" />
43-
</Button>
44-
</Col>
45-
<Col $lg={6} $md={6} className="meshery-hero-img desc-text">
46-
<video autoPlay muted loop controls className="meshery-video" >
47-
<source src={mesheryDemo} type="video/webm" />
48-
</video>
49-
{/* <img className="meshery-sup-img" src={mesheryFullStack} alt="Meshery the multi-mesh manager" /> */}
50-
<Button $primary className="banner-btn align-btn"
51-
title="Star the Repository" $url="https://github.com/meshery/meshery" $external={true}
52-
>
53-
<FaGithub size={21} className="button-icon" />
54-
</Button>
55-
</Col>
56-
</Row>
57-
</div>
58-
<FeaturesTable />
59-
</Container>
60-
<div style={{ overflow: 'hidden', width: '100%', position: 'relative', zIndex: 1 }}>
61-
<FeaturesSection />
23+
<Container>
24+
<div className="info">
25+
<Row className="description">
26+
<Col className="desc-text" $lg={6} $md={6} $sm={10} $xs={8}>
27+
<h1 className="heading-1"> Wrangle your infrastructure</h1>
28+
<h1 className="heading-2"> <span className="heading-2"> collaboratively</span></h1>
29+
<p className="desc-p">
30+
{/* Meshery is the cloud native manager. <br /> */}
31+
Confidently design, deploy, and operate your infrastructure and workloads with Meshery.
32+
</p>
33+
<Button $primary className="banner-btn" title="Schedule a Demo" $external={true}
34+
$url="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3pmcApaDP4xd8hvG5fy8ylxuFxD3akIRc5vpWJ60q-HemQi80SFFAVftbiIsq9pgiA2o8yvU56?gv=true"
35+
>
36+
<GiClockwork size={21} className="button-icon" />
37+
</Button>
38+
<Button $secondary className="banner-btn" title="Run Meshery"
39+
$url="/cloud-native-management/meshery/getting-started"
40+
>
41+
<FiDownloadCloud size={21} className="button-icon" />
42+
</Button>
43+
</Col>
44+
<Col $lg={6} $md={6} className="meshery-hero-img desc-text">
45+
<video autoPlay muted loop controls className="meshery-video" >
46+
<source src={mesheryDemo} type="video/webm" />
47+
</video>
48+
{/* <img className="meshery-sup-img" src={mesheryFullStack} alt="Meshery the multi-mesh manager" /> */}
49+
<Button $primary className="banner-btn align-btn"
50+
title="Star the Repository" $url="https://github.com/meshery/meshery" $external={true}
51+
>
52+
<FaGithub size={21} className="button-icon" />
53+
</Button>
54+
</Col>
55+
</Row>
6256
</div>
63-
<Container style={{ position: 'relative', zIndex: 2 }}>
64-
<InlineQuotes
65-
quote="Meshery is the perfect tool for ensuring that your applications are optimally configured and performing well; it also gives you a fantastic visual insight into what can be a large amount of textual configuration"
66-
person="Nic Jackson"
67-
title="Principal Developer Advocate at HashiCorp"
68-
image={Nic}
69-
/>
70-
<div className="callout">
71-
<h1> Manage your clusters with features you won't find anywhere else.</h1>
72-
</div>
73-
</Container>
74-
<Features />
75-
<Container style={{ position: 'relative', zIndex: 2 }}>
76-
<DockerExtensionCTA />
77-
<InlineQuotes
78-
quote="The Meshery Extension transforms Docker Desktop into a powerful load generation utility, conveniently enabling me to deploy and configure any cloud native infrastructure with a click of the button and invoke and control load-based performance tests from my desktop."
79-
person="Maximiliano Churichi"
80-
title="Software Engineer at HPE"
81-
image={Maximiliano}
82-
/>
83-
</Container>
84-
</div>
57+
<FeaturesTable />
58+
</Container>
59+
<FeaturesSection />
60+
<Container>
61+
<InlineQuotes
62+
quote="Meshery is the perfect tool for ensuring that your applications are optimally configured and performing well; it also gives you a fantastic visual insight into what can be a large amount of textual configuration"
63+
person="Nic Jackson"
64+
title="Principal Developer Advocate at HashiCorp"
65+
image={Nic}
66+
/>
67+
<div className="callout">
68+
<h1> Manage your clusters with features you won't find anywhere else.</h1>
69+
</div>
70+
</Container>
71+
<Features />
72+
<Container>
73+
<DockerExtensionCTA />
74+
<InlineQuotes
75+
quote="The Meshery Extension transforms Docker Desktop into a powerful load generation utility, conveniently enabling me to deploy and configure any cloud native infrastructure with a click of the button and invoke and control load-based performance tests from my desktop."
76+
person="Maximiliano Churichi"
77+
title="Software Engineer at HPE"
78+
image={Maximiliano}
79+
/>
80+
</Container>
8581
</MesheryWrapper>
8682

8783
);

0 commit comments

Comments
 (0)