import { Header } from "./components/Header"; import { StyledLink } from "./components/utils/StyledLink"; import { Text } from "./components/utils/Text"; import { GroupedText, FancyUnderline } from "./components/utils/Text"; import { ProfilePicture } from "./components/images/ProfilePicture"; import { Footer } from "./components/Footer"; export default function Home() { return (
I am a{" "} Software Engineer at the BBC .{" "} I obtained my degree while working full-time, you can learn more about that by visiting{" \""} Graduate Apprenticeships - University of Glasgow ." You'll usually find me nerding out about technology and playing video games. Contributing to open-source is a big passion of mine and I'm grateful to be a{" "} Core Maintainer for Catppuccin . When I'm not staring at a screen, I love taking my Canon EOS R50 out for a spin and capturing my friends and the world around me. Eventually, I'd like to turn this website into a place where I can share my thoughts, projects, and photographs with everyone. Hopefully sometime soon ~~~
); }