-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
717 lines (632 loc) · 22.3 KB
/
index.html
File metadata and controls
717 lines (632 loc) · 22.3 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
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Sam Sanders is Field CTO at Mechanical Orchard, based in Boulder, Colorado. This is his personal website."
/>
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://static.cloudflareinsights.com; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self'; connect-src 'self' https://www.googletagmanager.com https://www.google-analytics.com https://cloudflareinsights.com; frame-src 'none'; object-src 'none'; base-uri 'self'; form-action 'self';"
/>
<!-- Open Graph / Social Sharing -->
<meta property="og:title" content="Sam Sanders" />
<meta property="og:description" content="Field CTO at Mechanical Orchard, based in Boulder, Colorado." />
<meta property="og:image" content="https://samsanders.dev/images/portrait.webp" />
<meta property="og:url" content="https://samsanders.dev/" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Sam Sanders" />
<meta name="twitter:description" content="Field CTO at Mechanical Orchard, based in Boulder, Colorado." />
<meta name="twitter:image" content="https://samsanders.dev/images/portrait.webp" />
<!-- Canonical URL -->
<link rel="canonical" href="https://samsanders.dev/" />
<!-- Theme Color -->
<meta name="theme-color" content="#2f5e4e" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#5ec4a8" media="(prefers-color-scheme: dark)" />
<title>Sam Sanders</title>
<style>
:root {
--color-text: #1f1f1f;
--color-accent: #2f5e4e;
--color-background: #f7f5f2;
--color-background-edge: #e8e5e0;
--color-muted: #6b6b6b;
--color-surface: rgba(255, 255, 255, 0.4);
}
@media (prefers-color-scheme: dark) {
:root {
--color-text: #f7f5f2;
--color-accent: #5ec4a8;
--color-background: #1f1f1f;
--color-background-edge: #151515;
--color-muted: #9ca3af;
--color-surface: rgba(255, 255, 255, 0.04);
}
}
html,
body {
color: var(--color-text);
margin: 0;
padding: 0;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: system-ui, -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
font-size: 1rem;
line-height: 1.5;
}
body {
background-color: var(--color-background-edge);
background-image: radial-gradient(
ellipse 90% 80% at 50% 50%,
var(--color-background) 0%,
var(--color-background-edge) 100%
);
background-attachment: fixed;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
}
@media screen and (max-width: 768px) {
body {
margin: 0 1rem;
}
}
p {
font-size: 1.25rem;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
max-width: 38ch;
}
a {
transition: color 0.4s ease-out;
color: var(--color-text);
text-decoration: underline;
text-decoration-color: var(--color-accent);
text-decoration-thickness: 2px;
text-underline-offset: 2px;
}
a:hover {
color: var(--color-accent);
}
a:focus-visible {
outline: 2px solid var(--color-accent);
outline-offset: 2px;
}
.social-icon {
width: 1em;
height: 1em;
display: inline-block;
vertical-align: -0.125em;
}
/* ── Splash: name in Georgia serif ── */
h2 {
font-family: Georgia, 'Times New Roman', serif;
font-size: 2.5rem;
font-weight: 700;
margin-top: 0;
margin-bottom: 0.75rem;
color: var(--color-accent);
opacity: 0;
animation: fadeUp 0.6s ease 0.1s forwards;
}
@media screen and (max-width: 768px) {
h2 {
font-size: 2.25rem;
white-space: normal;
}
}
@media screen and (max-width: 420px) {
h2 {
font-size: 1.75rem;
}
}
main {
position: relative;
display: flex;
align-items: center;
min-height: 100vh;
max-width: 960px;
margin: 0 4rem;
gap: 4rem;
width: 100%;
}
.column {
flex: 1;
display: flex;
flex-direction: column;
height: auto;
justify-content: center;
}
main .column.right {
max-width: 420px;
margin: 0 auto;
align-items: flex-start;
}
main .column.left {
align-items: center;
}
main .column.right h2 {
margin-top: 0;
}
/* Splash role text: smaller, muted */
main .column.right > p {
font-size: 1.25rem;
color: var(--color-text);
margin-top: 0;
margin-bottom: 0;
opacity: 0;
animation: fadeUp 0.6s ease 0.2s forwards;
}
main .column.right .links {
margin-top: 1rem;
font-size: 1.75rem;
opacity: 0;
animation: fadeUp 0.6s ease 0.3s forwards;
}
main .column.right .links a {
margin-right: 1rem;
text-decoration: none;
display: inline-block;
transition: transform 0.2s ease-out, color 0.4s ease-out;
}
main .column.right .links a:hover {
transform: scale(1.05);
}
main .column.right .links a:focus-visible {
transform: scale(1.05);
}
footer {
font-size: 0.75rem;
color: var(--color-muted);
text-align: center;
padding: 2rem 0;
width: 100%;
max-width: 960px;
}
footer p {
font-size: 0.75rem;
margin: 0 auto;
max-width: none;
}
@media screen and (max-width: 768px) {
main {
flex-direction: column;
align-items: center;
margin: 0;
}
.column {
justify-content: flex-start;
width: 100%;
align-items: stretch;
}
main .column.left {
justify-content: center;
flex: 0.7;
align-items: center;
}
main .column.right {
max-width: none;
text-align: left;
align-items: flex-start;
}
main div.portrait {
margin: 0 auto;
}
main .column.right .links a {
margin-right: 0.75rem;
}
}
/* ── Portrait: circular with accent shadow ── */
.portrait {
width: clamp(250px, 25vw, 350px);
height: clamp(250px, 25vw, 350px);
margin-right: 3%;
opacity: 0;
animation: fadeUp 0.6s ease 0s forwards;
}
.portrait img {
width: 100%;
height: 100%;
object-fit: cover;
border: 2px solid var(--color-accent);
border-radius: 50%;
display: block;
box-shadow: 0 0 0 6px color-mix(in srgb, var(--color-accent) 15%, transparent);
}
/* ── Work sections ── */
.work-section {
width: 100%;
max-width: 960px;
padding: 5rem 4rem 3rem;
opacity: 0;
transform: translateY(16px);
transition: opacity 0.5s ease, transform 0.5s ease;
}
.work-section.visible {
opacity: 1;
transform: translateY(0);
}
/* ── Section headings: label + thin underline ── */
.work-section .section-heading {
font-size: 0.8rem;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--color-muted);
margin-top: 0;
margin-bottom: 1.5rem;
padding-bottom: 0.75rem;
border-bottom: 1px solid var(--color-background-edge);
}
/* ── Profile: editorial lede in Georgia ── */
.work-section .summary {
font-family: Georgia, 'Times New Roman', serif;
font-size: 1.5rem;
font-weight: 300;
color: var(--color-text);
max-width: none;
margin-bottom: 0;
margin-top: 0;
line-height: 1.7;
}
/* ── Impact: intro text muted ── */
.impact-intro {
font-size: 1.1rem;
font-weight: 300;
color: var(--color-muted);
max-width: none;
margin-bottom: 2rem;
margin-top: 0;
line-height: 1.65;
}
.impact-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2.5rem 4rem;
}
/* Impact cards: teal top border accent */
.impact-item {
display: flex;
flex-direction: column;
gap: 0.4rem;
border-top: 2px solid var(--color-accent);
padding-top: 0.75rem;
}
/* Impact lead: Georgia serif headline feel */
.impact-lead {
font-family: Georgia, 'Times New Roman', serif;
font-size: 1.125rem;
font-weight: 600;
color: var(--color-text);
margin: 0;
line-height: 1.5;
}
.impact-detail {
font-size: 1rem;
color: var(--color-muted);
margin: 0;
line-height: 1.5;
}
/* ── Quote section ── */
.quote-section {
border-top: 1px solid var(--color-background-edge);
padding: 6rem 4rem;
text-align: center;
}
.quote-section blockquote {
position: relative;
max-width: 52ch;
margin: 0 auto;
border-left: none;
padding: 0;
}
.quote-section blockquote::before {
content: '\201C';
font-family: Georgia, 'Times New Roman', serif;
font-size: 6rem;
line-height: 0;
color: var(--color-accent);
opacity: 0.3;
display: block;
margin-bottom: 2rem;
padding-top: 3rem;
}
.quote-section blockquote p {
font-family: Georgia, 'Times New Roman', serif;
font-style: italic;
font-size: 1.35rem;
font-weight: 400;
color: var(--color-text);
line-height: 1.7;
margin: 0 0 1.5rem;
max-width: none;
}
.quote-section blockquote cite {
display: block;
font-family: system-ui, -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
font-size: 0.75rem;
font-style: normal;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--color-muted);
text-align: right;
}
/* ── Expertise: 2-column reference-card grid ── */
.expertise-groups {
display: grid;
grid-template-columns: 13rem 1fr;
gap: 1.25rem 3rem;
align-items: start;
}
.expertise-group {
display: contents;
}
.expertise-category {
font-size: 0.8rem;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--color-muted);
margin: 0;
max-width: none;
padding-top: 0.15rem;
}
.expertise-items {
font-size: 1rem;
color: var(--color-text);
line-height: 1.65;
margin: 0;
max-width: none;
}
.scroll-hint {
position: absolute;
bottom: 2rem;
left: 50%;
transform: translateX(-50%);
color: var(--color-muted);
font-size: 1.25rem;
opacity: 0.5;
animation: bob 2.5s ease-in-out infinite;
user-select: none;
}
@keyframes bob {
0%, 100% { transform: translateX(-50%) translateY(0); }
50% { transform: translateX(-50%) translateY(6px); }
}
.below-fold {
border-top: 1px solid var(--color-background-edge);
padding-top: 4rem;
}
/* ── Stagger fade-in on load ── */
@keyframes fadeUp {
from { opacity: 0; transform: translateY(16px); }
to { opacity: 1; transform: translateY(0); }
}
@media screen and (max-width: 768px) {
.work-section {
padding: 4rem 0 3rem;
}
footer {
text-align: center;
width: 100%;
}
.impact-grid {
grid-template-columns: 1fr;
gap: 2rem;
}
.quote-section {
padding: 4rem 0;
}
.quote-section blockquote p {
font-size: 1.1rem;
}
.quote-section blockquote::before {
font-size: 4rem;
}
.expertise-groups {
grid-template-columns: 1fr;
gap: 0;
}
.expertise-group {
display: block;
margin-bottom: 1.25rem;
}
.expertise-category {
margin-bottom: 0.25rem;
}
}
</style>
<link
rel="apple-touch-icon"
sizes="180x180"
href="./apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./favicon-16x16.png"
/>
<link rel="manifest" href="./manifest.json" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link
rel="preload"
as="image"
href="./images/portrait.webp"
type="image/webp"
fetchpriority="high"
/>
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Sam Sanders",
"jobTitle": "Field CTO",
"url": "https://samsanders.dev",
"sameAs": [
"https://www.linkedin.com/in/samuelesanders/",
"https://github.com/p-ssanders"
],
"image": "https://samsanders.dev/images/portrait.webp"
}
</script>
<script>
// Lazy-load Google Tag Manager
window.dataLayer = window.dataLayer || [];
function gtag(){ dataLayer.push(arguments); }
function loadGTM() {
if (window.gtmLoaded) return;
window.gtmLoaded = true;
var script = document.createElement('script');
script.async = true;
script.src = 'https://www.googletagmanager.com/gtag/js?id=G-4YM1E66P9D';
document.head.appendChild(script);
gtag('js', new Date());
gtag('config', 'G-4YM1E66P9D');
}
// Load on interaction
['scroll','keydown','pointerdown','click'].forEach(function(ev){
window.addEventListener(ev, loadGTM, {once:true, passive:true});
});
// Fallback: load after 2 seconds
setTimeout(loadGTM, 2000);
</script>
</head>
<body>
<main>
<div class="column left">
<div class="portrait">
<picture>
<source type="image/webp" srcset="./images/portrait.webp" />
<img
src="./images/portrait.jpg"
alt="Portrait of Sam Sanders"
width="250"
height="250"
fetchpriority="high"
/>
</picture>
</div>
</div>
<div class="column right">
<h2>I'm Sam Sanders.</h2>
<p>
I'm the Field CTO at
<a href="https://www.mechanical-orchard.com/" rel="noopener noreferrer">Mechanical Orchard</a>.
</p>
<div class="links">
<a rel="me noopener noreferrer" href="https://www.linkedin.com/in/samuelesanders/" title="LinkedIn" aria-label="Visit Sam Sanders on LinkedIn">
<svg class="social-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.225 0z"/></svg>
</a>
<a rel="me noopener noreferrer" href="https://github.com/p-ssanders" title="GitHub" aria-label="Visit Sam Sanders on GitHub">
<svg class="social-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
</a>
</div>
</div>
<div class="scroll-hint" aria-hidden="true">↓</div>
</main>
<section class="work-section">
<h3 class="section-heading">Profile</h3>
<p class="summary">Field CTO with 18 years of enterprise software experience. I step into the hardest role in the room — before it's defined, before it's working — and leave the organization more capable. I span technical depth and commercial outcomes: owning the selling narrative, driving pre-sales, and shipping code.</p>
</section>
<section class="work-section impact-section">
<h3 class="section-heading">Impact</h3>
<div class="impact-grid">
<div class="impact-item">
<p class="impact-lead">Design co-sell architectures that make partners proactively recommend your solution</p>
<p class="impact-detail">Map legacy data patterns to modern storage, validate with partner engineers, and structure incentives so the partner sells for you.</p>
</div>
<div class="impact-item">
<p class="impact-lead">Find and fix the cross-team integration failures nobody owns</p>
<p class="impact-detail">Surface the issues that fall between teams — broken handoffs, untested paths, silent failures — and make the system work end-to-end.</p>
</div>
<div class="impact-item">
<p class="impact-lead">Take point on high-stakes enterprise escalations on architecture and security</p>
<p class="impact-detail">Step into live security and architecture reviews, earn the trust of skeptical principal engineers by understanding their concerns first, then showing how the solution addresses them.</p>
</div>
<div class="impact-item">
<p class="impact-lead">Lead technically complex platform components from concept to general availability</p>
<p class="impact-detail">Write production code alongside the strongest engineers on the team — and they trust the result.</p>
</div>
<div class="impact-item">
<p class="impact-lead">Drive enterprise technical evaluations end-to-end</p>
<p class="impact-detail">Parse legacy codebases, analyze workloads, run characterization tests, and generate modernized replicas to win the engagement.</p>
</div>
<div class="impact-item">
<p class="impact-lead">Close perception gaps in strategic partnerships by building what's missing</p>
<p class="impact-detail">Build reference implementations from scratch, automate to scale them, and prove migration speed at the volumes that matter.</p>
</div>
</div>
</section>
<section class="work-section quote-section">
<blockquote class="social-proof">
<p>"I don't know of anyone else at this company who can span the levels of organization the way he does — from delivery leadership of our biggest account down to working on the code that underpins nearly every future batch workload going into production."</p>
<cite>VP of Engineering</cite>
</blockquote>
</section>
<section class="work-section expertise-section below-fold">
<h3 class="section-heading">Expertise</h3>
<div class="expertise-groups">
<div class="expertise-group">
<p class="expertise-category">GTM & Strategy</p>
<p class="expertise-items">Technical Sales · Pre-Sales Enablement · Partner Enablement · Competitive Positioning · Product Narrative</p>
</div>
<div class="expertise-group">
<p class="expertise-category">Architecture</p>
<p class="expertise-items">Cloud-Native Architecture · Platform Engineering · Domain-Driven Design · Developer Experience</p>
</div>
<div class="expertise-group">
<p class="expertise-category">Domain</p>
<p class="expertise-items">Mainframe Modernization · COBOL-to-Java Migration · Federal & Defense · Enterprise Delivery</p>
</div>
<div class="expertise-group">
<p class="expertise-category">Technical</p>
<p class="expertise-items">Java · Kubernetes · Helm · AWS · Google Cloud · Path to Production · Test-Driven Development</p>
</div>
</div>
</section>
<footer role="contentinfo">
<p>© <span id="year"></span> Sam Sanders.</p>
</footer>
</body>
<script>
document.getElementById('year').textContent = new Date().getFullYear();
</script>
<script>
// Fade in work sections on scroll
var workSections = document.querySelectorAll('.work-section');
var observer = new IntersectionObserver(function(entries) {
entries.forEach(function(entry) {
if (entry.isIntersecting) {
entry.target.classList.add('visible');
observer.unobserve(entry.target);
}
});
}, { threshold: 0.1 });
workSections.forEach(function(section) { observer.observe(section); });
</script>
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function() {
navigator.serviceWorker.register('/service-worker.js').catch(function(){});
});
}
</script>
</html>