Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit355 committed Oct 10, 2021
2 parents cf2b3ff + 6ae0b1e commit 141d9e4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added src/assets/images/Developers/Ayushman.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/components/developers/DevTeam.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
@import "slick-carousel/slick/slick-theme.css";

.slider {
padding-left: 3em;
padding-left: 17vw;
padding-bottom: 3em;
background-color: 3f1654e7;
align-items: center;
justify-content: center;
display: flex;
padding-top: 0em;
flex-direction: row;
}

.tittle {
Expand Down
12 changes: 12 additions & 0 deletions src/components/developers/teamData.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import Jatin from "../../assets/images/Developers/Jatin.jpg";
import Mohit from "../../assets/images/Developers/MohitImg.PNG";
import Ishan from "../../assets/images/Developers/Ishan.jpg"
import Subhadeep from "../../assets/images/Developers/Subhadeep.jpg"
import Ayushman from "../../assets/images/Developers/Ayushman.jpeg"

const developers = [
{
Expand Down Expand Up @@ -120,5 +121,16 @@ const developers = [
instagram: "https://www.instagram.com/_._suryansh__/",
},
},
{
name: "Ayushman Bhatt",
image: Ayushman,
role: "Backend Developer",
socialMedia: {
github: "https://github.com/Ayush0922",
linkedin: "https://www.linkedin.com/in/ayushman-bhatt-1b5b18218",
twitter: "###",
instagram: "https://www.instagram.com/_imperfct.guy_/?r=nametag",
},
},
];
export default developers;

0 comments on commit 141d9e4

Please sign in to comment.