diff --git a/public/resume.pdf b/public/resume.pdf index 51df9d1..14bd1e0 100644 Binary files a/public/resume.pdf and b/public/resume.pdf differ diff --git a/src/components/aboutWindow/AboutWindow.jsx b/src/components/aboutWindow/AboutWindow.jsx index 4bc4e21..8c4ea86 100644 --- a/src/components/aboutWindow/AboutWindow.jsx +++ b/src/components/aboutWindow/AboutWindow.jsx @@ -38,8 +38,14 @@ const AboutWindow = ({ handleNavigation }) => {
My name is Antonio, and I am currently a Software Engineer at{" "} - {websiteLink("Hall Capital Partners", "https://www.hallcapital.com/")} - . Previously, I worked at{" "} + {websiteLink("Atlassian", "https://www.atlassian.com/")}, building new + features for the{" "} + {websiteLink( + "Confluence Cloud", + "https://www.atlassian.com/software/confluence", + )}{" "} + product. Previously, I worked at{" "} + {websiteLink("Hall Capital Partners", "https://pathstone.com/")},{" "} {websiteLink( "Inductive Automation", "https://inductiveautomation.com/", diff --git a/src/pages/contact/Contact.jsx b/src/pages/contact/Contact.jsx index ac46b39..0ec493f 100644 --- a/src/pages/contact/Contact.jsx +++ b/src/pages/contact/Contact.jsx @@ -1,5 +1,5 @@ import React, { useState, useEffect } from "react"; -import { Typography } from "@mui/material"; +import { Typography, Link } from "@mui/material"; import { Fade } from "@mui/material"; import "./contact.css"; import PropTypes from "prop-types"; @@ -10,29 +10,31 @@ const Contact = ({ contactIsVisible }) => { }; const [isVisible, setIsVisible] = useState(true); - const email = "abfranco@berkeley.edu"; useEffect(() => { setIsVisible(contactIsVisible); }, [contactIsVisible]); - const handleEmailClick = () => { - window.location.href = `mailto:${email}`; - }; + const websiteLink = (text, url) => ( + + {text} + + ); return (
- The best way to reach me is to email me at: - - - {email} + The best way to reach me is via{" "} + {websiteLink("LinkedIn", "https://www.linkedin.com/in/abfranco/")}!
diff --git a/src/pages/home/Home.jsx b/src/pages/home/Home.jsx index 93b1f0a..68ffaee 100644 --- a/src/pages/home/Home.jsx +++ b/src/pages/home/Home.jsx @@ -4,6 +4,7 @@ import { faLinkedin, faGithub, faStrava, + faInstagram, } from "@fortawesome/free-brands-svg-icons"; import SelfPic from "./../../assets/images/self_pic.jpg"; import "./home.css"; @@ -60,6 +61,14 @@ const Home = ({ homeIsVisible }) => { > + + +