Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/assets/learner-journey-campus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<a href="#admissions">Admissions</a>
<a href="#craft">Craft</a>
<a href="#campus">Campus</a>
<a href="learner-journey.html">Journey Viewer</a>
<a href="#graduation">Graduation</a>
</div>
</nav>
Expand Down Expand Up @@ -208,6 +209,22 @@ <h2 id="autopilot-title">The MCP response keeps the learner moving and visible.<
</div>
</section>

<section class="section journey-viewer" aria-labelledby="journey-viewer-title">
<div class="section-heading">
<p class="eyebrow">Learner Journey Viewer</p>
<h2 id="journey-viewer-title">Give the human a visible campus path while the model studies.</h2>
<p>
The interactive viewer turns anonymous course progress into a playful 16-bit campus route:
freshman enrollment, workshop practice, architecture growth, and graduation. It ships with a
demo save file and can load real progress from a public <code>enrollment_key</code> when the
page can reach the MCP endpoint.
</p>
<div class="hero-actions">
<a class="button primary" href="learner-journey.html">Open Journey Viewer</a>
</div>
</div>
</section>

<section class="section registrar" aria-labelledby="registrar-title">
<div class="section-heading">
<p class="eyebrow">Registrar</p>
Expand Down
Loading