diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -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 diff --git a/.idea/KU-Cafe.iml b/.idea/KU-Cafe.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/.idea/KU-Cafe.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..d56657a --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..5dc8975 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index c04b1eb..6bd1801 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Write a one or two sentence description of your cafe. -## [Menu](menu.md) +## [Fast Food](menu.md) -| Cuisine | Contributor | -|:--------------------------------------|--------------------| -| | | +| Cuisine | Contributor | +|:----------|-------------| +| Fast Food | Sukprachoke | diff --git a/images/fast-food/cheeseburger.jpg b/images/fast-food/cheeseburger.jpg new file mode 100644 index 0000000..c265fb4 Binary files /dev/null and b/images/fast-food/cheeseburger.jpg differ diff --git a/images/fast-food/chickennuggets.jpg b/images/fast-food/chickennuggets.jpg new file mode 100644 index 0000000..ec5d2c2 Binary files /dev/null and b/images/fast-food/chickennuggets.jpg differ diff --git a/images/fast-food/fishfingers.jpg b/images/fast-food/fishfingers.jpg new file mode 100644 index 0000000..f908eba Binary files /dev/null and b/images/fast-food/fishfingers.jpg differ diff --git a/images/fast-food/frenchfries.jpg b/images/fast-food/frenchfries.jpg new file mode 100644 index 0000000..e437d27 Binary files /dev/null and b/images/fast-food/frenchfries.jpg differ diff --git a/images/fast-food/onionrings.jpg b/images/fast-food/onionrings.jpg new file mode 100644 index 0000000..49c6837 Binary files /dev/null and b/images/fast-food/onionrings.jpg differ diff --git a/menu.md b/menu.md index aabd78b..2704473 100644 --- a/menu.md +++ b/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 | Cheeseburger | ฿99 | +| Chicken Nuggets | Chicken Nuggets | ฿59 | +| French Fries | French Fries | ฿49 | +| Onion Rings | Onion Rings | ฿49 | +| Fish Fingers | Fish Fingers | ฿59 |