From 6f9121b858bab9b3cada6106711b56607856a4aa Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Mon, 15 Jun 2026 23:34:40 -0700 Subject: chore: cleanup --- index.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index f9d70d3..c84c027 100644 --- a/index.html +++ b/index.html @@ -140,6 +140,16 @@ .prism-foot { padding: 16px 22px; border-top: 1px solid var(--line); display: flex; gap: 12px; font-family: var(--mono); font-size: 11.5px; color: var(--dim); flex-wrap: wrap; } .prism-foot span { padding: 3px 8px; border: 1px solid var(--line-strong); border-radius: 2px; } + /* Prism screenshot gallery */ + .prism-shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border-bottom: 1px solid var(--line); } + .shot { background: var(--panel); display: block; padding: 0; position: relative; overflow: hidden; } + .shot img { display: block; width: 100%; height: auto; border-bottom: 1px solid var(--line); transition: opacity 0.15s; } + .shot:hover img { opacity: 0.85; } + .shot .caption { padding: 10px 14px; display: flex; justify-content: space-between; align-items: baseline; font-family: var(--mono); font-size: 11px; color: var(--dim); } + .shot .caption b { color: var(--text); font-weight: 500; } + .shot .caption .open { color: var(--green-dim); } + .shot:hover .caption .open { color: var(--green); } + /* Skills */ .skills-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); } .sk { background: var(--panel); padding: 18px 18px; } @@ -191,6 +201,7 @@ .hero h1 { font-size: 40px; } .hero-grid, .about-grid, .prism-body, .contact-grid, .resume-grid { grid-template-columns: 1fr; } .prism-body .left { border-right: 0; border-bottom: 1px solid var(--line); } + .prism-shots { grid-template-columns: 1fr; } .skills-grid { grid-template-columns: 1fr; } .topbar nav { display: none; } .proj { grid-template-columns: 40px 1fr; } @@ -298,6 +309,21 @@

Investor-focused financial analysis dashboard

SPRING 2026 · v0.4 · LIVE
+ +
+ + Prism overview dashboard +
overviewopen ↗
+
+ + Prism valuation dashboard +
valuationopen ↗
+
+ + Prism insiders dashboard +
insidersopen ↗
+
+

Compresses the research workflow into one place: live market data, financial statements, self-computed valuation ratios, comparable-company analysis, options activity, insider trades, SEC filings, and news — from initial idea to underwriting in one interface.

-- cgit v1.3-2-g0d8e