# Facts Page Implementation Prompt

Use this prompt when adding or rebuilding the `/facts` page in this repo.

## Goal

Create a page called `Facts` that collects:

- verified facts about the student
- proof points for the student’s current capabilities
- future career paths that logically grow from the current foundation
- an industry-to-entrepreneurship path
- inspirational reference people worth studying

The page should connect:

- foundation now
- proof now
- future path
- industry execution first, entrepreneurship later
- long-lasting useful products as the end-state

without confusing future aspirations with already documented achievements.

## Voice And Authorship

Use a selective voice split.

- Student voice for the model-people section, habits section, and any direct statement of the student’s own plans or preferences
- Reviewer / admissions voice for proof-of-capability, evidence interpretation, and future-path evaluation blocks
- Documentary labels, source links, and raw evidence references may stay neutral if that keeps the page easier to audit

## Repo Targets

Implement the page through these files:

- `src/pages/facts.mjs`
- `content/en/facts.mjs`
- `content/vi/facts.mjs`
- `src/pages/index.mjs`
- `src/lib/content.mjs`
- `src/lib/config.mjs`
- `content/en/site.mjs`
- `content/vi/site.mjs`
- `data/sources.mjs`

If needed, add a discoverable nav label `Facts`.

## Content Rules

The page must separate:

1. current verified facts
2. capability claims that are directly supported by evidence
3. future career paths that are projections or build plans
4. model people used as reference examples
5. an explicit path that says:
   - work well in real industries first
   - build judgment, reliability, and product sense through experience
   - move into entrepreneurship later, after enough technical and product maturity
   - aim to build useful products that last rather than chasing short hype

Do not present future paths as if they are already completed.

## Student Evidence Base

Ground the current-facts and proof sections in:

- `docs/Profile/Student-Profile-Evidence.md`
- certified translated school records in `docs/Profile/`
- relevant award files already linked from the student page

## Reference People

Add a section for inspirational model people and explain why each person belongs on this page. For this repo, include:

1. Peter Steinberger, creator of OpenClaw
2. the Cursor / Anysphere founding group
3. Andrew Ng
4. Jensen Huang

Use external sources for these reference people, but prefer official or near-primary links where possible. Keep the writeups short and practical:

- what they built or represent
- why that matters for this student’s future path
- what lesson to take from them

Also add a short habits section after the reference people section about how the student follows strong builders on YouTube and X/Twitter to pick up trends, tools, workflow ideas, career paths, and product instincts early.

## Suggested Page Shape

1. hero section
2. foundation-now section
3. proof-of-capability section
4. future-career-paths section
5. industry-first, entrepreneur-later section
6. simple 15-18 execution plan
7. reference-people section
8. habits-for-following-good-builders section
9. sources

## Acceptance Criteria

- `/facts` renders in English and Vietnamese
- the nav includes the page
- student facts stay traceable to local evidence
- future paths are clearly framed as build-out directions
- the page clearly states that entrepreneurship is a later step built on real industry experience
- the page frames the long-run goal as creating durable useful products
- reference people have source links
- the page uses the right voice per section: student voice where the student is speaking for himself, reviewer voice where the page is evaluating the file, and neutral voice for sources
- `npm run build` passes
