mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-28 00:35:51 +00:00
Community mobile updated
This commit is contained in:
@@ -17,6 +17,7 @@ import imgten from "../../assets/images/Component128.png";
|
||||
import imgeleven from "../../assets/images/Component127.png";
|
||||
import linkedin from "../../assets/images/linkedin.png";
|
||||
import games from "../../assets/images/discot.png";
|
||||
import imgtweleve from "../../assets/images/kiran.jpg";
|
||||
import { Pagination, Navigation } from "swiper/modules";
|
||||
import { Link } from "react-router-dom";
|
||||
|
||||
@@ -120,17 +121,24 @@ const individuals = [
|
||||
imageUrl: imgnine,
|
||||
link: `https://www.linkedin.com/in/maneesha-panda/`,
|
||||
},
|
||||
// {
|
||||
// location: "india",
|
||||
// name: "Maneesha Panda",
|
||||
// jobTitle: "Blockchain Engineer",
|
||||
// description:
|
||||
// "A highly keen blockchain engineer with a zeal for innovation who brings new ideas to the table.",
|
||||
// imageUrl: imgnine,
|
||||
// },
|
||||
{
|
||||
location: "india",
|
||||
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 MobileCommunityCard = () => {
|
||||
const imgHeight = {
|
||||
minWidth: `162px`,
|
||||
height: "168px",
|
||||
borderRadius: "10px",
|
||||
objectFit: "cover",
|
||||
};
|
||||
return (
|
||||
<>
|
||||
<Box backgroundColor={"#101015"}>
|
||||
@@ -207,7 +215,7 @@ const MobileCommunityCard = () => {
|
||||
},
|
||||
}}
|
||||
>
|
||||
<Image src={item.imageUrl} />
|
||||
<Image src={item.imageUrl} style={imgHeight} />
|
||||
</Text>
|
||||
</Text>
|
||||
<Text
|
||||
|
||||
Reference in New Issue
Block a user