├── .github
├── issue_template.md
└── pull_request_template.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE
├── MEMBERS.md
├── README.md
├── about.html
├── contact.html
├── gallery.html
├── images
├── beverages.jpg
├── catering.png
├── chef.jpg
├── dessert.jpg
├── dman.png
├── fav-icon.png
├── gallery.jpg
├── hero.png
├── icons8-cooking-pot-50.png
├── maincourse.jpg
├── review1.jpg
├── review2.jpg
├── review3.jpg
├── review4.jpg
├── review5.jpg
├── roasted-chicken.png
├── scrtotop.jfif
├── signature.png
├── slide1.jpg
├── slide2.jpg
├── slide3.jpg
├── slide3.png
├── starters.jpg
├── table-reservation.jpg
└── ug.png
├── index.html
├── menu.html
├── reviews.html
├── scripts
└── script.js
├── service.html
├── styles
├── about.css
├── contact.css
├── gallery.css
├── index.css
├── menu.css
├── reviews.css
├── service.css
└── table-reserv.css
└── table-reserv.html
/.github/issue_template.md:
--------------------------------------------------------------------------------
1 | (Thanks for reporting an issue! Please make sure you click the link above to view the issue guidelines, then fill out the blanks below.)
2 |
3 | What are the steps to reproduce this issue?
4 | -------------------------------------------
5 | 1. …
6 | 2. …
7 | 3. …
8 |
9 | What happens?
10 | -------------
11 | …
12 |
13 | What were you expecting to happen?
14 | ----------------------------------
15 | …
16 |
17 | Any logs, error output, etc?
18 | ----------------------------
19 | (If it’s long, please paste to https://ghostbin.com/ and insert the link here.)
20 |
21 |
22 | Any other comments?
23 | -------------------
24 | …
25 |
26 | What versions of software are you using?
27 | ----------------------------------------
28 | **Operating System:** …
29 |
30 | **Toolchain Version:** …
31 |
32 | **SDK Version:** …
33 |
--------------------------------------------------------------------------------
/.github/pull_request_template.md:
--------------------------------------------------------------------------------
1 | Before submitting your PR, please review the following checklist:
2 |
3 |
4 | - [ ] **CONSIDER** adding a unit test if your PR resolves an issue.
5 | - [ ] **DO** keep pull requests small so they can be easily reviewed.
6 | - [ ] **DO** make sure unit tests pass.
7 | - [ ] **DO** make sure any public APIs are XML documented.
8 | - [ ] **DO** make sure not to introduce any compiler warnings.
9 | - [ ] **AVOID** breaking the continuous integration build.
10 | - [ ] **AVOID** making significant changes to the driver's overall architecture.
11 |
12 |
13 | ### Description
14 | Please describe your pull request.
15 |
16 | 💔Thank you!
17 |
--------------------------------------------------------------------------------
/CODE_OF_CONDUCT.md:
--------------------------------------------------------------------------------
1 | # Contributor Covenant Code of Conduct
2 |
3 | ## Our Pledge
4 |
5 | We as members, contributors, and leaders pledge to make participation in our
6 | community a harassment-free experience for everyone, regardless of age, body
7 | size, visible or invisible disability, ethnicity, sex characteristics, gender
8 | identity and expression, level of experience, education, socio-economic status,
9 | nationality, personal appearance, race, religion, or sexual identity
10 | and orientation.
11 |
12 | We pledge to act and interact in ways that contribute to an open, welcoming,
13 | diverse, inclusive, and healthy community.
14 |
15 | ## Our Standards
16 |
17 | Examples of behavior that contributes to a positive environment for our
18 | community include:
19 |
20 | * Demonstrating empathy and kindness toward other people
21 | * Being respectful of differing opinions, viewpoints, and experiences
22 | * Giving and gracefully accepting constructive feedback
23 | * Accepting responsibility and apologizing to those affected by our mistakes,
24 | and learning from the experience
25 | * Focusing on what is best not just for us as individuals, but for the
26 | overall community
27 |
28 | Examples of unacceptable behavior include:
29 |
30 | * The use of sexualized language or imagery, and sexual attention or
31 | advances of any kind
32 | * Trolling, insulting or derogatory comments, and personal or political attacks
33 | * Public or private harassment
34 | * Publishing others' private information, such as a physical or email
35 | address, without their explicit permission
36 | * Other conduct which could reasonably be considered inappropriate in a
37 | professional setting
38 |
39 | ## Enforcement Responsibilities
40 |
41 | Project maintainers and event organizers are responsible for clarifying and enforcing our standards of
42 | acceptable behavior and will take appropriate and fair corrective action in
43 | response to any behavior that they deem inappropriate, threatening, offensive,
44 | or harmful.
45 |
46 | Project maintainers and event organizers have the right and responsibility to remove, edit, or reject
47 | comments, commits, code, wiki edits, issues, and other contributions that are
48 | not aligned to this Code of Conduct, and will communicate reasons for moderation
49 | decisions when appropriate.
50 |
51 | ## Scope
52 |
53 | This Code of Conduct applies within all community spaces, and also applies when
54 | an individual is officially representing the community in public spaces.
55 | Examples of representing our community include using an official e-mail address,
56 | posting via an official social media account, or acting as an appointed
57 | representative at an online or offline event.
58 |
59 | ## Enforcement
60 |
61 | Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at . All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
62 |
63 | Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
64 |
65 | ## Enforcement Guidelines
66 |
67 | Project maintainers and event organizers will follow these Community Impact Guidelines in determining
68 | the consequences for any action they deem in violation of this Code of Conduct:
69 |
70 | ### 1. Correction
71 |
72 | **Community Impact**: Use of inappropriate language or other behavior deemed
73 | unprofessional or unwelcome in the community.
74 |
75 | **Consequence**: A private, written warning from community leaders, providing
76 | clarity around the nature of the violation and an explanation of why the
77 | behavior was inappropriate. A public apology may be requested.
78 |
79 | ### 2. Warning
80 |
81 | **Community Impact**: A violation through a single incident or series
82 | of actions.
83 |
84 | **Consequence**: A warning with consequences for continued behavior. No
85 | interaction with the people involved, including unsolicited interaction with
86 | those enforcing the Code of Conduct, for a specified period of time. This
87 | includes avoiding interactions in community spaces as well as external channels
88 | like social media. Violating these terms may lead to a temporary or
89 | permanent ban.
90 |
91 | ### 3. Temporary Ban
92 |
93 | **Community Impact**: A serious violation of community standards, including
94 | sustained inappropriate behavior.
95 |
96 | **Consequence**: A temporary ban from any sort of interaction or public
97 | communication with the community for a specified period of time. No public or
98 | private interaction with the people involved, including unsolicited interaction
99 | with those enforcing the Code of Conduct, is allowed during this period.
100 | Violating these terms may lead to a permanent ban.
101 |
102 | ### 4. Permanent Ban
103 |
104 | **Community Impact**: Demonstrating a pattern of violation of community
105 | standards, including sustained inappropriate behavior, harassment of an
106 | individual, or aggression toward or disparagement of classes of individuals.
107 |
108 | **Consequence**: A permanent ban from any sort of public interaction within
109 | the community.
110 |
111 | ## Attribution
112 |
113 | This Code of Conduct is adapted from the [Contributor Covenant][homepage],
114 | version 2.0, available at
115 | https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
116 |
117 | Community Impact Guidelines were inspired by [Mozilla's code of conduct
118 | enforcement ladder](https://github.com/mozilla/diversity).
119 |
120 | [homepage]: https://www.contributor-covenant.org
121 |
122 | For answers to common questions about this code of conduct, see the FAQ at
123 | https://www.contributor-covenant.org/faq. Translations are available at
124 | https://www.contributor-covenant.org/translations.
125 |
--------------------------------------------------------------------------------
/CONTRIBUTING.md:
--------------------------------------------------------------------------------
1 | ## 🤝First time contributing? We will help you out.👍
2 |
3 | 
4 |
5 | Refer to the following articles on the basics of Git and Github and can also contact the Project Mentors, in case you are stuck:
6 |
7 | - [Getting started with Git and GitHub](https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github)
8 | - [Forking a Repo](https://help.github.com/en/github/getting-started-with-github/fork-a-repo)
9 | - [Cloning a Repo](https://help.github.com/en/desktop/contributing-to-projects/creating-a-pull-request)
10 | - [How to create a Pull Request](https://opensource.com/article/19/7/create-pull-request-github)
11 |
12 | ***If you don't have git on your machine, [install it](https://help.github.com/articles/set-up-git/).***
13 |
14 | ## 💥 How to Contribute
15 |
16 | [](http://makeapullrequest.com)
17 | [](https://github.com/ellerbrock/open-source-badges/)
18 |
19 | - Take a look at the Existing [Issues](https://github.com/sifa123/Dev-Kitchen.git) or create your own Issues!
20 | - Wait for the Issue to be assigned to you after which you can start working on it.
21 | - Fork the Repo and create a Branch for any Issue that you are working upon.
22 | - Read the [Code of Conduct](https://github.com/sifa123/Dev-Kitchen.git)
23 | - Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
24 | - Add Screenshots to help us know what this Script is all about.
25 |
26 | # How to make a Pull Request
27 |
28 | If you think that you can add a new feature or want to fix a bug. We invite you to contribute to Dev-Kitchen and make this project better. To start contributing, follow the below instructions:
29 |
30 | 1. Create a folder at your desire location (usually at your desktop).
31 |
32 | 2. Open Git Bash Here
33 |
34 | 3. Create a Git repository.
35 |
36 | Run command `git init`
37 |
38 | 4. Fork the [repository](https://github.com/sifa123/Dev-Kitchen).
39 |
40 | 5. Clone your forked repository of project.
41 |
42 | ```git clone
43 | git clone https://github.com//Dev-Kitchen.git
44 | ```
45 |
46 | 6. Navigate to the project directory.
47 |
48 | ```
49 | cd Dev-Kitchen
50 | ```
51 |
52 | 7. Add a reference(remote) to the original repository.
53 |
54 | ```
55 | git remote add upstream https://github.com/sifa123/Dev-Kitchen.git
56 | ```
57 |
58 | 8. Check the remotes for this repository.
59 |
60 | ```
61 | git remote -v
62 | ```
63 |
64 | 9. Always take a pull from the upstream repository to your main branch to keep it updated as per the main project repository.
65 |
66 | ```
67 | git pull upstream main
68 | ```
69 |
70 | 10. Create a new branch(prefer a branch name that relates to your assigned issue).
71 |
72 | ```
73 | git checkout -b
74 | ```
75 |
76 | 11. Perform your desired changes to the code base.
77 |
78 |
79 |
80 | 12. Check your changes.
81 |
82 | ```
83 | git status
84 | ```
85 |
86 | ```
87 | git diff
88 | ```
89 |
90 | 13. Stage your changes.
91 |
92 | ```
93 | git add . <\files_that_you_made_changes>
94 | ```
95 |
96 | 14. Commit your changes.
97 |
98 | ```
99 | git commit -m "relavant message"
100 | ```
101 |
102 | 15. Push the committed changes in your feature branch to your remote repository.
103 |
104 | ```
105 | git push -u origin
106 | ```
107 |
108 | 16. To create a pull request, click on `compare and pull requests`.
109 |
110 | 17. Add appropriate title and description to your PR explaining your changes.
111 |
112 | 18. Click on `Create pull request`.
113 |
114 |
115 |
116 | Congratulations🎉, you have made a PR to the Dev-Kitchen.
117 | Wait for your submission to be accepted and your PR to be merged by a maintainer.
118 |
119 | If you have any doubts please let us know in the comments.
120 |
121 | ---
122 |
123 | ## Open Source Programs we have been associated with:
124 |
125 |
126 |
127 |
128 |
129 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2021 Sefat Siddiquea Sifa
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/MEMBERS.md:
--------------------------------------------------------------------------------
1 | # Dev Kitchen
2 |
3 |
4 |
5 |
6 | - To add your name
7 |
8 | ```- [Your name](https://github.com/username)```
9 |
10 |
11 | ---
12 |
13 | - [Sefat Siddiquea](https://github.com/sifa123)
14 | - [ANSHIKA SINGH](https://github.com/singhanshika311)``
15 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Dev Kitchen
2 | Hello!! Welcome to Dev Kitchen.
3 | This project is a restaurant website and has been developed to meet the needs of a simple restaurant. Here the user will see many delicious items, food reviews, they can even book a table straight from our website and so many other intriguing yet helpful things.
4 |
5 | ## Tech Stack:
6 |
7 | **1. HTML**
8 |
9 | **2. CSS**
10 |
11 | **3. Bootstrap**
12 |
13 | **4. JavaScript**
14 |
15 | ## A sneak peek into our website:
16 |
17 |
18 | ### Home Page:
19 |
20 |
21 |
22 |
23 |
24 | ### Services:
25 |
26 |
27 |
28 |
29 |
30 |
31 | ### About:
32 |
33 |
34 |
35 |
36 |
37 | At Dev-Kitchen , we’re tied in with presenting crisp food, regardless of
38 | whether it implies going the additional mile. When you stroll through our entryways, we do what we can to make everybody feel
39 | comfortable and happy.
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 | ## How to get started❓
50 |
51 | You can refer to the following articles on the basics of Git and Github and also contact the Project Mentor, in case you are stuck:
52 |
53 | - If you don't have git on your machine, [install](https://help.github.com/articles/set-up-git/) it.
54 | - [Watch this video to get started, if you have no clue about open source](https://youtu.be/SL5KKdmvJ1U)
55 | - [Forking a Repo](https://help.github.com/en/github/getting-started-with-github/fork-a-repo)
56 | - [Cloning a Repo](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository)
57 | - [How to create an Issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-issues/creating-an-issue)
58 | - [How to create a Pull Request](https://opensource.com/article/19/7/create-pull-request-github)
59 | - [Getting started with Git and GitHub](https://towardsdatascience.com/getting-started-with-git-and-github-6fcd0f2d4ac6)
60 |
61 |
62 |
63 |
64 | ## Contributing:
65 | Pull requests and Issues are welcomed. For any changes, please raise an issue first to discuss what you would like to change.
66 |
67 | - [Contributing guidelines](https://github.com/sifa123/Dev-Kitchen/blob/main/CONTRIBUTING.md)
68 | - [Code of conduct](https://github.com/sifa123/Dev-Kitchen/blob/main/CODE_OF_CONDUCT.md)
69 |
70 | ## Project Admin:
71 |
72 |
Guests listening to your restaurant opening speech will have a healthy appetite for your words of wisdom. With the help of these speeches you will feed their minds by talking about the importance of good food in our lives, of the value of quality ingredients and the pleasure to be had from a fine meal.You will also say that you are sure the restaurant is set to become a firm favorite with people in the locality. You may wish to end your restaurant opening speech with a tasty morsel, courtesy of the light-hearted poems provided.
Discover the best food and drinks in your location
81 |
82 |
83 |
84 |
85 |
86 |
Dev's-Kitchen
87 |
Discover the best food and drinks in your location
88 |
89 |
90 |
91 |
92 |
93 |
Dev's-Kitchen
94 |
Discover the best food and drinks in your location
95 |
96 |
97 |
98 |
102 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
Served With Love ❤️
113 |
At Dev-Kitchen , we’re tied in with presenting crisp food, regardless of
114 | whether it implies going the additional mile. When you stroll through our entryways,
115 | we do what we can to make everybody feel comfortable and happy.
To be recognised as a leading distinctive brand of fresh, homemade, quality sandwich makers. Offered to customers at the most reasonable, affordable price. For a healthier, refreshing, filling and totally satisfying meals.
128 |
129 |
130 |
131 |
132 |
133 |
134 |
STARTERS
135 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
145 |
MAIN COURSE
146 |
147 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
156 |
BEVERAGES
157 |
158 |
159 |
160 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
DESSERT
168 |
169 |
170 |
171 |
172 |
173 |
174 |
175 |
176 |
177 |
178 |
179 |
WEEKLY SERVED
180 |
181 |
182 |
BASE ON AVERAGE
183 |
184 |
185 |
186 |
187 |
188 |
72
189 |
BUTTER
190 |
191 |
192 |
193 |
194 |
195 |
196 |
200
197 |
CREAM
198 |
199 |
200 |
201 |
202 |
203 |
204 |
100
205 |
CHEESE
206 |
207 |
208 |
209 |
210 |
211 |
212 |
500
213 |
MILK
214 |
215 |
216 |
217 |
218 |
219 |
220 |
221 |
222 |
Our Services
223 |
224 |
225 |
226 |
227 |
228 |
229 |
230 |
231 |
Table Reservation
232 |
Easy Booking
233 |
We provide instant reservation for our clients.
234 |
235 |
236 |
237 |
238 |
239 |
240 |
241 |
242 |
243 |
Food
244 |
Excellent Quality
245 |
We offer our clients excellent healthly & freshly prepared food.
246 |
247 |
248 |
249 |
250 |
251 |
252 |
253 |
254 |
255 |
Catering
256 |
Catering Services
257 |
We at Dev-Kitchen also offers catering service.For more information contact us.
258 |
259 |
260 |
261 |
262 |
263 |
264 |
265 |
266 |
267 |
CUSTOMER REVIEWS
268 |
269 |
270 |
271 |
272 |
273 |
274 |
275 |
276 |
277 |
278 |
279 |
280 |
281 |
282 |
283 |
284 |
Mark Zuckerberg
285 |
I had breakfast there this morning and dinner tonight. All were well beyond my expectations. Everything is so fresh. Best clam chowder I have ever had. Clams and linguine were out of this world. Breakfast will knock your slippers off.
286 |
May 18, 2019
287 |
288 |
289 |
290 |
291 |
292 |
293 |
294 |
295 |
296 |
297 |
298 |
299 |
300 |
301 |
302 |
303 |
304 |
Bill Gates
305 |
This place knows how to satisfy their clients. Always with a super nice mindset. The food is affordably priced, always delicious and clean.We always get pizza here at least once during our summer visit. All menu options are tasty- truffle fries- the best!!!
306 |
June 28, 2019
307 |
308 |
309 |
310 |
311 |
312 |
313 |
314 |
315 |
316 |
317 |
318 |
319 |
320 |
321 |
322 |
323 |
324 |
Jeff Bezos
325 |
Had dinner here recently. My husband ordered the Italian calzone. It came out as a 10” size dinner portion. He claimed it was delicious. The service was excellent.Been coming here for 20+ years. Never disappointed. Good service combined with good food.
326 |
May 18, 2020
327 |
328 |
329 |
330 |
331 |
332 |
333 |
334 |
335 |
336 |
337 |
338 |
339 |
340 |
341 |
342 |
343 |
344 |
Elon Musk
345 |
We ate several times at the Fairway because the food was so good. We had breakfast at their sister location the Hole in One (which is attached to the Fairway) every morning. The pastries were delicious and fresh.
346 |
Feb 18, 2019
347 |
348 |
349 |
350 |
351 |
352 |
353 |
354 |
355 |
356 |
357 |
358 |
359 |
360 |
361 |
362 |
363 |
364 |
Steve Jobs
365 |
The service was way above standard. Jack our server was attentive and didn’t skip a detail. My salad was spectacular! I did order a cannoli with toasted almonds on the ends and highly recommend it. Definitely will make a trip back again.