Skip to content

Instantly share code, notes, and snippets.

View getsuperposition's full-sized avatar

getsuperposition

View GitHub Profile
@getsuperposition
getsuperposition / FOUNDRY-REVIEWER-DECK-v2.html
Created February 22, 2026 05:09
Foundry reviewer deck v2
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Foundry Reviewer Deck v2</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Inter:wght@400;500;600;700&display=swap');
:root{--bg:#0a0f1f;--panel:#121a35;--ink:#e9efff;--muted:#9ba8c9;--line:#2a3764;--acc:#6f9cff;--ok:#27c47a;--warn:#f3ad2b}
*{box-sizing:border-box} body{margin:0;background:radial-gradient(900px 420px at 8% -10%,#1f3c8f 0%,transparent 45%),radial-gradient(800px 400px at 100% 0,#4d1e72 0%,transparent 50%),var(--bg);color:var(--ink);font-family:Inter,system-ui,sans-serif}
@getsuperposition
getsuperposition / FOUNDRY-EXECUTIVE-DECK-v1.html
Created February 22, 2026 01:18
Foundry executive deck v1
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Foundry Executive Deck v1</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Manrope:wght@400;500;700&display=swap');
:root{--bg:#0b1020;--panel:#121a33;--ink:#eaf0ff;--muted:#9aa7c7;--line:#28355e;--accent:#6e9cff;--good:#27c47a;--warn:#f3ad2b}
*{box-sizing:border-box} body{margin:0;background:radial-gradient(1000px 500px at 10% -20%,#243f90 0%,transparent 45%),radial-gradient(900px 420px at 100% 0,#4a206f 0%,transparent 50%),var(--bg);color:var(--ink);font-family:Manrope,system-ui,sans-serif}
@getsuperposition
getsuperposition / SHOWCASE-MOBILE-PREVIEW-v1.html
Created February 22, 2026 01:02
Foundry mobile showcase preview v1
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Foundry Showcase · Mobile Preview v1</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Work+Sans:wght@400;500;600;700&display=swap');
:root {