├── .gitattributes ├── README.md ├── assets ├── American-breakfast.WebP ├── Beef-Alfredo.WebP ├── Beef-fries.WebP ├── Breaded-fillet-plate.WebP ├── Breakfast-chilaquiles.WebP ├── Breakfast-sausage.WebP ├── Chicken-Alfredo.WebP ├── Chicken-Pesto-Pizza.WebP ├── Chicken-pesto.WebP ├── Chocolate-cake.WebP ├── Classic-Waffles.WebP ├── Classic-hamburger.WebP ├── French-test.WebP ├── Garlic-Steak-Pizza.WebP ├── Grilled-chicken-breast.WebP ├── Grilled-chicken.WebP ├── Guacamole-omelette.WebP ├── Ice-cream-cake.WebP ├── Ice-cream-waffle.WebP ├── Iced-Americano.WebP ├── Iced-Matcha-Latte.WebP ├── Lasagna.WebP ├── Margherita-pizza.WebP ├── Meat-and-mushroom-pizza.WebP ├── Mocha.WebP ├── Pepperoni-pizza.WebP ├── Pot-Roast-Pizzas.WebP ├── Roast-Beef-Panini.WebP ├── Salad.WebP ├── Shredded-kebab.WebP ├── Soup.WebP ├── Sour-Chicken.WebP ├── Steak.WebP ├── Strawberry-frappe.WebP ├── Vegetable-pizza.WebP ├── blue-white.WebP ├── blueberry-muffin.WebP ├── boricuas.WebP ├── cappuccino.WebP ├── caramel-latte.WebP ├── chai-latte.WebP ├── chamomile.WebP ├── chocolate-chip-cookie.WebP ├── cinnamon-roll.WebP ├── classic-fries.WebP ├── coffee-frappe.WebP ├── croissant.WebP ├── double-espresso.WebP ├── earl-grey.WebP ├── english-breakfast.WebP ├── fresh_fruit_plate.WebP ├── green-tea.WebP ├── hero-background.WebP ├── hot-chocolate.WebP ├── hotdog.WebP ├── iced-latte.WebP ├── iran-breakfast.WebP ├── kunafa-ice-cream.WebP ├── kunafa.WebP ├── logo.WebP ├── masala_tea.WebP ├── meat-lovers.WebP ├── nutella-milk.WebP ├── pink-chocolate.WebP ├── pomodora-breakfast.WebP ├── rice.WebP ├── specialty-espresso.WebP ├── spirulina.WebP ├── turkish-coffee.WebP └── white-chocolate.WebP ├── font(Shabnam) ├── IranNastaliq.ttf ├── Shabnam.eot ├── Shabnam.ttf ├── Shabnam.woff ├── Shabnam.woff2 ├── Vazirmatn-Black.ttf ├── Vazirmatn-Bold.ttf ├── Vazirmatn-ExtraBold.ttf ├── Vazirmatn-ExtraLight.ttf ├── Vazirmatn-Light.ttf ├── Vazirmatn-Medium.ttf ├── Vazirmatn-Regular.ttf ├── Vazirmatn-SemiBold.ttf └── Vazirmatn-Thin.ttf ├── index.html ├── script.js └── style.css /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/README.md -------------------------------------------------------------------------------- /assets/American-breakfast.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/American-breakfast.WebP -------------------------------------------------------------------------------- /assets/Beef-Alfredo.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Beef-Alfredo.WebP -------------------------------------------------------------------------------- /assets/Beef-fries.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Beef-fries.WebP -------------------------------------------------------------------------------- /assets/Breaded-fillet-plate.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Breaded-fillet-plate.WebP -------------------------------------------------------------------------------- /assets/Breakfast-chilaquiles.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Breakfast-chilaquiles.WebP -------------------------------------------------------------------------------- /assets/Breakfast-sausage.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Breakfast-sausage.WebP -------------------------------------------------------------------------------- /assets/Chicken-Alfredo.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Chicken-Alfredo.WebP -------------------------------------------------------------------------------- /assets/Chicken-Pesto-Pizza.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Chicken-Pesto-Pizza.WebP -------------------------------------------------------------------------------- /assets/Chicken-pesto.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Chicken-pesto.WebP -------------------------------------------------------------------------------- /assets/Chocolate-cake.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Chocolate-cake.WebP -------------------------------------------------------------------------------- /assets/Classic-Waffles.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Classic-Waffles.WebP -------------------------------------------------------------------------------- /assets/Classic-hamburger.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Classic-hamburger.WebP -------------------------------------------------------------------------------- /assets/French-test.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/French-test.WebP -------------------------------------------------------------------------------- /assets/Garlic-Steak-Pizza.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Garlic-Steak-Pizza.WebP -------------------------------------------------------------------------------- /assets/Grilled-chicken-breast.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Grilled-chicken-breast.WebP -------------------------------------------------------------------------------- /assets/Grilled-chicken.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Grilled-chicken.WebP -------------------------------------------------------------------------------- /assets/Guacamole-omelette.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Guacamole-omelette.WebP -------------------------------------------------------------------------------- /assets/Ice-cream-cake.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Ice-cream-cake.WebP -------------------------------------------------------------------------------- /assets/Ice-cream-waffle.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Ice-cream-waffle.WebP -------------------------------------------------------------------------------- /assets/Iced-Americano.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Iced-Americano.WebP -------------------------------------------------------------------------------- /assets/Iced-Matcha-Latte.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Iced-Matcha-Latte.WebP -------------------------------------------------------------------------------- /assets/Lasagna.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Lasagna.WebP -------------------------------------------------------------------------------- /assets/Margherita-pizza.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Margherita-pizza.WebP -------------------------------------------------------------------------------- /assets/Meat-and-mushroom-pizza.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Meat-and-mushroom-pizza.WebP -------------------------------------------------------------------------------- /assets/Mocha.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Mocha.WebP -------------------------------------------------------------------------------- /assets/Pepperoni-pizza.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Pepperoni-pizza.WebP -------------------------------------------------------------------------------- /assets/Pot-Roast-Pizzas.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Pot-Roast-Pizzas.WebP -------------------------------------------------------------------------------- /assets/Roast-Beef-Panini.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Roast-Beef-Panini.WebP -------------------------------------------------------------------------------- /assets/Salad.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Salad.WebP -------------------------------------------------------------------------------- /assets/Shredded-kebab.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Shredded-kebab.WebP -------------------------------------------------------------------------------- /assets/Soup.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Soup.WebP -------------------------------------------------------------------------------- /assets/Sour-Chicken.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Sour-Chicken.WebP -------------------------------------------------------------------------------- /assets/Steak.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Steak.WebP -------------------------------------------------------------------------------- /assets/Strawberry-frappe.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Strawberry-frappe.WebP -------------------------------------------------------------------------------- /assets/Vegetable-pizza.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/Vegetable-pizza.WebP -------------------------------------------------------------------------------- /assets/blue-white.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/blue-white.WebP -------------------------------------------------------------------------------- /assets/blueberry-muffin.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/blueberry-muffin.WebP -------------------------------------------------------------------------------- /assets/boricuas.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/boricuas.WebP -------------------------------------------------------------------------------- /assets/cappuccino.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/cappuccino.WebP -------------------------------------------------------------------------------- /assets/caramel-latte.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/caramel-latte.WebP -------------------------------------------------------------------------------- /assets/chai-latte.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/chai-latte.WebP -------------------------------------------------------------------------------- /assets/chamomile.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/chamomile.WebP -------------------------------------------------------------------------------- /assets/chocolate-chip-cookie.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/chocolate-chip-cookie.WebP -------------------------------------------------------------------------------- /assets/cinnamon-roll.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/cinnamon-roll.WebP -------------------------------------------------------------------------------- /assets/classic-fries.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/classic-fries.WebP -------------------------------------------------------------------------------- /assets/coffee-frappe.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/coffee-frappe.WebP -------------------------------------------------------------------------------- /assets/croissant.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/croissant.WebP -------------------------------------------------------------------------------- /assets/double-espresso.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/double-espresso.WebP -------------------------------------------------------------------------------- /assets/earl-grey.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/earl-grey.WebP -------------------------------------------------------------------------------- /assets/english-breakfast.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/english-breakfast.WebP -------------------------------------------------------------------------------- /assets/fresh_fruit_plate.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/fresh_fruit_plate.WebP -------------------------------------------------------------------------------- /assets/green-tea.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/green-tea.WebP -------------------------------------------------------------------------------- /assets/hero-background.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/hero-background.WebP -------------------------------------------------------------------------------- /assets/hot-chocolate.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/hot-chocolate.WebP -------------------------------------------------------------------------------- /assets/hotdog.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/hotdog.WebP -------------------------------------------------------------------------------- /assets/iced-latte.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/iced-latte.WebP -------------------------------------------------------------------------------- /assets/iran-breakfast.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/iran-breakfast.WebP -------------------------------------------------------------------------------- /assets/kunafa-ice-cream.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/kunafa-ice-cream.WebP -------------------------------------------------------------------------------- /assets/kunafa.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/kunafa.WebP -------------------------------------------------------------------------------- /assets/logo.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/logo.WebP -------------------------------------------------------------------------------- /assets/masala_tea.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/masala_tea.WebP -------------------------------------------------------------------------------- /assets/meat-lovers.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/meat-lovers.WebP -------------------------------------------------------------------------------- /assets/nutella-milk.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/nutella-milk.WebP -------------------------------------------------------------------------------- /assets/pink-chocolate.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/pink-chocolate.WebP -------------------------------------------------------------------------------- /assets/pomodora-breakfast.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/pomodora-breakfast.WebP -------------------------------------------------------------------------------- /assets/rice.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/rice.WebP -------------------------------------------------------------------------------- /assets/specialty-espresso.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/specialty-espresso.WebP -------------------------------------------------------------------------------- /assets/spirulina.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/spirulina.WebP -------------------------------------------------------------------------------- /assets/turkish-coffee.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/turkish-coffee.WebP -------------------------------------------------------------------------------- /assets/white-chocolate.WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/assets/white-chocolate.WebP -------------------------------------------------------------------------------- /font(Shabnam)/IranNastaliq.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/font(Shabnam)/IranNastaliq.ttf -------------------------------------------------------------------------------- /font(Shabnam)/Shabnam.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/font(Shabnam)/Shabnam.eot -------------------------------------------------------------------------------- /font(Shabnam)/Shabnam.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/font(Shabnam)/Shabnam.ttf -------------------------------------------------------------------------------- /font(Shabnam)/Shabnam.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/font(Shabnam)/Shabnam.woff -------------------------------------------------------------------------------- /font(Shabnam)/Shabnam.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/font(Shabnam)/Shabnam.woff2 -------------------------------------------------------------------------------- /font(Shabnam)/Vazirmatn-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/font(Shabnam)/Vazirmatn-Black.ttf -------------------------------------------------------------------------------- /font(Shabnam)/Vazirmatn-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/font(Shabnam)/Vazirmatn-Bold.ttf -------------------------------------------------------------------------------- /font(Shabnam)/Vazirmatn-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/font(Shabnam)/Vazirmatn-ExtraBold.ttf -------------------------------------------------------------------------------- /font(Shabnam)/Vazirmatn-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/font(Shabnam)/Vazirmatn-ExtraLight.ttf -------------------------------------------------------------------------------- /font(Shabnam)/Vazirmatn-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/font(Shabnam)/Vazirmatn-Light.ttf -------------------------------------------------------------------------------- /font(Shabnam)/Vazirmatn-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/font(Shabnam)/Vazirmatn-Medium.ttf -------------------------------------------------------------------------------- /font(Shabnam)/Vazirmatn-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/font(Shabnam)/Vazirmatn-Regular.ttf -------------------------------------------------------------------------------- /font(Shabnam)/Vazirmatn-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/font(Shabnam)/Vazirmatn-SemiBold.ttf -------------------------------------------------------------------------------- /font(Shabnam)/Vazirmatn-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/font(Shabnam)/Vazirmatn-Thin.ttf -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/index.html -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abolfazl-shadrouh/cafe-menu/HEAD/style.css --------------------------------------------------------------------------------