diff mrjunejune/test/snapshots/root.snapshot @ 109:1c446ab6f945

[MrJuneJune] New Blog about writing Seobeo library.
author June Park <parkjune1995@gmail.com>
date Sat, 03 Jan 2026 19:37:51 -0800
parents 092afa595764
children e7899c93da77
line wrap: on
line diff
--- a/mrjunejune/test/snapshots/root.snapshot	Sat Jan 03 17:29:12 2026 -0800
+++ b/mrjunejune/test/snapshots/root.snapshot	Sat Jan 03 19:37:51 2026 -0800
@@ -1,13 +1,15 @@
 HTTP/1.1 200 OK
 Content-Type: text/html
-Content-Length: 5322
+Content-Length: 5723
 Connection: close
 
 <!doctype html>
 <html lang="en">
   <head>
     <title> MrJuneJune </title>
-    <link rel="icon" type="image/svg+xml" href="/public/epi_all_colors.svg">
+    <meta charset="UTF-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<link rel="icon" type="image/svg+xml" href="/public/epi_all_colors.svg">
 
 <link rel="preload" href="/public/fonts/Roboto-Regular.ttf" as="font"  crossorigin>
 <link rel="preload" href="/public/fonts/Roboto-Thin.ttf"as="font" crossorigin>
@@ -29,6 +31,26 @@
         justify-content: center;
         margin-bottom: 10px;
       }
+
+      .epi-photo img {
+        max-width: 100%;
+        height: auto;
+        border-radius: 8px;
+      }
+
+      @media (max-width: 720px) {
+        .epi-photo {
+          margin-bottom: 1.5em;
+        }
+
+        ul {
+          padding-left: 1.5em;
+        }
+
+        li {
+          margin-bottom: 0.75em;
+        }
+      }
     </style>
   </head>
   <body>
@@ -180,15 +202,15 @@
          <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. 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>
+       <p>During my free time, I like to write codes mostly in C, Python, and Typescript; all in mono repo styles using 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 monorepo code</li>
+         <li><a href="https://zenbu.babocoder.com/file/tip">Repository</a> - Check out my code</li>
+         <li><a href="/blog">Blogs</a> - My thoughts / Experiments </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> -->
+         <li><a href="/tools">Tools</a> - Things I made for myself </li>
        </ul> 
      </main>
      <div style="display: flex; align-items: center; justify-content: center; margin: 30px 0px;">