mirror of
https://github.com/Sosokker/KU-Cafe.git
synced 2025-12-19 14:14:05 +01:00
add fast food
This commit is contained in:
parent
8e887f7318
commit
b709246a6e
8
.idea/.gitignore
vendored
Normal file
8
.idea/.gitignore
vendored
Normal 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
8
.idea/KU-Cafe.iml
Normal 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>
|
||||
6
.idea/inspectionProfiles/profiles_settings.xml
Normal file
6
.idea/inspectionProfiles/profiles_settings.xml
Normal 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
4
.idea/misc.xml
Normal 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
8
.idea/modules.xml
Normal 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
6
.idea/vcs.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
@ -2,8 +2,8 @@
|
||||
|
||||
Write a one or two sentence description of your cafe.
|
||||
|
||||
## [Menu](menu.md)
|
||||
## [Fast Food](menu.md)
|
||||
|
||||
| Cuisine | Contributor |
|
||||
|:--------------------------------------|--------------------|
|
||||
| | |
|
||||
|:----------|-------------|
|
||||
| Fast Food | Sukprachoke |
|
||||
|
||||
BIN
images/fast-food/cheeseburger.jpg
Normal file
BIN
images/fast-food/cheeseburger.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 86 KiB |
BIN
images/fast-food/chickennuggets.jpg
Normal file
BIN
images/fast-food/chickennuggets.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
BIN
images/fast-food/fishfingers.jpg
Normal file
BIN
images/fast-food/fishfingers.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
BIN
images/fast-food/frenchfries.jpg
Normal file
BIN
images/fast-food/frenchfries.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
images/fast-food/onionrings.jpg
Normal file
BIN
images/fast-food/onionrings.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 94 KiB |
13
menu.md
13
menu.md
@ -1,5 +1,14 @@
|
||||
## 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 |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user