-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
369 lines (359 loc) · 25.8 KB
/
index.html
File metadata and controls
369 lines (359 loc) · 25.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LSC44NDPLQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LSC44NDPLQ');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GitHub Copilot Dev Days</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="light-theme.css">
<script src="theme-toggle.js"></script>
<style>
.workshop-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 1.5rem; max-width: 1200px; margin: 0 auto; }
.workshop-card { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 16px; padding: 2rem; text-decoration: none; color: inherit; transition: all 0.3s ease; display: flex; flex-direction: column; gap: 1rem; position: relative; overflow: hidden; }
.workshop-card:hover { border-color: var(--neon-magenta); transform: translateY(-6px); box-shadow: 0 20px 60px rgba(255,0,255,0.15); }
.workshop-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--neon-cyan), var(--neon-magenta)); opacity: 0; transition: opacity 0.3s ease; }
.workshop-card:hover::before { opacity: 1; }
.card-badge { display: inline-block; padding: 0.35rem 0.75rem; background: rgba(0,245,255,0.1); border: 1px solid var(--border-color); border-radius: 50px; font-size: 0.8rem; color: var(--neon-cyan); font-family: 'JetBrains Mono', monospace; width: fit-content; }
.card-title { font-size: 1.35rem; font-weight: 700; background: linear-gradient(135deg, var(--text-primary), var(--neon-cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.card-desc { color: var(--text-secondary); font-size: 0.95rem; line-height: 1.6; flex: 1; }
.card-meta { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: auto; }
.card-tag { font-family: 'JetBrains Mono', monospace; font-size: 0.8rem; color: var(--neon-cyan); padding: 0.25rem 0.6rem; background: rgba(0,245,255,0.08); border-radius: 4px; }
.card-arrow { position: absolute; bottom: 1.5rem; right: 1.5rem; font-size: 1.5rem; color: var(--border-color); transition: all 0.3s ease; }
.workshop-card:hover .card-arrow { color: var(--neon-magenta); transform: translateX(4px); }
.section-subtitle { text-align: center; color: var(--text-secondary); max-width: 700px; margin: -1.5rem auto 3rem; font-size: 1.1rem; }
.category-label { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--neon-magenta); font-family: 'JetBrains Mono', monospace; margin-bottom: 1.5rem; padding-left: 0.5rem; border-left: 3px solid var(--neon-magenta); }
.category-section { margin-bottom: 3rem; scroll-margin-top: 5rem; }
.learn-labs-intro { text-align: left; margin: 0 0 1.5rem; color: var(--text-secondary); font-size: 1rem; line-height: 1.6; }
.category-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; max-width: 1200px; margin: 0 auto 3rem; padding: 0 2rem; position: sticky; top: 0; z-index: 100; background: var(--bg-dark); padding-top: 1rem; padding-bottom: 1rem; }
[data-theme="light"] .category-nav { background: var(--bg-dark); }
.category-pill { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.5rem 1rem; background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 50px; color: var(--text-secondary); font-family: 'JetBrains Mono', monospace; font-size: 0.8rem; text-decoration: none; transition: all 0.3s ease; cursor: pointer; white-space: nowrap; }
.category-pill:hover, .category-pill.active { border-color: var(--neon-cyan); color: var(--neon-cyan); background: rgba(0,245,255,0.08); }
@media (max-width: 768px) { .category-nav { gap: 0.4rem; } .category-pill { font-size: 0.7rem; padding: 0.4rem 0.75rem; } }
.org-link { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--text-secondary); text-decoration: none; font-size: 0.9rem; transition: color 0.3s ease; }
.org-link:hover { color: var(--neon-cyan); }
.org-link svg { width: 20px; height: 20px; fill: currentColor; }
@media (max-width: 768px) {
.workshop-grid { grid-template-columns: 1fr; }
}
</style>
</head>
<body>
<div style="position:fixed;top:1rem;right:1rem;z-index:1000;">
<button class="theme-toggle" onclick="toggleTheme()">☀️ Light</button>
</div>
<section class="hero">
<div class="container">
<div class="hero-badge">🎓 GitHub Copilot Workshops</div>
<h1>GitHub Copilot Dev Days</h1>
<p class="hero-subtitle">Hands-on workshops to master GitHub Copilot across every IDE, language, and workflow. Pick your stack, build something real, and level up your AI-powered development skills.</p>
<div class="hero-cta">
<a href="#workshops" class="btn btn-primary">🚀 Browse Workshops</a>
<a href="https://github.com/copilot-dev-days" class="btn btn-secondary" target="_blank">
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/></svg>
GitHub Org
</a>
</div>
<div class="stats">
<div class="stat">
<div class="stat-value">12</div>
<div class="stat-label">Workshops</div>
</div>
<div class="stat">
<div class="stat-value">6</div>
<div class="stat-label">Languages</div>
</div>
<div class="stat">
<div class="stat-value">6</div>
<div class="stat-label">IDEs</div>
</div>
</div>
</div>
</section>
<section class="features" id="workshops">
<div class="container">
<nav class="category-nav" aria-label="Workshop categories">
<a href="#cat-learn-labs" class="category-pill">🌱 GitHub Learn Labs</a>
<a href="#cat-agent-lab" class="category-pill">🐍 VS Code — Agent Lab</a>
<a href="#cat-specialized" class="category-pill">🎮 VS Code — Specialized</a>
<a href="#cat-terminal" class="category-pill">💻 Terminal — CLI</a>
<a href="#cat-actions" class="category-pill">🤖 GitHub Actions</a>
<a href="#cat-ides" class="category-pill">🖥️ IDEs</a>
</nav>
<div class="category-section" id="cat-learn-labs">
<div class="category-label">🌱 Beginner Friendly — GitHub Learn Labs (Codespaces only)</div>
<p class="learn-labs-intro">New to GitHub Copilot? Start with these free, self-paced labs on <a href="https://learn.github.com/skills" target="_blank" style="color:var(--neon-cyan);">learn.github.com/skills</a> to get hands-on experience before diving into the workshops below. These GitHub Learn Labs are designed to be completed in GitHub Codespaces only, not on your local machine.</p>
<div class="workshop-grid">
<a href="https://github.com/skills/getting-started-with-github-copilot" class="workshop-card" target="_blank">
<span class="card-badge">🚀 Beginner</span>
<div class="card-title">Get Started with GitHub Copilot</div>
<p class="card-desc">Learn the basics of GitHub Copilot — code completions, chat, and inline suggestions. The perfect starting point for anyone new to AI-powered development.</p>
<div class="card-meta">
<span class="card-tag">Free</span>
<span class="card-tag">Self-paced</span>
<span class="card-tag">GitHub Skills</span>
</div>
<span class="card-arrow">→</span>
</a>
<a href="https://github.com/skills/customize-your-github-copilot-experience" class="workshop-card" target="_blank">
<span class="card-badge">🎛️ Beginner</span>
<div class="card-title">Customize Your GitHub Copilot Experience</div>
<p class="card-desc">Learn how to tailor GitHub Copilot to your workflow with custom instructions, prompt engineering, and personal settings for more relevant suggestions.</p>
<div class="card-meta">
<span class="card-tag">Free</span>
<span class="card-tag">Self-paced</span>
<span class="card-tag">GitHub Skills</span>
</div>
<span class="card-arrow">→</span>
</a>
<a href="https://github.com/skills/integrate-mcp-with-copilot" class="workshop-card" target="_blank">
<span class="card-badge">🔌 Beginner</span>
<div class="card-title">Integrate MCP with GitHub Copilot</div>
<p class="card-desc">Learn how to extend GitHub Copilot's capabilities using Model Context Protocol (MCP). Set up a GitHub MCP server and let Copilot manage issues, research projects, and open pull requests.</p>
<div class="card-meta">
<span class="card-tag">Free</span>
<span class="card-tag">Self-paced</span>
<span class="card-tag">GitHub Skills</span>
</div>
<span class="card-arrow">→</span>
</a>
<a href="https://github.com/skills/expand-your-team-with-copilot" class="workshop-card" target="_blank">
<span class="card-badge">🤝 Beginner</span>
<div class="card-title">Expand Your Team with Copilot Coding Agent</div>
<p class="card-desc">Discover how to delegate tasks to GitHub Copilot's coding agent. Let it open pull requests, fix bugs, and build features autonomously as a member of your team.</p>
<div class="card-meta">
<span class="card-tag">Free</span>
<span class="card-tag">Self-paced</span>
<span class="card-tag">GitHub Skills</span>
</div>
<span class="card-arrow">→</span>
</a>
<a href="https://github.com/skills/create-applications-with-the-copilot-cli" class="workshop-card" target="_blank">
<span class="card-badge">💻 Beginner</span>
<div class="card-title">Create Apps with the Copilot CLI</div>
<p class="card-desc">Use GitHub Copilot in the terminal to scaffold, build, and iterate on applications. Learn how to harness Copilot CLI to speed up command-line workflows.</p>
<div class="card-meta">
<span class="card-tag">Free</span>
<span class="card-tag">Self-paced</span>
<span class="card-tag">GitHub Skills</span>
</div>
<span class="card-arrow">→</span>
</a>
</div>
</div>
<div class="category-section" id="cat-agent-lab">
<div class="category-label">VS Code — Agent Lab (Social Bingo)</div>
<div class="workshop-grid">
<a href="https://copilot-dev-days.github.io/agent-lab-python/" class="workshop-card">
<span class="card-badge">🐍 Python + FastAPI + HTMX</span>
<div class="card-title">Agent Lab — Python</div>
<p class="card-desc">Build a Social Bingo game while mastering VS Code's Agent Mode with GitHub Copilot. Learn context engineering, custom agents, and AI-first development workflows.</p>
<div class="card-meta">
<span class="card-tag">~1hr</span>
<span class="card-tag">4 parts</span>
<span class="card-tag">9 steps</span>
</div>
<span class="card-arrow">→</span>
</a>
<a href="https://copilot-dev-days.github.io/agent-lab-typescript/" class="workshop-card">
<span class="card-badge">🟦 TypeScript + Vite + React</span>
<div class="card-title">Agent Lab — TypeScript</div>
<p class="card-desc">Build a Social Bingo game while mastering VS Code's Agent Mode with GitHub Copilot. Learn context engineering, custom agents, and AI-first development workflows.</p>
<div class="card-meta">
<span class="card-tag">~1hr</span>
<span class="card-tag">4 parts</span>
<span class="card-tag">9 steps</span>
</div>
<span class="card-arrow">→</span>
</a>
<a href="https://copilot-dev-days.github.io/agent-lab-java/" class="workshop-card">
<span class="card-badge">☕ Java 21 + Spring Boot</span>
<div class="card-title">Agent Lab — Java</div>
<p class="card-desc">Build a Social Bingo game while mastering VS Code's Agent Mode with GitHub Copilot. Learn context engineering, custom agents, and AI-first development workflows.</p>
<div class="card-meta">
<span class="card-tag">~1hr</span>
<span class="card-tag">4 parts</span>
<span class="card-tag">9 steps</span>
</div>
<span class="card-arrow">→</span>
</a>
<a href="https://copilot-dev-days.github.io/agent-lab-dotnet/" class="workshop-card">
<span class="card-badge">🟣 .NET 10 + Blazor</span>
<div class="card-title">Agent Lab — .NET</div>
<p class="card-desc">Build a Social Bingo game while mastering VS Code's Agent Mode with GitHub Copilot. Learn context engineering, custom agents, and AI-first development workflows.</p>
<div class="card-meta">
<span class="card-tag">~1hr</span>
<span class="card-tag">4 parts</span>
<span class="card-tag">9 steps</span>
</div>
<span class="card-arrow">→</span>
</a>
</div>
</div>
<div class="category-section" id="cat-specialized">
<div class="category-label">VS Code — Specialized Workshops</div>
<div class="workshop-grid">
<a href="https://copilot-dev-days.github.io/mona-mayhem/?track=vscode" class="workshop-card">
<span class="card-badge">🎮 VS Code + Astro + TypeScript</span>
<div class="card-title">Mona Mayhem</div>
<p class="card-desc">Build a retro arcade GitHub Contribution Battle Arena while mastering context engineering, Plan Mode, Agent Mode, design-first development, and multi-agent workflows.</p>
<div class="card-meta">
<span class="card-tag">Beginner</span>
<span class="card-tag">~60min</span>
<span class="card-tag">7 parts</span>
<span class="card-tag">7 bonus</span>
</div>
<span class="card-arrow">→</span>
</a>
<a href="https://copilot-dev-days.github.io/appmod-workshop-java/" class="workshop-card">
<span class="card-badge">☕ Java + Spring Boot Modernization</span>
<div class="card-title">App Modernization</div>
<p class="card-desc">Modernize a legacy Java application using GitHub Copilot. Assess, upgrade from Java 8 to 21, add health endpoints, and containerize — all with AI-powered assistance.</p>
<div class="card-meta">
<span class="card-tag">~60min</span>
<span class="card-tag">6 steps</span>
<span class="card-tag">~35min hands-on</span>
</div>
<span class="card-arrow">→</span>
</a>
</div>
</div>
<div class="category-section" id="cat-terminal">
<div class="category-label">Terminal — Copilot CLI</div>
<div class="workshop-grid">
<a href="https://copilot-dev-days.github.io/mona-mayhem/?track=cli" class="workshop-card">
<span class="card-badge">💻 Terminal + Copilot CLI</span>
<div class="card-title">Mona Mayhem</div>
<p class="card-desc">Build a retro arcade GitHub Contribution Battle Arena while mastering context engineering, prompt-driven development, and terminal-first workflows with GitHub Copilot CLI.</p>
<div class="card-meta">
<span class="card-tag">Beginner</span>
<span class="card-tag">~60min</span>
</div>
<span class="card-arrow">→</span>
</a>
<a href="https://copilot-dev-days.github.io/tailspin-toys-workshop/" class="workshop-card">
<span class="card-badge">💻 Terminal + AI-Powered Development</span>
<div class="card-title">Copilot CLI Workshop</div>
<p class="card-desc">Master GitHub Copilot in the terminal. From custom instructions to MCP servers and custom agents — a hands-on workshop with the Tailspin Toys project.</p>
<div class="card-meta">
<span class="card-tag">~90min</span>
<span class="card-tag">9 exercises</span>
</div>
<span class="card-arrow">→</span>
</a>
</div>
</div>
<div class="category-section" id="cat-actions">
<div class="category-label">GitHub Actions — Agentic Workflows</div>
<div class="workshop-grid">
<a href="https://copilot-dev-days.github.io/agentic-workflows-workshop/" class="workshop-card">
<span class="card-badge">🤖 GitHub CLI + gh aw</span>
<div class="card-title">Agentic Workflows</div>
<p class="card-desc">Build and deploy agentic workflows using <code>gh aw</code>. Automate daily digests, pull Hacker News stories as GitHub issues, and wire up a ChatOps slash command — all from the command line.</p>
<div class="card-meta">
<span class="card-tag">~75min</span>
<span class="card-tag">3 exercises</span>
</div>
<span class="card-arrow">→</span>
</a>
</div>
</div>
<div class="category-section" id="cat-ides">
<div class="category-label">IDEs</div>
<div class="workshop-grid">
<a href="https://dotnet-presentations.github.io/visual-studio-github-copilot-lab/" class="workshop-card">
<span class="card-badge">🖥️ Visual Studio 2026 + .NET 10</span>
<div class="card-title">Copilot for Visual Studio</div>
<p class="card-desc">Complete and enhance the TinyShop application using GitHub Copilot in Visual Studio 2026. Explore code completion, Copilot Chat, Agent Mode, Custom Instructions, MCP Servers, Copilot Vision, and more.</p>
<div class="card-meta">
<span class="card-tag">~60min</span>
<span class="card-tag">13 parts</span>
</div>
<span class="card-arrow">→</span>
</a>
<a href="https://copilot-dev-days.github.io/jetbrains-workshop/" class="workshop-card">
<span class="card-badge">🧩 IntelliJ IDEA + Spring PetClinic</span>
<div class="card-title">Copilot for JetBrains</div>
<p class="card-desc">Master GitHub Copilot in JetBrains IDEs. From code completion to Agent Mode — build features for the Spring PetClinic app while learning AI-powered development.</p>
<div class="card-meta">
<span class="card-tag">~60min</span>
<span class="card-tag">6 exercises</span>
</div>
<span class="card-arrow">→</span>
</a>
<a href="https://copilot-dev-days.github.io/xcode-workshop/" class="workshop-card">
<span class="card-badge">🍎 Xcode + SwiftUI</span>
<div class="card-title">Copilot for Xcode</div>
<p class="card-desc">Learn GitHub Copilot in Xcode with the Landmarks SwiftUI demo app. Explore code completion, Copilot Chat, Agent Mode, Plan Agent, MCP Servers, and Copilot Vision.</p>
<div class="card-meta">
<span class="card-tag">~60min</span>
<span class="card-tag">8 exercises</span>
<span class="card-tag">6 features</span>
</div>
<span class="card-arrow">→</span>
</a>
</div>
</div>
</div>
</section>
<section class="prereqs">
<div class="container">
<h2 class="section-title">General Prerequisites</h2>
<div class="prereqs-grid">
<div class="prereq-item">
<span class="prereq-check">✓</span>
<span>GitHub Account</span>
</div>
<div class="prereq-item">
<span class="prereq-check">✓</span>
<span>GitHub Copilot License</span>
</div>
<div class="prereq-item">
<span class="prereq-check">✓</span>
<span>Git Installed</span>
</div>
<div class="prereq-item">
<span class="prereq-check">✓</span>
<span>Your IDE of Choice</span>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="footer-links">
<a href="https://github.com/copilot-dev-days" target="_blank">GitHub Organization</a>
<a href="https://docs.github.com/en/copilot" target="_blank">Copilot Docs</a>
<a href="https://github.com/github/awesome-copilot" target="_blank">Awesome Copilot</a>
</div>
<p class="footer-credit">Built with 💜 by the GitHub Copilot Team</p>
<p class="footer-credit" style="margin-top: 1rem;">Organizers of GitHub Copilot Dev Days, visit <a href="https://github.com/github/GitHub-Copilot-Dev-Days/" target="_blank" style="color: var(--neon-cyan);">github.com/github/GitHub-Copilot-Dev-Days</a> for more information.</p>
</div>
</footer>
<script>
document.querySelectorAll('.category-pill').forEach(pill => {
pill.addEventListener('click', e => {
e.preventDefault();
const target = document.querySelector(pill.getAttribute('href'));
if (target) target.scrollIntoView({ behavior: 'smooth' });
});
});
const pills = document.querySelectorAll('.category-pill');
const sections = document.querySelectorAll('.category-section[id]');
window.addEventListener('scroll', () => {
let current = '';
sections.forEach(s => { if (window.scrollY >= s.offsetTop - 120) current = s.id; });
pills.forEach(p => p.classList.toggle('active', p.getAttribute('href') === '#' + current));
});
</script>
</body>
</html>