-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
550 lines (489 loc) · 28.8 KB
/
index.html
File metadata and controls
550 lines (489 loc) · 28.8 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Samir Saad — Interactive Work</title>
<meta name="description" content="HR practitioner and now an indie developer. Interactive tools for organizational behavior. Browser games about systems, signals, and the spaces between.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Noto+Serif+JP:wght@300;400&family=DM+Mono:wght@300;400&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
:root {
--mono: 'DM Mono', monospace;
--serif-en: 'Cormorant Garamond', Georgia, serif;
--serif-jp: 'Noto Serif JP', serif;
--hr-bg: #f4efe4;
--hr-bg2: #ebe5d6;
--hr-bg3: #dfd8c8;
--hr-ink: #1c1a16;
--hr-rule: rgba(28,26,22,0.10);
--hr-rule2: rgba(28,26,22,0.22);
--hr-red: #b84233;
--hr-dim: rgba(28,26,22,0.68);
--hr-faint: rgba(28,26,22,0.45);
--gm-bg: #221a12;
--gm-bg2: #1e1510;
--gm-ink: #f0e8d8;
--gm-rule: rgba(255,255,255,0.07);
--gm-rule2: rgba(255,255,255,0.13);
--gm-cyan: #e07a5f;
--gm-amber: #f5c842;
--gm-pink: #e07a5f;
--gm-lav: #c8a97e;
--gm-green: #7ab87a;
--gm-dim: rgba(240,232,216,0.55);
--gm-faint: rgba(200,184,154,0.38);
}
body {
font-size:17px; line-height:1.6; overflow-x:hidden;
transition: background 0.45s, color 0.45s;
}
body.mode-hr { background:var(--hr-bg); color:var(--hr-ink); font-family:var(--serif-en); }
body.mode-games { background:var(--gm-bg); color:var(--gm-ink); font-family:var(--serif-jp); }
body::after {
content:''; position:fixed; inset:0; pointer-events:none; z-index:999;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
}
#chrome {
position:fixed; top:0; left:0; right:0; z-index:100;
display:flex; align-items:stretch; height:52px;
transition: background 0.45s, border-color 0.45s;
}
body.mode-hr #chrome { background:var(--hr-bg); border-bottom:1px solid var(--hr-rule2); }
body.mode-games #chrome { background:var(--gm-bg2); border-bottom:1px solid var(--gm-rule2); }
.chrome-name {
display:flex; align-items:center; padding:0 28px;
font-family:var(--mono); font-size:10px; letter-spacing:0.18em; text-transform:uppercase;
white-space:nowrap; transition:color 0.45s, border-color 0.45s;
}
body.mode-hr .chrome-name { color:var(--hr-dim); border-right:1px solid var(--hr-rule2); }
body.mode-games .chrome-name { color:var(--gm-faint); border-right:1px solid var(--gm-rule2); }
.chrome-name strong { font-weight:400; transition:color 0.45s; }
body.mode-hr .chrome-name strong { color:var(--hr-ink); }
body.mode-games .chrome-name strong { color:var(--gm-ink); }
.tab-bar { display:flex; align-items:stretch; flex:1; padding:0 8px; }
.tab {
display:flex; align-items:center; gap:9px;
padding:0 22px; cursor:pointer; border:none; background:transparent;
font-family:var(--mono); font-size:10px; letter-spacing:0.18em; text-transform:uppercase;
position:relative; transition:color 0.25s;
}
.tab::after {
content:''; position:absolute; bottom:0; left:14px; right:14px;
height:2px; background:transparent; transition:background 0.25s;
}
body.mode-hr .tab { color:var(--hr-faint); }
body.mode-games .tab { color:var(--gm-faint); }
.tab-hr.active { color:var(--hr-ink) !important; }
.tab-hr.active::after { background:var(--hr-red); }
.tab-games.active { color:var(--gm-cyan) !important; }
.tab-games.active::after { background:var(--gm-cyan); }
.chrome-kofi {
display:flex; align-items:center; gap:5px; padding:0 20px; margin-left:auto;
font-family:var(--mono); font-size:9px; letter-spacing:0.15em; text-transform:uppercase;
text-decoration:none; white-space:nowrap; transition:color 0.2s, border-color 0.45s;
}
body.mode-hr .chrome-kofi { color:var(--hr-faint); border-left:1px solid var(--hr-rule2); }
body.mode-games .chrome-kofi { color:var(--gm-faint); border-left:1px solid var(--gm-rule2); }
body.mode-hr .chrome-kofi:hover { color:var(--hr-red); }
body.mode-games .chrome-kofi:hover { color:var(--gm-amber); }
.panel { display:none; padding-top:52px; min-height:100vh; }
.panel.active { display:block; animation:panelIn 0.38s ease forwards; }
@keyframes panelIn {
from { opacity:0; transform:translateY(8px); }
to { opacity:1; transform:translateY(0); }
}
/* ═══ HR PANEL ═══ */
#panel-hr { background:var(--hr-bg); color:var(--hr-ink); font-family:var(--serif-en); }
.hr-hero {
position:relative; overflow:hidden;
padding:72px 56px 64px;
border-bottom:1px solid var(--hr-rule2);
}
.hr-hero::before {
content:''; position:absolute; inset:0; pointer-events:none;
background-image:repeating-linear-gradient(
to bottom, transparent 0, transparent 31px, var(--hr-rule) 31px, var(--hr-rule) 32px
);
}
.hr-watermark {
position:absolute; right:-16px; bottom:-24px;
font-family:var(--serif-en); font-size:clamp(90px,13vw,190px);
font-weight:300; color:rgba(28,26,22,0.04);
line-height:1; pointer-events:none; user-select:none;
}
.hr-eyebrow {
font-family:var(--mono); font-size:9px; letter-spacing:0.35em;
text-transform:uppercase; color:var(--hr-red); margin-bottom:20px;
}
.hr-title {
font-family:var(--serif-en); font-size:clamp(38px,5.5vw,68px);
font-weight:300; line-height:1.1;
}
.hr-title em { font-style:italic; color:var(--hr-dim); }
.hr-rule-line { width:56px; height:1px; background:var(--hr-rule2); margin:24px 0; }
.hr-desc {
max-width:500px; font-size:18px; font-weight:400;
color:var(--hr-dim); line-height:1.85;
}
.hr-desc strong { color:var(--hr-ink); font-weight:400; }
.hr-tags { display:flex; gap:10px; flex-wrap:wrap; margin-top:28px; }
.hr-tag {
font-family:var(--mono); font-size:8px; letter-spacing:0.18em;
text-transform:uppercase; color:var(--hr-faint);
border:1px solid var(--hr-rule2); padding:4px 11px;
}
.hr-grid {
padding:52px 56px;
display:grid; grid-template-columns:repeat(auto-fill, minmax(320px,1fr)); gap:2px;
}
.hr-card {
background:var(--hr-bg2); border:1px solid var(--hr-rule);
padding:32px 28px 24px;
display:flex; flex-direction:column; position:relative; overflow:hidden;
text-decoration:none; color:inherit;
transition:background 0.2s, transform 0.18s;
}
.hr-card:hover { background:var(--hr-bg3); transform:translateY(-2px); }
.hr-card::after {
content:''; position:absolute; top:0; right:0;
border-style:solid; border-width:0 22px 22px 0;
border-color:transparent var(--hr-rule2) transparent transparent;
transition:border-color 0.2s;
}
.hr-card:hover::after { border-color:transparent var(--hr-red) transparent transparent; }
.hr-card .ct { font-family:var(--mono); font-size:7px; letter-spacing:0.22em; text-transform:uppercase; color:var(--hr-faint); margin-bottom:14px; }
.hr-card .ctitle { font-family:var(--serif-en); font-size:21px; font-weight:400; line-height:1.25; margin-bottom:10px; }
.hr-card .cdesc { font-family:var(--serif-en); font-size:14px; font-weight:400; color:var(--hr-dim); line-height:1.8; flex:1; margin-bottom:20px; }
.hr-card .cdesc em { color:var(--hr-ink); font-style:italic; }
.hr-card .cfoot { display:flex; align-items:center; justify-content:space-between; padding-top:14px; border-top:1px solid var(--hr-rule); }
.hr-card .ctags { display:flex; gap:6px; flex-wrap:wrap; }
.hr-card .ctag { font-family:var(--mono); font-size:6px; letter-spacing:0.15em; text-transform:uppercase; color:var(--hr-faint); border:1px solid var(--hr-rule); padding:2px 7px; }
.hr-card .ccta { font-family:var(--mono); font-size:8px; letter-spacing:0.15em; text-transform:uppercase; color:var(--hr-red); white-space:nowrap; transition:letter-spacing 0.2s; }
.hr-card:hover .ccta { letter-spacing:0.25em; }
.hr-footer {
background:var(--hr-ink); padding:36px 56px;
display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:20px;
}
.hr-footer-name { font-family:var(--serif-en); font-size:19px; font-weight:300; color:var(--hr-bg); }
.hr-footer-links { display:flex; gap:20px; }
.hr-footer-links a {
font-family:var(--mono); font-size:8px; letter-spacing:0.2em; text-transform:uppercase;
color:rgba(244,239,228,0.32); text-decoration:none; transition:color 0.2s;
}
.hr-footer-links a:hover { color:var(--hr-bg); }
/* ═══ GAMES PANEL ═══ */
#panel-games { background:var(--gm-bg); color:var(--gm-ink); font-family:var(--serif-jp); }
#panel-games::before {
content:''; position:fixed; inset:0; pointer-events:none; z-index:0;
background:
radial-gradient(ellipse 80% 50% at 50% 0%, rgba(224,122,95,0.06) 0%, transparent 70%),
radial-gradient(ellipse 40% 35% at 90% 90%, rgba(245,200,66,0.05) 0%, transparent 60%);
}
.gm-hero {
position:relative; z-index:1;
padding:72px 56px 64px;
border-bottom:1px solid var(--gm-rule2);
}
.gm-eyebrow {
font-family:var(--mono); font-size:9px; letter-spacing:0.35em;
text-transform:uppercase; color:var(--gm-faint); margin-bottom:20px;
}
.gm-title {
font-family:var(--serif-jp); font-size:clamp(34px,5vw,62px);
font-weight:300; line-height:1.25; color:var(--gm-ink);
}
.gm-title em { color:var(--gm-cyan); font-style:normal; }
.gm-kanji {
font-family:var(--serif-jp); font-size:clamp(13px,1.8vw,17px);
font-weight:300; color:var(--gm-faint); letter-spacing:0.1em; margin-top:6px; margin-bottom:4px;
}
.gm-rule-line { width:56px; height:1px; background:var(--gm-rule2); margin:24px 0; }
.gm-desc {
max-width:500px; font-family:var(--serif-jp); font-size:14px; font-weight:300;
color:var(--gm-dim); line-height:2.1;
}
.gm-desc strong { color:var(--gm-ink); font-weight:400; }
.gm-grid {
position:relative; z-index:1;
padding:52px 56px;
display:grid; grid-template-columns:repeat(auto-fill, minmax(320px,1fr)); gap:2px;
}
.gm-card {
background:rgba(34,26,18,0.9); border:1px solid var(--gm-rule);
padding:32px 28px 24px;
display:flex; flex-direction:column; position:relative; overflow:hidden;
text-decoration:none; color:inherit;
transition:border-color 0.2s, transform 0.18s, background 0.2s;
}
.gm-card:hover { transform:translateY(-2px); background:rgba(42,32,24,0.98); border-color:var(--gm-rule2); }
.gm-card[data-c="cyan"]::after { content:''; position:absolute; top:0; right:0; border-style:solid; border-width:0 20px 20px 0; border-color:transparent var(--gm-cyan) transparent transparent; opacity:0.35; transition:opacity 0.2s; }
.gm-card[data-c="amber"]::after { content:''; position:absolute; top:0; right:0; border-style:solid; border-width:0 20px 20px 0; border-color:transparent var(--gm-amber) transparent transparent; opacity:0.35; transition:opacity 0.2s; }
.gm-card[data-c="pink"]::after { content:''; position:absolute; top:0; right:0; border-style:solid; border-width:0 20px 20px 0; border-color:transparent var(--gm-pink) transparent transparent; opacity:0.35; transition:opacity 0.2s; }
.gm-card[data-c="lav"]::after { content:''; position:absolute; top:0; right:0; border-style:solid; border-width:0 20px 20px 0; border-color:transparent var(--gm-lav) transparent transparent; opacity:0.35; transition:opacity 0.2s; }
.gm-card[data-c="green"]::after { content:''; position:absolute; top:0; right:0; border-style:solid; border-width:0 20px 20px 0; border-color:transparent var(--gm-green) transparent transparent; opacity:0.35; transition:opacity 0.2s; }
.gm-card:hover::after { opacity:1 !important; }
.gm-card-feat {
grid-column:1/-1;
background:rgba(20,14,8,0.99); border-color:rgba(224,122,95,0.2); padding:44px;
}
.gm-card-feat:hover { border-color:rgba(224,122,95,0.5); }
.gm-card-feat .gct { color:var(--gm-faint); }
.gm-card-feat .gctitle { font-size:clamp(22px,3vw,36px); color:var(--gm-ink); }
.gm-card-feat .gcdesc { font-size:14px; color:var(--gm-dim); }
.gm-card-feat .gcfoot { border-color:var(--gm-rule2); }
.gm-card-feat .gccta { color:var(--gm-cyan); }
.gm-card-feat:hover .gccta { letter-spacing:0.25em; }
.gct { font-family:var(--mono); font-size:7px; letter-spacing:0.22em; text-transform:uppercase; color:var(--gm-faint); margin-bottom:14px; }
.gctitle { font-family:var(--serif-jp); font-size:19px; font-weight:400; line-height:1.35; margin-bottom:10px; color:var(--gm-ink); }
.gcdesc { font-family:var(--serif-jp); font-size:13px; font-weight:300; color:var(--gm-dim); line-height:2; flex:1; margin-bottom:20px; }
.gcdesc em { font-style:italic; }
.gcfoot { display:flex; align-items:center; justify-content:space-between; padding-top:14px; border-top:1px solid var(--gm-rule); }
.gctags { display:flex; gap:6px; flex-wrap:wrap; }
.gctag { font-family:var(--mono); font-size:6px; letter-spacing:0.15em; text-transform:uppercase; color:var(--gm-faint); border:1px solid var(--gm-rule); padding:2px 7px; }
.gccta { font-family:var(--mono); font-size:8px; letter-spacing:0.15em; text-transform:uppercase; color:var(--gm-amber); white-space:nowrap; transition:letter-spacing 0.2s; }
.gm-card:hover .gccta { letter-spacing:0.25em; }
.gm-card[data-c="cyan"] .gccta { color:var(--gm-cyan); }
.gm-card[data-c="pink"] .gccta { color:var(--gm-pink); }
.gm-card[data-c="lav"] .gccta { color:var(--gm-lav); }
.gm-card[data-c="green"] .gccta { color:var(--gm-green); }
.gm-footer {
position:relative; z-index:1;
background:rgba(16,11,6,0.98); padding:36px 56px;
display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:20px;
border-top:1px solid var(--gm-rule2);
}
.gm-footer-name { font-family:var(--serif-jp); font-size:17px; font-weight:300; color:var(--gm-dim); }
.gm-footer-links { display:flex; gap:20px; }
.gm-footer-links a {
font-family:var(--mono); font-size:8px; letter-spacing:0.2em; text-transform:uppercase;
color:var(--gm-faint); text-decoration:none; transition:color 0.2s;
}
.gm-footer-links a:hover { color:var(--gm-cyan); }
.reveal { opacity:0; transform:translateY(14px); transition:opacity 0.55s ease, transform 0.55s ease; }
.reveal.vis { opacity:1; transform:translateY(0); }
.reveal:nth-child(2){transition-delay:.07s}
.reveal:nth-child(3){transition-delay:.14s}
.reveal:nth-child(4){transition-delay:.21s}
.reveal:nth-child(5){transition-delay:.28s}
.reveal:nth-child(6){transition-delay:.35s}
.reveal:nth-child(7){transition-delay:.42s}
@media(max-width:680px){
.hr-hero,.gm-hero { padding:40px 24px 48px; }
.hr-grid,.gm-grid { padding:24px; }
.hr-footer,.gm-footer { padding:28px 24px; }
.gm-card-feat { padding:28px 20px; }
.chrome-name { display:none; }
.tab { padding:0 14px; font-size:9px; }
.kofi-label { display:none; }
}
</style>
</head>
<body class="mode-hr">
<div id="chrome">
<div class="chrome-name"><strong>Samir Saad</strong> / Interactive Work</div>
<div class="tab-bar">
<button class="tab tab-hr active" onclick="switchTab('hr')">📋 HR Tools</button>
<button class="tab tab-games" onclick="switchTab('games')">🎮 Games</button>
</div>
<a class="chrome-kofi" href="https://ko-fi.com/samirsaad" target="_blank"><span style="font-size:16px;">☕</span><span class="kofi-label"> Ko-fi</span></a>
</div>
<!-- HR PANEL -->
<div class="panel active" id="panel-hr">
<div class="hr-hero">
<div class="hr-watermark">practice</div>
<div class="hr-eyebrow">HR · Organizational Behavior · Interactive Tools</div>
<h1 class="hr-title">Thinking tools<br><em>for practitioners.</em></h1>
<div class="hr-rule-line"></div>
<p class="hr-desc">
<strong>HR Business Partner. SPHR.</strong> A simulation can demonstrate what a slide deck cannot — if it's honest about complexity and makes the player feel the weight of the decision.
</p>
<div class="hr-tags">
<span class="hr-tag">HR Business Partner</span>
<span class="hr-tag">SPHR Certified</span>
<span class="hr-tag">MS · HRD / Org Design</span>
<a class="hr-tag" href="https://www.linkedin.com/in/saadsamir/" target="_blank" style="text-decoration:none;">LinkedIn ↗</a>
</div>
</div>
<div class="hr-grid">
<a class="hr-card reveal" href="https://samirsaad786.github.io/the-hire-wire" target="_blank">
<div class="ct">Leadership Simulation</div>
<div class="ctitle">The Hire Wire</div>
<div class="cdesc">A $500K budget, an open org chart, and five hires to make. Your choices — and what they reveal about you — unfold over nine simulated months. <em>Who you pick says everything.</em></div>
<div class="cfoot">
<div class="ctags"><span class="ctag">Leadership</span><span class="ctag">Hiring Judgment</span><span class="ctag">Values</span></div>
<span class="ccta">Play →</span>
</div>
</a>
<a class="hr-card reveal" href="https://samirsaad786.github.io/behavior-gap-game/" target="_blank">
<div class="ct">Org Behavior · Systems Thinking</div>
<div class="ctitle">The Behavior Gap</div>
<div class="cdesc">Why training rarely changes behavior. What incentives, friction, and risk allocation <em>actually</em> drive what people do in organizations.</div>
<div class="cfoot">
<div class="ctags"><span class="ctag">L&D</span><span class="ctag">Behavior Change</span><span class="ctag">Systems</span></div>
<span class="ccta">Play →</span>
</div>
</a>
<a class="hr-card reveal" href="https://samirsaad786.github.io/Team-Dynamics/" target="_blank">
<div class="ct">Team Design · Belbin-Informed</div>
<div class="ctitle">Team Dynamics Puzzle</div>
<div class="cdesc">Role balance is necessary, not sufficient. An interactive exploration of team composition with Belbin's limitations built honestly into the simulation.</div>
<div class="cfoot">
<div class="ctags"><span class="ctag">Team Design</span><span class="ctag">Org Design</span><span class="ctag">Belbin</span></div>
<span class="ccta">Play →</span>
</div>
</a>
<a class="hr-card reveal" href="https://samirsaad786.github.io/hr-sanity-check/" target="_blank">
<div class="ct">Self-Assessment · Manager Coaching</div>
<div class="ctitle">HR Sanity Check</div>
<div class="cdesc">A quick diagnostic for HR practitioners and managers. Are you solving the right problems, or just staying busy? <em>Sometimes the most useful thing is an honest mirror.</em></div>
<div class="cfoot">
<div class="ctags"><span class="ctag">Self-Assessment</span><span class="ctag">HRBP</span><span class="ctag">Diagnostics</span></div>
<span class="ccta">Play →</span>
</div>
</a>
<a class="hr-card reveal" href="https://samirsaad786.github.io/comp-decoder/" target="_blank">
<div class="ct">Salary Negotiation · Career Tool</div>
<div class="ctitle">Comp Decoder</div>
<div class="cdesc">Decode any job offer. Input base, bonus, equity, and benefits — see your true total comp, where it lands in the market, and exactly what to ask for. <em>Built from analysis of over 1,000 real offers and leading industry compensation research.</em></div>
<div class="cfoot">
<div class="ctags"><span class="ctag">Salary</span><span class="ctag">Negotiation</span><span class="ctag">Total Comp</span></div>
<span class="ccta">Open →</span>
</div>
</a>
<a class="hr-card reveal" href="https://samirsaad786.github.io/mergers-acquisitions/" target="_blank">
<div class="ct">M&A · Change Management</div>
<div class="ctitle">M&A Leadership Simulator</div>
<div class="cdesc">Navigate the human side of a merger — integration decisions, cultural friction, communication timing. <em>The spreadsheet doesn't capture this part.</em></div>
<div class="cfoot">
<div class="ctags"><span class="ctag">M&A</span><span class="ctag">Change Mgmt</span><span class="ctag">Benefits</span></div>
<span class="ccta">Play →</span>
</div>
</a>
<a class="hr-card reveal" href="https://samirsaad786.github.io/truerecord/" target="_blank">
<div class="ct">Workplace Integrity · HR Operations</div>
<div class="ctitle">TrueRecord</div>
<div class="cdesc">A self-contained grievance reporting portal with anonymity controls, priority triage, and a cryptographic audit chain on every submission. <strong>No server. No backend. No data leaves the device.</strong> <em>Because the form someone fills out at 11pm on a Sunday deserves the same integrity as one filed with legal in the room.</em></div>
<div class="cfoot">
<div class="ctags"><span class="ctag">Grievance</span><span class="ctag">Compliance</span><span class="ctag">Privacy</span><span class="ctag">Audit Trail</span></div>
<span class="ccta">Open →</span>
</div>
</a>
</div>
<footer class="hr-footer">
<div class="hr-footer-name">Samir Saad</div>
<div class="hr-footer-links">
<a href="https://www.linkedin.com/in/saadsamir/" target="_blank">LinkedIn ↗</a>
<a href="https://github.com/SamirSaad786" target="_blank">GitHub ↗</a>
<a href="https://ko-fi.com/samirsaad" target="_blank">☕ Ko-fi ↗</a>
</div>
</footer>
</div>
<!-- GAMES PANEL -->
<div class="panel" id="panel-games">
<div class="gm-hero">
<div class="gm-eyebrow">Puzzle · Narrative · Arcade · Idle · Browser Games</div>
<h1 class="gm-title">Browser games.<br><em>Play in seconds.</em></h1>
<div class="gm-kanji">ブラウザゲーム · インストール不要</div>
<div class="gm-rule-line"></div>
<p class="gm-desc">
<strong>Single-file HTML5.</strong> No install. No account. No friction. Click and play. Built with Web Audio, hand-written narrative, and procedural systems.
</p>
</div>
<div class="gm-grid">
<a class="gm-card gm-card-feat reveal" data-c="cyan" href="https://samirsaad786.github.io/sumis_journal/" target="_blank">
<div class="gct">Featured · Puzzle / Narrative · Web Audio</div>
<div class="gctitle">Sumi's Journal <span style="opacity:0.35;font-size:0.62em;">墨の日誌</span></div>
<div class="gcdesc">A contemplative signal-routing puzzle set in the decaying cyberpunk city of Yōsei-to. You are Sumi — last relay keeper — routing signals ward by ward before they decay to zero, reading her journal as the city slowly finds its voice again. Roguelike upgrade runs, procedural gamelan ambient music, six wards of increasing complexity. <em>More Monument Valley than action game.</em></div>
<div class="gcfoot">
<div class="gctags"><span class="gctag">Puzzle</span><span class="gctag">Narrative</span><span class="gctag">Web Audio</span><span class="gctag">Roguelike Elements</span><span class="gctag">Mobile</span></div>
<span class="gccta">Play →</span>
</div>
</a>
<a class="gm-card reveal" data-c="pink" href="https://samirsaad786.github.io/nullzone/" target="_blank">
<div class="gct">Block Puzzle · Cyberpunk</div>
<div class="gctitle">NULLZONE</div>
<div class="gcdesc">Tetris meets 1010! inside a hacking narrative. Fill rows and columns on an 8×8 grid to breach encrypted data sectors — while corruption, row locks, and surges fire as you go deeper. Six sector themes shift the palette from residential cyan to stark void. <em>A meditative tension loop that turns a casual puzzler into something darker.</em></div>
<div class="gcfoot">
<div class="gctags"><span class="gctag">Puzzle</span><span class="gctag">Cyberpunk</span><span class="gctag">Leaderboard</span><span class="gctag">Daily Mode</span></div>
<span class="gccta">Play →</span>
</div>
</a>
<a class="gm-card reveal" data-c="green" href="https://samirsaad786.github.io/SunlitHollow/" target="_blank">
<div class="gct">Idle / Clicker · Forest Fantasy</div>
<div class="gctitle">Sunlit Hollow</div>
<div class="gcdesc">You are the Warden of a mystical forest that exists between worlds. Tap sunlight, grow eight tiers of forest from seedlings to aurora — fireflies drift, a brook babbles when you unlock it, birdsong builds procedurally. Rebirth resets progress for permanent Moonbeam bonuses. <em>More A Short Hike than Cookie Clicker in tone.</em></div>
<div class="gcfoot">
<div class="gctags"><span class="gctag">Idle</span><span class="gctag">Cozy</span><span class="gctag">Web Audio</span><span class="gctag">Rebirth System</span></div>
<span class="gccta">Play →</span>
</div>
</a>
<a class="gm-card reveal" data-c="lav" href="https://samirsaad786.github.io/mirror-pool/" target="_blank">
<div class="gct">Puzzle · Japanese Folklore</div>
<div class="gctitle">The Mirror Pool</div>
<div class="gcdesc">A kitsune tile-swap puzzle with dual-world mechanics — what you see in this world and its reflection are not the same. Nine-tails progression, a favor/curse system, seven environmental themes. <em>The world beneath it is the one that matters.</em></div>
<div class="gcfoot">
<div class="gctags"><span class="gctag">Puzzle</span><span class="gctag">Kitsune</span><span class="gctag">Folklore</span><span class="gctag">Dual World</span></div>
<span class="gccta">Play →</span>
</div>
</a>
<a class="gm-card reveal" data-c="amber" href="https://samirsaad786.github.io/ufo-raider/" target="_blank">
<div class="gct">Arcade · Side-Scroller · Synthwave</div>
<div class="gctitle">UFO Raider</div>
<div class="gcdesc">2157. You're an agent of the Galactic Harvest Bureau flying a Class-9 Extractor on a human abduction run. Five hostile sectors, parallax scrolling environments, a GTA-style wanted level that ramps the military response, combo multipliers up to ×8. <em>The more you take, the harder they come for you.</em></div>
<div class="gcfoot">
<div class="gctags"><span class="gctag">Arcade</span><span class="gctag">Synthwave</span><span class="gctag">Leaderboard</span><span class="gctag">5 Sectors</span></div>
<span class="gccta">Play →</span>
</div>
</a>
<a class="gm-card reveal" data-c="pink" href="https://samirsaad786.github.io/LumenOfficeRPG/" target="_blank">
<div class="gct">Office Horror · Narrative RPG · Puzzle</div>
<div class="gctitle">Lumen Office RPG</div>
<div class="gcdesc">A mysterious corporate office. Keycards in different drawers every run. A sanity meter that blurs your own options when it drops too low. Explore, solve ciphers, manage suspicion — and find one of four endings. <em>The fluorescent lights flicker for a reason.</em></div>
<div class="gcfoot">
<div class="gctags"><span class="gctag">Narrative</span><span class="gctag">Horror</span><span class="gctag">Puzzle</span><span class="gctag">Multiple Endings</span><span class="gctag">Randomized</span></div>
<span class="gccta">Play →</span>
</div>
</a>
<a class="gm-card reveal" data-c="purple" href="https://samirsaad786.github.io/lofi-room/" target="_blank">
<div class="gct">Ambient · Music Player · Interactive</div>
<div class="gctitle">Lofi Room</div>
<div class="gcdesc">A cozy attic room that plays lofi music. Five curated stations — hearthside jazz, ocean drift, midnight study, deep focus, dream state — each shifting the room's mood, color, and visualizer. A live frequency visualizer pulses with the music. <em>Pick a station. Stay a while.</em></div>
<div class="gcfoot">
<div class="gctags"><span class="gctag">Lofi</span><span class="gctag">Ambient</span><span class="gctag">Visualizer</span><span class="gctag">5 Stations</span></div>
<span class="gccta">Play →</span>
</div>
</a>
</div>
<footer class="gm-footer">
<div class="gm-footer-name">Samir Saad · Interactive Work</div>
<div class="gm-footer-links">
<a href="https://www.linkedin.com/in/saadsamir/" target="_blank">LinkedIn ↗</a>
<a href="https://github.com/SamirSaad786" target="_blank">GitHub ↗</a>
<a href="https://ko-fi.com/samirsaad" target="_blank">☕ Ko-fi ↗</a>
</div>
</footer>
</div>
<script>
function switchTab(tab) {
const toHr = tab === 'hr';
document.getElementById('panel-hr').classList.toggle('active', toHr);
document.getElementById('panel-games').classList.toggle('active', !toHr);
document.body.className = toHr ? 'mode-hr' : 'mode-games';
document.querySelector('.tab-hr').classList.toggle('active', toHr);
document.querySelector('.tab-games').classList.toggle('active', !toHr);
window.scrollTo({top:0, behavior:'smooth'});
setTimeout(watchReveals, 60);
}
const io = new IntersectionObserver(entries => {
entries.forEach(e => { if(e.isIntersecting){ e.target.classList.add('vis'); io.unobserve(e.target); }});
}, { threshold:0.08 });
function watchReveals() {
document.querySelectorAll('.panel.active .reveal:not(.vis)').forEach(el => io.observe(el));
}
watchReveals();
</script>
</body>
</html>