Skip to content

Commit

Permalink
Add May 16 webinar
Browse files Browse the repository at this point in the history
  • Loading branch information
kukicado committed May 9, 2024
1 parent 0f1796a commit 3c08ff3
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/pages/webinars/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,37 @@ const ComparePage: FunctionComponent = () => (
}
className="bg-gray-50"
>
<ContentSection>
<div className="mt-10 flex flex-col gap-10 rounded-lg border border-gray-200 bg-white px-10 py-12">
{/* left side */}
<div>
<h3 className="text-xl">May 16</h3>
<h2 className="mt-4">Advanced AI Coding Techniques</h2>
<p className="mt-6 text-lg text-gray-600">
Learn how to get the most out of Cody by diving deeper into the features and capabilities of the most powerful AI coding assistant.
</p>

<p className="mt-4 text-lg text-gray-600">
This webinar will show you how to refactor code with AI, handle debugging and error resolution, and help you with code exploration and learning.
</p>

<p className="mt-4 text-lg text-gray-600">You'll learn to be a more productive developer!</p>
</div>

{/* right side */}
<div className="relative h-0 w-full overflow-hidden rounded pb-[56.25%]">
<iframe
title="StreamYard Embed"
src="https://streamyard.com/watch/XrC9TmJ4reNx?embed=true"
width="100%"
height="100%"
frameBorder="0"
allow="autoplay; fullscreen"
className="absolute left-0 top-0 h-full w-full overflow-hidden"
/>
</div>
</div>
</ContentSection>
<ContentSection>
<div className="mt-10 flex flex-col gap-10 rounded-lg border border-gray-200 bg-white px-10 py-12">
{/* left side */}
Expand Down

0 comments on commit 3c08ff3

Please sign in to comment.