Skip to content

Commit 0f5d450

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 1cb915b commit 0f5d450

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
@@ -32,6 +32,7 @@ <h1>VS Code GitHub Copilot Agent Lab</h1>
3232
📦 GitHub Repo
3333
</a>
3434
</div>
35+
<p class="hero-also">Also available in <a href="https://copilot-dev-days.github.io/agent-lab-dotnet/">.NET</a>, <a href="https://copilot-dev-days.github.io/agent-lab-java/">Java</a>, and <a href="https://copilot-dev-days.github.io/agent-lab-typescript/">TypeScript</a></p>
3536
<div class="stats">
3637
<div class="stat">
3738
<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)