add fast food

This commit is contained in:
MeHappyLucky 2023-08-22 14:22:25 +07:00
parent 8e887f7318
commit b709246a6e
13 changed files with 55 additions and 6 deletions

8
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

8
.idea/KU-Cafe.iml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

4
.idea/misc.xml Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9" project-jdk-type="Python SDK" />
</project>

8
.idea/modules.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/KU-Cafe.iml" filepath="$PROJECT_DIR$/.idea/KU-Cafe.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

View File

@ -2,8 +2,8 @@
Write a one or two sentence description of your cafe. Write a one or two sentence description of your cafe.
## [Menu](menu.md) ## [Fast Food](menu.md)
| Cuisine | Contributor | | Cuisine | Contributor |
|:--------------------------------------|--------------------| |:----------|-------------|
| | | | Fast Food | Sukprachoke |

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

13
menu.md
View File

@ -1,5 +1,14 @@
## Menu ## Menu
[First Food Section](#first-food-section) | ... [Fast Food](#fast-food-menu)
## First Food Section ## Fast Food Menu
# Menu
| Description | | Price |
|:----------------|-----------------------------------------------------------------------------------------------|------:|
| Cheeseburger | <img src="images/fastfood/cheeseburger.jpg" alt="Cheeseburger" width="150" height="150"> | ฿99 |
| Chicken Nuggets | <img src="images/fastfood/chickennuggets.jpg" alt="Chicken Nuggets" width="150" height="150"> | ฿59 |
| French Fries | <img src="images/fastfood/frenchfries.jpg" alt="French Fries" width="150" height="150"> | ฿49 |
| Onion Rings | <img src="images/fastfood/onionrings.jpg" alt="Onion Rings " width="150" height="150"> | ฿49 |
| Fish Fingers | <img src="images/fastfood/fishfingers.jpg" alt="Fish Fingers" width="150" height="150"> | ฿59 |