Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions pith → pith.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,27 @@ <h1>Why Choose Us?</h1>
</div>
</div>

<!-- Slide 3 - GitHub Education Benefits -->
<div class="slide" id="slide3" style="display: none;">
<video autoplay muted loop class="background-video">
<source src="/path/to/video3.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
<div class="content">
<h1>GitHub Education Benefits</h1>
<p>Accelerate your development journey with exclusive tools and resources.<br>
✓ Free GitHub Pro access<br>
✓ GitHub Copilot for students<br>
✓ Access to premium developer tools<br>
✓ Learning resources and curriculum</p>
</div>
</div>

<!-- Navigation Buttons -->
<div class="navigation">
<button onclick="showSlide(1)">Slide 1</button>
<button onclick="showSlide(2)">Slide 2</button>
<button onclick="showSlide(3)">GitHub Education</button>
</div>

<script>
Expand Down