File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff 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---
You can’t perform that action at this time.
0 commit comments