diff 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
line wrap: on
line diff
--- a/mrjunejune/pages/index.html	Thu Jan 01 08:24:06 2026 -0800
+++ b/mrjunejune/pages/index.html	Thu Jan 01 12:45:22 2026 -0800
@@ -1,6 +1,8 @@
 <!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>
@@ -12,17 +14,16 @@
   <body>
      {{/parts/header.html}}
      <main>
+       <h1>Hi, I'm June</h1>
 
-       <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>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>
 
-       <p> Below are links I used for my own productivity reasons.</p>
+       <h2>Links</h2>
        <ul>
-         <li> <a href="/tools">Tools</a> </li>
+         <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>
-  <script src="index.js"></script>
 </html>