Bude Global Tech Presentations — a cutting-edge platform designed to democratize technical knowledge through engaging, interactive presentations. Built by developers, for developers, this platform serves as a centralized hub where the Bude Global community can discover, share, and learn from expertly crafted technical content.
A Dynamic, Interactive Platform for Technical Knowledge Sharing
💚 Join our WhatsApp Community 💚
View Demo • Report Bug • Request Feature
Scan the QR to support the project 👇
Become a sponsor and get your logo on our README on GitHub with a link to your site.
Welcome to the official repository for Bude Global Tech Presentations — a cutting-edge platform designed to democratize technical knowledge through engaging, interactive presentations. Built by developers, for developers, this platform serves as a centralized hub where the Bude Global community can discover, share, and learn from expertly crafted technical content.
Important: By using this service, you agree to our Terms and Conditions and Privacy Policy.
Our mission is to foster a culture of continuous learning and knowledge sharing by providing an accessible, modern platform for technical presentations that covers everything from programming languages and frameworks to DevOps tools and best practices.
🛠️ Technologies Used
🏗️ Project Structure
⌨️ Keyboard Shortcuts
©️ License
🔍 Smart Discovery System: Automatically scans and validates presentation JSON files with built-in format checking
⚡ Real-Time Search: Instantly filter presentations by title, description, or keywords with autocomplete suggestions
📱 Fully Responsive: Seamless experience across desktops, tablets, and mobile devices with adaptive layouts
🎭 Beautiful UI/UX: Modern gradient designs, smooth animations, and intuitive navigation
⌨️ Keyboard Navigation: Full keyboard support for power users (arrow keys, shortcuts, and more)
📊 Format Validation: Only displays presentations that pass strict JSON schema validation
🎯 Modular Architecture: Clean separation of concerns with easy-to-maintain codebase
📖 Multi-Topic Support: Organize content into logical sections and topics
💻 Code Syntax Highlighting: Beautiful code blocks with proper formatting
🎨 Rich Content Types: Support for text, code, lists, images, emojis, and custom styling
📝 Speaker Notes: Built-in support for presenter notes (Reveal.js feature)
🔄 Smooth Transitions: Professional slide transitions and animations
📏 Scrollable Content: Handles long slides with smooth scrolling
📦 JSON-Based: Simple JSON format for easy content creation
🎨 Customizable Themes: Easy to customize colors, fonts, and styles
🔌 Extensible: Built on Reveal.js with support for plugins
📋 Template System: Pre-built templates for quick presentation creation
🚀 No Build Process: Pure HTML/CSS/JS — no compilation required
Smart search and autocomplete for quick presentation discovery
Professional presenter introduction with social links
Clean, modern slide design with code examples
This project leverages modern web technologies for optimal performance and developer experience:
TechnologyPurposeVersionHTML5Structure and semantic markupLatestCSS3Styling, animations, and responsive designLatestJavaScript (ES6+)Dynamic behavior and presentation logicES2020+Reveal.jsPresentation framework4.6.0RemixiconIcon system4.3.0Google FontsCustom typography (Molot)-
✅ No dependencies: Zero npm packages, runs directly in browser
✅ Fast loading: Minimal external resources with CDN optimization
✅ Easy deployment: Static files — host anywhere
✅ Cross-browser: Compatible with all modern browsers
This project includes several performance optimizations:
OptimizationBenefitPreconnect hintsFaster CDN resource loadingDNS prefetchEarly DNS resolutionDeferred scriptsNon-blocking page renderSRI hashesSecure CDN resourcesLazy animationsAnimations start after page loadAdaptive qualityAuto-adjusts for mobile devices
The codebase is organized into modular files in src/ for easier maintenance:
src/
├── js/
│ ├── config.js # Global configuration
│ ├── main.js # Entry point
│ ├── animations/ # 8 animation modes
│ ├── ui/ # UI components
│ └── utils/ # Utility functions
└── css/
├── base/ # Variables, reset
├── components/ # Header, cards, footer, etc.
└── utilities/ # Responsive styles
bude-global-tech-presentations/
│
├── 📁 assets/ # Static assets
│ ├── 📁 fonts/ # Custom fonts (Molot)
│ │ └── Molot.otf
│ ├── 📁 icons/ # Custom icons
│ └── 📁 images/ # Images and logos
│ ├── budeglobal_logo.png
│ └── 📁 Readme/ # README screenshots
│ ├── home.png
│ ├── author.png
│ └── intro-react.png
│
├── 📁 presentations/ # Presentation JSON files
│ ├── intro-oss.json # Open Source Software
│ ├── intro-python.json # Python Programming
│ ├── intro-csharp.json # C# Programming
│ └── ... (40+ presentations)
│
├── 📁 src/ # Modular source code (for bundlers)
│ ├── 📁 js/ # JavaScript modules
│ │ ├── config.js # Animation configuration
│ │ ├── main.js # Entry point
│ │ ├── 📁 animations/ # 8 animation modes
│ │ ├── 📁 ui/ # UI components
│ │ └── 📁 utils/ # Utility functions
│ └── 📁 css/ # CSS modules
│ ├── 📁 base/ # Variables, reset
│ ├── 📁 components/ # Header, cards, footer
│ └── 📁 utilities/ # Responsive styles
│
├── 📁 templates/ # Template files
│ └── sample-presentation.json # Template for new presentations
│
├── 📄 index.html # Main entry point
├── 📄 presentations.js # Presentation configuration
├── 📄 presenter.js # Animation & slide rendering
├── 📄 loader.js # Dynamic loading logic
├── 📄 style.css # Custom styles
├── 📄 github-live.js # GitHub API integration
├── 📄 theme-switcher.js # Dark/Light theme toggle
├── 📄 orientation-handler.js # Mobile orientation handler
├── 📄 README.md # This file
├── 📄 CONTRIBUTING.md # Contribution guidelines
└── 📄 LICENSE # GNU GENERAL PUBLIC LICENSE
Get up and running in under 2 minutes!
A modern web browser (Chrome, Firefox, Edge, Safari)
Basic knowledge of JSON (for creating presentations)
Git installed (optional, for cloning)
# Clone the repository
git clone https://github.com/BUDEGlobalEnterprise/bude-global-tech-presentations.git
# Navigate to the project directory
cd bude-global-tech-presentations
# Open in browser
open index.html
# Or on Windows: start index.html
# Or on Linux: xdg-open index.htmlDownload the latest release
Extract the ZIP file
Open index.html in your browser
Simply visit: https://budeglobalenterprise.github.io/bude-global-tech-presentations
Open the Platform: Launch index.html in your browser
Browse Presentations: View all available presentations in the selector modal
Search: Type keywords to filter presentations instantly
Select: Click on any presentation to begin viewing
Navigate: Use arrow keys or on-screen controls to move between slides
Return Home: Press H to return to the presentation selector
ActionKeyboardMouse/TouchNext Slide→ or ↓ or SpaceClick right arrowPrevious Slide← or ↑Click left arrowScroll Slide↓ / ↑ (if content overflows)Mouse wheelFirst SlideHome-Last SlideEnd-Slide OverviewEsc or O-FullscreenF-Return to SelectorH-
Adding a new presentation is straightforward and takes just 3 steps!
Create a new .json file in the presentations/ directory:
touch presentations/my-awesome-tech-talk.jsonUse the template structure (see Presentation JSON Schema) or copy from templates/sample-presentation.json.
Open index.html and locate the PRESENTATIONS_CONFIG array. Add your presentation:
const PRESENTATIONS_CONFIG = [
// ... existing presentations ...
{
file: 'presentations/my-awesome-tech-talk.json',
title: 'My Awesome Tech Talk',
description: 'A comprehensive guide to an amazing technology',
keywords: ['awesome', 'tech', 'innovation', 'tutorial']
}
];# Test locally
open index.html
# Commit your changes
git add presentations/my-awesome-tech-talk.json index.html
git commit -m "Add: My Awesome Tech Talk presentation"
git push origin mainThat's it! Your presentation is now live and searchable! 🎉
{
"presentation": {
"topics": [
{
"id": "unique-topic-id",
"title": "Topic Title",
"slides": [
{
"type": "title|presenter|topic-title|content|qa|thank-you",
"title": "Slide Title",
"emoji": "🚀",
"box": {
"title": "Box Title",
"content": "Box content with <strong>HTML</strong>",
"code": "const example = 'code block';",
"list": [
{ "emoji": "✅", "text": "List item with emoji" },
{ "emoji": "❌", "text": "Another item" }
]
},
"list": [
{ "emoji": "📌", "text": "Top-level list item" }
],
"note": {
"text": "Additional note or tip"
}
}
]
}
]
}
}{
"type": "title",
"title": "Presentation Title",
"subtitle": "Subtitle or tagline"
}{
"type": "presenter",
"name": "Your Name",
"title": "Your Title",
"experience": "Years of experience",
"oss_experience": "OSS contribution details",
"github": "https://github.com/username",
"website": "https://yoursite.com"
}{
"type": "topic-title",
"title": "Section Title",
"box": {
"content": "Section introduction"
}
}{
"type": "content",
"emoji": "💡",
"title": "Slide Title",
"box": {
"title": "Optional box title",
"content": "Main content",
"code": "// Code example\nfunction hello() {\n console.log('Hello');\n}",
"list": [
{ "emoji": "✅", "text": "Feature one" },
{ "emoji": "✅", "text": "Feature two" }
]
},
"list": [
{ "emoji": "📌", "text": "Additional point" }
],
"note": {
"text": "Pro tip or note"
}
}{
"type": "qa",
"title": "Questions? 💬",
"content": "Your questions are welcome!"
}{
"type": "thank-you",
"title": "Thank You! 🎉",
"box": {
"content": "Closing message",
"note": "Final thoughts"
},
"footer": {
"org": "Organization Name",
"tagline": "Your tagline"
}
}You can use HTML tags in content:
<strong>bold</strong>
<em>italic</em>
<code>inline code</code>
<br> for line breaks
Custom classes: <span class="highlight">text</span>
KeyAction→ ↓ Space PgDnNext slide← ↑ PgUpPrevious slideHomeFirst slideEndLast slideEsc OSlide overview modeFFullscreen modeSSpeaker notes (if available)B .Blackout/pauseHReturn to presentation selector
KeyAction↓Scroll down (if slide has overflow)↑Scroll up (if slide has overflow)
KeyAnimation Mode1Floating Shapes2Gradient Blobs3Neon Waves4Animated Grid5Particle Field6Pulse Rings7Parallax Layers8Cosmic Dust
We warmly welcome contributions from developers of all skill levels! Whether you're fixing typos, adding presentations, or building new features, your contribution matters.
📚 Add Presentations: Share your knowledge on any tech topic
🐛 Report Bugs: Found an issue? Open an issue
💡 Suggest Features: Have ideas? We'd love to hear them
📖 Improve Documentation: Help make our docs clearer
🎨 Design Enhancements: Improve UI/UX
🔧 Code Improvements: Refactor, optimize, or add features
Fork the repository
Create a feature branch (git checkout -b feature/amazing-feature)
Make your changes
Test thoroughly
Commit with clear messages (git commit -m 'Add: Amazing feature')
Push to your fork (git push origin feature/amazing-feature)
Open a Pull Request
Type: Brief description
Types:
- Add: New feature or presentation
- Fix: Bug fix
- Update: Update existing content
- Docs: Documentation changes
- Style: Code style changes (formatting)
- Refactor: Code refactoring
- Test: Adding tests
- Chore: Maintenance tasks
Example: Add: Introduction to Kubernetes presentation
For detailed guidelines, see CONTRIBUTING.md.
🐍 Introduction to Python - From basics to advanced topics
🎯 C# Programming - Modern C# with .NET
⚛️ React.js - Building modern web apps
📱 .NET MAUI - Cross-platform app development
🎨 Tailwind CSS - Utility-first CSS framework
🅱️ Bootstrap - Responsive web design
🔧 Frappe Framework - Full-stack Python framework
📊 ERPNext - Open-source ERP system
🐧 Linux Fundamentals - Command line mastery
🔀 Git & GitHub - Version control essentials
🏠 Gitea - Self-hosted Git service
🐳 Docker - Containerization basics
🔐 Keycloak - Identity and access management
📈 Metabase - Business intelligence tool
🌐 Introduction to OSS - Open source fundamentals
More presentations are added regularly by our community!
Update colors in index.html CSS variables:
:root {
--bude-primary: #0060a0; /* Primary brand color */
--bude-purple: #6f42c1; /* Secondary color */
--bude-pink: #cb6ce6; /* Accent color */
--bude-dark: #2c3e50; /* Dark text */
}Replace the Molot font in assets/fonts/ and update the @font-face rule:
@font-face {
font-family: 'YourFont';
src: url('assets/fonts/YourFont.otf') format('opentype');
}Replace assets/images/budeglobal_logo.png with your logo (recommended size: 400x400px).
Update social links in the <footer> section of index.html.
A: Absolutely! This project is open-source under GNU GENERAL PUBLIC LICENSE. Feel free to fork and customize.
A: No! It's a static site. You can host on GitHub Pages, Netlify, Vercel, or any static hosting service.
A: Yes! Use your browser's print function (Ctrl+P) and select "Save as PDF". Reveal.js handles print styling automatically.
A: Reveal.js supports speaker notes. Press S during presentation to open speaker view.
A: Yes! You can use HTML in your JSON content, including <iframe>, <video>, and interactive elements.
A: No technical limit, but we recommend keeping presentations under 100 slides for optimal performance.
A: Mostly yes, but external resources (CDN fonts, icons) require internet. You can download and self-host these for full offline support.
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details.
✅ You can:
Use commercially
Modify and distribute
Use privately
Sublicense
❌ You cannot:
Hold us liable
Use our trademarks without permission
📝 You must:
Include the original license
Include copyright notice
By accessing and using this service, you agree to be bound by our Terms and Conditions.
Special thanks to:
OSSPhilippines/oss-101 - For inspiration and attribution
Reveal.js - Hakim El Hattab for the amazing presentation framework
Remixicon - For the beautiful icon system
Bude Global Community - For contributing presentations and feedback
All Contributors - Thank you for making this project better!
🌐 Website: budeglobal.in
📝 Blog: blog.budeglobal.in
💼 LinkedIn: linkedin.com/company/budeglobal
🐙 GitHub: github.com/budeglobalenterprise
📺 YouTube: @BudeGlobalEnterprise
🐦 Twitter/X: @budeglobalerp
📷 Instagram: @budeglobal
🐛 Bug Reports: GitHub Issues
💬 Discussions: GitHub Discussions
� WhatsApp Community: Join our WhatsApp Group
�📧 Email: budeglobalerp@gmail.com
⭐ Star this repository if you find it helpful!
Made with ❤️ by Bude Global Enterprise