This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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 { |