Skip to content

Commit 065cc49

Browse files
brunoborgesCopilot
andcommitted
Add cross-links to other agent-lab language editions
Added 'Also available in...' links to the hero section of index.html, linking to the other three language editions of the agent lab workshop. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 03c2ce2 commit 065cc49

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ <h1>VS Code GitHub Copilot Agent Lab</h1>
3535
📦 GitHub Repo
3636
</a>
3737
</div>
38+
<p class="hero-also">Also available in <a href="https://copilot-dev-days.github.io/agent-lab-java/">Java</a>, <a href="https://copilot-dev-days.github.io/agent-lab-python/">Python</a>, and <a href="https://copilot-dev-days.github.io/agent-lab-typescript/">TypeScript</a></p>
3839
<div class="stats">
3940
<div class="stat">
4041
<div class="stat-value">~1hr</div>

docs/styles.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,3 +337,20 @@ footer {
337337
margin-top: 0.5rem;
338338
}
339339
}
340+
341+
.hero-also {
342+
margin-top: 1rem;
343+
font-size: 0.95rem;
344+
color: var(--text-secondary);
345+
}
346+
347+
.hero-also a {
348+
color: var(--neon-cyan);
349+
text-decoration: none;
350+
transition: color 0.3s ease;
351+
}
352+
353+
.hero-also a:hover {
354+
color: var(--neon-magenta);
355+
text-decoration: underline;
356+
}

0 commit comments

Comments
 (0)