2023-04-23 17:15:48 -04:00
|
|
|
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
|
|
|
|
import { faGithub, faLinkedin } from "@fortawesome/free-brands-svg-icons";
|
|
|
|
import { faEnvelope } from "@fortawesome/free-solid-svg-icons";
|
|
|
|
|
2023-04-21 21:39:53 -04:00
|
|
|
import Layout from "./LayoutPage";
|
2023-04-16 20:10:40 -04:00
|
|
|
export default Layout;
|
|
|
|
|
2023-04-23 17:15:48 -04:00
|
|
|
Developer living in New York City
|
2023-04-16 20:10:40 -04:00
|
|
|
|
2023-04-23 17:15:48 -04:00
|
|
|
> <FontAwesomeIcon
|
|
|
|
> icon={faEnvelope}
|
|
|
|
> style={{ color: "var(--color-secondary)" }}
|
|
|
|
> /> [bradlee@speice.io](mailto:bradlee@speice.io)
|
|
|
|
>
|
|
|
|
> <FontAwesomeIcon
|
|
|
|
> icon={faGithub}
|
|
|
|
> style={{ color: "var(--color-secondary)" }}
|
|
|
|
> /> [bspeice](https://github.com/bspeice)
|
|
|
|
>
|
|
|
|
> <FontAwesomeIcon
|
|
|
|
> icon={faLinkedin}
|
|
|
|
> style={{ color: "var(--color-secondary)" }}
|
|
|
|
> /> [bradleespeice](https://www.linkedin.com/in/bradleespeice/)
|