-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Suryaansh_Rathinam
committed
Feb 22, 2023
1 parent
5e134ef
commit f8f4ff1
Showing
3 changed files
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,11 +9,11 @@ import Udit from "../../assets/team/Udit.png"; | |
import Priyamvada from "../../assets/team/Priyamvada.png"; | ||
import Vanshitha from "../../assets/team/Vanshitha.png"; | ||
import Vainavi from "../../assets/team/Vainavi.png"; | ||
import Neetigya from "../../assets/team/Neetigya.png"; | ||
|
||
import Suryaansh from "../../assets/team/Suryaansh.png"; | ||
import Trisha from "../../assets/team/Trisha.png"; | ||
import Shourya from "../../assets/team/Shourya.png"; | ||
import Sujal from "../../assets/team/Sujal.png"; | ||
|
||
import TopNav from "../../Components/Navbar/Navbar"; | ||
|
||
|
@@ -75,9 +75,9 @@ export default function Team() { | |
name: "Priyamvadha Chandrasekar", | ||
img: Priyamvada, | ||
designation: "SM and Content Head", | ||
github: "", | ||
email: "", | ||
linkedin: "", | ||
github: "https://github.com/priyamc11", | ||
email: "[email protected]", | ||
linkedin: "https://www.linkedin.com/in/priyamvadhachandrasekar", | ||
}, | ||
{ | ||
name: "Udit Amin", | ||
|
@@ -132,6 +132,14 @@ export default function Team() { | |
github: "https://github.com/Trisha7781", | ||
email: "[email protected]", | ||
linkedin: "https://www.linkedin.com/in/trisha-jaipuriar-82877b217/", | ||
}, | ||
{ | ||
name: "Sujal Ranjan", | ||
img: Sujal, | ||
designation: "Frontend Developer", | ||
github: "https://github.com/Sranjan0208", | ||
email: "[email protected]", | ||
linkedin: "https://www.linkedin.com/in/sujal-ranjan-0073401b3", | ||
}, | ||
] | ||
return ( | ||
|
@@ -152,7 +160,7 @@ export default function Team() { | |
<a href={person.linkedin}> | ||
<AiFillLinkedin className="team-icon" /> | ||
</a> | ||
<a href={person.email}> | ||
<a href={`mailto:${person.email}`}> | ||
<HiEnvelope className="team-icon" /> | ||
</a> | ||
<a href={person.github}> | ||
|
@@ -177,7 +185,7 @@ export default function Team() { | |
<a href={person.linkedin}> | ||
<AiFillLinkedin className="team-icon" /> | ||
</a> | ||
<a href={person.email}> | ||
<a href={`mailto:${person.email}`}> | ||
<HiEnvelope className="team-icon" /> | ||
</a> | ||
<a href={person.github}> | ||
|
@@ -202,7 +210,7 @@ export default function Team() { | |
<a href={person.linkedin}> | ||
<AiFillLinkedin className="team-icon" /> | ||
</a> | ||
<a href={person.email}> | ||
<a href={`mailto:${person.email}`}> | ||
<HiEnvelope className="team-icon" /> | ||
</a> | ||
<a href={person.github}> | ||
|
@@ -213,6 +221,10 @@ export default function Team() { | |
</div> | ||
))} | ||
</div> | ||
<div className="team-subtitle">Core Committee</div> | ||
<div className=""> | ||
|
||
</div> | ||
</div> | ||
); | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.