This repository contains the source code and assets for my personal portfolio website. The website showcases my projects, skills, and contact information.
This portfolio website is designed to provide a clean and professional presentation of my work and skills. It includes:
- Home page with an introduction
- Projects section with descriptions and links
- Skills section
- Contact form
- Responsive design for desktop and mobile
- Mobirise (for creating a quick template)
- HTML5
- CSS
- JavaScript
portfolio-website/ ├── index.html # Main landing page ├── about.html # About Me page (optional) ├── projects.html # Projects showcase page (optional) ├── contact.html # Contact page (optional) ├── assets/ # Folder for images, icons, and media │ ├── images/ │ └── icons/ ├── css/ # Stylesheets │ └── style.css ├── js/ # JavaScript files │ └── script.js ├── README.md # Project documentation └── LICENSE # Project license (if any)
To run the website locally:
- Clone the repository:
git clone https://github.com/username/portfolio-website.git