Mercurial
comparison mrjunejune/src/index.html @ 93:be91a73d801a
[MrJuneJune] Updated my website.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Fri, 02 Jan 2026 18:02:22 -0800 |
| parents | 655ea0b661fd |
| children | 3bdfffaad162 |
comparison
equal
deleted
inserted
replaced
| 92:655ea0b661fd | 93:be91a73d801a |
|---|---|
| 21 | 21 |
| 22 <div class="epi-photo"> | 22 <div class="epi-photo"> |
| 23 <img id="currentPhoto" style="opacity: 0; transition: opacity 0.2s;" /> | 23 <img id="currentPhoto" style="opacity: 0; transition: opacity 0.2s;" /> |
| 24 </div> | 24 </div> |
| 25 | 25 |
| 26 <p>During my free time, I like to write codes mostly in C, Python, and Typescript.</p> | 26 <p>During my free time, I like to write codes mostly in C, Python, and Typescript. All in mono repo styles using mercurial and bazel. (I know that is mentally ill...)</p> |
| 27 <p>This website is hosted using my own server library which I wrote in C.</p> | 27 <p>Feel free to check it out. My bad code..</p> |
| 28 | 28 |
| 29 <h2>Links</h2> | 29 <h2>Links</h2> |
| 30 <ul> | 30 <ul> |
| 31 <li><a href="https://zenbu.babocoder.com/file/tip">Repository</a> - Check out my code (MIT License)</li> | 31 <li><a href="https://zenbu.babocoder.com/file/tip">Repository</a> - Check out my monorepo code</li> |
| 32 <li><a href="/resume">Resume</a> - My professional experiences </li> | 32 <li><a href="/resume">Resume</a> - My professional experiences </li> |
| 33 <li><a href="/tools">Tools</a> - Tools </li> | 33 <li><a href="/tools">Tools</a> - Tools </li> |
| 34 <!-- <li><a href="/blogs">Blogs</a> - Personal Blogs where I rant </li> --> | 34 <!-- <li><a href="/blogs">Blogs</a> - Personal Blogs where I rant </li> --> |
| 35 </ul> | 35 </ul> |
| 36 </main> | 36 </main> |
| 37 {{/parts/footer.html}} | |
| 37 </body> | 38 </body> |
| 38 <script> | 39 <script> |
| 39 let arr = Array.from({ length: 18 }, (_, i) => i+1); | 40 let arr = Array.from({ length: 18 }, (_, i) => i+1); |
| 40 function setRandomImages() { | 41 function setRandomImages() { |
| 41 const randomIndex = Math.floor(Math.random() * arr.length); | 42 const randomIndex = Math.floor(Math.random() * arr.length); |