Logo Lanfrica

AngieeGlobal/angiee-campus

Domain:

education

Record type:

software
Creator:
Ang
Host:
AI-powered career readiness assessment platform for African professionals targeting global opportunities. # Angiee Global Campus ## AI-Powered Career Readiness Assessment Platform --- ## Deploy to GitHub Pages in 5 minutes ```bash # 1. Clone or create your repo git init angiee-campus cd angiee-campus # 2. Copy all files into the folder # 3. Push to GitHub git add . git commit -m "Launch: Angiee Global Campus" git branch -M main git remote add origin github.com git push -u origin main # 4. Enable GitHub Pages # Go to: Settings → Pages → Source: main branch → / (root) # Your site will be live at: angieeglobal.github.io ``` --- ## Customisation Guide ### Change the admin password In `js/app.js`, find: ```javascript if (pw === 'angiee2025') { ``` Replace `'angiee2025'` with your chosen password. ### Change product links (Storefront) In `js/app.js`, find the `renderStorefront()` function and update the `link` values in the products array. ### Add/modify assessment questions In `js/app.js`, the `scorePositioning()` method in `assessment.js` controls scoring weights. The questions are in `index.html` in the Step 2 section. ### Change role skill requirements Edit `assets/data/skills-database.json` to add roles, skills, or keywords. ### Change learning modules Edit `assets/data/learning-modules.json` to update pathway content, weeks, and resources. ### White-label for institutions 1. Replace the logo text in `.nav-logo` in `index.html` 2. Update `--navy` and `--blue` CSS variables in `css/styles.css` 3. Update hero copy and footer links --- ## Scoring Algorithm **Overall Score = CV (30%) + Positioning (30%) + Skills (25%) + Market (15%)** | Score | Level | Pathway | |-------|-------|---------| | 80–100% | Global Competitive | Executive Positioning | | 60–79% | Regionally Competitive | Market Entry (2 weeks) | | 40–59% | Needs Improvement | Positioning Accelerator (4 weeks) | | 0–39% | Foundation Required | Foundation Programme (8 weeks) | --- ## Data & Privacy - All processing happens client-side …