view mrjunejune/src/index.html @ 88:a3962e681490

Fixed routing issues.
author June Park <parkjune1995@gmail.com>
date Thu, 01 Jan 2026 14:29:36 -0800
parents 431df06b1a9b
children 19cccf6e866a
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>
       <p>Hi, my name is Juntae, but most people call me June.</p>

       <p>I am a software engineer with experience spanning a wide range of companies, from small startups to FAANG[s].</p>
       <p>I know it is lame to work for them, but I have a dog so I need to put foods on my table.</p>

       <img> dog photos </img>

       <p>This website is hosted using my own server library which I wrote in C.</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 experiences </li>
         <li><a href="/tools">Tools</a> - Tools I use daily</li>
       </ul>
     </main>
  </body>
</html>