Skip to content

Commit

Permalink
video and image update fixes in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
imApoorva36 committed Jan 6, 2024
1 parent 0beba79 commit aaa64dd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/index/about/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -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} />
Expand Down
2 changes: 1 addition & 1 deletion src/components/index/social/social.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/>
Expand Down
5 changes: 5 additions & 0 deletions src/team_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit aaa64dd

Please sign in to comment.