Skip to content

About page v3: content refresh and new responsive styles#2

Merged
thedavidweng merged 1 commit intomainfrom
codex/add-about-page-with-expandable-structure
Mar 12, 2026
Merged

About page v3: content refresh and new responsive styles#2
thedavidweng merged 1 commit intomainfrom
codex/add-about-page-with-expandable-structure

Conversation

@thedavidweng
Copy link
Copy Markdown
Member

Motivation

  • Refresh the About pages with a clearer headline and messaging and prepare a more extensible layout for team member content.
  • Introduce a dedicated visual treatment and responsive layout for the About hero to improve hierarchy and brand presentation.

Description

  • Updated src/pages/about.astro and src/pages/zh/about.astro with revised copy, new section structure (split into descriptive sections and an expandable team area), and placeholder team cards.
  • Replaced legacy classes with v3 variants and new semantic blocks such as about-hero-v3, about-hero-v3-inner, about-hero-v3-orb, about-shell-v3, about-section-grid, about-copy-wide, about-divider, and about-team-grid.
  • Extended src/styles/global.css with new styles and responsive rules for the v3 layout, including hero background, orb graphic, typography adjustments, grid layouts, card styling, and mobile tweaks; removed older about-hero pseudo-element styles in favor of the v3 implementation.

Testing

  • Ran a production build with npm run build which completed successfully.
  • Ran the linting pipeline with npm run lint which passed without errors.

Codex Task

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Mar 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
findit-studio-site Ready Ready Preview, Comment Mar 12, 2026 6:47pm

@thedavidweng thedavidweng merged commit ee4fc2b into main Mar 12, 2026
3 checks passed
thedavidweng pushed a commit that referenced this pull request Mar 30, 2026
- Fix #2: Use mapValues for fusion normalization instead of Array-based
  approach, eliminating Dictionary iteration order dependency
- Fix #5: CJK-aware query length threshold (5 for CJK, 10 for others)
  for better auto-mode weight selection
- Fix #7: Add idx_videos_index_status index via v3 folder migration
- Fix #8: Pin WhisperKit to 0.15.x via .upToNextMinor(from: "0.15.0")

388 tests passing.
thedavidweng pushed a commit that referenced this pull request Mar 30, 2026
- #1 USearch TOCTOU: ensureCapacity + index.add 合并为同一个 lock 临界区
- #2 SigLIP2 EOS: 先 truncate 到 maxLen-1 再 append EOS,保证 EOS 始终存在
- #3 NLEmbedding 512d 回退: 移除 IndexingManager/SearchState 的 NLEmbeddingProvider 回退
- #4+#6 代码去重: l2Normalize 提取到 EmbeddingUtils,CLI cosineSimilarity 调用共享方法
- #7 融合路径统一: hybridSearch 委托 threeWaySearch,删除 fusionSearch (~90 行)
- #8 normalizeScores: range=0 时返回 1.0 而非 0.0,单一命中不被清零
- #12 全局库 clip_vectors 加 created_at 列 (v11 迁移)
- #9 VectorStore 注释修正

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant