Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,41 @@
# html-css
basic portfolio built from html and css
# Portfolio Website

A collection of basic portfolio websites built using HTML and CSS. This project is perfect for beginners who want to learn and contribute to open source web development.

## Features

- Multiple portfolio templates
- Responsive design using CSS
- Easy to customize and extend

## Getting Started

1. **Clone the repository:**
```sh
git clone https://github.com/your-username/Portfolio-Website.git
cd Portfolio-Website
```

2. **Open any portfolio in your browser:**
- Navigate to the desired folder (e.g., `html/`, `Personal Portfolio/`)
- Open the `index.html` file with your browser

## Contributing

We welcome contributions from everyone! To contribute:

1. Fork this repository
2. Create a new branch (`git checkout -b feature/your-feature`)
3. Make your changes
4. Commit your changes (`git commit -m "Add your message"`)
5. Push to your fork (`git push origin feature/your-feature`)
6. Open a Pull Request

Please read our [CONTRIBUTING.md](CONTRIBUTING.md) and [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) before contributing.

## License

This project is licensed under the [MIT License](LICENSE.md).