DTECH

D-TECH Engineering Project
Back to Gateway

1. High-Level Overview

What it is: DTECH is a South African student-focused digital innovation platform and ecosystem founded by Seakwa Jonas Mochebane (PREASX24). It serves as a digital marketplace, automated site builder, and a free educational ecosystem.

What it does: It builds, licenses, and automates practical digital platforms. It offers digital tools, outright purchase/white-labeling of websites, and provides an educational ecosystem targeting Grade 12 learners and university students.

Purpose: The core philosophy leverages freely available systems and services to build scalable, user-friendly, and accessible platforms without cost barriers for the public, particularly youth in South Africa.

How it works (Logic, Interactions & Requests): The project is a static HTML/CSS/JS website. It relies primarily on client-side interactions rather than a backend server. Navigation uses a hamburger menu triggering a full-screen overlay. The Ecosystem page uses advanced CSS and JS (ecosystem.js, particles.js) for interactive radial/hybrid network maps, pulsing nodes, animated SVG connections, and particle backgrounds. Requests are primarily static asset fetches (HTML, CSS, JS, Images, Fonts). The payment/gateway handles client-side form validation (voucher authentication) mimicking a gateway. Modals are heavily used in the ecosystem view to show details without leaving the page.

2. File-by-File Detailed Breakdown

HTML Files

#### founder.html

#### ecosystem.html

#### vision.html

#### about.html

#### contact.html

#### marketplace.html

#### index.html

#### payment.html

#### apps/D-TECH_MUSIC.html

CSS Files

#### css/style.css

#### css/ecosystem-style.css

JavaScript Files

#### js/ecosystem.js

#### js/particles.js

3. System Architecture & Requests Explanation