Mercurial
diff 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 |
line wrap: on
line diff
--- a/mrjunejune/src/index.html Thu Jan 01 16:34:51 2026 -0800 +++ b/mrjunejune/src/index.html Fri Jan 02 17:47:10 2026 -0800 @@ -7,6 +7,7 @@ .epi-photo { display: flex; justify-content: center; + margin-bottom: 10px; } </style> </head> @@ -22,7 +23,7 @@ <img id="currentPhoto" style="opacity: 0; transition: opacity 0.2s;" /> </div> - <p>During my free time, I like to write codes mostly in C, typescript and python.</p> + <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> <h2>Links</h2> @@ -30,6 +31,7 @@ <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 experiences </li> <li><a href="/tools">Tools</a> - Tools </li> + <!-- <li><a href="/blogs">Blogs</a> - Personal Blogs where I rant </li> --> </ul> </main> </body>