Skip to content

Commit 441aac2

Browse files
mokuwakiclaude
andcommitted
Add Japanese version (/ja) and language switcher with globe icon
- Add /ja/index.html with full Japanese translation (code snippets stay in English), sharing CSS/JS via relative paths - Add globe icon language switcher to header (JA/EN toggle) - Add Noto Sans JP to Google Fonts and CSS font stack for proper Japanese rendering - Keep language switcher visible on mobile (GitHub link hidden) - Update hero catchcopy to AI agent messaging Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fd775bb commit 441aac2

3 files changed

Lines changed: 405 additions & 6 deletions

File tree

index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- Fonts -->
1010
<link rel="preconnect" href="https://fonts.googleapis.com">
1111
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
12-
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600&family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
12+
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600&family=Inter:wght@400;500;600;700;800&family=Noto+Sans+JP:wght@400;500;600;700;800&display=swap" rel="stylesheet">
1313

1414
<!-- Styles -->
1515
<link rel="stylesheet" href="style.css">
@@ -30,6 +30,10 @@
3030
<img src="./assets/nipry-logo.svg" alt="nipry logo" class="logo-img">
3131
</a>
3232
<div class="nav nav-right">
33+
<a href="/ja/" class="nav-link lang-switch" aria-label="日本語に切り替え">
34+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lang-icon"><circle cx="12" cy="12" r="10"></circle><path d="M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"></path><path d="M2 12h20"></path></svg>
35+
JA
36+
</a>
3337
<a href="https://github.com/co-r-e/nipry" target="_blank" rel="noopener noreferrer" class="nav-link github-link">
3438
GitHub
3539
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="external-icon"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line></svg>
@@ -45,7 +49,7 @@
4549
<div class="hero-overlay"></div>
4650
<div class="container hero-container">
4751
<div class="hero-content">
48-
<h1 class="hero-title"><span class="highlight">Stay in Flow.</span> Ship Slides from Your Terminal.</h1>
52+
<h1 class="hero-title"><span class="highlight">Your AI Agent Builds the Deck.</span> You Never Leave the Terminal.</h1>
4953
<p class="hero-subtitle">
5054
You already use Claude Code, Codex, Gemini CLI, or Cursor for coding.
5155
Now ask the same agent to build your slide deck — without leaving your terminal.

0 commit comments

Comments
 (0)