This repository contains the source code for a website called "Pet Care", which provides services related to pet care, specifically connecting dog owners and facilitating interactions between dogs. The website is built using HTML and CSS.
Overview : Link
The website consists of several sections:
- Navbar: A navigation bar allowing users to navigate to different sections of the website.
- Title Section: Introduces the website and invites users to download the app.
- Features Section: Highlights the key features of the app.
- Testimonial Section: Displays a testimonial from a satisfied user along with logos of media outlets that have covered the app.
- Pricing Section: Describes the pricing plans available for users.
- Footer: Contains links to various sections of the website, copyright information, and links to privacy policy, terms of service, and contact information.
To view the website, simply open the index.html file in a web browser.
Contributions to the project are welcome. If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature). - Make your changes.
- Commit your changes (
git commit -am 'Add some feature'). - Push to the branch (
git push origin feature/your-feature). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.