Spaces:
Sleeping
Sleeping
Polish: Navy/Gold Pie Chart & Ownership Table
Browse files- templates/index.html +18 -14
templates/index.html
CHANGED
|
@@ -176,20 +176,24 @@
|
|
| 176 |
</div>
|
| 177 |
|
| 178 |
<!-- IPO Summary Stats -->
|
| 179 |
-
<div class="glass-panel"
|
| 180 |
-
style="
|
| 181 |
-
|
| 182 |
-
|
| 183 |
-
|
| 184 |
-
|
| 185 |
-
<
|
| 186 |
-
|
| 187 |
-
|
| 188 |
-
|
| 189 |
-
|
| 190 |
-
|
| 191 |
-
<
|
| 192 |
-
<div
|
|
|
|
|
|
|
|
|
|
|
|
|
| 193 |
</div>
|
| 194 |
</div>
|
| 195 |
</div>
|
|
|
|
| 176 |
</div>
|
| 177 |
|
| 178 |
<!-- IPO Summary Stats -->
|
| 179 |
+
<div class="glass-panel" style="padding:15px; display:flex; flex-direction:column; gap:10px;">
|
| 180 |
+
<h4 style="margin:0; color:#888; font-size:0.9rem; text-transform:uppercase;">Cap Table Impact</h4>
|
| 181 |
+
|
| 182 |
+
<!-- DYNAMIC OWNERSHIP TABLE -->
|
| 183 |
+
<div id="ownership-table" style="font-size:0.85rem; margin-bottom:10px;"></div>
|
| 184 |
+
|
| 185 |
+
<!-- KEY DEAL METRICS -->
|
| 186 |
+
<div
|
| 187 |
+
style="border-top:1px solid rgba(255,255,255,0.1); padding-top:10px; display:flex; justify-content:space-between;">
|
| 188 |
+
<div>
|
| 189 |
+
<div style="color:#888; font-size:0.75rem;">Target Raise</div>
|
| 190 |
+
<div id="s-raise" style="color:white; font-weight:bold;">$250M</div>
|
| 191 |
+
</div>
|
| 192 |
+
<div style="text-align:right;">
|
| 193 |
+
<div style="color:#888; font-size:0.75rem;">Final Price</div>
|
| 194 |
+
<div id="s-final-price"
|
| 195 |
+
style="color:var(--primary-gold); font-weight:bold; font-size:1.1rem;">--</div>
|
| 196 |
+
</div>
|
| 197 |
</div>
|
| 198 |
</div>
|
| 199 |
</div>
|