Files
tiennm99 cf612bc23f feat: host cc4e-course quiz and advanced-claude-workflows lesson on the unified Pages site
The quiz app is a pure client-side Next.js page, so it static-exports with
output: 'export' and a basePath under the site; the lesson thumbnail is a
self-contained HTML file served as that directory's index.
2026-08-11 11:45:21 +07:00

30 lines
1.3 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AI Coding Workflow Labs</title>
<style>
:root { color-scheme: light dark; }
body { font-family: system-ui, sans-serif; max-width: 42rem; margin: 3rem auto; padding: 0 1rem; line-height: 1.6; }
h1 { font-size: 1.5rem; }
li { margin: .5rem 0; }
.note { opacity: .7; font-size: .9rem; }
</style>
</head>
<body>
<h1>AI Coding Workflow Labs</h1>
<p>Experiments with AI-assisted coding workflows. Each entry was a standalone
repository, merged here with full history.</p>
<ul>
<li><a href="./claudekit/">claudekit</a> — trying the ClaudeKit workflow</li>
<li><a href="./superpowers/">superpowers</a> — trying the Superpowers skill set</li>
<li><a href="./bmad/">bmad</a> — trying the BMAD method</li>
<li><a href="./oh-my-claudecode/">oh-my-claudecode</a> — trying oh-my-claudecode</li>
<li><a href="./gstack/">gstack</a> — trying the gstack starter</li>
<li><a href="./cc4e-course/">cc4e-course</a> — quiz project from the Claude Code for Everyone course</li>
<li><a href="./advanced-claude-workflows/">advanced-claude-workflows</a> — interactive lesson thumbnail</li>
</ul>
</body>
</html>