Mercurial
comparison mrjunejune/src/index.html @ 92:655ea0b661fd
[Seobeo] Added few endpoints for handling files. [Dowa] Added few functions for random number and generating uuids
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Fri, 02 Jan 2026 17:47:10 -0800 |
| parents | 19cccf6e866a |
| children | be91a73d801a |
comparison
equal
deleted
inserted
replaced
| 91:19cccf6e866a | 92:655ea0b661fd |
|---|---|
| 5 {{//parts/base_head.html}} | 5 {{//parts/base_head.html}} |
| 6 <style> | 6 <style> |
| 7 .epi-photo { | 7 .epi-photo { |
| 8 display: flex; | 8 display: flex; |
| 9 justify-content: center; | 9 justify-content: center; |
| 10 margin-bottom: 10px; | |
| 10 } | 11 } |
| 11 </style> | 12 </style> |
| 12 </head> | 13 </head> |
| 13 <body> | 14 <body> |
| 14 {{/parts/header.html}} | 15 {{/parts/header.html}} |
| 20 | 21 |
| 21 <div class="epi-photo"> | 22 <div class="epi-photo"> |
| 22 <img id="currentPhoto" style="opacity: 0; transition: opacity 0.2s;" /> | 23 <img id="currentPhoto" style="opacity: 0; transition: opacity 0.2s;" /> |
| 23 </div> | 24 </div> |
| 24 | 25 |
| 25 <p>During my free time, I like to write codes mostly in C, typescript and python.</p> | 26 <p>During my free time, I like to write codes mostly in C, Python, and Typescript.</p> |
| 26 <p>This website is hosted using my own server library which I wrote in C.</p> | 27 <p>This website is hosted using my own server library which I wrote in C.</p> |
| 27 | 28 |
| 28 <h2>Links</h2> | 29 <h2>Links</h2> |
| 29 <ul> | 30 <ul> |
| 30 <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 code (MIT License)</li> |
| 31 <li><a href="/resume">Resume</a> - My professional experiences </li> | 32 <li><a href="/resume">Resume</a> - My professional experiences </li> |
| 32 <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> --> | |
| 33 </ul> | 35 </ul> |
| 34 </main> | 36 </main> |
| 35 </body> | 37 </body> |
| 36 <script> | 38 <script> |
| 37 let arr = Array.from({ length: 18 }, (_, i) => i+1); | 39 let arr = Array.from({ length: 18 }, (_, i) => i+1); |