import React from "react"; import Card from "react-bootstrap/Card"; import { ImPointRight } from "react-icons/im"; function AboutCard() { return (

Hi Everyone, I am Manish Shanker from London, UK.
I am a experienced professional working in IT Industry for well over 20 years.
Additionally, I am currently employed as a Director of Software Engineering at Publicis Sapient.

Apart from coding, some other activities that I love to do!

  • Technology reading
  • Finding and trying the latest in Tech world
  • Travelling

"Strive to build things that make a difference!"{" "}

); } export default AboutCard;