diff 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
line wrap: on
line diff
--- a/mrjunejune/src/index.html	Thu Jan 01 13:16:30 2026 -0800
+++ b/mrjunejune/src/index.html	Thu Jan 01 14:05:34 2026 -0800
@@ -15,14 +15,19 @@
   <body>
      {{/parts/header.html}}
      <main>
-       <h1>Hi, I'm June</h1>
+       <p>Hi, my name is Juntae, but most people call me June.</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>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 experience</li>
+         <li><a href="/resume">Resume</a> - My professional experiences </li>
          <li><a href="/tools">Tools</a> - Tools I use daily</li>
        </ul>
      </main>