hatch-slidev-builder-mcp
Version:
A comprehensive MCP server for creating Slidev presentations with component library, interactive elements, and team collaboration features
59 lines (52 loc) • 1.39 kB
Markdown
---
layout: default
---
<<<<<<< HEAD
# Content Slide
<div class="space-y-6">
<div>
<h2 class="text-2xl font-bold mb-4">Main Points</h2>
<ul class="space-y-3 text-lg">
<li>• First key point or topic</li>
<li>• Second important point</li>
<li>• Third key insight</li>
<li>• Additional details as needed</li>
</ul>
</div>
<div class="mt-8 p-4 bg-blue-50 rounded-lg border-l-4 border-blue-500">
<h3 class="font-bold text-blue-800 mb-2">Note</h3>
<p class="text-blue-700">Replace this content with your specific presentation material.</p>
</div>
</div>
<style>
h1 {
color: #2563eb;
margin-bottom: 2rem;
}
h2 {
color: #1e293b;
}
</style>
=======
# Welcome
<div class="grid grid-cols-2 gap-8 mt-8">
<div>
<h2 class="text-2xl font-bold mb-4 text-blue-600">Main Points</h2>
<ul class="space-y-2">
<li>• Introduction</li>
<li>• Key concepts</li>
<li>• Implementation</li>
<li>• Conclusion</li>
</ul>
</div>
<div>
<h2 class="text-2xl font-bold mb-4 text-blue-600">Goals</h2>
<ul class="space-y-2">
<li>• Share knowledge</li>
<li>• Engage audience</li>
<li>• Drive action</li>
<li>• Enable success</li>
</ul>
</div>
</div>
>>>>>>> 4b901da2b8e4bbb10dd10e20f9875a7c2344f872