Mercurial
diff 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 |
line wrap: on
line diff
--- a/mrjunejune/src/index.html Fri Jan 02 17:47:10 2026 -0800 +++ b/mrjunejune/src/index.html Fri Jan 02 18:02:22 2026 -0800 @@ -23,17 +23,18 @@ <img id="currentPhoto" style="opacity: 0; transition: opacity 0.2s;" /> </div> - <p>During my free time, I like to write codes mostly in C, Python, and Typescript.</p> - <p>This website is hosted using my own server library which I wrote in C.</p> + <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> + <p>Feel free to check it out. My bad code..</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="https://zenbu.babocoder.com/file/tip">Repository</a> - Check out my monorepo code</li> <li><a href="/resume">Resume</a> - My professional experiences </li> <li><a href="/tools">Tools</a> - Tools </li> <!-- <li><a href="/blogs">Blogs</a> - Personal Blogs where I rant </li> --> - </ul> + </ul> </main> + {{/parts/footer.html}} </body> <script> let arr = Array.from({ length: 18 }, (_, i) => i+1);