Skip to content

Commit b7f7d6f

Browse files
Jonathan Pohlnerclaude
andcommitted
feat: update experience to 15+, rename MoltBot to OpenClaw, add Mercor image, refresh OG previews
- Update "10+" to "15+" years experience across homepage and about page - Rename MoltBot to OpenClaw for automated Twitch project - Add Mercor homepage screenshot as project card image - Replace outdated 3.6MB OG/Twitter preview images with fresh 160KB homepage screenshots Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a0b3876 commit b7f7d6f

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

public/opengraph-image.png

-3.4 MB
Loading
31.5 KB
Loading

public/twitter-image.png

-3.4 MB
Loading

src/app/about/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import CTABanner from '@/components/molecular/CTABanner';
66
export const metadata: Metadata = {
77
title: 'About | Jonathan Pohlner',
88
description:
9-
'Full Stack Developer with 10+ years building accessible web applications and 20+ years in graphic design.',
9+
'Full Stack Developer with 15+ years building accessible web applications and 20+ years in graphic design.',
1010
};
1111

1212
const EXPERIENCE: TimelineEntry[] = [
@@ -127,7 +127,7 @@ export default function AboutPage() {
127127
About Me
128128
</h1>
129129
<p className="text-base-content/70 mx-auto max-w-2xl text-lg leading-relaxed">
130-
Full Stack Developer with 10+ years building accessible web
130+
Full Stack Developer with 15+ years building accessible web
131131
applications and 20+ years in graphic design. I specialize in React,
132132
TypeScript, and Next.js — turning complex problems into clean,
133133
maintainable solutions.

src/app/page.tsx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import CTABanner from '@/components/molecular/CTABanner';
1414

1515
const STATS: readonly TemplateStat[] = [
1616
{
17-
value: '10+',
17+
value: '15+',
1818
label: 'Years Experience',
1919
detail: 'Web development & design',
2020
href: '/about',
@@ -115,9 +115,9 @@ const OTHER_PROJECTS = [
115115
href: 'https://tortoisewolfe.github.io/The_House_that_Code_Built/',
116116
},
117117
{
118-
title: 'MoltBot / Automated Twitch',
118+
title: 'OpenClaw / Automated Twitch',
119119
description:
120-
'AI-powered 24/7 Twitch channel using Remotion for programmatic video generation and MoltBot agent pipeline.',
120+
'AI-powered 24/7 Twitch channel using Remotion for programmatic video generation and OpenClaw agent pipeline.',
121121
image: {
122122
src: '/portfolio/other/scripthammer-twitch.png',
123123
alt: 'ScriptHammer automated Twitch channel showing AI-generated content',
@@ -129,6 +129,10 @@ const OTHER_PROJECTS = [
129129
title: 'Mercor AI Evaluation',
130130
description:
131131
'A/B testing framework for evaluating AI coding assistants — Python validation tools, multi-track test orchestration, behavioral analysis.',
132+
image: {
133+
src: '/portfolio/other/mercor-ai.png',
134+
alt: 'Mercor AI platform — Shape the future of AI',
135+
},
132136
stack: ['Python', 'Docker', 'Bash', 'tmux'],
133137
href: 'https://github.com/TortoiseWolfe',
134138
},
@@ -293,7 +297,7 @@ export default function Home() {
293297
</p>
294298

295299
<p className="text-base-content/80 mb-6 max-w-2xl text-lg leading-relaxed sm:text-xl">
296-
10+ years building accessible web applications with React,
300+
15+ years building accessible web applications with React,
297301
TypeScript, and Next.js. 20+ years in graphic design.
298302
</p>
299303

0 commit comments

Comments
 (0)