mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 04:07:39 +00:00
b3d40fd7e4
add survey
331 lines
9.3 KiB
HTML
331 lines
9.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="description"
|
|
content="WIN Student Goal Tracker — a student goal tracker and reporting for tracking goals, documenting services, and logging critical incidents with auditability and privacy in mind." />
|
|
<meta name="theme-color" content="#111827" />
|
|
<title>WIN — Student Goal Tracker and Reporting</title>
|
|
|
|
<!-- Open Graph -->
|
|
<meta property="og:title" content="WIN — Student Goal Tracker and Reporting" />
|
|
<meta property="og:description"
|
|
content="Track goals, services, and critical incidents for students with secure, auditable workflows designed for student support programs." />
|
|
<meta property="og:type" content="website" />
|
|
|
|
<style>
|
|
:root {
|
|
color-scheme: light;
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
|
|
"Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
|
|
margin: 0;
|
|
padding: 0;
|
|
background: #f5f7fa;
|
|
color: #111827;
|
|
line-height: 1.6;
|
|
}
|
|
|
|
a {
|
|
color: inherit;
|
|
}
|
|
|
|
header {
|
|
background: #111827;
|
|
color: white;
|
|
padding: 3rem 1.5rem;
|
|
text-align: center;
|
|
}
|
|
|
|
header h1 {
|
|
margin: 0;
|
|
font-size: 2.25rem;
|
|
letter-spacing: -0.02em;
|
|
}
|
|
|
|
header p {
|
|
margin-top: 0.75rem;
|
|
opacity: 0.9;
|
|
max-width: 70ch;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
main {
|
|
max-width: 1100px;
|
|
margin: 0 auto;
|
|
padding: 1.25rem 1rem 3rem;
|
|
}
|
|
|
|
.grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(12, 1fr);
|
|
gap: 1rem;
|
|
align-items: stretch;
|
|
}
|
|
|
|
.card {
|
|
background: #fff;
|
|
border-radius: 14px;
|
|
padding: 1.25rem;
|
|
box-shadow: 0 6px 18px rgba(17, 24, 39, 0.08);
|
|
border: 1px solid rgba(17, 24, 39, 0.06);
|
|
}
|
|
|
|
.hero {
|
|
grid-column: span 12;
|
|
}
|
|
|
|
.two {
|
|
grid-column: span 12;
|
|
}
|
|
|
|
@media (min-width: 860px) {
|
|
.two {
|
|
grid-column: span 6;
|
|
}
|
|
}
|
|
|
|
h2 {
|
|
margin: 0 0 0.5rem 0;
|
|
font-size: 1.25rem;
|
|
letter-spacing: -0.01em;
|
|
}
|
|
|
|
h3 {
|
|
margin: 0.75rem 0 0.4rem 0;
|
|
font-size: 1.05rem;
|
|
letter-spacing: -0.01em;
|
|
}
|
|
|
|
.muted {
|
|
color: rgba(17, 24, 39, 0.75);
|
|
}
|
|
|
|
.pill-row {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 0.5rem;
|
|
margin-top: 0.75rem;
|
|
}
|
|
|
|
.pill {
|
|
padding: 0.35rem 0.6rem;
|
|
border-radius: 999px;
|
|
background: rgba(37, 99, 235, 0.08);
|
|
border: 1px solid rgba(37, 99, 235, 0.18);
|
|
color: #1d4ed8;
|
|
font-weight: 600;
|
|
font-size: 0.9rem;
|
|
}
|
|
|
|
.btn {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 0.5rem;
|
|
padding: 0.6rem 0.85rem;
|
|
border-radius: 10px;
|
|
background: #2563eb;
|
|
color: #fff;
|
|
text-decoration: none;
|
|
font-weight: 700;
|
|
border: 1px solid rgba(17, 24, 39, 0.08);
|
|
transition: transform 0.08s ease, background 0.15s ease;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.btn:hover {
|
|
background: #1d4ed8;
|
|
transform: translateY(-1px);
|
|
}
|
|
|
|
.btn:focus-visible {
|
|
outline: 3px solid rgba(37, 99, 235, 0.35);
|
|
outline-offset: 2px;
|
|
}
|
|
|
|
.btn.secondary {
|
|
background: rgba(17, 24, 39, 0.06);
|
|
color: #111827;
|
|
}
|
|
|
|
.btn.secondary:hover {
|
|
background: rgba(17, 24, 39, 0.1);
|
|
}
|
|
|
|
.btn.disabled {
|
|
background: rgba(17, 24, 39, 0.08);
|
|
color: rgba(17, 24, 39, 0.45);
|
|
cursor: not-allowed;
|
|
pointer-events: none;
|
|
border: 1px dashed rgba(17, 24, 39, 0.12);
|
|
}
|
|
|
|
footer {
|
|
text-align: center;
|
|
padding: 2.25rem 1rem 3rem;
|
|
color: rgba(17, 24, 39, 0.65);
|
|
font-size: 0.95rem;
|
|
}
|
|
|
|
.kpi {
|
|
display: grid;
|
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
gap: 0.75rem;
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
.kpi .box {
|
|
background: rgba(17, 24, 39, 0.03);
|
|
border: 1px solid rgba(17, 24, 39, 0.06);
|
|
border-radius: 12px;
|
|
padding: 0.85rem;
|
|
}
|
|
|
|
.kpi .box b {
|
|
display: block;
|
|
font-size: 1.15rem;
|
|
margin-bottom: 0.15rem;
|
|
}
|
|
|
|
@media (max-width: 520px) {
|
|
.kpi {
|
|
grid-template-columns: 1fr;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<h1>WIN — Student Goal Tracker and Reporting</h1>
|
|
<p>
|
|
Track goals, document services, and log critical incidents with auditable workflows designed for student support
|
|
programs.
|
|
</p>
|
|
</header>
|
|
|
|
<main>
|
|
<div class="grid">
|
|
<section class="card hero" aria-labelledby="overview">
|
|
<h2 id="overview">Project Overview</h2>
|
|
<p class="muted">
|
|
WIN Student Goal Tracker supports student goal tracking, services documentation, and critical incident
|
|
reporting with auditability and privacy in mind. The system aims to reduce manual paperwork, standardize
|
|
documentation, and improve visibility for program staff.
|
|
</p>
|
|
<div class="kpi" aria-label="Project highlights">
|
|
<div class="box">
|
|
<b>Goal Tracking</b>
|
|
<span class="muted">Create, track, and update student goals over time.</span>
|
|
</div>
|
|
<div class="box">
|
|
<b>Documentation</b>
|
|
<span class="muted">Case notes and services documented consistently.</span>
|
|
</div>
|
|
<div class="box">
|
|
<b>Incident Logging</b>
|
|
<span class="muted">Record incidents with structured fields and history.</span>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="card two" aria-labelledby="modules">
|
|
<h2 id="modules">Core Modules</h2>
|
|
<p class="muted">
|
|
Student goals, case notes, services provided, and critical incident reports—designed around
|
|
day-to-day workflows for advisors, mentors, and case managers.
|
|
</p>
|
|
<div class="pill-row" aria-label="Core modules">
|
|
<span class="pill">Students</span>
|
|
<span class="pill">Goals</span>
|
|
<span class="pill">Case Notes</span>
|
|
<span class="pill">Services</span>
|
|
<span class="pill">Incidents</span>
|
|
<span class="pill">Reports</span>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="card two" aria-labelledby="users">
|
|
<h2 id="users">Who Uses It</h2>
|
|
<ul class="muted">
|
|
<li>Advisors and mentors supporting student development</li>
|
|
<li>Program coordinators and case managers</li>
|
|
<li>Supervisors reviewing progress, documentation, and outcomes</li>
|
|
</ul>
|
|
<div class="pill-row" aria-label="Key roles">
|
|
<span class="pill">Instructor</span>
|
|
<span class="pill">Coordinator</span>
|
|
<span class="pill">Supervisor</span>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="card" style="margin-top:1.25rem;" aria-labelledby="documentation">
|
|
<h2 id="documentation">Documentation</h2>
|
|
<p class="muted">
|
|
Explore the technical documentation for the WIN Student Goal Tracker, including the database schema and entity
|
|
relationships.
|
|
</p>
|
|
<div class="pill-row">
|
|
<a href="db.html" class="btn" aria-label="View database documentation">
|
|
Database Documentation
|
|
</a>
|
|
<a href="api.html" class="btn" aria-label="View API documentation">
|
|
API Documentation
|
|
</a>
|
|
<a href="ui.html" class="btn" aria-label="View UI documentation">
|
|
UI Documentation
|
|
</a>
|
|
<a href="um.html" class="btn" aria-label="View User Manual documentation">
|
|
User Manual Documentation
|
|
</a>
|
|
<a href="https://docs.google.com/forms/d/e/1FAIpQLSd4waAGdgDC9SpA2uvelWQtpJt7sGqsFgc-PCBOMoT99LmLHA/viewform"
|
|
class="btn" target="_blank" rel="noopener noreferrer"
|
|
aria-label="Open prototype evaluation survey (opens in a new tab)">
|
|
Prototype Evaluation Survey
|
|
</a>
|
|
<!-- <span class="btn disabled" class="btn" aria-labeled="View API Documentation" title="Coming soon">
|
|
API Documentation
|
|
</span> -->
|
|
<!-- <span class="btn disabled" aria-disabled="true" title="Coming soon">
|
|
UI Documentation
|
|
</span> -->
|
|
<!-- <span class="btn disabled" aria-disabled="true" title="Coming soon">
|
|
User Manual
|
|
</span> -->
|
|
</div>
|
|
</section>
|
|
|
|
<section class="card" style="margin-top:1.25rem;" aria-labelledby="lighthouse">
|
|
<h2 id="lighthouse">Lighthouse</h2>
|
|
<p class="muted">
|
|
This site is designed to be Lighthouse-friendly: semantic HTML, responsive layout, accessible contrast, and
|
|
descriptive labels. Use Lighthouse in Chrome DevTools to verify performance, accessibility, best practices, and
|
|
SEO.
|
|
</p>
|
|
<div class="pill-row">
|
|
<a class="btn secondary" href="https://developer.chrome.com/docs/lighthouse/overview/" target="_blank"
|
|
rel="noopener noreferrer" aria-label="Learn about Lighthouse (opens in a new tab)">
|
|
Lighthouse Overview
|
|
</a>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</main>
|
|
|
|
<footer>
|
|
WIN Student Goal Tracker — Documentation Hub
|
|
</footer>
|
|
</body>
|
|
|
|
</html>
|