Skip to content

docs: add creator page and links - #133

Merged
nevitonsantana merged 2 commits into
mainfrom
codex/creator-avatar-and-links
Jul 18, 2026
Merged

nevitonsantana merged 2 commits into
mainfrom
codex/creator-avatar-and-links

Conversation

@nevitonsantana

Copy link
Copy Markdown
Collaborator

What changed

  • Add a dedicated creator page with Neviton Santana avatar and design perspective.
  • Add a creator entry point to the Pulso homepage.
  • Add GitHub, LinkedIn, Substack, Medium, and Notion links.

Why it changed

Make authorship and the design context behind Pulso discoverable without changing the design-system contracts.

How to validate

  • pnpm run build:pages
  • Confirm the generated /about route and homepage link in the static output.

Risks and follow-ups

Documentation-only; no component, token, or runtime behavior changes. Existing local .claude/launch.json changes were not included.

claude added 2 commits July 1, 2026 19:34
O commit anterior (e9620e0) documentou o score como "bloco retangular
tintado" com base na leitura de uma cópia desatualizada do
crisis-header.tsx (checkout do repo principal, sem o merge mais recente).
A implementação real usa um anel circular via conic-gradient, com
RiskChangeHighlight animando o número.

Também corrige a divergência de escala: attention-score.ts no Crisis
Monitor foi corrigido (fix separado) para usar a escala canônica de 5
bandas --risk-stable/monitor/attention/high/critical em vez de rótulos
próprios (Ruído/Atenção/Alerta/Crise/Crítico) com limiares levemente
diferentes. O template agora documenta uma fonte única de verdade.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ff482c3173

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread content/about.mdx

<div className="not-prose mx-auto w-full max-w-5xl">
<div className="grid gap-8 rounded-3xl border border-[var(--border)] bg-[var(--card)] p-6 sm:grid-cols-[240px_1fr] sm:p-10 sm:items-center">
<img src="/images/nevis-avatar.png" alt="Retrato ilustrado de Neviton Santana" className="mx-auto aspect-square w-full max-w-[240px] rounded-3xl object-cover" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use a basePath-aware avatar URL

In the Pages workflow, bun run build:pages sets GITHUB_PAGES=true, and next.config.ts then serves the site under /Pulso-Design-System. This raw root-relative src is not passed through the basePath-aware link handling used elsewhere, so on GitHub Pages /about/ will request /images/nevis-avatar.png at the domain root instead of /Pulso-Design-System/images/nevis-avatar.png, leaving the new creator avatar broken. Use a basePath-aware URL or an imported/Next image asset for this public file.

Useful? React with 👍 / 👎.

@nevitonsantana
nevitonsantana merged commit a23ea42 into main Jul 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants