A responsive, single-page personal portfolio website built with HTML, CSS, and Vanilla JavaScript.
- Hero Slider: Responsive image carousel with manual controls and auto-rotation logic.
- Projects Integration: Dynamically fetches and displays GitHub repositories using the GitHub API.
- Recommendations Section: Showcases testimonials with LinkedIn profile integration.
- Contact Form: Functional contact form powered by Formspree with client-side validation.
- Responsive Design: Fully optimized for mobile, tablet, and desktop devices.
- Theme Toggle: Light/Dark mode support.
To run this project locally:
-
Clone the repository:
git clone https://github.com/mkabdullahi/personal-website.git cd personal-website -
Run a local server (requires Node.js):
npx http-server .OR using Python:
python3 -m http.server
-
Open
http://localhost:8080in your browser.
To make the contact form work for you:
- Register at Formspree.
- Create a new form and get your Form ID.
- Update
index.html(form action) andscript.js(fetch URL) with your Form ID.
MIT License
Copyright (c) 2025 Muhammad Kabir Abdullahi
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.