Fountain Coach Gitowner-controlled · read only

Fountain-Coach.github.io.git · index.html

Fountain-Coach.github.io.git / index.html

revision 2022e7adf2a5e1341dc32b5e4711439d77b79ebe · complete file

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>Fountain Coach — Extending Presence</title>
  <meta name="description" content="Fountain Coach builds technologies that extend presence across time." />
  <style>
    :root { --bg:#0b0d12; --fg:#e7e8ea; --muted:#a9b0b6; --accent:#6de0ff; }
    html,body { margin:0; height:100%; background:var(--bg); color:var(--fg); font:16px/1.6 -apple-system, system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
    .wrap { max-width: 920px; margin: 0 auto; padding: 56px 24px 64px; }
    header { margin: 32px 0 28px; }
    h1 { font-size: clamp(28px, 4vw, 42px); letter-spacing: 0.2px; margin: 0 0 8px; }
    p.lead { font-size: clamp(18px, 2.6vw, 22px); color: var(--muted); margin: 0 0 20px; }
    .cta { display:inline-block; margin-top:18px; padding:10px 16px; border:1px solid #2a2f36; border-radius:10px; color:var(--fg); text-decoration:none; background: linear-gradient(180deg,#171b22,#0f1318); }
    .cta:hover { border-color:#3a3f46; }
    section { margin: 42px 0; }
    h2 { font-size: 18px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); margin: 0 0 14px; }
    .cards { display:grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
    .card { padding:14px; border:1px solid #21262d; border-radius:12px; background: #0e1116; }
    .card h3 { margin: 0 0 6px; font-size: 18px; }
    .card p { margin:0; color: var(--muted); }
    a { color: var(--accent); text-decoration: none; }
    footer { margin-top: 56px; color: var(--muted); font-size: 14px; }
  </style>
</head>
<body>
  <div class="wrap">
    <header>
      <h1>Fountain Coach</h1>
      <p class="lead">Extending presence — technologies that hold space rather than fill it.</p>
      <a class="cta" href="https://github.com/Fountain-Coach">View Organization on GitHub</a>
    </header>

    <section>
      <h2>Featured</h2>
      <div class="cards">
        <a class="card" href="https://github.com/Fountain-Coach/midi2">
          <h3>MIDI 2</h3>
          <p>Next‑gen music protocol tools and experiments.</p>
        </a>
        <a class="card" href="https://github.com/Fountain-Coach/FountainKit">
          <h3>FountainKit</h3>
          <p>Core libraries for the Fountain Coach stack.</p>
        </a>
      </div>
    </section>

    <section>
      <h2>Statement</h2>
      <p>FountainAI is the infrastructural heart of the organization. It was created to extend presence — the felt continuity that allows transformation to unfold across time. It listens structurally and semantically, preserving threads of meaning between moments of reflection.</p>
    </section>

    <footer>
      © 2025 Fountain Coach
    </footer>
  </div>
</body>
</html>