Skip to content

Commit 13c638d

Browse files
stephanjclaude
andcommitted
feat(docs): add DevoxxGenie Workshop link to welcome page banner
Add second workshop link alongside existing Agentic Engineering Workshop. Both links include UTM tracking parameters for campaign attribution. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3bad097 commit 13c638d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docusaurus/src/pages/index.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,14 @@ export default function Home() {
7272
</Head>
7373
<HomepageHeader />
7474
<div style={{background: 'var(--ifm-color-primary)', padding: '0.6rem 1rem', textAlign: 'center', color: '#fff', fontSize: '0.95rem'}}>
75-
Learn hands-on Agentic Engineering with the founder of DevoxxGenie —{' '}
76-
<a href="https://stephanjanssen.be?utm_source=DevoxxGenie" target="_blank" rel="noopener noreferrer" style={{color: '#fff', fontWeight: 'bold', textDecoration: 'underline'}}>
75+
Learn hands-on with the founder of DevoxxGenie —{' '}
76+
<a href="https://stephanjanssen.be?utm_source=DevoxxGenie&utm_medium=banner&utm_campaign=agentic_workshop" target="_blank" rel="noopener noreferrer" style={{color: '#fff', fontWeight: 'bold', textDecoration: 'underline'}}>
7777
Agentic Engineering Workshop
7878
</a>
79+
{' '}or{' '}
80+
<a href="https://stephanjanssen.be?utm_source=DevoxxGenie&utm_medium=banner&utm_campaign=devoxxgenie_workshop" target="_blank" rel="noopener noreferrer" style={{color: '#fff', fontWeight: 'bold', textDecoration: 'underline'}}>
81+
DevoxxGenie Workshop
82+
</a>
7983
</div>
8084
<main>
8185
<div className="container home-section">

0 commit comments

Comments
 (0)