Mercurial
comparison mrjunejune/src/index.html @ 84:bcc76a156aea
Updated to be called src instead of pages.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 01 Jan 2026 13:01:10 -0800 |
| parents | |
| children | 431df06b1a9b |
comparison
equal
deleted
inserted
replaced
| 83:49b611c808e7 | 84:bcc76a156aea |
|---|---|
| 1 <!doctype html> | |
| 2 <html lang="en"> | |
| 3 <head> | |
| 4 <title> MrJuneJune </title> | |
| 5 <link rel="icon" type="image/svg+xml" href="/public/epi_all_colors.svg"> | |
| 6 | |
| 7 <link rel="preload" href="/fonts/Roboto-Regular.ttf" as="font" type="font/tff" crossorigin> | |
| 8 <link rel="preload" href="/fonts/Roboto-Thin.ttf"as="font" type="font/tff" crossorigin> | |
| 9 <link rel="preload" href="/fonts/atkinson-regular.woff" as="font" type="font/woff" crossorigin> | |
| 10 <link rel="preload" href="/fonts/atkinson-bold.woff" as="font" type="font/woff" crossorigin> | |
| 11 | |
| 12 <link rel="preload" href="base.css" as="style" /> | |
| 13 <link rel="stylesheet" href="base.css" /> | |
| 14 </head> | |
| 15 <body> | |
| 16 {{/parts/header.html}} | |
| 17 <main> | |
| 18 <h1>Hi, I'm June</h1> | |
| 19 | |
| 20 <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> | |
| 21 | |
| 22 <h2>Links</h2> | |
| 23 <ul> | |
| 24 <li><a href="https://zenbu.babocoder.com/file/tip">Repository</a> - Check out my code (MIT License)</li> | |
| 25 <li><a href="/resume">Resume</a> - My professional experience</li> | |
| 26 <li><a href="/tools">Tools</a> - Tools I use daily</li> | |
| 27 </ul> | |
| 28 </main> | |
| 29 </body> | |
| 30 </html> |