simple-static-webs

Static Websites Projects

A collection of static websites.

Features

Technology Used


Project Overview

Portfolio Website


Getting Started

Follow these steps to view the projects locally:

  1. Clone this repository:
     git clone https://github.com/khiancarasicas/static-web-projects.git
    
  2. Navigate to the project directory:
     cd static-web-projects
    
  3. Open the desired project folder and launch index.html in your browser.

Contributing

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:

  1. Fork the repository.
  2. Create a feature branch:
     git checkout -b feature-name
    
  3. Commit your changes:
     git commit -m "Description of the feature"
    
  4. Push the branch:
     git push origin feature-name
    
  5. Open a pull request.