From aaa64dd8ec768e1c95a182d2e68ead062007adfc Mon Sep 17 00:00:00 2001 From: Testing wala User <apoorva3569@gmail.com> Date: Sat, 6 Jan 2024 09:41:13 +0530 Subject: [PATCH] video and image update fixes in home page --- src/components/Footer/index.js | 2 +- src/components/index/about/about.js | 2 +- src/components/index/social/social.js | 2 +- src/team_data.js | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/Footer/index.js b/src/components/Footer/index.js index 6665e7a..0e32889 100644 --- a/src/components/Footer/index.js +++ b/src/components/Footer/index.js @@ -161,7 +161,7 @@ return ( </SocialIcons> <SocialIcons style={{marginBottom: "20px"}}> <SocialIconLink - href="https://www.youtube.com/@csdroboconnitk9210" + href="https://www.youtube.com/@csdroboconnitk" target="_blank" aria-label="Youtube" > diff --git a/src/components/index/about/about.js b/src/components/index/about/about.js index 928662f..eab890d 100644 --- a/src/components/index/about/about.js +++ b/src/components/index/about/about.js @@ -9,7 +9,7 @@ export default function AboutSection () { <h1>ABU ROBOCON</h1> <h2>An Ultimate Robotics Contest for Undergrads</h2> <p>We build Robots that aim at incredible Precision, Reliability and Speed or in other words Industrial performance.</p> - <a className="button" href="https://www.aburobocon2023.com/">Learn More</a> + <a className="button" href="https://aburobocon2024.vtv.gov.vn/">Learn More</a> </div> <div id="right"> <img src={image} /> diff --git a/src/components/index/social/social.js b/src/components/index/social/social.js index c5f562b..934aea3 100644 --- a/src/components/index/social/social.js +++ b/src/components/index/social/social.js @@ -48,7 +48,7 @@ export default function SocialSection () { <h2>A Glimpse into Our Work</h2> <div id="videos"> <iframe src="https://www.youtube.com/embed/B3DctwOAsaM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> - <iframe src="https://www.youtube.com/embed/eEnqrpgW8jU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> + <iframe src="https://www.youtube.com/embed/x36ZeLv1z2I" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> </div> <br/><br/><br/> diff --git a/src/team_data.js b/src/team_data.js index 6a65f92..5b197cd 100644 --- a/src/team_data.js +++ b/src/team_data.js @@ -216,6 +216,11 @@ export default { "designation": "Team Member", "photo": "Hariharan.jpg" }, + { + "name": "Apoorva Agrawal", + "designation": "Team Member", + "photo": "Apoorva.jpg" + }, { "name": "Chirag Ingle", "designation": "Team Member",