The official website for IndabaX Gambia
# IndabaX Gambia 2026
The official website for **IndabaX Gambia 2026** - a premier machine learning and AI event bringing together the local and regional tech community.
---
## 📋 Overview
IndabaX Gambia 2026 is a static single-page website built with HTML, CSS, and JavaScript. It showcases the event's program, speakers, hackathon details, and provides registration and poster submission options for participants.
**Event Details:**
- **Edition:** 2026
- **Location:** The Gambia
- **Dates:** To be announced
- **Focus:** Machine Learning, Artificial Intelligence, and Tech Community Building
---
## 🏗️ Project Structure
```
IndabaX-Gambia/
├── index.html # Main website (all sections)
├── css/ # Styling
│ ├── home.css # Hero/landing section
│ ├── navbar.css # Navigation bar
│ ├── about_css.css # About section
│ ├── hackathon.css # Hackathon section
│ ├── poster.css # Poster session section
│ ├── program.css # Program/schedule section
│ ├── speakers.css # Speaker cards
│ ├── partners.css # Partners section
│ ├── location_css.css # Location section
│ ├── footer.css # Footer
│ ├── fullsite.css # Alternative bundled CSS (unused)
│ └── registration.css # Registration styles
├── js/ # JavaScript functionality
│ ├── navbar.js # Navigation interactions
│ ├── footer.js # Footer functionality
│ ├── registration.js # Registration & poster gating logic
│ ├── hackathon.js # Hackathon countdown timer
│ ├── last_edition.js # Previous edition carousel
│ ├── speakers.js # Speaker card interactions
│ ├── program.js # Program timeline
│ ├── poster.js # Poster session features
│ ├── partners.js # Partners section
│ ├── landing.js # Landing page animations
│ ├── script.js …