Mercurial
view mrjunejune/pages/index.html @ 83:49b611c808e7
Linked React games to mrjunejune pages.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 01 Jan 2026 12:56:14 -0800 |
| parents | 1ded13720541 |
| children |
line wrap: on
line source
<!doctype html> <html lang="en"> <head> <title> MrJuneJune </title> <link rel="icon" type="image/svg+xml" href="/public/epi_all_colors.svg"> <link rel="preload" href="/fonts/Roboto-Regular.ttf" as="font" type="font/tff" crossorigin> <link rel="preload" href="/fonts/Roboto-Thin.ttf"as="font" type="font/tff" crossorigin> <link rel="preload" href="/fonts/atkinson-regular.woff" as="font" type="font/woff" crossorigin> <link rel="preload" href="/fonts/atkinson-bold.woff" as="font" type="font/woff" crossorigin> <link rel="preload" href="base.css" as="style" /> <link rel="stylesheet" href="base.css" /> </head> <body> {{/parts/header.html}} <main> <h1>Hi, I'm June</h1> <p>But many people call me MrJuneJune. I'm a software engineer whoe code for fun on my free time. I also have a dog.</p> <h2>Links</h2> <ul> <li><a href="https://zenbu.babocoder.com/file/tip">Repository</a> - Check out my code (MIT License)</li> <li><a href="/resume">Resume</a> - My professional experience</li> <li><a href="/tools">Tools</a> - Tools I use daily</li> </ul> </main> </body> </html>