comparison mrjunejune/pages/index.html @ 82:1ded13720541

Added new logos.
author June Park <parkjune1995@gmail.com>
date Thu, 01 Jan 2026 12:45:22 -0800
parents d55157451947
children
comparison
equal deleted inserted replaced
81:37fc1ec888b6 82:1ded13720541
1 <!doctype html> 1 <!doctype html>
2 <html lang="en"> 2 <html lang="en">
3 <head> 3 <head>
4 <title> MrJuneJune </title>
5 <link rel="icon" type="image/svg+xml" href="/public/epi_all_colors.svg">
4 <link rel="preload" href="/fonts/Roboto-Regular.ttf" as="font" type="font/tff" crossorigin> 6 <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> 7 <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> 8 <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> 9 <link rel="preload" href="/fonts/atkinson-bold.woff" as="font" type="font/woff" crossorigin>
8 10
10 <link rel="stylesheet" href="base.css" /> 12 <link rel="stylesheet" href="base.css" />
11 </head> 13 </head>
12 <body> 14 <body>
13 {{/parts/header.html}} 15 {{/parts/header.html}}
14 <main> 16 <main>
17 <h1>Hi, I'm June</h1>
15 18
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> 19 <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>
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 20
21 <p> Below are links I used for my own productivity reasons.</p> 21 <h2>Links</h2>
22 <ul> 22 <ul>
23 <li> <a href="/tools">Tools</a> </li> 23 <li><a href="https://zenbu.babocoder.com/file/tip">Repository</a> - Check out my code (MIT License)</li>
24 <li><a href="/resume">Resume</a> - My professional experience</li>
25 <li><a href="/tools">Tools</a> - Tools I use daily</li>
24 </ul> 26 </ul>
25 </main> 27 </main>
26 </body> 28 </body>
27 <script src="index.js"></script>
28 </html> 29 </html>