Skip to content

Instantly share code, notes, and snippets.

@junhjang
junhjang / blog3-preview.html
Last active May 25, 2026 07:52
blog3 cid keyspace draft (KO)
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>엔진의 ID 는 ClientOrderId 다 (초안)</title>
<style>
body { max-width: 1000px; margin: 40px auto; padding: 0 24px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif; color: #1e293b; line-height: 1.75; font-size: 15px; }
h1 { font-size: 26px; color: #0f172a; margin-bottom: 8px; line-height: 1.3; }
.meta { color: #64748b; font-size: 13px; margin-bottom: 36px; }
@junhjang
junhjang / portfolio-mobile.html
Last active May 25, 2026 08:22
trading-infra portfolio — mobile bundle (4 page: 전체/OE/MD/Venues)
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
<title>trading-infra · portfolio (mobile bundle)</title>
<style>
/* ===== trading-infra portfolio site · shared CSS ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }