From 0a4205af7da007e5ab7c60dec5085b3322649fdc Mon Sep 17 00:00:00 2001 From: hereisadi Date: Fri, 29 Mar 2024 16:27:08 +0530 Subject: [PATCH 1/6] pub team --- src/Pages/Team/Team.jsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/Pages/Team/Team.jsx b/src/Pages/Team/Team.jsx index 77f43dd..c8550fa 100644 --- a/src/Pages/Team/Team.jsx +++ b/src/Pages/Team/Team.jsx @@ -212,6 +212,16 @@ const Team = () => { github: "https://github.com/michaeljohnson", linkedin: "https://www.linkedin.com/in/michaeljohnson", }, + { + id: 2, + name: "Ajanit Priyanubhab Bora", + designation: "Publicity Head", + photoLink: + "https://res.cloudinary.com/dp92qug2f/image/upload/v1711709628/WhatsApp_Image_2024-03-29_at_16_emjrxi.webp", + facebook: "https://www.facebook.com/michaeljohnson", + github: "https://github.com/michaeljohnson", + linkedin: "https://www.linkedin.com/in/michaeljohnson", + }, { id: 8, name: "Jubilee Deka", From a39100e443259fc208d009ebeb060502b8df7747 Mon Sep 17 00:00:00 2001 From: hereisadi Date: Fri, 29 Mar 2024 18:20:59 +0530 Subject: [PATCH 2/6] upd --- src/Pages/Team/Team.jsx | 70 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/src/Pages/Team/Team.jsx b/src/Pages/Team/Team.jsx index c8550fa..12188a9 100644 --- a/src/Pages/Team/Team.jsx +++ b/src/Pages/Team/Team.jsx @@ -60,6 +60,36 @@ const Team = () => { github: "https://github.com/michaeljohnson", linkedin: "https://www.linkedin.com/in/michaeljohnson", }, + { + id: 4, + name: "Syed Intekhab Hussain", + designation: "Hospitality Head", + photoLink: + "https://res.cloudinary.com/dp92qug2f/image/upload/v1711715776/SyedIntekhab_posua-SYEDINTEKHABHUSSAIN-min-ezgif.com-jpg-to-webp-converter_vlcbma.webp", + facebook: "https://www.facebook.com/michaeljohnson", + github: "https://github.com/michaeljohnson", + linkedin: "https://www.linkedin.com/in/michaeljohnson", + }, + { + id: 5, + name: "Ashish Handique", + designation: "Hospitality Head", + photoLink: + "https://res.cloudinary.com/dp92qug2f/image/upload/v1711716150/AshishHandique-MEA028ASHISHHANDIQUE-min-ezgif.com-png-to-webp-converter_itxtaa.webp", + facebook: "https://www.facebook.com/michaeljohnson", + github: "https://github.com/michaeljohnson", + linkedin: "https://www.linkedin.com/in/michaeljohnson", + }, + { + id: 6, + name: "Suraj Saha", + designation: "Hospitality Head", + photoLink: + "https://res.cloudinary.com/dp92qug2f/image/upload/v1711716290/Screenshot_2024-03-29-13-20-41-20_99c04817c0de5652397fc8b56c3b3817-EE-A030SurajSaha-min-ezgif.com-jpg-to-webp-converter_a2dtaa.webp", + facebook: "https://www.facebook.com/michaeljohnson", + github: "https://github.com/michaeljohnson", + linkedin: "https://www.linkedin.com/in/michaeljohnson", + }, ]; const decoration = [ { @@ -82,6 +112,26 @@ const Team = () => { github: "https://github.com/michaeljohnson", linkedin: "https://www.linkedin.com/in/michaeljohnson", }, + { + id: 4, + name: "Dhritishmita Dehingia", + designation: "Decoration Head", + photoLink: + "https://res.cloudinary.com/dp92qug2f/image/upload/v1711715907/IMG-20240329-WA0006-ECE-A034DhritishmitaDehingia-ezgif.com-jpg-to-webp-converter_qjyism.webp", + facebook: "https://www.facebook.com/michaeljohnson", + github: "https://github.com/michaeljohnson", + linkedin: "https://www.linkedin.com/in/michaeljohnson", + }, + { + id: 5, + name: "Akash Sonowal", + designation: "Decoration Head", + photoLink: + "https://res.cloudinary.com/dp92qug2f/image/upload/v1711716013/ezgif.com-jpg-to-webp-converter_1_xju6wt.webp", + facebook: "https://www.facebook.com/michaeljohnson", + github: "https://github.com/michaeljohnson", + linkedin: "https://www.linkedin.com/in/michaeljohnson", + }, ]; const design = [ { @@ -178,6 +228,16 @@ const Team = () => { github: "https://github.com/michaeljohnson", linkedin: "https://www.linkedin.com/in/michaeljohnson", }, + { + id: 6, + name: "Arnab Tamuly", + designation: "Infra & Logistics", + photoLink: + "https://res.cloudinary.com/dp92qug2f/image/upload/v1711716395/ezgif.com-jpg-to-webp-converter_2_vjiwbe.webp", + facebook: "https://www.facebook.com/michaeljohnson", + github: "https://github.com/michaeljohnson", + linkedin: "https://www.linkedin.com/in/michaeljohnson", + }, ]; const Rally = [ { @@ -306,6 +366,16 @@ const Team = () => { github: "https://github.com/michaeljohnson", linkedin: "https://www.linkedin.com/in/michaeljohnson", }, + { + id: 3, + name: "Archana Sonowal", + designation: "Head (Food)", + photoLink: + "https://res.cloudinary.com/dp92qug2f/image/upload/v1711715659/ezgif.com-jpg-to-webp-converter_nshtti.webp", + facebook: "https://www.facebook.com/michaeljohnson", + github: "https://github.com/michaeljohnson", + linkedin: "https://www.linkedin.com/in/michaeljohnson", + }, ]; const photography = [ { From 3b6ae80618f9ed70216b535851db0c2f913ef7ee Mon Sep 17 00:00:00 2001 From: hereisadi Date: Fri, 29 Mar 2024 18:26:25 +0530 Subject: [PATCH 3/6] upd --- src/Pages/Team/Team.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Pages/Team/Team.jsx b/src/Pages/Team/Team.jsx index 12188a9..e882ebe 100644 --- a/src/Pages/Team/Team.jsx +++ b/src/Pages/Team/Team.jsx @@ -85,7 +85,7 @@ const Team = () => { name: "Suraj Saha", designation: "Hospitality Head", photoLink: - "https://res.cloudinary.com/dp92qug2f/image/upload/v1711716290/Screenshot_2024-03-29-13-20-41-20_99c04817c0de5652397fc8b56c3b3817-EE-A030SurajSaha-min-ezgif.com-jpg-to-webp-converter_a2dtaa.webp", + "https://res.cloudinary.com/dp92qug2f/image/upload/v1711716857/ezgif.com-jpg-to-webp-converter_4_h9xwsx.webp", facebook: "https://www.facebook.com/michaeljohnson", github: "https://github.com/michaeljohnson", linkedin: "https://www.linkedin.com/in/michaeljohnson", @@ -117,7 +117,7 @@ const Team = () => { name: "Dhritishmita Dehingia", designation: "Decoration Head", photoLink: - "https://res.cloudinary.com/dp92qug2f/image/upload/v1711715907/IMG-20240329-WA0006-ECE-A034DhritishmitaDehingia-ezgif.com-jpg-to-webp-converter_qjyism.webp", + "https://res.cloudinary.com/dp92qug2f/image/upload/v1711716937/ezgif.com-jpg-to-webp-converter_5_h1txms.webp", facebook: "https://www.facebook.com/michaeljohnson", github: "https://github.com/michaeljohnson", linkedin: "https://www.linkedin.com/in/michaeljohnson", From 0b74f4d384926648c25e3e84d8bbcc49854bf480 Mon Sep 17 00:00:00 2001 From: hereisadi Date: Fri, 29 Mar 2024 18:36:29 +0530 Subject: [PATCH 4/6] patron font size bug --- src/Components/TeamPageUI/PatronCard.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/TeamPageUI/PatronCard.jsx b/src/Components/TeamPageUI/PatronCard.jsx index ecc1f6e..b721079 100644 --- a/src/Components/TeamPageUI/PatronCard.jsx +++ b/src/Components/TeamPageUI/PatronCard.jsx @@ -21,7 +21,7 @@ const PatronCard = ({ name, email, photoLink, designation }) => { />
12 ? "text-[2.7vw]" : "text-[.85rem]"} font-semibold`} style={{ color: "#BC0404", fontFamily: "DM Serif Display" }} > {name} From 0034d05e5c4a543cc07225328467eb23b290088d Mon Sep 17 00:00:00 2001 From: hereisadi Date: Fri, 29 Mar 2024 18:46:40 +0530 Subject: [PATCH 5/6] patron font size bug --- src/Components/TeamPageUI/PatronCard.jsx | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/src/Components/TeamPageUI/PatronCard.jsx b/src/Components/TeamPageUI/PatronCard.jsx index b721079..dc88eb7 100644 --- a/src/Components/TeamPageUI/PatronCard.jsx +++ b/src/Components/TeamPageUI/PatronCard.jsx @@ -1,8 +1,23 @@ -import React, { useState } from "react"; +import React, { useState, useEffect } from "react"; const PatronCard = ({ name, email, photoLink, designation }) => { const [hover, sethover] = useState(false); + const [windowSize, setWindowSize] = useState(null); + useEffect(() => { + if (typeof window !== "undefined") { + const handleSize = () => { + setWindowSize(window.innerWidth); + }; + window.addEventListener("resize", handleSize); + handleSize(); + + return () => { + window.removeEventListener("resize", handleSize); + }; + } + return () => {}; + }, []); return (
{ />
12 ? "text-[2.7vw]" : "text-[.85rem]"} font-semibold`} + className={`${windowSize < 660 && name.length > 12 ? "text-[2.9vw]" : windowSize > 660 ? "text-[.77vw]" : "text-[.85rem]"} font-semibold`} style={{ color: "#BC0404", fontFamily: "DM Serif Display" }} > {name} From e8b78dd4c59aaf0bdc0c71564bf3777eef2ad125 Mon Sep 17 00:00:00 2001 From: hereisadi Date: Fri, 29 Mar 2024 23:16:49 +0530 Subject: [PATCH 6/6] spelling --- src/Pages/Team/Team.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pages/Team/Team.jsx b/src/Pages/Team/Team.jsx index e882ebe..8852f11 100644 --- a/src/Pages/Team/Team.jsx +++ b/src/Pages/Team/Team.jsx @@ -704,7 +704,7 @@ const Team = () => { }, { id: 14, - name: "Kaustav Deb", + name: "Kaustav Dev", designation: "UI/UX", photoLink: "https://res.cloudinary.com/dhry5xscm/image/upload/v1711662253/posua/IMG-20230731-WA0061_-_ME_026_Kaustav_ravlle.webp",