Skip to content

101Shakila/DishDelishProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DishDelish

DishDelish Website This repository contains the source code for the DishDelish website, a platform for sharing recipes, cooking tips, and other culinary content. Table of Contents Folder Structure Technologies Used Getting Started Available Pages Assets Contributing License Folder Structure markdown Copy code DishDelish/ ├── assets/ │ ├── css/ │ │ └── style.css │ ├── images/ │ │ ├── logo.svg │ │ └── food/ │ │ ├── shawarma.jpeg │ │ ├── mamoul.jpeg │ │ └── lahmacun.jpeg ├── index.html ├── tips.html ├── contact.html ├── privacy-policy.html └── recipes/ ├── shawarma.html ├── mamoul.html └── lahmacun.html Technologies Used HTML5 CSS3 (for Ionicons) Google Fonts Getting Started To get started with the project, simply clone the repository and open the index.html file in your web browser. sh Copy code git clone https://github.com/your-username/dishdelish.git cd dishdelish open index.html Available Pages Home Page (index.html) The home page features a welcoming message and links to the featured recipes. Recipes Page (recipes.html) This page lists all available recipes. Each recipe is linked to its detailed page. Tips Page (tips.html) This page offers various cooking tips and tricks. Contact Page (contact.html) Users can reach out with their questions or suggestions via a contact form. Privacy Policy Page (privacy-policy.html) This page outlines the website's privacy policies and practices. Individual Recipe Pages Each recipe has its own dedicated page with detailed instructions and images: shawarma.html mamoul.html lahmacun.html Assets CSS: The main stylesheet is located at assets/css/style.css. Images: Logos and food images are located in the assets/images/ directory. Contributing Contributions are welcome! Please fork the repository and create a pull request with your changes. Fork the repository. Create a new branch: git checkout -b my-feature-branch Commit your changes: git commit -m 'Add some feature' Push to the branch: git push origin my-feature-branch Open a pull request. License This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published