��<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Malachi Robbins</title> <style> @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Ledger&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); @import url(styles.css); </style> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-CV5EMFWBFN"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-CV5EMFWBFN'); </script> </head> <body> <main> <img src="/images/malachi-robbins-headshot-480.png" alt="A headshot of Malachi Robbins"> <div class="contentColumn"> <h1>Malachi Robbins</h1> <h2>Software Engineer</h2> <p>I'm a creative software engineer with 7+ years of experience and a background in game development. Through my company, Biplane Studio LLC, I am a freelance web developer/designer while also working on game projects. Our current game is a coffee shop simulator crossed with neo-noir horror. I love creating digital experiences that are filled with beauty and meaning while prioritizing functionality. A perfectionist at heart, I'm always trying to bring what I do to the next level, whether that's writing, brewing a fantastic mug of coffee, or cooking a delicious meal.</p> <div class="socialBar"> <a id="github" href="https://github.com/malachi2237"><img src="/images/github-mark-white.svg" alt="Github" height="72"></a> <a id="artstation" href="https://malachi2237.artstation.com/"><img src="/images/ArtStation-logomark-white.svg" alt="Artstation" height="72"></a> <a id="linkedin" href="https://www.linkedin.com/in/malachirobbins/"><img src="images/LI-In-Bug.png" alt="LinkedIn"></a> </div> </div> </main> </body> </html>