import React, { Component } from "react";
import "bootstrap/dist/css/bootstrap.css";
import { Grid, Row, Col } from "react-bootstrap";
import "./about.css";
import AmanTahilianiPortfolio from "../media/AmanTahilianiPortfolio.png";
// const img = '../media/AmanTahilianiPortfolio.png'
class About extends Component {
render() {
return (
{" "}
Hi There!
{" "}
{" "}
Let me tell you a little about myself
{" "}
{" "}
-
I am a final Year BTech CSE student at Jaypee Institute of
Information Technology in Noida, India.{" "}
{" "}
-
Currently working as an SDE Intern(Backend) at{" "}
Innovaccer as part of
the DAP(Data Activation Platform).{" "}
{" "}
-
I enjoy designing and creating the backend logic for projects
and am also proficient in frontend development.{" "}
{" "}
{" "}
{" "}
{" "}
{" "}
);
}
}
export default About;