A simple fullscreen presentation-style website with scroll navigation.
- 📺 Fullscreen slides with smooth transitions
- 🖱️ Mouse wheel scroll navigation
- 📱 Touch/swipe support for mobile devices
- ⌨️ Keyboard navigation (Arrow keys, Page Up/Down, Home/End)
- 🎯 Navigation dots for quick slide access
- 🎨 Beautiful gradient backgrounds
- 🏁 Footer indicator on the last slide
- Scroll with your mouse wheel to navigate between slides
- Swipe on touch devices
- Use keyboard: Arrow keys, Page Up/Down, Home/End
- Click navigation dots on the right side to jump to specific slides
Edit index.html and add new slide sections:
<section class="slide" data-slide="6">
<div class="content">
<h1>Your Title</h1>
<p>Your content</p>
</div>
</section>Edit styles.css and modify the gradient backgrounds:
.slide[data-slide="6"] {
background: linear-gradient(135deg, #color1 0%, #color2 100%);
}- Push this repository to GitHub
- Go to repository Settings
- Navigate to Pages section
- Select your branch (usually
main) - Save and wait for deployment
- Your site will be live at:
https://[username].github.io/[repository-name]
index.html- Main HTML structure with slidesstyles.css- All styling and animationsscript.js- Navigation logic and interactionsREADME.md- This file
Works on all modern browsers including:
- Chrome/Edge
- Firefox
- Safari
- Mobile browsers
Enjoy your presentation website! 🚀