Skip to content

Commit d33c4d6

Browse files
authored
Merge pull request #5200 from captain-Akshay/master
[LAYER5 SIGNUP] replaced video LINK
2 parents 6b7d7e3 + d213763 commit d33c4d6

File tree

1 file changed

+24
-20
lines changed

1 file changed

+24
-20
lines changed

src/sections/Meshmap/signup-form.js

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ import { Container, Row, Col } from "../../reusecore/Layout";
55
import CommonForm from "../../components/CommonForm";
66

77
const SignupFormWrapper = styled.div`
8-
.desc-text {
9-
display: flex;
10-
flex-direction: column;
11-
}
8+
.desc-text {
9+
display: flex;
10+
flex-direction: column;
11+
}
1212
13-
.meshmap-video {
14-
/* box-shadow: 0px 5px 5px 2px #b3b3b3; */
15-
height: 28rem;
16-
text-align: center;
13+
.meshmap-video {
14+
/* box-shadow: 0px 5px 5px 2px #b3b3b3; */
15+
height: 28rem;
16+
text-align: center;
1717
18-
@media screen and (max-width: 1200px) {
19-
height: 26rem;
20-
}
21-
@media screen and (max-width: 992px) {
22-
height: 23rem;
18+
@media screen and (max-width: 1200px) {
19+
height: 26rem;
20+
}
21+
@media screen and (max-width: 992px) {
22+
height: 23rem;
23+
}
2324
}
24-
}
2525
`;
2626
const SignupForm = ({ targetRef }) => {
2727
return (
@@ -33,20 +33,25 @@ const SignupForm = ({ targetRef }) => {
3333
<h1 className="heading-1">Signup for</h1>
3434
<h1 className="heading-2">MeshMap Beta</h1>
3535
<p className="desc-p">
36-
Join the waiting list for participation in the beta program. Your request for access will be processed as quickly as possible. Due to the large influx of program participation requests, it may take some time before system access is granted. So that you can familiarize while you wait, the Layer5 team will send you additional information about beta program, MeshMap modes, and cloud native design patterns.
36+
Join the waiting list for participation in the beta program.
37+
Your request for access will be processed as quickly as
38+
possible. Due to the large influx of program participation
39+
requests, it may take some time before system access is granted.
40+
So that you can familiarize while you wait, the Layer5 team will
41+
send you additional information about beta program, MeshMap
42+
modes, and cloud native design patterns.
3743
</p>
3844
<div className="meshmap-video">
3945
{/* <p>Help choose the best logo for MeshMap:</p>
4046
<a target="_blank" href="https://twitter.com/layer5/status/1536832439833743363?s=20&t=oEDasGEBl8cvsA64P7NNTA" rel="noreferrer">
4147
<img src={MeshMapDrafts} alt="MeshMap Draft" /></a><br />
4248
<p><a target="_blank" href="https://twitter.com/layer5/status/1536832439833743363?s=20&t=oEDasGEBl8cvsA64P7NNTA" rel="noreferrer">Vote for your favorite design</a></p> */}
4349
<iframe
44-
src="https://www.youtube.com/embed/qaoYRP3oLok?modestbranding=1&rel=0"
4550
width="95%"
4651
height="100%"
47-
style={{ border: "0" }}
52+
src="https://www.youtube.com/embed/034nVaQUyME?si=Xip0JqrwiG2QY5vp"
4853
allow="autoplay"
49-
allowFullScreen
54+
allowfullscreen
5055
/>
5156
</div>
5257
</Col>
@@ -63,9 +68,8 @@ const SignupForm = ({ targetRef }) => {
6368
</Row>
6469
</Container>
6570
</div>
66-
6771
</SignupFormWrapper>
6872
);
6973
};
7074

71-
export default SignupForm;
75+
export default SignupForm;

0 commit comments

Comments
 (0)