Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KajalBhatt123 committed Jun 29, 2024
2 parents 795b60c + f26bf27 commit 2cf00dc
Show file tree
Hide file tree
Showing 14 changed files with 530 additions and 24 deletions.
35 changes: 35 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,41 @@ To get started with Food ordering website, follow these simple steps:
```
5. Create a Pull Request:
Navigate back to the original repository and open a pull request from your forked repository.
### Alternatively, contribute using GitHub Desktop
1. **Open GitHub Desktop:**
Launch GitHub Desktop and log in to your GitHub account if you haven't already.

2. **Clone the Repository:**
- If you haven't cloned the Food-ordering-website repository yet, you can do so by clicking on the "File" menu and selecting "Clone Repository."
- Choose the Food-ordering-website repository from the list of repositories on GitHub and clone it to your local machine.
3. **Switch to the Correct Branch:**
- Ensure you are on the branch that you want to submit a pull request for.
- If you need to switch branches, you can do so by clicking on the "Current Branch" dropdown menu and selecting the desired branch.
4. **Make Changes:**
Make your changes to the code or files in the repository using your preferred code editor.
5. **Commit Changes:**
- In GitHub Desktop, you'll see a list of the files you've changed. Check the box next to each file you want to include in the commit.
- Enter a summary and description for your changes in the "Summary" and "Description" fields, respectively. Click the "Commit to <branch-name>" button to commit your changes to the local branch.
6. **Push Changes to GitHub:**
After committing your changes, click the "Push origin" button in the top right corner of GitHub Desktop to push your changes to your forked repository on GitHub.
7. **Create a Pull Request:**
- Go to the GitHub website and navigate to your fork of the Food-ordering-website repository.
- You should see a button to "Compare & pull request" between your fork and the original repository. Click on it.
8. **Review and Submit:**
- On the pull request page, review your changes and add any additional information, such as a title and description, that you want to include with your pull request.
- Once you're satisfied, click the "Create pull request" button to submit your pull request.

9. **Wait for Review:**
Your pull request will now be available for review by the project maintainers. They may provide feedback or ask for changes before merging your pull request into the main branch of the Food-ordering-website repository.

## **Pull Request Process 🚀**
1. Ensure that you have self reviewed your code 😀
2. Make sure you have added the proper description for the functionality of the code
Expand Down
22 changes: 22 additions & 0 deletions Css-files/cart.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,25 @@ background-size: 100% 100%;}
font-size: 28px;
font-weight: bold;
}

::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
background-image: linear-gradient(to top, rgb(246, 10, 10) , rgb(248, 145, 49), rgb(236, 239, 56));
}

::-webkit-scrollbar {
width:12px;

}

::-webkit-scrollbar-thumb {
background-color: #ff0707;
border-radius: 10px;
border:.3px solid white;
background-image: -webkit-linear-gradient(90deg,
rgb(20, 21, 12) 0%,
rgb(0, 0, 0) 25%,
transparent 100%,
rgb(247, 4, 4) 75%,
transparent)
}
21 changes: 21 additions & 0 deletions Css-files/cateringservices.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,24 @@ textarea {
#butt:hover {
background-color: rgb(196, 89, 89);
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
background-image: linear-gradient(to top, rgb(246, 10, 10) , rgb(248, 145, 49), rgb(236, 239, 56));
}

::-webkit-scrollbar {
width:12px;

}

::-webkit-scrollbar-thumb {
background-color: #ff0707;
border-radius: 10px;
border:.3px solid white;
background-image: -webkit-linear-gradient(90deg,
rgb(20, 21, 12) 0%,
rgb(0, 0, 0) 25%,
transparent 100%,
rgb(247, 4, 4) 75%,
transparent)
}
22 changes: 22 additions & 0 deletions Css-files/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -756,3 +756,25 @@ td {
margin-top: 250px;
margin-left: 100px;
} */

::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
background-image: linear-gradient(to top, rgb(246, 10, 10) , rgb(248, 145, 49), rgb(236, 239, 56));
}

::-webkit-scrollbar {
width:12px;

}

::-webkit-scrollbar-thumb {
background-color: #ff0707;
border-radius: 10px;
border:.3px solid white;
background-image: -webkit-linear-gradient(90deg,
rgb(20, 21, 12) 0%,
rgb(0, 0, 0) 25%,
transparent 100%,
rgb(247, 4, 4) 75%,
transparent)
}
21 changes: 21 additions & 0 deletions Css-files/detailed-dish.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,24 @@
gap: 10px;
}
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
background-image: linear-gradient(to top, rgb(246, 10, 10) , rgb(248, 145, 49), rgb(236, 239, 56));
}

::-webkit-scrollbar {
width:12px;

}

::-webkit-scrollbar-thumb {
background-color: #ff0707;
border-radius: 10px;
border:.3px solid white;
background-image: -webkit-linear-gradient(90deg,
rgb(20, 21, 12) 0%,
rgb(0, 0, 0) 25%,
transparent 100%,
rgb(247, 4, 4) 75%,
transparent)
}
214 changes: 214 additions & 0 deletions Css-files/feedback.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,214 @@
body {
min-width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin: 0;
overflow-x: hidden;
}

.main-outer {
font-family: "Bree Serif", serif;
line-height: 1.4;
color: rgb(255, 255, 255);
margin: 0;
padding: 3.125rem 1rem;
box-sizing: border-box;
width: 100%;
max-width: 600px;
}

.main-outer::before {
content: '';
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: -1;
background-image: linear-gradient(115deg, rgba(191, 7, 7, 0.456), rgba(7, 5, 7, 0.67)), url(../Images/homeSliderImages/home-slider-3.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

h1 {
font-weight: 400;
line-height: 1.2;
}

p {
font-size: 1.125rem;
}

h1, p {
margin-top: 0;
margin-bottom: 0.5rem;
}

label, .pform {
display: flex;
align-items: center;
margin-bottom: 0.5rem;
}

input, button, select, textarea {
margin: 0;
font-family: inherit;
line-height: inherit;
}

button {
border: none;
}

form {
background: rgba(255, 255, 255, 0.186);
padding: 2.5rem 0.625rem;
border-radius: 0.25rem;
backdrop-filter: blur(10px);
box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.555);
}

@media (min-width: 300px) {
form {
padding: 2.5rem;
}
}

.text-center {
text-align: center;
}

.description {
font-style: italic;
font-weight: 200;
text-shadow: 1px 1px 1px rgba(0 , 0, 0, 0.4);
}

fieldset {
margin: 0 auto 1.25rem auto;
padding: 0.25rem;
border: none;
}

.form-control {
display: block;
width: 100%;
height: 2.375rem;
padding: 0.375rem 0.375rem;
color: #495057;
background-color: #ffffff94;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
box-sizing: border-box;
}

.input-radio, .input-checkbox {
display: inline-box;
margin-right: 0.625rem;
min-height: 1.25rem;
min-width: 1.25rem;
}

.fqual {
display: flex;
justify-content: space-around;
font-size: 17px;
}

.input-textarea {
min-height: 120px;
width: 95%;
padding: 0.625rem;


}

.submit-button {
display: block;
width: 100%;
padding: 0.75rem;
background: #37af65;
color: inherit;
border-radius: 2px;
cursor: pointer;
}

.star-rating {
display: flex;
justify-content: space-around;
padding: 0 1.25rem;
}

.star-button {
background: none;
border: none;
cursor: pointer;
color: #ccc;
font-size: 25px;
padding: 0;
}

.star-button:hover, .star-button:focus {
color: #f1c40f;
outline: none;
}

.star-button.rated, .star-button.hover {
color: #f1c40f;
}

.star-button.greyed {
color: #ccc;
}

.rate-tit {
font-size: 1.125rem;
margin-bottom: 0.5rem;
text-align: center;
}

@media (max-width: 800px) {
.main-outer {
max-width: 500px;
}

.fqual {
font-size: 13px;
}
h1{
font-size: 26px;
}
}

@media (max-width: 600px) {
.main-outer {
max-width: 450px;
}
h1{
font-size: 23px;
}
}

@media (max-width: 400px) {
form{
padding: 1.5rem;
}
.fqual {
font-size: 12px;
}
.input-radio, .input-checkbox {
margin-right: 0.325rem;
min-height: 0.45rem;
min-width: 0.45rem;
}
.rate-tit,p {
font-size: 0.9rem;
}
h1{
font-size: 19px;
}
}
20 changes: 15 additions & 5 deletions Css-files/offers.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,26 @@ body {
=========================================
*/

::-webkit-scrollbar {
width: 0.625rem;
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
background-image: linear-gradient(to top, rgb(246, 10, 10) , rgb(248, 145, 49), rgb(236, 239, 56));
}

::-webkit-scrollbar-track {
background: var(--white-color);
::-webkit-scrollbar {
width:12px;

}

::-webkit-scrollbar-thumb {
background: var(--secondry-color);
background-color: #ff0707;
border-radius: 10px;
border:.3px solid white;
background-image: -webkit-linear-gradient(90deg,
rgb(20, 21, 12) 0%,
rgb(0, 0, 0) 25%,
transparent 100%,
rgb(247, 4, 4) 75%,
transparent)
}

/*
Expand Down
Loading

0 comments on commit 2cf00dc

Please sign in to comment.