Mercurial
comparison mrjunejune/src/index.html @ 86:431df06b1a9b
Fixed few things.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 01 Jan 2026 14:05:34 -0800 |
| parents | bcc76a156aea |
| children | 19cccf6e866a |
comparison
equal
deleted
inserted
replaced
| 85:0618addd5438 | 86:431df06b1a9b |
|---|---|
| 13 <link rel="stylesheet" href="base.css" /> | 13 <link rel="stylesheet" href="base.css" /> |
| 14 </head> | 14 </head> |
| 15 <body> | 15 <body> |
| 16 {{/parts/header.html}} | 16 {{/parts/header.html}} |
| 17 <main> | 17 <main> |
| 18 <h1>Hi, I'm June</h1> | 18 <p>Hi, my name is Juntae, but most people call me June.</p> |
| 19 | 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> | 20 <p>I am a software engineer with experience spanning a wide range of companies, from small startups to FAANG[s].</p> |
| 21 <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> | |
| 22 | |
| 23 <img> dog photos </img> | |
| 24 | |
| 25 <p>This website is hosted using my own server library which I wrote in C.</p> | |
| 21 | 26 |
| 22 <h2>Links</h2> | 27 <h2>Links</h2> |
| 23 <ul> | 28 <ul> |
| 24 <li><a href="https://zenbu.babocoder.com/file/tip">Repository</a> - Check out my code (MIT License)</li> | 29 <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> | 30 <li><a href="/resume">Resume</a> - My professional experiences </li> |
| 26 <li><a href="/tools">Tools</a> - Tools I use daily</li> | 31 <li><a href="/tools">Tools</a> - Tools I use daily</li> |
| 27 </ul> | 32 </ul> |
| 28 </main> | 33 </main> |
| 29 </body> | 34 </body> |
| 30 </html> | 35 </html> |