AJAYKASU commited on
Commit
54b68ab
·
verified ·
1 Parent(s): 978dc7e

Polish: Navy/Gold Pie Chart & Ownership Table

Browse files
Files changed (1) hide show
  1. 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="padding:15px; display:flex; flex-direction:column; justify-content:center; gap:15px;">
181
- <div>
182
- <div style="font-size:0.8rem; color:#888;">Target Raise</div>
183
- <div id="s-raise" style="font-size:1.2rem; color:white;">$250M</div>
184
- </div>
185
- <div>
186
- <div style="font-size:0.8rem; color:#888;">Final Price (Discounted)</div>
187
- <div id="s-final-price" style="font-size:1.6rem; color:var(--primary-gold); font-weight:bold;">
188
- --</div>
189
- </div>
190
- <div>
191
- <div style="font-size:0.8rem; color:#888;">Total Dilution</div>
192
- <div id="s-dilution" style="font-size:1.2rem; color:white;">--</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>