summaryrefslogtreecommitdiff
path: root/index.html
blob: c84c02773c8f4e55dd03d3e6b8e7e2be815768a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
<!DOCTYPE html>
<html lang="en">
<head>
  <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Thuy (Tyler) Hoang — Finance &amp; Analytics</title>
  <meta name="description" content="Finance professional, CFA Level I candidate, and MS Financial Analytics candidate building a strong edge in valuation, markets, and investor-focused analytics." />
  <meta property="og:title" content="Thuy (Tyler) Hoang — Finance &amp; Analytics" />
  <meta property="og:description" content="Finance professional, CFA Level I candidate, and MS Financial Analytics candidate with strengths in valuation, research, markets, and investor-focused product building." />
  <meta property="og:url" content="https://tylerhoang.xyz" />
  <meta property="og:type" content="website" />
  <meta name="twitter:card" content="summary" />
  <meta name="twitter:title" content="Thuy (Tyler) Hoang — Finance &amp; Analytics" />
  <meta name="twitter:description" content="Finance professional with strengths in valuation, research, markets, and investor-focused product building. CFA Level I candidate and MS Financial Analytics candidate." />
  <link rel="preconnect" href="https://fonts.googleapis.com" />
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@300;400;500;600&display=swap" rel="stylesheet" />
  <style>
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --bg:           #0b0d10;
      --bg-alt:       #11141a;
      --panel:        #0f1217;
      --line:         #1c2028;
      --line-strong:  #2a313c;
      --text:         #dde2e8;
      --muted:        #6b7280;
      --dim:          #4b5260;
      --green:        #3ecf8e;
      --green-dim:    #1f8a5b;
      --red:          #e85a5a;
      --amber:        #d9a441;
      --mono:         'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;
      --sans:         'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    }

    html { scroll-behavior: smooth; }
    html, body { background: var(--bg); color: var(--text); font-family: var(--sans); font-size: 14px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
    a { color: inherit; text-decoration: none; }

    .wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

    /* Subtle scanline grain */
    body::before {
      content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0;
      background-image: repeating-linear-gradient(0deg, rgba(255,255,255,0.012) 0px, rgba(255,255,255,0.012) 1px, transparent 1px, transparent 3px);
      mix-blend-mode: overlay;
    }
    body > * { position: relative; z-index: 1; }

    /* Top bar */
    .topbar { border-bottom: 1px solid var(--line); padding: 14px 0; }
    .topbar-inner { display: flex; align-items: center; gap: 28px; font-family: var(--mono); font-size: 12px; }
    .topbar .logo { color: var(--green); font-weight: 500; letter-spacing: 0.04em; }
    .topbar .logo::before { content: "$ "; opacity: 0.5; }
    .topbar nav { display: flex; gap: 22px; }
    .topbar nav a { color: var(--muted); transition: color 0.15s; }
    .topbar nav a:hover { color: var(--text); }
    .topbar .spacer { flex: 1; }
    .topbar .session { color: var(--dim); }
    .topbar .session b { color: var(--green); font-weight: 500; }

    /* Ticker */
    .ticker { border-bottom: 1px solid var(--line); background: var(--bg-alt); overflow: hidden; }
    .ticker-track { display: flex; gap: 48px; padding: 9px 32px; font-family: var(--mono); font-size: 11.5px; color: var(--muted); white-space: nowrap; }
    .tk { display: inline-flex; gap: 8px; align-items: center; }
    .tk .sym { color: var(--text); }
    .tk .val { color: var(--text); }
    .tk .chg.up { color: var(--green); }
    .tk .chg.dn { color: var(--red); }

    /* HERO */
    .hero { padding: 72px 0 64px; border-bottom: 1px solid var(--line); position: relative; }
    .hero::before { content: ""; position: absolute; inset: 0; background:
      radial-gradient(ellipse 600px 200px at 20% 0%, rgba(62,207,142,0.07), transparent 70%),
      radial-gradient(ellipse 400px 200px at 90% 100%, rgba(62,207,142,0.04), transparent 70%);
      pointer-events: none;
    }
    .hero-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 56px; position: relative; }
    .hero-left .meta { font-family: var(--mono); font-size: 11.5px; color: var(--dim); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 18px; display: flex; flex-wrap: wrap; gap: 8px 18px; }
    .hero-left .meta span::before { content: "// "; color: var(--green-dim); }
    .hero h1 { font-family: var(--sans); font-weight: 600; font-size: 64px; letter-spacing: -0.03em; line-height: 1.02; margin-bottom: 22px; }
    .hero h1 .accent { color: var(--green); }
    .hero p.lede { color: var(--muted); font-size: 16px; max-width: 540px; margin-bottom: 30px; }
    .hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

    .btn { font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; padding: 12px 18px; border: 1px solid var(--line-strong); background: transparent; color: var(--text); cursor: pointer; display: inline-block; transition: all 0.15s; }
    .btn.primary { background: var(--green); color: #07120c; border-color: var(--green); font-weight: 500; }
    .btn:hover { border-color: var(--green); color: var(--green); }
    .btn.primary:hover { background: transparent; color: var(--green); }

    /* Research note card */
    .note { background: var(--panel); border: 1px solid var(--line); }
    .note-head { padding: 12px 16px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; font-family: var(--mono); font-size: 11px; color: var(--muted); }
    .note-head .tag { color: var(--green); }
    .note-body { padding: 6px 18px; }
    .note-body .row { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px dashed var(--line); font-family: var(--mono); font-size: 12.5px; }
    .note-body .row:last-child { border-bottom: 0; }
    .note-body .row .k { color: var(--muted); }
    .note-body .row .v { color: var(--text); }
    .note-body .row .v.green { color: var(--green); }
    .note-foot { padding: 12px 16px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-family: var(--mono); font-size: 10.5px; color: var(--dim); }

    /* Sections */
    section.panel { padding: 64px 0; border-bottom: 1px solid var(--line); }
    .sec-head { display: flex; align-items: baseline; gap: 18px; margin-bottom: 32px; flex-wrap: wrap; }
    .sec-head .num { font-family: var(--mono); font-size: 12px; color: var(--green); letter-spacing: 0.12em; }
    .sec-head h2 { font-size: 22px; font-weight: 500; letter-spacing: -0.01em; }
    .sec-head .sub { font-family: var(--mono); font-size: 11px; color: var(--dim); margin-left: auto; }

    /* About */
    .about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; }
    .about p { color: var(--text); font-size: 15px; margin-bottom: 16px; }
    .about p .drop { color: var(--green); font-family: var(--mono); margin-right: 4px; }
    .stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 8px; }
    .stat { background: var(--panel); padding: 18px 18px; }
    .stat .lbl { font-family: var(--mono); font-size: 10.5px; color: var(--dim); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 8px; }
    .stat .val { font-family: var(--mono); font-size: 22px; color: var(--text); }
    .stat .val .unit { color: var(--green); font-size: 14px; margin-left: 4px; }

    /* Prism */
    .prism { background: var(--panel); border: 1px solid var(--line); }
    .prism-head { padding: 18px 22px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
    .prism-head .ticker-tag { font-family: var(--mono); font-size: 11px; color: var(--green); padding: 3px 8px; border: 1px solid var(--green-dim); border-radius: 2px; }
    .prism-head h3 { font-size: 22px; font-weight: 500; }
    .prism-head .meta { margin-left: auto; font-family: var(--mono); font-size: 11px; color: var(--dim); }
    .prism-body { display: grid; grid-template-columns: 1.4fr 1fr; }
    .prism-body .left { padding: 28px 24px; border-right: 1px solid var(--line); }
    .prism-body .left p { color: var(--muted); font-size: 14px; margin-bottom: 14px; }
    .prism-body .left .ctas { display: flex; gap: 10px; margin-top: 8px; flex-wrap: wrap; }
    .prism-body .right { padding: 0; }
    .prism-body .right .row { padding: 18px 22px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 24px 1fr auto; gap: 12px; align-items: start; }
    .prism-body .right .row:last-child { border-bottom: 0; }
    .prism-body .right .row .idx { font-family: var(--mono); font-size: 11px; color: var(--green); padding-top: 2px; }
    .prism-body .right .row h4 { font-size: 14px; font-weight: 500; margin-bottom: 4px; }
    .prism-body .right .row p { font-size: 12.5px; color: var(--muted); }
    .prism-body .right .row .arrow { color: var(--dim); font-family: var(--mono); }
    .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; }
    .sk h4 { font-family: var(--mono); font-size: 11px; color: var(--green); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 12px; }
    .sk ul { list-style: none; }
    .sk li { font-family: var(--mono); font-size: 13px; padding: 4px 0; color: var(--text); display: flex; justify-content: space-between; }
    .sk li .dot-c { color: var(--dim); }

    /* Projects list */
    .proj-list { border: 1px solid var(--line); }
    .proj { display: grid; grid-template-columns: 56px 1fr auto; gap: 18px; padding: 22px 22px; border-bottom: 1px solid var(--line); align-items: start; }
    .proj:last-child { border-bottom: 0; }
    .proj .idx { font-family: var(--mono); font-size: 13px; color: var(--green); }
    .proj h4 { font-size: 16px; font-weight: 500; margin-bottom: 4px; }
    .proj .cat { font-family: var(--mono); font-size: 11px; color: var(--dim); margin-bottom: 8px; }
    .proj p { color: var(--muted); font-size: 13.5px; max-width: 760px; }
    .proj .tags { display: flex; gap: 6px; flex-direction: column; align-items: flex-end; }
    .proj .tag { font-family: var(--mono); font-size: 10.5px; color: var(--muted); padding: 3px 8px; border: 1px solid var(--line-strong); }

    /* Resume */
    .resume-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
    .resume-cell { background: var(--panel); padding: 22px 22px; }
    .resume-cell h4 { font-size: 16px; font-weight: 500; margin-bottom: 4px; }
    .resume-cell .where { font-family: var(--mono); font-size: 11px; color: var(--dim); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 6px; }
    .resume-cell .when { font-family: var(--mono); font-size: 11px; color: var(--green); margin-bottom: 8px; }
    .resume-cell p { font-size: 13.5px; color: var(--muted); }
    .resume-actions { margin-top: 22px; display: flex; gap: 10px; flex-wrap: wrap; }

    /* Contact */
    .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
    .contact p { color: var(--muted); font-size: 15px; margin-bottom: 18px; }
    .contact .links { display: flex; flex-direction: column; gap: 10px; font-family: var(--mono); font-size: 13px; }
    .contact .links a { color: var(--text); border-bottom: 1px dashed var(--line-strong); padding-bottom: 4px; }
    .contact .links a:hover { color: var(--green); border-color: var(--green-dim); }
    .contact form { display: flex; flex-direction: column; gap: 10px; }
    .contact input, .contact textarea { background: var(--panel); border: 1px solid var(--line); color: var(--text); font-family: var(--mono); font-size: 13px; padding: 12px 14px; }
    .contact input:focus, .contact textarea:focus { outline: 0; border-color: var(--green-dim); }
    .contact textarea { min-height: 110px; resize: vertical; }
    .contact .form-foot { display: flex; align-items: center; gap: 14px; margin-top: 6px; }
    .contact .status { font-family: var(--mono); font-size: 12px; color: var(--muted); }
    .contact .status.ok { color: var(--green); }
    .contact .status.err { color: var(--red); }

    /* Footer */
    footer { padding: 28px 0; }
    footer .wrap { font-family: var(--mono); font-size: 11px; color: var(--dim); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

    @media (max-width: 900px) {
      .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; }
      .proj .tags { grid-column: 2; flex-direction: row; align-items: flex-start; flex-wrap: wrap; }
    }
  </style>
</head>
<body>

<!-- TOP BAR -->
<div class="wrap">
  <div class="topbar">
    <div class="topbar-inner">
      <div class="logo">tyler.hoang</div>
      <nav>
        <a href="#about">/about</a>
        <a href="#prism">/prism</a>
        <a href="#projects">/projects</a>
        <a href="#skills">/skills</a>
        <a href="#resume">/resume</a>
        <a href="#contact">/contact</a>
      </nav>
      <div class="spacer"></div>
      <div class="session">SESS <b>OPEN</b> · UTC-08</div>
    </div>
  </div>
</div>

<!-- TICKER -->
<div class="ticker">
  <div class="ticker-track">
    <div class="tk"><span class="sym">SPX</span><span class="val">5,238.42</span><span class="chg up">+0.41%</span></div>
    <div class="tk"><span class="sym">NDX</span><span class="val">18,427.10</span><span class="chg up">+0.62%</span></div>
    <div class="tk"><span class="sym">DJI</span><span class="val">39,118.86</span><span class="chg dn">-0.18%</span></div>
    <div class="tk"><span class="sym">VIX</span><span class="val">14.27</span><span class="chg dn">-2.31%</span></div>
    <div class="tk"><span class="sym">US10Y</span><span class="val">4.182%</span><span class="chg up">+3bp</span></div>
    <div class="tk"><span class="sym">DXY</span><span class="val">103.94</span><span class="chg up">+0.12%</span></div>
    <div class="tk"><span class="sym">BTC</span><span class="val">63,840</span><span class="chg up">+1.18%</span></div>
    <div class="tk"><span class="sym">$TYLER</span><span class="val">●</span><span class="chg up">CFA L1 · MSFA</span></div>
  </div>
</div>

<!-- HERO -->
<div class="wrap">
  <section class="hero">
    <div class="hero-grid">
      <div class="hero-left">
        <div class="meta">
          <span>CSULB · MSFA</span>
          <span>JPMORGAN CHASE</span>
          <span>ASSET MGMT</span>
        </div>
        <h1>Thuy (Tyler) Hoang.<br/>Finance, <span class="accent">modeled.</span></h1>
        <p class="lede">Finance professional, CFA Level I candidate, and MS Financial Analytics candidate. Building an edge in valuation, market structure, and investor-focused analytics — with code that holds up to scrutiny.</p>
        <div class="hero-ctas">
          <a class="btn primary" href="#prism">→ View Prism</a>
          <a class="btn" href="#contact">/contact</a>
        </div>
      </div>

      <div class="note">
        <div class="note-head"><span>RESEARCH_NOTE / 2026-Q2</span><span class="tag">● ACTIVE</span></div>
        <div class="note-body">
          <div class="row"><span class="k">TICKER</span><span class="v">$TYLER</span></div>
          <div class="row"><span class="k">SECTOR</span><span class="v">Asset Management</span></div>
          <div class="row"><span class="k">STATUS</span><span class="v green">SEEKING · AM / RESEARCH</span></div>
          <div class="row"><span class="k">CREDENTIALS</span><span class="v">CFA L1 · SIE</span></div>
          <div class="row"><span class="k">PROGRAM</span><span class="v">MSFA · CSULB · Aug'26</span></div>
          <div class="row"><span class="k">GPAs</span><span class="v">3.75 / 3.75 / 4.00</span></div>
        </div>
        <div class="note-foot"><span>UPDATED 2026-06-16</span><span>v2.1</span></div>
      </div>
    </div>
  </section>

  <!-- ABOUT -->
  <section class="panel" id="about">
    <div class="sec-head"><span class="num">00 /</span><h2>About</h2><span class="sub">background.md</span></div>
    <div class="about-grid">
      <div>
        <p><span class="drop">&gt;</span> Finance professional pursuing my Master of Science in Financial Analytics at California State University, Long Beach, with an expected graduation of August 2026. CFA Level I candidate with a strong interest in asset management, investment research, and market-driven decision-making.</p>
        <p>My background combines client-facing banking and branch operations at JPMorgan Chase — internal controls, cash management, operational compliance — with quantitative financial modeling and academic work in fixed income, derivatives pricing, machine learning, and valuation.</p>
        <p>I bring analytical depth and an execution mindset — comfortable with financial statements, market data, and the tools that make research faster. FINRA SIE certified. Fluent in English and Vietnamese.</p>
      </div>
      <div>
        <div class="stats">
          <div class="stat"><div class="lbl">CFA · Level I</div><div class="val">CAND<span class="unit">'26</span></div></div>
          <div class="stat"><div class="lbl">CSULB GPA</div><div class="val">3.75</div></div>
          <div class="stat"><div class="lbl">CSUF GPA</div><div class="val">3.75</div></div>
          <div class="stat"><div class="lbl">OCC GPA</div><div class="val">4.00</div></div>
          <div class="stat"><div class="lbl">Certifications</div><div class="val">SIE</div></div>
          <div class="stat"><div class="lbl">Languages</div><div class="val">EN · VI</div></div>
        </div>
      </div>
    </div>
  </section>

  <!-- PRISM -->
  <section class="panel" id="prism">
    <div class="sec-head"><span class="num">01 /</span><h2>Prism — Featured Project</h2><span class="sub">spring_2026</span></div>

    <div class="prism">
      <div class="prism-head">
        <span class="ticker-tag">PRSM</span>
        <h3>Investor-focused financial analysis dashboard</h3>
        <div class="meta">SPRING 2026 · v0.4 · LIVE</div>
      </div>

      <div class="prism-shots">
        <a class="shot" href="assets/prism/overview.png" target="_blank" rel="noopener">
          <img src="assets/prism/overview.png" alt="Prism overview dashboard" loading="lazy" />
          <div class="caption"><b>overview</b><span class="open">open ↗</span></div>
        </a>
        <a class="shot" href="assets/prism/valuation.png" target="_blank" rel="noopener">
          <img src="assets/prism/valuation.png" alt="Prism valuation dashboard" loading="lazy" />
          <div class="caption"><b>valuation</b><span class="open">open ↗</span></div>
        </a>
        <a class="shot" href="assets/prism/insiders.png" target="_blank" rel="noopener">
          <img src="assets/prism/insiders.png" alt="Prism insiders dashboard" loading="lazy" />
          <div class="caption"><b>insiders</b><span class="open">open ↗</span></div>
        </a>
      </div>
      <div class="prism-body">
        <div class="left">
          <p>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.</p>
          <p>The valuation layer handles edge cases explicitly: non-meaningful P/E, negative free cash flow in DCF, and accounting-driven ratio distortions. Output is usable in real analysis, not just visually impressive.</p>
          <div class="ctas">
            <a class="btn primary" href="https://prism.tylerhoang.xyz" target="_blank" rel="noopener">→ Live Demo</a>
            <a class="btn" href="https://git.tylerhoang.xyz/prism" target="_blank" rel="noopener">/view_code</a>
          </div>
        </div>
        <div class="right">
          <div class="row"><span class="idx">01</span><div><h4>Research Workflow</h4><p>Move from idea generation to underwriting without bouncing across five tools.</p></div><span class="arrow">→</span></div>
          <div class="row"><span class="idx">02</span><div><h4>Valuation Engine</h4><p>DCF, EV/EBITDA, and comps with explicit handling for negative earnings, EBITDA, cash flow edge cases.</p></div><span class="arrow">→</span></div>
          <div class="row"><span class="idx">03</span><div><h4>Fundamentals</h4><p>Financial statements, key ratios, historical views to spot business quality and trend changes.</p></div><span class="arrow">→</span></div>
          <div class="row"><span class="idx">04</span><div><h4>Options &amp; Positioning</h4><p>Options flow, volatility context, insider activity — fundamental story vs. positioning.</p></div><span class="arrow">→</span></div>
          <div class="row"><span class="idx">05</span><div><h4>Filings &amp; Catalysts</h4><p>SEC filings and company disclosures, with direct EDGAR access for primary-source review.</p></div><span class="arrow">→</span></div>
          <div class="row"><span class="idx">06</span><div><h4>Market Context</h4><p>Indices, rates, volatility, commodities, and news for the macro backdrop.</p></div><span class="arrow">→</span></div>
        </div>
      </div>
      <div class="prism-foot">
        <span>python</span><span>streamlit</span><span>yfinance</span><span>pandas</span><span>plotly</span><span>sec-edgar-api</span><span>nginx</span><span>systemd</span>
      </div>
    </div>
  </section>

  <!-- PROJECTS -->
  <section class="panel" id="projects">
    <div class="sec-head"><span class="num">02 /</span><h2>Other Projects</h2><span class="sub">academic_work.log</span></div>

    <div class="proj-list">
      <div class="proj">
        <div class="idx">01</div>
        <div>
          <h4>Boeing Credit &amp; Financial Statement Analysis</h4>
          <div class="cat">FIXED INCOME · CREDIT · FALL 2025</div>
          <p>Analyzed Boeing's debt maturity schedule, leverage ratios, and interest coverage using Bloomberg, quantifying the credit risk premium embedded in bond yields relative to Treasuries. Forward-looking narrative on capital structure and refinancing risk.</p>
        </div>
        <div class="tags"><span class="tag">BLOOMBERG</span><span class="tag">CREDIT</span></div>
      </div>
      <div class="proj">
        <div class="idx">02</div>
        <div>
          <h4>WMT Stock Price Prediction with LSTM</h4>
          <div class="cat">MACHINE LEARNING · TIME SERIES · SPRING 2026</div>
          <p>Built a Long Short-Term Memory (LSTM) neural network in Python to forecast Walmart (WMT) stock prices using historical market data. Evaluated with RMSE; visualized predicted vs. actual to assess accuracy and trend-following behavior.</p>
        </div>
        <div class="tags"><span class="tag">PYTHON</span><span class="tag">LSTM</span></div>
      </div>
      <div class="proj">
        <div class="idx">03</div>
        <div>
          <h4>Monte Carlo Simulation — Derivatives Pricing</h4>
          <div class="cat">DERIVATIVES · STOCHASTIC CALCULUS · SPRING 2026</div>
          <p>Modeled asset price dynamics using Geometric Brownian Motion (GBM) to simulate thousands of price paths and estimate option payoffs. Validated outcomes under risk-neutral pricing.</p>
        </div>
        <div class="tags"><span class="tag">MONTE CARLO</span><span class="tag">GBM</span></div>
      </div>
      <div class="proj">
        <div class="idx">04</div>
        <div>
          <h4>Quantitative Company Analysis</h4>
          <div class="cat">VALUATION · FINANCIAL MODELING · FALL 2025</div>
          <p>Developed advanced spreadsheet models for financial statement analysis, ratio benchmarking, and cash flow forecasting. Produced DCF valuation scenarios under base, optimistic, and downside cases.</p>
        </div>
        <div class="tags"><span class="tag">DCF</span><span class="tag">EXCEL</span></div>
      </div>
    </div>
  </section>

  <!-- SKILLS -->
  <section class="panel" id="skills">
    <div class="sec-head"><span class="num">03 /</span><h2>Skills</h2><span class="sub">stack.json</span></div>

    <div class="skills-grid">
      <div class="sk">
        <h4>// programming &amp; tools</h4>
        <ul>
          <li>python <span class="dot-c">●●●●●</span></li>
          <li>pandas / numpy <span class="dot-c">●●●●●</span></li>
          <li>scikit-learn <span class="dot-c">●●●●○</span></li>
          <li>tensorflow / keras <span class="dot-c">●●●○○</span></li>
          <li>statsmodels <span class="dot-c">●●●○○</span></li>
          <li>jupyter · linux · git <span class="dot-c">●●●●○</span></li>
        </ul>
      </div>
      <div class="sk">
        <h4>// finance &amp; analysis</h4>
        <ul>
          <li>advanced excel <span class="dot-c">●●●●●</span></li>
          <li>bloomberg terminal <span class="dot-c">●●●●●</span></li>
          <li>dcf / comps <span class="dot-c">●●●●●</span></li>
          <li>fixed income <span class="dot-c">●●●●○</span></li>
          <li>derivatives <span class="dot-c">●●●○○</span></li>
          <li>credit analysis <span class="dot-c">●●●●○</span></li>
        </ul>
      </div>
      <div class="sk">
        <h4>// quantitative methods</h4>
        <ul>
          <li>ols regression <span class="dot-c">●●●●●</span></li>
          <li>factor models <span class="dot-c">●●●○○</span></li>
          <li>lstm / gru <span class="dot-c">●●●○○</span></li>
          <li>monte carlo <span class="dot-c">●●●●○</span></li>
          <li>stochastic calculus <span class="dot-c">●●●○○</span></li>
          <li>capm / beta <span class="dot-c">●●●●○</span></li>
        </ul>
      </div>
    </div>
  </section>

  <!-- RESUME -->
  <section class="panel" id="resume">
    <div class="sec-head"><span class="num">04 /</span><h2>Resume</h2><span class="sub">credentials.log</span></div>

    <div class="resume-grid">
      <div class="resume-cell">
        <h4>M.S. Financial Analytics</h4>
        <div class="where">CSULB · California State University, Long Beach</div>
        <div class="when">Expected Aug 2026</div>
        <p>Coursework in fixed income, derivatives pricing, machine learning, and valuation.</p>
      </div>
      <div class="resume-cell">
        <h4>B.A. Business Administration / Finance</h4>
        <div class="where">CSUF · California State University, Fullerton</div>
        <div class="when">Completed</div>
        <p>Concentration in finance with quantitative methods.</p>
      </div>
      <div class="resume-cell">
        <h4>Associate Banker</h4>
        <div class="where">JPMorgan Chase</div>
        <div class="when">Current</div>
        <p>Client-facing banking and branch operations: internal controls, cash management, operational compliance.</p>
      </div>
      <div class="resume-cell">
        <h4>Certifications &amp; Tools</h4>
        <div class="where">CFA® L1 Candidate · FINRA SIE</div>
        <div class="when">Python · Advanced Excel · Bloomberg</div>
        <p>Self-computed valuation, factor models, and quant research tooling.</p>
      </div>
    </div>
    <div class="resume-actions">
      <a class="btn primary" href="Tyler_Resume.pdf">Download PDF</a>
      <a class="btn" href="Tyler_Resume.docx">Download DOCX</a>
    </div>
  </section>

  <!-- CONTACT -->
  <section class="panel contact" id="contact">
    <div class="sec-head"><span class="num">05 /</span><h2>Contact</h2><span class="sub">send_signal.sh</span></div>

    <div class="contact-grid">
      <div>
        <p>Actively pursuing opportunities in asset management, investment research, and quantitative finance. If you're looking for someone who combines market judgment, analytical rigor, and strong execution, let's talk.</p>
        <div class="links">
          <a href="mailto:tyler@tylerhoang.xyz">→ tyler@tylerhoang.xyz</a>
          <a href="https://linkedin.com/in/thuyghoang" target="_blank" rel="noopener">→ linkedin.com/in/thuyghoang</a>
          <a href="https://git.tylerhoang.xyz" target="_blank" rel="noopener">→ git.tylerhoang.xyz</a>
        </div>
      </div>
      <form id="contact-form" novalidate>
        <input id="cf-name" name="name" type="text" placeholder="name" autocomplete="name" required />
        <input id="cf-email" name="email" type="email" placeholder="email" autocomplete="email" required />
        <textarea id="cf-message" name="message" placeholder="message" required></textarea>
        <div class="form-foot">
          <button id="cf-submit" class="btn primary" type="submit">→ SEND MESSAGE</button>
          <span id="cf-status" class="status" role="status" aria-live="polite"></span>
        </div>
      </form>
    </div>
  </section>
</div>

<footer>
  <div class="wrap">
    <span>© 2026 · tylerhoang.xyz</span>
    <span>END_OF_DOCUMENT · 0x00</span>
  </div>
</footer>

<script>
  // Contact form: posts to the same /api/contact endpoint the previous site used.
  (function () {
    const form = document.getElementById('contact-form');
    if (!form) return;
    const btn = document.getElementById('cf-submit');
    const status = document.getElementById('cf-status');

    form.addEventListener('submit', async function (e) {
      e.preventDefault();
      const name = document.getElementById('cf-name').value.trim();
      const email = document.getElementById('cf-email').value.trim();
      const message = document.getElementById('cf-message').value.trim();

      if (!name || !email || !message) {
        status.className = 'status err';
        status.textContent = 'Please fill in all fields.';
        return;
      }

      btn.textContent = 'Sending…';
      btn.style.opacity = '0.6';
      btn.style.pointerEvents = 'none';
      status.className = 'status';
      status.textContent = '';

      try {
        const res = await fetch('/api/contact', {
          method: 'POST',
          headers: { 'Content-Type': 'application/json' },
          body: JSON.stringify({ name, email, message })
        });
        const data = await res.json().catch(() => ({}));

        if (res.ok) {
          status.className = 'status ok';
          status.textContent = "Message sent — I'll be in touch soon.";
          form.reset();
        } else {
          status.className = 'status err';
          status.textContent = data.error || 'Something went wrong. Please try again.';
        }
      } catch (err) {
        status.className = 'status err';
        status.textContent = 'Could not reach the server. Please try again later.';
      } finally {
        btn.textContent = '→ SEND MESSAGE';
        btn.style.opacity = '';
        btn.style.pointerEvents = '';
      }
    });
  })();
</script>
</body>
</html>