Mercurial
view mrjunejune/pages/index.html @ 80:d55157451947
[MrJuneJune] Updating my homepage.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 01 Jan 2026 08:23:46 -0800 |
| parents | e7bf9e002850 |
| children | 1ded13720541 |
line wrap: on
line source
<!doctype html> <html lang="en"> <head> <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> <p> Hi, my name is Juntae Park. Most people call me June irl or MrJuneJune online. I am a software engineer who codes for fun on my off time. </p> <p> If you want to check out what I have done professionally, you can read my <a href="/resume">resume</a></p> <p> If you want to check out what I code on my off time, you can check out my mercurial repo. All my codes are MIT License and free to share / use.</p> <p> If you care about my thoughts on programming, you can read my blogs. </p> <p> Below are links I used for my own productivity reasons.</p> <ul> <li> <a href="/tools">Tools</a> </li> </ul> </main> </body> <script src="index.js"></script> </html>