Updated Devtools and Full Time position

This commit is contained in:
2024-06-23 23:46:08 -04:00
parent 86c08a95e1
commit 4aed6b824d
18 changed files with 299 additions and 30 deletions

View File

@@ -4,13 +4,13 @@ import { Grid, Row, Col } from "react-bootstrap";
import "./about.css";
import AmanTahilianiPortfolio from "../media/AmanTahilianiPortfolio.png";
import { Button } from "bootstrap";
import resume from "../media/AmanTahilianiJan23Resume.pdf"
import resume from "../media/Aman_Tahiliani_Resume_June24.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'
import { library } from "@fortawesome/fontawesome-svg-core";
import { faFileDownload } from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
library.add(faFileDownload)
library.add(faFileDownload);
class About extends Component {
render() {
@@ -30,20 +30,43 @@ class About extends Component {
<Row className="Info">
<ul>
<li>
Currently pursuing a Master's degree from Georgia Institute of Technology majoring in Computer Science with a specialization in Computing Systems. (#GoJackets) {" "}
Currently working at <a href="https://rimidi.com/">Rimidi</a>,
a Software as a Service (SaaS) startup, full-time as a Software
Engineer with a special emphasis on data interoperabiltiy and
building a robust set of tools to enable secure flow of
sensitive patient health information across health systems.
</li>
<li>
Graduated from Georgia Tech in 2024 with a Master's Of Science
degree in Computer Science (MSCS), with emphasis on Computing
Systems and Machine Learning. (#GoJackets{" \uD83D\uDC1D"})
</li>{" "}
<li>
Worked as an SDE Intern(Backend) at{" "}
<a href="https://innovaccer.com/">Innovaccer</a> as part of
the DAP(Data Activation Platform) alongside my undergraduate BTech. in Computer Science program at Jaypee Institute of Information Technology.{" "}
</li>{" "}
<li>
I enjoy designing and creating the backend logic for projects
and am also proficient in frontend development.{" "}
Interned as an SDE (Backend) at{" "}
<a href="https://innovaccer.com/">Innovaccer</a> twice as part
of the Data Activation Platform and Licence
Management/Platform Configuration Teams.{" "}
</li>{" "}
</ul>{" "}
</Row>{" "}
<button style={{borderRadius:"0.8em", width:"auto",height:"40px", fontSize:"larger", backgroundColor:"rgb(5, 255, 180)"}}><FontAwesomeIcon icon="file-download"/> <a href={resume} style= {{color: "black", textDecoration:"none"}} download="AmanTahilianiJan23Resume.pdf">Resume</a></button>
<button
style={{
borderRadius: "0.8em",
width: "auto",
height: "40px",
fontSize: "larger",
backgroundColor: "rgb(5, 255, 180)",
}}
>
<FontAwesomeIcon icon="file-download" />{" "}
<a
href={resume}
style={{ color: "black", textDecoration: "none" }}
download="Aman_Tahiliani_Resume.pdf"
>
Resume
</a>
</button>
</Col>{" "}
</Row>{" "}
</div>