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 β¦