Skip to content

Instantly share code, notes, and snippets.

View sc1212's full-sized avatar

scsc sc1212

  • CarsonSystems
View GitHub Profile
@sc1212
sc1212 / replacement-intent-radar-command-center.html
Last active May 18, 2026 07:37
HVAC Replacement Intent Workflow Automation System built by Carson Systems
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#0f1d35" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link
rel="stylesheet"
@sc1212
sc1212 / ThermaForge-Command-Center.html
Last active May 17, 2026 19:58
ThermaForge command center
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HVAC Replacement Intent Workflow Automation System - Command Center</title>
<style>
:root {
--bg: #f3f6fb;
--panel: #ffffff;