chore: commit in-progress metadata and asset updates

This commit is contained in:
kbot
2026-07-06 19:49:42 -05:00
parent eaef10c824
commit 9f6b22891f
14 changed files with 1346 additions and 48 deletions

95
public/og-image.svg Normal file
View File

@@ -0,0 +1,95 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 630" width="1200" height="630">
<rect width="1200" height="630" fill="#fff"/>
<g transform="translate(400,315)">
<!-- Outer circle -->
<circle cx="0" cy="0" r="220" fill="none" stroke="#000" stroke-width="2"/>
<!-- Triangle up -->
<polygon points="0,-220 190.5,110 -190.5,110" fill="none" stroke="#000" stroke-width="1.5"/>
<!-- Triangle down -->
<polygon points="0,220 -190.5,-110 190.5,-110" fill="none" stroke="#000" stroke-width="1.5"/>
<!-- Circle inscribed -->
<circle cx="0" cy="0" r="110" fill="none" stroke="#000" stroke-width="1.5"/>
<!-- Hexagon -->
<polygon points="95,-165 190.5,-55 190.5,55 95,165 -95,165 -190.5,55 -190.5,-55 -95,-165"
fill="none" stroke="#000" stroke-width="1"/>
<!-- Inner circle -->
<circle cx="0" cy="0" r="55" fill="none" stroke="#000" stroke-width="1.5"/>
<!-- Inner triangle up -->
<polygon points="0,-55 47.6,27.5 -47.6,27.5" fill="none" stroke="#000" stroke-width="1"/>
<!-- Inner triangle down -->
<polygon points="0,55 -47.6,-27.5 47.6,-27.5" fill="none" stroke="#000" stroke-width="1"/>
<!-- Small circle -->
<circle cx="0" cy="0" r="27" fill="none" stroke="#000" stroke-width="1.5"/>
<!-- Tiny triangles -->
<polygon points="0,-27 23.4,13.5 -23.4,13.5" fill="none" stroke="#000" stroke-width="0.8"/>
<polygon points="0,27 -23.4,-13.5 23.4,-13.5" fill="none" stroke="#000" stroke-width="0.8"/>
<!-- Center dot -->
<circle cx="0" cy="0" r="4" fill="#000"/>
<!-- Radial lines -->
<g stroke="#000" stroke-width="0.5" opacity="0.4">
<line x1="0" y1="-4" x2="0" y2="-220"/>
<line x1="0" y1="4" x2="0" y2="220"/>
<line x1="0" y1="0" x2="190.5" y2="110"/>
<line x1="0" y1="0" x2="-190.5" y2="110"/>
<line x1="0" y1="0" x2="190.5" y2="-110"/>
<line x1="0" y1="0" x2="-190.5" y2="-110"/>
</g>
<!-- Vertex dots -->
<g fill="#fff" stroke="#000" stroke-width="1.2">
<circle cx="0" cy="-220" r="5"/>
<circle cx="190.5" cy="110" r="5"/>
<circle cx="-190.5" cy="110" r="5"/>
</g>
<g fill="#000">
<circle cx="0" cy="-220" r="2"/>
<circle cx="190.5" cy="110" r="2"/>
<circle cx="-190.5" cy="110" r="2"/>
</g>
<!-- Dashed outer ring -->
<circle cx="0" cy="0" r="232" fill="none" stroke="#000" stroke-width="0.6" stroke-dasharray="2 6"/>
<!-- Arc marks -->
<g stroke="#000" stroke-width="1.2" stroke-linecap="round" fill="none">
<path d="M -6,-226 A 6,6 0 0,1 6,-226"/>
<path d="M -6,226 A 6,6 0 0,0 6,226"/>
<path d="M -226,-6 A 6,6 0 0,0 -226,6"/>
<path d="M 226,-6 A 6,6 0 0,1 226,6"/>
</g>
<!-- Cardinal dots -->
<g fill="#000">
<circle cx="0" cy="-232" r="1.5"/>
<circle cx="0" cy="232" r="1.5"/>
<circle cx="-232" cy="0" r="1.5"/>
<circle cx="232" cy="0" r="1.5"/>
</g>
<!-- Corner marks -->
<g stroke="#000" stroke-width="1" stroke-linecap="round" opacity="0.5">
<line x1="-164" y1="-164" x2="-152" y2="-152"/>
<line x1="164" y1="-164" x2="152" y2="-152"/>
<line x1="-164" y1="164" x2="-152" y2="152"/>
<line x1="164" y1="164" x2="152" y2="152"/>
</g>
</g>
<!-- Text on the right -->
<text x="750" y="300" font-family="Georgia, serif" font-size="72" fill="#000" letter-spacing="-1">Krishna</text>
<text x="750" y="360" font-family="monospace" font-size="22" fill="#000" opacity="0.6" letter-spacing="2">JOURNAL</text>
<line x1="750" y1="390" x2="850" y2="390" stroke="#000" stroke-width="1" opacity="0.4"/>
<text x="750" y="425" font-family="monospace" font-size="14" fill="#000" opacity="0.35" letter-spacing="1">CODE &amp; MATH</text>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB