-
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.
Made changes in team pages and contact pages.
- Loading branch information
1 parent
78409e5
commit df0f5f5
Showing
2 changed files
with
3 additions
and
20 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 |
---|---|---|
|
@@ -102,15 +102,6 @@ function First() { | |
linkedin: "https://www.linkedin.com/in/agrim-jain-6b9356234/", | ||
instagram: "https://www.instagram.com/agrimjain_26/", | ||
}, | ||
{ | ||
name: "Varun Limaye", | ||
role: "", | ||
image: teamMemberImage3, | ||
phone: "+91 96041 89100", | ||
mail: "[email protected] ", | ||
linkedin: "https://www.linkedin.com/in/varunlimaye1771/", | ||
instagram: "https://www.instagram.com/jackwtf1771", | ||
}, | ||
{ | ||
name: "Srihari K G", | ||
role: "", | ||
|
@@ -201,6 +192,7 @@ function First() { | |
"R Eshwar", | ||
"Akella Vyaghra Satya Sreenivasu", | ||
"Parikshit Gehlaut", | ||
"Shiv Mohan" | ||
], | ||
]; | ||
|
||
|
@@ -327,7 +319,7 @@ function First() { | |
</div> | ||
<div className="row"> | ||
{teamMembers.map((member, index) => ( | ||
<div key={index} className="col-xl-4 col-md-6"> | ||
<div key={index} className="col-xl-6 col-md-6"> | ||
<div | ||
className="single-team mb-40" | ||
style={{ minHeight: "350px" }} | ||
|
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 |
---|---|---|
|
@@ -56,15 +56,6 @@ function Main() { | |
linkedin: "https://www.linkedin.com/in/agrim-jain-6b9356234/", | ||
instagram: "https://www.instagram.com/agrimjain_26/", | ||
}, | ||
{ | ||
name: "Varun Limaye", | ||
role: "", | ||
image: teamMemberImage3, | ||
phone: "+91 96041 89100", | ||
mail: "[email protected] ", | ||
linkedin: "https://www.linkedin.com/in/varunlimaye1771/", | ||
instagram: "https://www.instagram.com/jackwtf1771", | ||
}, | ||
{ | ||
name: "Srihari K G", | ||
role: "", | ||
|
@@ -137,7 +128,7 @@ function Main() { | |
</div> | ||
<div className="row"> | ||
{teamMembers.map((member, index) => ( | ||
<div key={index} className="col-xl-4 col-md-6"> | ||
<div key={index} className="col-xl-6 col-md-6"> | ||
<div | ||
className="single-team mb-40" | ||
style={{ minHeight: "350px" }} | ||
|