Skip to content

Commit 8e06186

Browse files
committed
Copilot screenshot
1 parent 6c693a9 commit 8e06186

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

public/images/copilot-azure.png

21.2 KB
Loading

slides.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,15 +292,24 @@ class: text-center
292292

293293
<div class="text-xl mb-10">Let's see GitHub Copilot in action</div>
294294

295-
<div class="flex justify-center">
295+
<div class="grid grid-cols-2 gap-8 items-center">
296296
<div class="bg-blue-50 dark:bg-blue-900 p-4 rounded-lg max-w-lg text-left">
297297
<h3 class="font-bold mb-2">Demo Focus Areas:</h3>
298298
<ul class="space-y-2">
299299
<li>• Real-time code suggestions</li>
300300
<li>• Function completion from comments</li>
301301
<li>• Context-aware completions</li>
302+
<li>• @azure integration example</li>
302303
</ul>
303304
</div>
305+
306+
<div class="flex items-center justify-center">
307+
<img
308+
src="/images/copilot-azure.png"
309+
alt="GitHub Copilot interacting with Azure extension"
310+
class="rounded-lg shadow-xl w-full max-w-sm"
311+
/>
312+
</div>
304313
</div>
305314

306315
---

0 commit comments

Comments
 (0)