mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-27 18:55:49 +00:00
updated community profile
This commit is contained in:
BIN
src/assets/images/vivek.jpeg
Normal file
BIN
src/assets/images/vivek.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
@@ -24,7 +24,7 @@ import imgeight from "../../assets/images/Component122.png";
|
||||
import imgnine from "../../assets/images/Component123.png";
|
||||
import imgten from "../../assets/images/Component128.png";
|
||||
import imgeleven from "../../assets/images/Component127.png";
|
||||
import imgtweleve from "../../assets/images/kiran.jpg";
|
||||
import imgtweleve from "../../assets/images/vivek.jpeg";
|
||||
import { useEffect } from "react";
|
||||
import axios from "axios";
|
||||
import { useGetCommunitiesQuery } from "../../Redux/slice/communitySlice";
|
||||
@@ -39,6 +39,14 @@ const individuals = [
|
||||
imageUrl: imgOne,
|
||||
link: `https://www.linkedin.com/in/kc-reddy-767a3463/`,
|
||||
},
|
||||
{
|
||||
name: "Vivek Tikoo",
|
||||
jobTitle: "Co-Founder & CEO| ChainX | RubiX",
|
||||
description:
|
||||
"Bring in successful experience of 30+ years in the Indian industry across domains and verticals and expertise in building and growing organizations.",
|
||||
imageUrl: imgtweleve,
|
||||
link: `https://www.linkedin.com/in/vivektikoo/`,
|
||||
},
|
||||
{
|
||||
name: "Ravi Srinivasa Murty",
|
||||
jobTitle: "Chief Strategy Officer",
|
||||
@@ -119,14 +127,6 @@ const individuals = [
|
||||
imageUrl: imgnine,
|
||||
link: `https://www.linkedin.com/in/maneesha-panda/`,
|
||||
},
|
||||
{
|
||||
name: "Kiran H",
|
||||
jobTitle: "Lead Software Engineer",
|
||||
description:
|
||||
"Golang developer and co-lead of the core protocol development and enhancement.",
|
||||
imageUrl: imgtweleve,
|
||||
link: `https://www.linkedin.com/in/kiranh1998/`,
|
||||
},
|
||||
];
|
||||
|
||||
const CommunityCard = () => {
|
||||
|
||||
Reference in New Issue
Block a user