Portfolio deployed on netlify
- Foundation of Back End Development
- Introduction to Cybersecurity
- Introduction to Blockchain
- Python Programming
- Network Defense
The "Download CV" and "Download Resume" button in the hero section points to this file and uses the HTML download attribute, so clicking it downloads the PDF directly (named Kabunga_Charles_CV.pdf and Kabunga_Charles_Resume.pdf) instead of opening it in a new tab. This works reliably once the site is served from a real host (Netlify) — some browsers behave inconsistently with download when opening index.html straight from disk.
CampusNova currently uses a placeholder URL so the button is ready without pretending the project is deployed because it displays a popup menu indicating the ongoing development.
Quick Marble & Granite is marked as Deployed (Firebase) and complete — click the view app button to view a video noting out the major parts of the application
Standard Hill is already linked to:
https://standardhill.netlify.app
GitHub: https://github.com/charlesk513
LinkedIn: https://www.linkedin.com/in/charles-kabunga-354250397
Open index.html in a browser, or use a simple local server:
python3 -m http.server 5500Then visit:
http://localhost:5500
The site is pure HTML, CSS and JavaScript, so no npm installation is required and the file server extension for to run locally.
Kabunga Charles