Skip to content

Commit

Permalink
Second Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MohabFawzy committed May 13, 2024
1 parent d3751ac commit 6ff6d0a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
12 changes: 6 additions & 6 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,32 @@ const teamCardsData = [
{
name: "Mai Elmetwally",
title: "CS2",
img: "../images/team/mai.jpg",
img: "../images/team/mai.png",
},
{
name: "Shahd Magdy",
title: "CS2",
img: "../images/team/shahd.jpg",
img: "../images/team/shahd.png",
},
{
name: "Sama Sabry",
title: "CS2",
img: "../images/team/sama.jpg",
img: "../images/team/sama.png",
},
{
name: "Moaz Magdy",
title: "CS2",
img: "../images/team/moaz.jpg",
img: "../images/team/moaz.png",
},
{
name: "",
title: "",
img: "./images/meet-our-team-img.png",
img: "../images/meet-our-team-img.png",
},
{
name: "Mohab Mohamed",
title: "CS2",
img: "../images/team/mohab.jpg",
img: "../images/team/mohab.png",
},
];

Expand Down

0 comments on commit 6ff6d0a

Please sign in to comment.