view mrjunejune/src/index.html @ 85:0618addd5438

Updated so CSS and JS works for non root path.
author June Park <parkjune1995@gmail.com>
date Thu, 01 Jan 2026 13:16:30 -0800
parents bcc76a156aea
children 431df06b1a9b
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>
       <h1>Hi, I'm June</h1>

       <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>

       <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 experience</li>
         <li><a href="/tools">Tools</a> - Tools I use daily</li>
       </ul>
     </main>
  </body>
</html>