Skip to content

Instantly share code, notes, and snippets.

@agrayhound
agrayhound / sprint-report-02.html
Last active May 22, 2026 22:40
Sprint Report 02
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow: auto; }
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
@agrayhound
agrayhound / sprint-report.html
Last active May 22, 2026 22:29
sprint-report.html
<!DOCTYPE html>
<html lang="en"><head>
<style>
/* injected by canvas-mcp design system */
/* ─── Codename Design — Design System CSS ─────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
:root {
--cd-primary: #FF2D87;
--cd-primary-hover: #E0206F;