secondtruthVentures website — Symfony monolith serving the umbrella site, subsites (Labs, Networks) and product pages, built on Argonite
- Twig 48.6%
- PHP 34.5%
- CSS 11.3%
- JavaScript 5.6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| bin | ||
| config | ||
| public | ||
| src | ||
| templates | ||
| .editorconfig | ||
| .env | ||
| .env.dev | ||
| .gitignore | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| composer.json | ||
| composer.lock | ||
| README.md | ||
| router.php | ||
| symfony.lock | ||
secondtruthVentures Website
The Symfony monolith serving the secondtruthVentures web family: the umbrella site and its subsites (secondtruthLabs, secondtruthNetworks) plus product pages (Tessera, Meridian).
Built on Argonite (the in-house hard fork of Argon Design System). Argonite's compiled
assets live in public/assets/argonite/ and come from the argonite repository; brand
decisions (per-area accent palettes, mono labels, status dots, the Penrose mark) live in
the site theme layer public/assets/site/site.css — Argonite itself stays brand-free.
Areas & routes
| Route | Area | Theme class |
|---|---|---|
/ |
secondtruthVentures — umbrella & portfolio | theme-ventures |
/labs/… |
secondtruthLabs (index, about, team, products) | theme-labs |
/networks/ |
secondtruthNetworks — Sailscale | theme-networks |
/tessera |
Tessera product page | theme-tessera |
/meridian |
Meridian product page | theme-meridian |
/imprint |
Imprint & privacy (TODO: legal text) | — |
Per-page theme/wordmark/active-nav are set via top-level {% set %} in each template;
templates/base.html.twig renders the shared navbar (with the products mega-dropdown)
and the footer.
Development
composer install
php -S 127.0.0.1:8082 -t public router.php