code wiki / _hdl_build / nx_andelin_pro.nx
nx_andelin_pro.nx
buildroot/runtime/_hdl_build/nx_andelin_pro.nx
about
nx_andelin_pro.nx -- the team's PREMIUM site generator for andelinwest.com, built to the evidence-based
brand-bible spec (knowledge/specs/2026-06-06-andelinwest-brand-bible.md). Sovereign emit (raw sys_write,
no template engine). Component order ENFORCES NN/g's Hierarchy of Trust [V]: phone-first header -> tagline
hero -> trust bar -> practice -> attorney bios (E-E-A-T) -> Google reviews (third-party social proof) ->
THEN the single-column 3-5 field intake (high-commitment, placed after trust) -> contact NAP -> footer.
Token design system (color/type/spacing on an 8px grid) is inlined = fast, no web fonts (no CLS), WCAG 2.2
AA (labels, 44px+ targets, focus-visible, contrast, landmarks). Firm-specific FACTS marked [PLACEHOLDER]
are the operator's to supply (the flagged content gap); STRUCTURE+DESIGN+UX are the team's. Writes the page
to /tmp/andelin_pro.html. license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 12 | func aw(fd: i64, s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(fd, s, n); return n } |
| 14 | func main() -> i64 |