1
1
import React from "react" ;
2
2
import LinkedIn from "../../assets/svg/LinkedIn" ;
3
3
import Github from "../../assets/svg/Github" ;
4
- import Background from "../../assets/svg/Background" ;
5
4
6
5
const TeamScreen = ( ) => {
7
6
return (
@@ -17,12 +16,12 @@ const TeamScreen = () => {
17
16
< div className = "flex h-2/5 justify-center text-5xl pt-6 mb-2 italic text-white" >
18
17
OUR TEAM
19
18
</ div >
20
- < div className = "h-2/5 text-left px-5 text-xl pt-6 italic text-white" >
19
+ < div className = "h-2/5 flex px-5 text-xl pt-6 italic text-white justify-center " >
21
20
We are a talented team of developers with skillsets in various domains of technology.
22
21
</ div >
23
22
< div className = "flex flex-row px-5 mt-16 justify-around" >
24
23
< div className = "w-1/4 h-2/5 rounded-md border-8 border-white bg-white hover:scale-110 transform duration-500 ease-in-out" >
25
- < img src = "https://i.ibb.co/XJWFdzD/FB-IMG-1626115440284.jpg" > </ img >
24
+ < img src = "https://i.ibb.co/XJWFdzD/FB-IMG-1626115440284.jpg" alt = "Tanmay Shreshth" > </ img >
26
25
< div className = "flex content-around w-full justify-center my-1.5" >
27
26
< a
28
27
className = "mr-2"
@@ -38,7 +37,7 @@ const TeamScreen = () => {
38
37
</ div >
39
38
40
39
< div className = "w-1/4 h-2/5 rounded-md border-8 border-white bg-white hover:scale-110 transform duration-500 ease-in-out" >
41
- < img src = "https://i.ibb.co/W697x9x/20210713-004249.jpg" > </ img >
40
+ < img src = "https://i.ibb.co/W697x9x/20210713-004249.jpg" alt = "Shashank Raj" > </ img >
42
41
< div className = "flex content-around w-full justify-center my-1.5 " >
43
42
< a className = "mr-2" href = "https://www.linkedin.com/in/srj1105" >
44
43
< LinkedIn />
@@ -50,7 +49,7 @@ const TeamScreen = () => {
50
49
< span className = "font-semibold" > Shashank Raj</ span >
51
50
</ div >
52
51
< div className = "w-1/4 h-2/5 rounded-md border-8 border-white bg-white hover:scale-110 transform duration-500 ease-in-out" >
53
- < img src = "https://i.ibb.co/bPXsXc2/Whats-App-Image-2021-07-13-at-01-09-57.jpg" > </ img >
52
+ < img src = "https://i.ibb.co/bPXsXc2/Whats-App-Image-2021-07-13-at-01-09-57.jpg" alt = "Kautilya Pandey" > </ img >
54
53
< div className = "flex content-around w-full justify-center place-items-center my-1.5" >
55
54
< a
56
55
className = "mr-2"
@@ -67,7 +66,7 @@ const TeamScreen = () => {
67
66
</ div >
68
67
< div className = "flex flex-row h-1/2 justify-center py-0 pl-20 mt-16 mb-8 " >
69
68
< div className = "w-1/4 h-2/5 mr-40 rounded-md border-8 border-white bg-white hover:scale-110 transform duration-500 ease-in-out" >
70
- < img src = "https://i.ibb.co/hL2gswz/Whats-App-Image-2021-07-13-at-00-27-26.jpg" > </ img >
69
+ < img src = "https://i.ibb.co/hL2gswz/Whats-App-Image-2021-07-13-at-00-27-26.jpg" alt = "Shantanu Pathak" > </ img >
71
70
< div className = "flex content-around w-full justify-center my-1.5" >
72
71
< a
73
72
className = "mr-2"
@@ -82,7 +81,7 @@ const TeamScreen = () => {
82
81
< span className = "font-semibold" > Shantanu Pathak</ span >
83
82
</ div >
84
83
< div className = "w-1/4 h-2/5 ml-2 rounded-md border-8 border-white bg-white hover:scale-110 transform duration-500 ease-in-out" >
85
- < img src = "https://i.ibb.co/txFZ6mJ/Whats-App-Image-2021-07-13-at-00-37-13.jpg" > </ img >
84
+ < img src = "https://i.ibb.co/txFZ6mJ/Whats-App-Image-2021-07-13-at-00-37-13.jpg" alt = "Prabhat Rao" > </ img >
86
85
< div className = "flex content-around w-full justify-center my-1.5 " >
87
86
< a className = "mr-2" href = "https://www.linkedin.com/in/prabhat-rao/" >
88
87
< LinkedIn />
0 commit comments