-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpress.html
More file actions
777 lines (708 loc) · 27.7 KB
/
Copy pathpress.html
File metadata and controls
777 lines (708 loc) · 27.7 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
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/jpeg" href="favicon.jpg">
<title>Tyler Mayberry Facts, Bio, and Press Info</title>
<meta name="description" content="Public facts, short bio, source links, and press information for Tyler Mayberry, an AI systems builder and practical product engineer.">
<link rel="canonical" href="https://tylermayberry.dev/press.html">
<meta property="og:title" content="Tyler Mayberry Facts, Bio, and Press Info">
<meta property="og:description" content="Public facts, short bio, source links, and press information for Tyler Mayberry, an AI systems builder and practical product engineer.">
<meta property="og:url" content="https://tylermayberry.dev/press.html">
<meta property="og:type" content="profile">
<meta property="og:site_name" content="Tyler Mayberry">
<meta property="og:image" content="https://tylermayberry.dev/CirclePresentation.jpeg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Tyler Mayberry Facts, Bio, and Press Info">
<meta name="twitter:description" content="Public facts, short bio, source links, and press information for Tyler Mayberry.">
<meta name="twitter:image" content="https://tylermayberry.dev/CirclePresentation.jpeg">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Person",
"@id": "https://tylermayberry.dev/#tyler-mayberry",
"name": "Tyler Mayberry",
"alternateName": "MayberryDT",
"url": "https://tylermayberry.dev/",
"image": "https://tylermayberry.dev/CirclePresentation.jpeg",
"email": "tyler@animasai.co",
"jobTitle": "AI Systems Builder and Practical Product Engineer",
"description": "Tyler Mayberry is an AI systems builder and practical product engineer who builds agentic workflows, internal tools, automation systems, and AI-native software for messy real-world work.",
"homeLocation": {
"@type": "Place",
"name": "Tulsa, Oklahoma"
},
"affiliation": {
"@id": "https://animasai.co/#organization"
},
"sameAs": [
"https://github.com/MayberryDT",
"https://www.linkedin.com/in/mayberrydt/",
"https://infocard.ai/~MayberryDT",
"https://animasai.co/"
],
"knowsAbout": [
"AI systems",
"Agentic workflows",
"Internal tools",
"Workflow automation",
"AI-native software",
"Product engineering",
"Product prototypes"
]
},
{
"@type": "Organization",
"@id": "https://animasai.co/#organization",
"name": "Animas AI",
"url": "https://animasai.co/",
"logo": "https://animasai.co/logo-mark-v2-lg.webp",
"founder": {
"@id": "https://tylermayberry.dev/#tyler-mayberry"
},
"description": "Animas AI is the business and studio wrapper Tyler Mayberry uses for practical AI systems work."
},
{
"@type": "WebSite",
"@id": "https://tylermayberry.dev/#website",
"name": "Tyler Mayberry",
"url": "https://tylermayberry.dev/",
"publisher": {
"@id": "https://tylermayberry.dev/#tyler-mayberry"
}
},
{
"@type": ["ProfilePage", "AboutPage"],
"@id": "https://tylermayberry.dev/press.html#press-page",
"url": "https://tylermayberry.dev/press.html",
"name": "Tyler Mayberry Facts, Bio, and Press Info",
"description": "Public facts, bios, source links, and press information for Tyler Mayberry.",
"dateModified": "2026-07-02",
"about": {
"@id": "https://tylermayberry.dev/#tyler-mayberry"
},
"mainEntity": {
"@id": "https://tylermayberry.dev/#tyler-mayberry"
},
"isPartOf": {
"@id": "https://tylermayberry.dev/#website"
}
},
{
"@type": "SoftwareApplication",
"@id": "https://animasai.co/masthead.html#masthead-product",
"name": "Masthead",
"url": "https://usemasthead.com",
"applicationCategory": "DeveloperApplication",
"description": "Masthead is a local-first session memory layer for AI-agent work with searchable history, live context, read-only MCP retrieval, SQLite-backed storage, and a Tauri/TypeScript app surface.",
"creator": {
"@id": "https://tylermayberry.dev/#tyler-mayberry"
},
"publisher": {
"@id": "https://animasai.co/#organization"
}
},
{
"@type": "SoftwareApplication",
"@id": "https://animasai.co/pip.html#pip-product",
"name": "Pip",
"url": "https://spendwithpip.com",
"applicationCategory": "FinanceApplication",
"description": "Pip is an AI-native spending companion built around Spendable Cash Today, deterministic application logic, read-only account data, and agent-assisted explanation and approved actions.",
"creator": {
"@id": "https://tylermayberry.dev/#tyler-mayberry"
},
"publisher": {
"@id": "https://animasai.co/#organization"
}
},
{
"@type": "BreadcrumbList",
"@id": "https://tylermayberry.dev/press.html#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Tyler Mayberry",
"item": "https://tylermayberry.dev/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Press and Facts",
"item": "https://tylermayberry.dev/press.html"
}
]
}
]
}
</script>
<style>
:root {
color-scheme: dark;
--bg: #080808;
--panel: #101010;
--panel-2: #151515;
--line: #2b2b2b;
--line-strong: #505050;
--text: #f5f5f0;
--muted: #a0a0a0;
--quiet: #666666;
--accent: #d8ff64;
--accent-2: #8dd7ff;
--max: 1180px;
--pad: clamp(18px, 3.4vw, 40px);
--mono: "SFMono-Regular", "Cascadia Code", "Liberation Mono", Consolas, monospace;
--sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
scroll-padding-top: 88px;
}
body {
margin: 0;
min-height: 100vh;
background: var(--bg);
color: var(--text);
font-family: var(--sans);
line-height: 1.5;
text-rendering: optimizeLegibility;
}
a {
color: inherit;
}
a:focus-visible {
outline: 2px solid var(--accent);
outline-offset: 4px;
}
h1,
h2,
h3,
p {
margin-top: 0;
}
.shell {
width: min(100%, var(--max));
margin: 0 auto;
padding: 0 var(--pad);
}
.skip-link {
position: absolute;
top: 12px;
left: 12px;
z-index: 40;
padding: 10px 12px;
background: var(--text);
color: var(--bg);
font-weight: 800;
text-decoration: none;
transform: translateY(-160%);
transition: transform 160ms ease;
}
.skip-link:focus {
transform: translateY(0);
}
.topbar {
position: sticky;
top: 0;
z-index: 20;
border-bottom: 1px solid var(--line);
background: rgba(8, 8, 8, 0.94);
backdrop-filter: blur(12px);
}
.nav {
min-height: 56px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 18px;
}
.brand {
display: inline-flex;
align-items: baseline;
gap: 12px;
min-width: 0;
text-decoration: none;
}
.brand strong {
font-size: 0.86rem;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.brand span {
color: var(--quiet);
font-family: var(--mono);
font-size: 0.72rem;
}
.nav-links {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 4px;
flex-wrap: wrap;
}
.nav-links a {
padding: 8px 9px;
color: var(--muted);
font-size: 0.74rem;
font-weight: 800;
letter-spacing: 0.08em;
text-decoration: none;
text-transform: uppercase;
}
.nav-links a:hover,
.nav-links a[aria-current="page"] {
color: var(--text);
background: var(--panel-2);
}
.eyebrow {
margin: 0 0 16px;
color: var(--accent);
font-family: var(--mono);
font-size: 0.72rem;
font-weight: 900;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 42px;
padding: 10px 12px;
border: 1px solid var(--line-strong);
background: transparent;
color: var(--text);
font-size: 0.75rem;
font-weight: 900;
letter-spacing: 0.08em;
text-decoration: none;
text-transform: uppercase;
transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}
.button:hover {
border-color: var(--text);
background: var(--text);
color: var(--bg);
}
.button.primary {
border-color: var(--accent);
color: var(--accent);
}
.button.primary:hover {
background: var(--accent);
color: #111111;
}
.link-row {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
}
.press-hero {
padding: clamp(28px, 5vw, 64px) 0 clamp(28px, 5vw, 58px);
border-bottom: 1px solid var(--line);
}
.press-grid {
display: grid;
grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.44fr);
gap: clamp(22px, 5vw, 58px);
align-items: end;
}
h1 {
max-width: 880px;
margin-bottom: 20px;
font-size: clamp(2.1rem, 4.4vw, 4.2rem);
line-height: 0.98;
letter-spacing: -0.055em;
text-wrap: balance;
}
.lead {
max-width: 760px;
margin-bottom: 22px;
color: #d7d7d2;
font-size: clamp(1rem, 1.7vw, 1.2rem);
}
.portrait-panel,
.fact,
.bio-box,
.project,
.source {
border: 1px solid var(--line);
background: var(--panel);
}
.portrait-panel img {
display: block;
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
border-bottom: 1px solid var(--line);
}
.portrait-copy,
.fact,
.bio-box,
.project,
.source {
padding: 18px;
}
.portrait-copy strong,
.fact strong {
display: block;
margin-bottom: 6px;
font-size: 1rem;
}
.portrait-copy span,
.fact span,
.project span,
.source span {
display: block;
margin-bottom: 10px;
color: var(--accent);
font-family: var(--mono);
font-size: 0.64rem;
font-weight: 900;
letter-spacing: 0.11em;
text-transform: uppercase;
}
.section {
padding: clamp(30px, 5vw, 64px) 0;
border-bottom: 1px solid var(--line);
}
.section-grid {
display: grid;
grid-template-columns: minmax(200px, 0.34fr) minmax(0, 0.66fr);
gap: clamp(20px, 5vw, 58px);
align-items: start;
}
.section-title h2 {
margin-bottom: 0;
font-size: clamp(1.7rem, 3.4vw, 3.1rem);
line-height: 0.92;
letter-spacing: -0.055em;
}
.body-copy {
display: grid;
gap: 16px;
}
.body-copy p {
margin-bottom: 0;
color: var(--muted);
font-size: 1rem;
}
.fact-grid,
.project-grid,
.source-grid,
.bio-grid {
display: grid;
gap: 12px;
}
.fact-grid,
.source-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.project-grid,
.bio-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.bio-box p,
.project p,
.source p {
margin-bottom: 14px;
color: var(--muted);
font-size: 0.94rem;
}
.project h3,
.source h3 {
margin: 0 0 8px;
font-size: 1.05rem;
line-height: 1.1;
}
.project a,
.source a,
.fact a {
color: var(--text);
text-decoration-color: var(--line-strong);
}
.note-list {
margin: 0;
padding-left: 20px;
color: var(--muted);
}
.note-list li {
margin: 8px 0;
}
.footer {
border-top: 1px solid var(--line);
padding: 28px 0 40px;
}
.footer-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 18px;
flex-wrap: wrap;
color: var(--quiet);
font-family: var(--mono);
font-size: 0.72rem;
letter-spacing: 0.08em;
text-transform: uppercase;
}
@media (max-width: 980px) {
.project-grid,
.bio-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 900px) {
.press-grid,
.section-grid {
grid-template-columns: 1fr;
}
.portrait-panel {
max-width: 360px;
}
}
@media (max-width: 680px) {
:root {
--pad: 16px;
}
.topbar {
position: relative;
}
.nav {
align-items: flex-start;
flex-direction: column;
padding: 14px 0;
}
.nav-links {
justify-content: flex-start;
width: 100%;
overflow-x: auto;
flex-wrap: nowrap;
scrollbar-width: none;
}
.nav-links::-webkit-scrollbar {
display: none;
}
.nav-links a {
flex: 0 0 auto;
}
.fact-grid,
.source-grid {
grid-template-columns: 1fr;
}
.button {
min-height: 44px;
flex: 1 1 auto;
}
}
</style>
</head>
<body>
<a class="skip-link" href="#press-main">Skip to facts</a>
<header class="topbar" aria-label="Site header">
<div class="shell nav">
<a class="brand" href="/" aria-label="Tyler Mayberry home">
<strong>Tyler Mayberry</strong>
<span>AI systems builder</span>
</a>
<nav class="nav-links" aria-label="Primary links">
<a href="/about.html">About</a>
<a href="/press.html" aria-current="page">Facts</a>
<a href="/#work">Work</a>
<a href="mailto:tyler@animasai.co">Email</a>
<a href="https://github.com/MayberryDT" target="_blank" rel="noopener noreferrer">GitHub</a>
<a href="https://www.linkedin.com/in/mayberrydt/" target="_blank" rel="noopener noreferrer">LinkedIn</a>
<a href="https://animasai.co" target="_blank" rel="noopener noreferrer">Animas AI</a>
</nav>
</div>
</header>
<main id="press-main">
<section class="shell press-hero" aria-labelledby="press-title">
<div class="press-grid">
<div>
<p class="eyebrow">Public facts and bio</p>
<h1 id="press-title">Tyler Mayberry facts for profiles, citations, and press.</h1>
<p class="lead">This page is the canonical public facts surface for Tyler Mayberry: bio, profile links, project facts, source links, and wording that can be reused when writing about his work.</p>
<div class="link-row" aria-label="Primary links">
<a class="button primary" href="mailto:tyler@animasai.co">Email Tyler</a>
<a class="button" href="/about.html">About</a>
<a class="button" href="https://animasai.co" target="_blank" rel="noopener noreferrer">Animas AI</a>
</div>
</div>
<aside class="portrait-panel" aria-label="Tyler Mayberry profile summary">
<img src="CirclePresentation.jpeg" alt="Tyler Mayberry">
<div class="portrait-copy">
<strong>Tyler Mayberry</strong>
<span>Tulsa, Oklahoma | Remote</span>
</div>
</aside>
</div>
</section>
<section class="shell section" aria-labelledby="facts-title">
<div class="section-grid">
<div class="section-title">
<p class="eyebrow">Key facts</p>
<h2 id="facts-title">Canonical details.</h2>
</div>
<div class="fact-grid">
<div class="fact">
<span>Name</span>
<strong>Tyler Mayberry</strong>
</div>
<div class="fact">
<span>Handle</span>
<strong>MayberryDT</strong>
</div>
<div class="fact">
<span>Role</span>
<strong>AI Systems Builder and Practical Product Engineer</strong>
</div>
<div class="fact">
<span>Location</span>
<strong>Tulsa, Oklahoma</strong>
</div>
<div class="fact">
<span>Business</span>
<strong><a href="https://animasai.co" target="_blank" rel="noopener noreferrer">Animas AI</a></strong>
</div>
<div class="fact">
<span>Email</span>
<strong><a href="mailto:tyler@animasai.co">tyler@animasai.co</a></strong>
</div>
</div>
</div>
</section>
<section class="shell section" aria-labelledby="bios-title">
<div class="section-grid">
<div class="section-title">
<p class="eyebrow">Bios</p>
<h2 id="bios-title">Copy-ready versions.</h2>
</div>
<div class="bio-grid">
<article class="bio-box">
<h3>One sentence</h3>
<p>Tyler Mayberry is an AI systems builder and practical product engineer who builds agentic workflows, internal tools, automation systems, and AI-native software for messy real-world work.</p>
</article>
<article class="bio-box">
<h3>Short bio</h3>
<p>Tyler Mayberry builds practical AI systems for messy real-world work. His work spans agentic workflows, internal tools, automation systems, product prototypes, and AI-native software, with Animas AI serving as the studio and business wrapper for his independent product and systems work.</p>
</article>
<article class="bio-box">
<h3>First person</h3>
<p>I build practical AI systems for messy real-world work: agentic workflows, internal tools, automation systems, product prototypes, and AI-native software that survives contact with real operators, real context, and real constraints.</p>
</article>
</div>
</div>
</section>
<section class="shell section" aria-labelledby="projects-title">
<div class="section-grid">
<div class="section-title">
<p class="eyebrow">Current proof</p>
<h2 id="projects-title">Project facts.</h2>
</div>
<div class="project-grid">
<article class="project">
<span>Flagship product build</span>
<h3>Masthead</h3>
<p>Masthead is a local-first session memory layer for AI-agent work with searchable history, live context, read-only MCP retrieval, SQLite-backed storage, and a Tauri/TypeScript app surface.</p>
<p><a href="https://usemasthead.com" target="_blank" rel="noopener noreferrer">Product site</a> | <a href="https://animasai.co/masthead.html" target="_blank" rel="noopener noreferrer">Case study</a></p>
</article>
<article class="project">
<span>AI-native product build</span>
<h3>Pip</h3>
<p>Pip is an AI-native spending companion built around Spendable Cash Today, deterministic application logic, read-only account data, and agent-assisted explanation and approved actions.</p>
<p><a href="https://spendwithpip.com" target="_blank" rel="noopener noreferrer">Product site</a> | <a href="https://animasai.co/pip.html" target="_blank" rel="noopener noreferrer">Case study</a></p>
</article>
<article class="project">
<span>Business wrapper</span>
<h3>Animas AI</h3>
<p>Animas AI is the business and studio wrapper Tyler Mayberry uses for practical AI systems, internal tools, automation, workflow products, and AI-native product experiments.</p>
<p><a href="https://animasai.co" target="_blank" rel="noopener noreferrer">Company site</a></p>
</article>
</div>
</div>
</section>
<section class="shell section" aria-labelledby="sources-title">
<div class="section-grid">
<div class="section-title">
<p class="eyebrow">Source links</p>
<h2 id="sources-title">Public profiles and official pages.</h2>
</div>
<div class="source-grid">
<article class="source">
<span>Personal site</span>
<h3>TylerMayberry.dev</h3>
<p>Canonical personal website and portfolio.</p>
<a href="https://tylermayberry.dev/" target="_blank" rel="noopener noreferrer">Open site</a>
</article>
<article class="source">
<span>About</span>
<h3>About Tyler Mayberry</h3>
<p>Canonical about page with bio, public facts, and selected proof points.</p>
<a href="https://tylermayberry.dev/about.html">Open about page</a>
</article>
<article class="source">
<span>GitHub</span>
<h3>MayberryDT</h3>
<p>Public software profile and repository activity.</p>
<a href="https://github.com/MayberryDT" target="_blank" rel="noopener noreferrer">Open GitHub</a>
</article>
<article class="source">
<span>LinkedIn</span>
<h3>mayberrydt</h3>
<p>Professional profile for Tyler Mayberry.</p>
<a href="https://www.linkedin.com/in/mayberrydt/" target="_blank" rel="noopener noreferrer">Open LinkedIn</a>
</article>
<article class="source">
<span>Infocard</span>
<h3>MayberryDT</h3>
<p>Public profile card that should match the same entity facts.</p>
<a href="https://infocard.ai/~MayberryDT" target="_blank" rel="noopener noreferrer">Open Infocard</a>
</article>
<article class="source">
<span>Animas AI</span>
<h3>Studio site</h3>
<p>Business site connecting Animas AI to Tyler Mayberry and his product systems work.</p>
<a href="https://animasai.co" target="_blank" rel="noopener noreferrer">Open Animas AI</a>
</article>
</div>
</div>
</section>
<section class="shell section" aria-labelledby="usage-title">
<div class="section-grid">
<div class="section-title">
<p class="eyebrow">Usage notes</p>
<h2 id="usage-title">Use and avoid.</h2>
</div>
<div class="body-copy">
<p>Use "Tyler Mayberry" as the primary person entity. Use "Animas AI" as the business and studio wrapper. Use "AI systems builder and practical product engineer" as the preferred role line.</p>
<ul class="note-list">
<li>Do not present Pip as a bank, financial adviser, money movement product, or guarantee.</li>
<li>Do not describe Animas AI as the primary entity over Tyler Mayberry when writing about Tyler personally.</li>
<li>When possible, link to this page, the About page, and the relevant product or case-study page.</li>
</ul>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="shell footer-inner">
<span>© 2026 Tyler Mayberry | tylermayberry.dev</span>
<div class="link-row" aria-label="Footer links">
<a href="/">Home</a>
<a href="/about.html">About</a>
<a href="mailto:tyler@animasai.co">Email</a>
<a href="https://github.com/MayberryDT" target="_blank" rel="noopener noreferrer">GitHub</a>
<a href="https://www.linkedin.com/in/mayberrydt/" target="_blank" rel="noopener noreferrer">LinkedIn</a>
</div>
</div>
</footer>
</body>
</html>