Mercurial
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 79:5710108c949e | 80:d55157451947 |
|---|---|
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html lang="en"> | 2 <html lang="en"> |
| 3 <head> | 3 <head> |
| 4 <link rel="preload" href="/fonts/Roboto-Regular.ttf" as="font" type="font/tff" crossorigin> | |
| 5 <link rel="preload" href="/fonts/Roboto-Thin.ttf"as="font" type="font/tff" crossorigin> | |
| 6 <link rel="preload" href="/fonts/atkinson-regular.woff" as="font" type="font/woff" crossorigin> | |
| 7 <link rel="preload" href="/fonts/atkinson-bold.woff" as="font" type="font/woff" crossorigin> | |
| 8 | |
| 9 <link rel="preload" href="base.css" as="style" /> | |
| 4 <link rel="stylesheet" href="base.css" /> | 10 <link rel="stylesheet" href="base.css" /> |
| 5 <link rel="stylesheet" href="resume.css" /> | |
| 6 </head> | 11 </head> |
| 7 <body> | 12 <body> |
| 13 {{/parts/header.html}} | |
| 8 <main> | 14 <main> |
| 9 {{/parts/header.html}} | 15 |
| 10 <h1> Useful scripts </h1> | 16 <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> |
| 17 <p> If you want to check out what I have done professionally, you can read my <a href="/resume">resume</a></p> | |
| 18 <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> | |
| 19 <p> If you care about my thoughts on programming, you can read my blogs. </p> | |
| 20 | |
| 21 <p> Below are links I used for my own productivity reasons.</p> | |
| 11 <ul> | 22 <ul> |
| 12 <li> <a href="/resume"> Resume </a> </li> | 23 <li> <a href="/tools">Tools</a> </li> |
| 13 <li> <a href="/tools"> Tools </a> </li> | |
| 14 </ul> | 24 </ul> |
| 15 </main> | 25 </main> |
| 16 </body> | 26 </body> |
| 27 <script src="index.js"></script> | |
| 17 </html> | 28 </html> |