Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #28 from connectleadme/Rohith
Browse files Browse the repository at this point in the history
added teammates
  • Loading branch information
rohithandanala authored Apr 30, 2024
2 parents 632c23d + 702ae7f commit a1292af
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 14 deletions.
Binary file added src/assets/team/bharadwaj.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/team/ravikumar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/team/webicon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 35 additions & 14 deletions src/components/TeamsInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ import linkedinicon from "../assets/team/linkedinicon.jpg";
import githubicon from "../assets/team/githubicon.jpg";
import altimg from "../assets/team/altimg.jpg";

Check failure on line 5 in src/components/TeamsInfo.tsx

View workflow job for this annotation

GitHub Actions / deploy

'altimg' is declared but its value is never read.
import antonyimg from "../assets/team/antony.jpg";
import webicon from "../assets/team/webicon.jpg";

import rohithimg from "../assets/team/rohith.jpg";
import michaelberlingoimg from "../assets/team/michael.jpg";
import nikshipimg from "../assets/team/nikshepimg.jpeg";
import anjaliimg from "../assets/team/anjali.jpg";
import ujwalimg from "../assets/team/ujwalgeed.jpg";
import rushiimg from "../assets/team/rushi.jpeg";
import bharadwajimg from "../assets/team/bharadwaj.jpg";
import raviimg from "../assets/team/ravikumar.jpg";

export const members = [
{
Expand Down Expand Up @@ -109,29 +112,24 @@ export const members = [
},
],
},
];

export const techteam = [
{
name: "#Your name",
path: altimg, // Send image technical team for uploading
about: "Type your description",
name: "Rohith Kumar",
path: raviimg,
about: "Data scientist | Web design 👨‍💻| Data Analyst",
links: [
{
link: "your social media link",
icon: instaicon, // leave this icon for the technical team
link: "https://portfolio-pi-green-29.vercel.app/#",
icon: webicon,
},
{
link: "your social media link 2",
icon: mailicon, // leave this icon for the technical team
link: "mailto:bpscrohit@gmail.com",
icon: mailicon,
},
{
link: "your social media link 3",
icon: linkedinicon, // leave this icon for the technical team
}, // Add new link if you have any more profiles
],
},
];

export const techteam = [
{
name: "Venkata Sai Rohith",
path: rohithimg,
Expand Down Expand Up @@ -171,4 +169,27 @@ export const techteam = [
},
],
},
{
name: "Sai Sri Sheetal Bharadwaj Chandarlapati",
path: bharadwajimg,
about: "Data Scientist | Expert in Deep Learning | Skilled Communicator",
links: [
{
link: "https://www.instagram.com/",
icon: instaicon,
},
{
link: "mailto:andanala.rohith357@gmail.com",
icon: mailicon,
},
{
link: "https://www.linkedin.com/in/rohithandanala357/",
icon: linkedinicon,
},
{
link: "https://github.com/rohithandanala",
icon: githubicon,
},
],
},
];

0 comments on commit a1292af

Please sign in to comment.