Skip to content

Commit

Permalink
Update team.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Deep1Origins authored Sep 20, 2019
1 parent 3c17be3 commit 0ceffc4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions js/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,15 @@ const members = [
const heads = [
{
id: 1,
name: "Shavez Malick",
description: "Club Head",
img: "https://avatars1.githubusercontent.com/u/32036974?s=400&v=4",
year: "Third Year",
linkGit: "https://github.com/Deep1Origins",
linkLin: "https://www.linkedin.com/in/shavez-malick-57a245165/"
},
{
id: 2,
name: "Sreevatsank",
description: "Ex-Club Head",
img: "img/team/KSreevatsank.png",
Expand All @@ -122,15 +131,6 @@ const heads = [
linkGit: "https://github.com/sreevatsank1999",
linkLin: ""
},
{
id: 2,
name: "Shavez Malick",
description: "Club Head",
img: "https://avatars1.githubusercontent.com/u/32036974?s=400&v=4",
year: "Third Year",
linkGit: "https://github.com/Deep1Origins",
linkLin: "https://www.linkedin.com/in/shavez-malick-57a245165/"
},
{
id: 3,
name: "Aniket Tiwary",
Expand Down

0 comments on commit 0ceffc4

Please sign in to comment.