Logo Lanfrica

Sir-CxdesAlot/Nexus-Namibia

Domaine:

socioeconomic
Créateur:
Sir
Hôte:
# Nexus Namibia Platform A vanilla HTML, CSS, and JavaScript platform for empowering unemployed youth in Namibia. ## Features - **Job Opportunities** - Browse and apply for jobs - **Skills Development** - Access affordable training programs - **Funding & Entrepreneurship** - Find grants and micro-loans - **Network & Mentorship** - Connect with mentors and peers - **Messages** - Communicate with connections - **Profile** - Manage your professional profile ## How to Run ### Option 1: Using Python (Recommended) ```bash python -m http.server 8000 ``` Then open `localhost` in your browser. ### Option 2: Using Node.js http-server ```bash npx http-server -p 8000 ``` ### Option 3: Using VS Code Live Server Right-click on `index.html` and select "Open with Live Server" ## Project Structure ``` Nexus-Namibia/ ├── index.html # Landing page ├── home.html # Home feed ├── opportunities.html # Job listings ├── training.html # Skills development courses ├── funding.html # Funding opportunities ├── network.html # Networking and mentorship ├── messages.html # Messaging platform ├── profile.html # User profile ├── styles.css # Main stylesheet ├── script.js # Main JavaScript ├── home.js # Home page specific JS └── package.json # Project configuration ``` ## Technologies Used - **HTML5** - Structure - **CSS3** - Styling with CSS Variables - **JavaScript (ES6+)** - Interactivity - **LocalStorage** - Data persistence ## Browser Support Works in all modern browsers (Chrome, Firefox, Safari, Edge). ## License MIT