A collection of static websites.
- Modern and Responsive Design
- Interactive Elements
- HTML
- CSS
- JavaScript
- A personal portfolio to showcase skills, experiences, and projects.
- Live Preview
Follow these steps to view the projects locally:
- Clone this repository:
git clone https://github.com/khiancarasicas/static-web-projects.git
- Navigate to the project directory:
cd static-web-projects
- Open the desired project folder and launch
index.html
in your browser.
If you have suggestions for improvements or want to add more features, feel free to fork the repo and submit a pull request.
Here's how:
- Fork the repository.
- Create a feature branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Description of the feature"
- Push the branch:
git push origin feature-name
- Open a pull request.