Skip to content

Instantly share code, notes, and snippets.

View cblarkin6's full-sized avatar

Christine cblarkin6

View GitHub Profile
@cblarkin6
cblarkin6 / sdlc-in-motion-prototype.html
Created May 1, 2026 13:15
See Your SDLC in Motion - Hackathon Prototype v2
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>See Your SDLC in Motion</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/antd/5.12.0/reset.min.css">
<script src="https://unpkg.com/react@18/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@18/umd/react-dom.development.js"></script>
<script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>