Skip to content

Commit 5438679

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 ac87f51 commit 5438679

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
@@ -28,6 +28,7 @@ <h1>VS Code GitHub Copilot Agent Lab</h1>
2828
<a href="game/" class="btn btn-secondary">🎮 Play Game</a>
2929
<a href="https://github.com/copilot-dev-days/agent-lab-typescript" class="btn btn-secondary">📦 GitHub Repo</a>
3030
</div>
31+
<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-python/">Python</a></p>
3132
<div class="stats">
3233
<div class="stat">
3334
<div class="stat-value">~1hr</div>

docs/styles.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,20 @@ footer { padding: 3rem 0; text-align: center; border-top: 1px solid var(--border
122122
.part-card { flex-direction: column; text-align: center; }
123123
.part-time { margin-top: 0.5rem; }
124124
}
125+
126+
.hero-also {
127+
margin-top: 1rem;
128+
font-size: 0.95rem;
129+
color: var(--text-secondary);
130+
}
131+
132+
.hero-also a {
133+
color: var(--neon-cyan);
134+
text-decoration: none;
135+
transition: color 0.3s ease;
136+
}
137+
138+
.hero-also a:hover {
139+
color: var(--neon-magenta);
140+
text-decoration: underline;
141+
}

0 commit comments

Comments
 (0)