Files
archicratie-edition/src/pages/index.astro
Archicratia c07028c052
All checks were successful
SMOKE / smoke (push) Successful in 11s
CI / build-and-anchors (push) Successful in 46s
CI / build-and-anchors (pull_request) Successful in 45s
Add manifest page and refine editorial landing pages
2026-05-05 23:30:18 +02:00

72 lines
2.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
import SiteLayout from "../layouts/SiteLayout.astro";
---
<SiteLayout title="Archicratie — Édition web">
<section class="landing landing-home" aria-labelledby="home-title">
<header class="landing-hero">
<p class="landing-kicker">Édition web critique</p>
<h1 id="home-title">Archicratie</h1>
<p class="landing-lead">
Une recherche indépendante sur les architectures de régulation qui rendent
possible la co-viabilité des sociétés complexes.
</p>
<div class="landing-actions" aria-label="Entrées principales">
<a class="landing-btn landing-btn--primary" href="/commencer/">
Entrevoir larchicratie
</a>
<a class="landing-btn" href="/glossaire/">
Explorer son glossaire
</a>
</div>
</header>
<section class="landing-section" aria-labelledby="home-paths-title">
<div class="landing-section__head">
<p class="landing-kicker">Parcours</p>
<h2 id="home-paths-title">Accès principaux</h2>
</div>
<div class="landing-grid">
<a class="landing-card" href="/archicrat-ia/">
<strong>Essai-thèse — ArchiCraT-IA</strong>
<span>
Le corpus principal : fondements, histoire, philosophie du pouvoir,
tensions et régulations archicratiques.
</span>
<small>Lire ArchiCraT-IA →</small>
</a>
<a class="landing-card" href="/cas-ia/">
<strong>Cas pratique — Gouvernance IA</strong>
<span>
Une mise à lépreuve contemporaine du paradigme à travers la
gouvernance des systèmes dintelligence artificielle.
</span>
<small>Explorer le cas pratique →</small>
</a>
<a class="landing-card" href="/glossaire/">
<strong>Glossaire</strong>
<span>
La cartographie conceptuelle du système : notions, scènes,
dynamiques, tensions et méta-régimes.
</span>
<small>Entrer dans le glossaire →</small>
</a>
<a class="landing-card" href="/recherche/">
<strong>Recherche</strong>
<span>
Rechercher un terme, une notion ou un passage dans les textes de
lédition web.
</span>
<small>Lancer une recherche →</small>
</a>
</div>
</section>
</section>
</SiteLayout>