Skip to content

Commit a511a1e

Browse files
Update roi_calculator.html
1 parent a8cae76 commit a511a1e

File tree

1 file changed

+44
-4
lines changed

1 file changed

+44
-4
lines changed

demos/roi_calculator.html

Lines changed: 44 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -430,10 +430,50 @@
430430
</head>
431431
<body>
432432
<div class="container">
433-
<div class="header">
434-
<h1>Ternary Logic Framework</h1>
435-
<p class="subtitle">Enterprise Economic Impact Assessment Tool</p>
436-
<span class="version">Version 3.0 - Regulatory Grade</span>
433+
<div class="header">
434+
<div style="display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px;">
435+
<div style="flex: 1;">
436+
<div style="display: flex; align-items: center; gap: 15px; margin-bottom: 20px;">
437+
<div style="width: 50px; height: 50px; background: rgba(255,255,255,0.15); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: bold; color: white; border: 2px solid rgba(255,255,255,0.3);">
438+
TL
439+
</div>
440+
<div>
441+
<h1 style="font-size: 1.8em; margin-bottom: 2px; font-weight: 400; letter-spacing: -0.5px;">
442+
Ternary Logic Framework
443+
</h1>
444+
<p style="font-size: 0.9em; opacity: 0.8; margin: 0;">
445+
Prudential Governance Quantification Engine
446+
</p>
447+
</div>
448+
</div>
449+
<div style="display: flex; gap: 20px; flex-wrap: wrap;">
450+
<div style="display: flex; align-items: center; gap: 8px;">
451+
<div style="width: 8px; height: 8px; background: #27ae60; border-radius: 50%;"></div>
452+
<span style="font-size: 0.85em; opacity: 0.9;">Basel III Aligned</span>
453+
</div>
454+
<div style="display: flex; align-items: center; gap: 8px;">
455+
<div style="width: 8px; height: 8px; background: #27ae60; border-radius: 50%;"></div>
456+
<span style="font-size: 0.85em; opacity: 0.9;">FATF Compliant</span>
457+
</div>
458+
<div style="display: flex; align-items: center; gap: 8px;">
459+
<div style="width: 8px; height: 8px; background: #27ae60; border-radius: 50%;"></div>
460+
<span style="font-size: 0.85em; opacity: 0.9;">ISO 31000</span>
461+
</div>
462+
</div>
463+
</div>
464+
<div style="text-align: right;">
465+
<div style="background: rgba(255,255,255,0.1); padding: 8px 15px; border-radius: 6px; border: 1px solid rgba(255,255,255,0.2); margin-bottom: 8px;">
466+
<div style="font-size: 0.75em; opacity: 0.7; margin-bottom: 2px;">FRAMEWORK VERSION</div>
467+
<div style="font-size: 1.1em; font-weight: 500;">3.0.0</div>
468+
</div>
469+
<div style="font-size: 0.8em; opacity: 0.7;">Reference: TL-2025-001</div>
470+
</div>
471+
</div>
472+
<div style="border-top: 1px solid rgba(255,255,255,0.1); padding-top: 15px; margin-top: 20px;">
473+
<p style="font-size: 0.95em; opacity: 0.85; font-style: italic;">
474+
"Quantifying the cost of absent accountability infrastructure in economic decision systems"
475+
</p>
476+
</div>
437477
</div>
438478

439479
<div class="calculator">

0 commit comments

Comments
 (0)