Skip to content

Commit

Permalink
Merge pull request #104 from innogeeks/test
Browse files Browse the repository at this point in the history
added speakers
  • Loading branch information
1010varun authored Apr 27, 2024
2 parents 61bf24d + cf243b9 commit bd1dc11
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 49 deletions.
Binary file added src/Module/Assets/teami/kshitizz.png
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/Module/Assets/teami/nishant.png
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/Module/Assets/teami/tanya.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
98 changes: 50 additions & 48 deletions src/Module/General.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ import babbar from "./Assets/teami/babbar.jpg";
import khushboo from "./Assets/teami/khushboo.jpg";
import striver from "./Assets/teami/striver.jpeg";
import sandeep from "./Assets/teami/sandeep jain.jpg";
import kshitiz from "./Assets/teami/kshitiz.jpeg";
import kshitizz from "./Assets/teami/kshitizz.png";
import nishant from "./Assets/teami/nishant.png";
import tanya from "./Assets/teami/tanya.png";
import akshay from "./Assets/teami/akshay saini.jpg";
import arsh from "./Assets/teami/arsh goyal.jpg";
import kushal from "./Assets/teami/kushal.jpeg";
Expand Down Expand Up @@ -341,65 +343,65 @@ const TeamInfo = [
[
//Array 1
{
Name: "Love Babbar",
role: "Founder-CodeHelp | Youtuber | Ex-Amazon, Microsoft",
Name: "Nishant Chahar",
role: " Ex-SDE @ Microsoft | Youtuber ",
github: "",
linkedin: "https://www.linkedin.com/in/love-babbar-38ab2887/",
img: babbar,
linkedin: "https://www.linkedin.com/in/chaharnishant11/?originalSubdomain=in",
img: nishant,
},
{
Name: "Striver",
role: "SWE-III @ Google | Youtuber |Ex-Media.net, Amazon ",
Name: "Tanya Rajhans",
role: " Ex - Google, LinkedIn | Member @DevRev ",
github: "",
linkedin: "https://www.linkedin.com/in/rajstriver/",
img: striver,
},
{
Name: "Akshay Saini",
role: "Founder-NamasteDev | Ex- Uber, PayTM | YouTuber",
github: "",
linkedin: "https://www.linkedin.com/in/akshaymarch7/",
img: akshay,
},
],
[
//Array 2
{
Name: "Sandeep Jain",
role: "Founder & CEO at GeeksforGeeks",
github: "",
linkedin: "https://www.linkedin.com/in/sandeep-jain-/",
img: sandeep,
},
{
Name: "Arsh Goyal",
role: "Samsung | Ex- ISRO | YouTuber",
github: "",
linkedin: "https://www.linkedin.com/in/arshgoyal/",
img: arsh,
linkedin: "https://www.linkedin.com/in/tanyarajhans/?originalSubdomain=in",
img: tanya,
},
{
Name: "Kshitiz Miglani",
role: "Founder-Devsnest | Ex- Amazon",
github: "",
linkedin: "https://www.linkedin.com/in/kshitizmiglani/",
img: kshitiz,
},
{
Name: "Kushal Vijay",
role: "Software Engineer 2 @Microsoft | Youtuber",
github: "",
linkedin: "https://www.linkedin.com/in/kushalvijay/",
img: kushal,
},
{
Name: "Khushboo Verma",
role: "Software Engineer-Appwrite | Ex-Microsoft, Adobe",
github: "",
linkedin: "https://www.linkedin.com/in/verma-khushboo/",
img: khushboo,
img: kshitizz,
},
],
// [
// //Array 2
// {
// Name: "Sandeep Jain",
// role: "Founder & CEO at GeeksforGeeks",
// github: "",
// linkedin: "https://www.linkedin.com/in/sandeep-jain-/",
// img: sandeep,
// },
// {
// Name: "Arsh Goyal",
// role: "Samsung | Ex- ISRO | YouTuber",
// github: "",
// linkedin: "https://www.linkedin.com/in/arshgoyal/",
// img: arsh,
// },
// {
// Name: "Kshitiz Miglani",
// role: "Founder-Devsnest | Ex- Amazon",
// github: "",
// linkedin: "https://www.linkedin.com/in/kshitizmiglani/",
// img: kshitiz,
// },
// {
// Name: "Kushal Vijay",
// role: "Software Engineer 2 @Microsoft | Youtuber",
// github: "",
// linkedin: "https://www.linkedin.com/in/kushalvijay/",
// img: kushal,
// },
// {
// Name: "Khushboo Verma",
// role: "Software Engineer-Appwrite | Ex-Microsoft, Adobe",
// github: "",
// linkedin: "https://www.linkedin.com/in/verma-khushboo/",
// img: khushboo,
// },
// ],
];


Expand Down
2 changes: 1 addition & 1 deletion src/containers/Home/HomePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ export default function HomePage() {
<h1
className="title_community"
>
Past Speakers and Judges
Speakers and Judges
</h1>
</div>
{TeamInfo.map(TeamMembers)}
Expand Down

0 comments on commit bd1dc11

Please sign in to comment.