Africa's Digital Playground
# Above the Attic — Africa's Digital Playground
Above the Attic (ATA) is a modern web application acting as a gateway and dashboard showcasing innovative digital solutions built to solve unique African challenges by **From B 2 C (Pty) Ltd**. It provides visitors with interactive access to play with and launch B2C platforms.
---
## Featured Platforms
1. **Relax n Take Notes**
- **Tagline**: AI-Powered Speech to Text & Beyond
- **Description**: Upload audio, extract text, get summaries, minutes, and insights.
- **URL**: relaxntakenotes.africa
2. **Puff n Parse**
- **Tagline**: AI-Powered PDF Parsing, OCR & Web Scraping
- **Description**: Extract structured data, tables, and text from scanned documents and web pages.
- **URL**: puffnparse.africa
3. **Yimlo**
- **Tagline**: Africa's Self-Sovereign Identity Platform
- **Description**: Own your digital identity. Decide who sees your data, what you share, and for how long.
- **URL**: yimlo.africa
---
## Key Features
- **Interactive Carousel Slider**: Responsive horizontal sliding cards for showcasing platform features on desktop and touch devices.
- **Get in Touch Modal Form**: An inline contact modal posting AJAX requests directly to Deliver Form notifications to B2C admin (`admin@fromb2c.africa`).
- **Mailing List Modal Confirmation**: Smooth scrolling mailing list sign-up with a verified confirmation success modal.
- **Premium Performance & Styles**: Tailored typography (Proxima Nova), micro-interactions, responsive grids, and modern shadows.
---
## Tech Stack
- **Core**: HTML5, Vanilla JavaScript (ES6 Modules)
- **Styling**: Vanilla CSS3 Custom Properties
- **Build Tool**: Vite (Vanilla JS configuration)
- **Deployment**: Configured for Netlify (`netlify.toml`)
---
## Local Development
### 1. Install Dependencies
```bash
npm install
```
### 2. Run Dev Server
```bash
npm run dev
```
### 3. Build for Production
```bash
npm run build
```
The compiled assets will be bundled inside the `dist/` directory. …