Mercurial
comparison mrjunejune/pages/index.html @ 73:ede391ac83c8
[MrJuneJune] My own websites.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Wed, 31 Dec 2025 09:07:29 -0800 |
| parents | 114cad94008f |
| children | 35b1abc37969 |
comparison
equal
deleted
inserted
replaced
| 72:4532ce6d9eb8 | 73:ede391ac83c8 |
|---|---|
| 5 <link rel="stylesheet" href="base.css" /> | 5 <link rel="stylesheet" href="base.css" /> |
| 6 <link rel="stylesheet" href="resume.css" /> | 6 <link rel="stylesheet" href="resume.css" /> |
| 7 </head> | 7 </head> |
| 8 <body> | 8 <body> |
| 9 <main> | 9 <main> |
| 10 <div id="header"></div> | |
| 10 <div> | 11 <div> |
| 11 <p>Hi, my name is Juntae, but most people call me <b>June</b>.</p> | 12 <p>Hi, my name is Juntae, but most people call me <b>June</b>.</p> |
| 12 <p>I am a software engineer with experience spanning a wide range of companies, from small startups to FAANG. </p> | 13 <p>I am a software engineer with experience spanning a wide range of companies, from small startups to FAANG. </p> |
| 13 <p>Feel free to check out my <a href="/resume.pdf"> resume </a> below, and if you're interested, don’t hesitate to contact me for contract work ranging from web/app development to embedded programming.</p> | 14 <p>Feel free to check out my <a href="/resume.pdf"> resume </a> below, and if you're interested, don’t hesitate to contact me for contract work ranging from web/app development to embedded programming.</p> |
| 14 </div> | 15 </div> |
| 233 </div> | 234 </div> |
| 234 <div class="flex-box"> | 235 <div class="flex-box"> |
| 235 <p class="entry-position-style">BACHELOR OF SCIENCE IN PHYSICS</p> | 236 <p class="entry-position-style">BACHELOR OF SCIENCE IN PHYSICS</p> |
| 236 <p class="entry-date-style">2014 - 2018</p> | 237 <p class="entry-date-style">2014 - 2018</p> |
| 237 </div> | 238 </div> |
| 239 <div id="footer"></div> | |
| 238 </main> | 240 </main> |
| 239 </body> | 241 </body> |
| 242 <script href="index.js"></script> | |
| 240 </html> | 243 </html> |