Lonelyguyse1's picture
spec pipeline updates + doc updates + viewer updates + schema updates + tool additions
ce13b1c
Raw
History Blame Contribute Delete
937 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="images/SE1128.png" />
<title>PESU Curriculum Automation</title>
<link rel="stylesheet" href="home/home.css" />
</head>
<body>
<main class="home-shell">
<section class="home-panel">
<h1>PESU Curriculum Automation</h1>
<nav class="surface-grid" aria-label="Curriculum surfaces">
<a class="surface-link" href="form/">Raw Data</a>
<a class="surface-link" href="courses/">Courses</a>
<a class="surface-link" href="preview/">Preview</a>
<a class="surface-link" href="live-editor/">Live Editor</a>
<a class="surface-link" href="versions/">Versions</a>
</nav>
</section>
</main>
<script src="/shared/auth-guard.js"></script>
</body>
</html>