Skip to content

Instantly share code, notes, and snippets.

@frederik-cpu
frederik-cpu / index.html
Created April 4, 2026 10:37
GradeAid PBL Demo — Project-Based Learning Mockup
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GradeAid — Project 25: The Football Two Unknowns</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
--primary: #4f46e5;