Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<link rel="icon" href="assets/context-wisdom-lab-avatar.png">
<!-- โšก Bolt: Preload custom font to reduce time to first paint -->
<link rel="preload" href="assets/fonts/PretendardVariable.woff2" as="font" type="font/woff2" crossorigin>
<!-- โšก Bolt: Preload hero image to optimize Largest Contentful Paint (LCP) -->
<link rel="preload" href="assets/context-thread-map.svg" as="image" fetchpriority="high">
<link rel="stylesheet" href="styles.css">
<script src="i18n.js" defer></script>
</head>
Expand Down Expand Up @@ -60,7 +62,7 @@ <h1 data-i18n="hero.title">๋งฅ๋ฝ์ง€ํ˜œ ์—ฐ๊ตฌ์‹ค</h1>
</div>

<div class="hero-visual">
<img class="context-art" src="assets/context-thread-map.svg" alt="" aria-hidden="true">
<img class="context-art" src="assets/context-thread-map.svg" alt="" aria-hidden="true" width="760" height="560" fetchpriority="high">
<div class="ladder" role="list" aria-label="Data to wisdom ladder">
<div class="ladder-row" role="listitem">
<span>Data</span>
Expand Down Expand Up @@ -190,7 +192,7 @@ <h2 data-i18n="dikw.title">DIKW๋Š” ํŒ๋‹จ ํ๋ฆ„์„ ์ ๊ฒ€ํ•˜๋Š” ์งˆ๋ฌธ์ž…๋‹ˆ๋‹ค
</p>
</div>
<!-- โšก Bolt: Lazy load off-screen image -->
<img class="section-diagram" src="assets/dikw-checkpoints.svg" alt="" aria-hidden="true" loading="lazy">
<img class="section-diagram" src="assets/dikw-checkpoints.svg" alt="" aria-hidden="true" loading="lazy" width="1120" height="330">
<div class="dikw-grid">
<article>
<span>Data</span>
Expand Down Expand Up @@ -268,7 +270,7 @@ <h2 data-i18n="references.title">์ฐธ๊ณ ๋ฌธํ—Œ</h2>
<section id="logo" class="section logo-story">
<div class="logo-mark">
<!-- โšก Bolt: Lazy load off-screen image -->
<img src="assets/context-wisdom-lab-avatar.svg" alt="Contextual Wisdom Lab square mark" loading="lazy">
<img src="assets/context-wisdom-lab-avatar.svg" alt="Contextual Wisdom Lab square mark" loading="lazy" width="500" height="500">
</div>
<div>
<h2 data-i18n="logo.title">๋กœ๊ณ ๋Š” ํฉ์–ด์ง„ ๊ธฐ๋ก์„ ํ•˜๋‚˜์˜ ํ๋ฆ„์œผ๋กœ ๋ฌถ์Šต๋‹ˆ๋‹ค</h2>
Expand Down Expand Up @@ -411,6 +413,8 @@ <h2 data-i18n="work.title">์—ฐ๊ตฌ์—์„œ ์ œํ’ˆ์œผ๋กœ</h2>
src="assets/context-wisdom-lab-logo.svg"
alt="๋งฅ๋ฝ์ง€ํ˜œ ์—ฐ๊ตฌ์‹ค ยท Contextual Wisdom Lab"
loading="lazy"
width="920"
height="260"
>
<p>
<span data-i18n="footer.founded">Founded by</span>
Expand Down
Loading