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"; import { Button } from "bootstrap"; import resume from "../media/AmanTahilianiResume.pdf" // const img = '../media/AmanTahilianiPortfolio.png' import { library } from '@fortawesome/fontawesome-svg-core' import { faFileDownload } from '@fortawesome/free-solid-svg-icons' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' library.add(faFileDownload) class About extends Component { render() { return (
{" "}

Hi There!

{" "}
{" "}

Let me tell you a little about myself

{" "}
{" "}
  • Currently pursuing a Master's degree from Georgia Institute of Technology majoring in Computer Science with a specialization in Computing Systems. (#GoJackets) {" "}
  • {" "}
  • Worked as an SDE Intern(Backend) at{" "} Innovaccer as part of the DAP(Data Activation Platform) alongside my undergraduate BTech. in Computer Science program at Jaypee Institute of Information Technology.{" "}
  • {" "}
  • I enjoy designing and creating the backend logic for projects and am also proficient in frontend development.{" "}
  • {" "}
{" "}
{" "} {" "}
{" "}
); } } export default About;