docs: flow base & linear bot photos, i2rt.com theme alignment#42
Merged
Conversation
- Add full 8-step assembly guide to yam-box.md with photos extracted from PDF - Add pre-installed Ubuntu note with default password info - Add 9x assembly step WebP images (~800KB total, compressed from PDF at 2x res) - Fix RobotViewer Safari bug: overflow:hidden + border-radius hides WebGL canvas; fix with -webkit-transform:translateZ(0) and -webkit-mask-image hack - Switch WebGL renderer to alpha:true for better Safari compatibility - Downgrade to LinearToneMapping and PCFShadowMap (WebGL1/2 compatible) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Use user-provided step-N.png / step-N-1.png / step-N-2.png images - Steps 2, 3, 5, 6, 8 now show two photos each (process + detail) - Steps 1, 4, 7 show one photo each - Step 9 used as overview hero image - Remove placeholder webp images; add all new PNGs - Step 8 (Power on) now has images for the first time Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Convert all 14 step PNGs to WebP quality 82 (~143MB → ~9MB, 94% reduction) - Remove original PNG files - Update yam-box.md image references to use .webp extensions - Add vite.preview.headers Cache-Control: no-store to config.mjs so local preview never serves stale files after rebuild Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Convert overview.PNG (3.7MB) → step-9.webp (110KB), 97% reduction Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Typography - Add Platypi (serif) via Google Fonts — same heading font as i2rt.com - Apply to h1/h2/h3, nav title, hero title, card headings, table headers - Switch body to system-ui stack (same as i2rt.com, drop Inter) Colors - Page bg: #D3D3D3 (exact i2rt.com color-scheme-1 background) - Code blocks: #F0F0EE (clearly lighter, float above gray page) - Text: #11151C (i2rt.com charcoal), secondary via opacity not separate color - Nav bg: rgba(211,211,211,0.92) with backdrop-filter Cards / Components - Feature & product grids: 1px gap trick (i2rt.com signature pattern) gap:1px + background=rgba(foreground,0.1) + overflow:hidden on container each cell background matches page → gaps appear as hairline borders - Buttons: flat style with 4px radius (from ~8px), ghost uses border only - Badge/chip border-radius: 2px (from 10-12px) - Remove lift/shadow hover effects → background tint on hover only 3D viewer - Match #D3D3D3 background so it blends with page seamlessly - Update loading overlay to match Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Replace hero images and Photos & Videos sections for Flow Base and Linear Bot - Add and compress all new photos to WebP (69–99% size reduction) - Update RobotViewer background to #F5F4F2 to match white theme - Rewrite style.css: white bg, Platypi headings, i2rt.com design tokens Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code