diff --git a/CLAUDE.md b/CLAUDE.md index 28bc7ff..143f029 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -91,3 +91,37 @@ Each `_data/platforms/CY[YEAR].yml` contains: ## Deployment Push to main branch triggers GitHub Actions (`.github/workflows/deploy.yml`) which builds and deploys to GitHub Pages automatically. A separate `.github/workflows/deploy-staging.yml` workflow deploys the staging branch for preview. + +## Design Context + +### Users +VFX and animation industry professionals — pipeline TDs, software engineers, studio CTOs, and open-source library maintainers. They visit to check version requirements for their builds, verify compatibility, and plan upgrades. They want to find specific version numbers quickly and move on. Many are deeply technical and value precision over polish. + +### Brand Personality +**Authoritative, precise, trustworthy.** This is an industry standard reference — the definitive source of truth for VFX software compatibility. The design should communicate reliability and institutional credibility without being stuffy. + +### Emotional Goals +- **Confidence & trust:** Users should immediately feel this is the canonical, well-maintained reference +- **Efficiency & focus:** Information should be scannable and fast to find — no friction between the user and the data they need + +### Aesthetic Direction +**Minimal & refined.** The current conservative, information-dense design is appropriate for this audience. Enhancements should add subtle polish — better spacing, purposeful micro-interactions, and consistency — to make it feel premium without becoming flashy. Think "well-typeset technical document" not "marketing site." + +### Design Principles +1. **Data first** — Every design decision should make version data easier to find, read, and compare. Decoration must never compete with content. +2. **Quiet confidence** — Use restraint. Subtle animations, muted transitions, and precise spacing convey quality better than bold effects. +3. **Consistency over novelty** — Unify existing patterns rather than introducing new ones. The same spacing, border radii, and color usage everywhere. +4. **Respect the professional** — No unnecessary tooltips, onboarding flows, or explanatory UI. Users are experts who know what they're looking for. +5. **Light and dark parity** — Both themes should feel equally considered and polished, not like one is an afterthought. + +### Color Palette (existing) +- **Primary:** Blue-600 (`#2563EB`) / Dark: Blue-400 (`#60A5FA`) +- **Surface:** White / Dark: Gray-900 (`#111827`) +- **Text:** Gray-900 / Dark: Gray-100 +- **Borders:** Gray-200 / Dark: Gray-700 +- **Accent (changes):** Amber-50 / Dark: Amber-900/30 +- **Footer:** Gray-900 / Dark: Gray-950 + +### Typography +- **Sans:** Inter (with OpenType features cv01, cv02 enabled) +- **Mono:** JetBrains Mono / Fira Code diff --git a/FAQ/index.html b/FAQ/index.html index dd5b33b..9bdd755 100644 --- a/FAQ/index.html +++ b/FAQ/index.html @@ -43,3 +43,5 @@

{% include faq-accordion.html %}
+ + diff --git a/_includes/dark-mode-toggle.html b/_includes/dark-mode-toggle.html index 9af9c13..d36a112 100644 --- a/_includes/dark-mode-toggle.html +++ b/_includes/dark-mode-toggle.html @@ -1,10 +1,9 @@ diff --git a/_includes/faq-accordion.html b/_includes/faq-accordion.html index afd4ffd..147e839 100644 --- a/_includes/faq-accordion.html +++ b/_includes/faq-accordion.html @@ -7,23 +7,25 @@ {% for question in site.data.faq.questions %}
- {% endfor %} diff --git a/_includes/footer.html b/_includes/footer.html index 3afa97b..7c38657 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,7 +4,7 @@
- VFX Reference Platform + VFX Reference Platform VFX Reference Platform

@@ -23,7 +23,7 @@

Resources

  • {{ link.title }} - + @@ -37,7 +37,7 @@

    Resources

    Contact

    - + {{ site.data.footer.contact_email }} @@ -45,7 +45,7 @@

    Contact

    - + vfx-platform-discuss @@ -53,7 +53,7 @@

    Contact

    - + #vfx_reference_platform @@ -64,7 +64,7 @@

    Contact

    diff --git a/_includes/head.html b/_includes/head.html index ba20b2e..b2983a5 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -35,7 +35,10 @@ "name": "VFX Reference Platform", "url": "{{ site.url }}", "description": "{{ site.description }}", - "sameAs": [] + "sameAs": [ + "https://groups.google.com/g/vfx-platform-discuss", + "https://academysoftwarefdn.slack.com/archives/C017TA11X2S" + ] } diff --git a/_includes/header.html b/_includes/header.html index 7058c2a..022366c 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -7,8 +7,8 @@ -
  • -