diff --git a/containers/ContactUs/ContactUs.jsx b/containers/ContactUs/ContactUs.jsx index 0c7dad99..bcc500de 100644 --- a/containers/ContactUs/ContactUs.jsx +++ b/containers/ContactUs/ContactUs.jsx @@ -7,9 +7,11 @@ const ContactUs = () => { const { teamMembers, contactEmail, teamObjective, additionalInformation } = contactUs; const [containerClass, setContainerClass] = useState(""); + function emailHandler(contactEmail) { window.location.href = `mailto:${contactEmail}`; } + const eduversaEmail = "eduversa.developer@gmail.com"; function contactEduversa() { window.location.href = `mailto:${eduversaEmail}`; @@ -40,11 +42,33 @@ const ContactUs = () => { height={20} width={20} className="member__email__icon" - > + /> {member.email}

Expertise: {member.expertise}

{member.description}

+ {member.name === "Ankur Halder (Leader)" && ( +
+ (e.currentTarget.style.color = "#0050c0")} + onMouseLeave={(e) => (e.currentTarget.style.color = "#0070f3")} + > + Visit Ankur Halder's Website: ankurhalder.in + +
+ )} )); }; @@ -52,6 +76,7 @@ const ContactUs = () => { const handleSocialLoginClick = (provider) => { alert(`We are coming on ${provider} soon!`); }; + return ( @@ -71,7 +96,6 @@ const ContactUs = () => {

Our Team

{renderTeamMembers()} -

Contact Email

@@ -81,16 +105,14 @@ const ContactUs = () => { height={20} width={20} className="contact-email__container__icon" - > + />

{contactEmail}

-

Team Objective

{teamObjective}

-

Connect Us With