This repository exists for one reason: the file at profile/README.md
is what GitHub renders at the top of https://github.com/THODZ-SOLUTIONS.
profile/
README.md the organization profile page
assets/ animated SVG panels it references
Nothing here is part of a product. Editing profile/README.md changes the
organization landing page; editing anything under profile/assets/ changes the
artwork on it.
Every panel is a hand-authored, self-contained SVG. They carry their own CSS
animations and their own dark background, so they render identically whether a
visitor has GitHub set to light or dark — GitHub strips <style> and class
from README HTML, so the motion has to live inside the image files.
| File | What it is |
|---|---|
hero.svg |
Masthead: logo, wordmark, tagline, four headline figures |
capabilities.svg |
The nine disciplines, as a 3×3 card grid |
process.svg |
Discover → Architect → Build → Ship → Support |
marquee.svg |
Infinitely scrolling stack strip |
cta.svg |
Closing call to action |
divider.svg |
Hairline separator with a travelling pulse |
btn-*.svg |
The four link buttons under the masthead |
Colours, type, and the blueprint-grid motif are lifted from the live site's
design tokens (styles/tokens/ in the THODZ
repo). If the brand accent changes there, change it here too — cobalt #2e5bff
/ #5c7fff, amber #ffb545, ink #07090c.
Every animation is wrapped in a prefers-reduced-motion guard that resolves the
panel to its finished state.