-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
78 additions
and
38 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+239 Bytes
...n/public/dkYXuzfFEei9LwoRWz3xkg_77143c6037c511e8b2a51d62a734b875_images/__MACOSX/._images
Binary file not shown.
Binary file added
BIN
+120 Bytes
...kYXuzfFEei9LwoRWz3xkg_77143c6037c511e8b2a51d62a734b875_images/__MACOSX/images/._.DS_Store
Binary file not shown.
Binary file added
BIN
+423 Bytes
...woRWz3xkg_77143c6037c511e8b2a51d62a734b875_images/__MACOSX/images/._alberto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+419 Bytes
...LwoRWz3xkg_77143c6037c511e8b2a51d62a734b875_images/__MACOSX/images/._buffet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+425 Bytes
...kg_77143c6037c511e8b2a51d62a734b875_images/__MACOSX/images/._elaicheesecake.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+420 Bytes
...i9LwoRWz3xkg_77143c6037c511e8b2a51d62a734b875_images/__MACOSX/images/._logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+426 Bytes
...Wz3xkg_77143c6037c511e8b2a51d62a734b875_images/__MACOSX/images/._uthappizza.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+424 Bytes
...woRWz3xkg_77143c6037c511e8b2a51d62a734b875_images/__MACOSX/images/._vadonut.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+424 Bytes
...3xkg_77143c6037c511e8b2a51d62a734b875_images/__MACOSX/images/._zucchipakoda.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +0,0 @@ | ||
.App { | ||
text-align: center; | ||
} | ||
|
||
.App-logo { | ||
height: 40vmin; | ||
pointer-events: none; | ||
} | ||
|
||
@media (prefers-reduced-motion: no-preference) { | ||
.App-logo { | ||
animation: App-logo-spin infinite 20s linear; | ||
} | ||
} | ||
|
||
.App-header { | ||
background-color: #282c34; | ||
min-height: 100vh; | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
justify-content: center; | ||
font-size: calc(10px + 2vmin); | ||
color: white; | ||
} | ||
|
||
.App-link { | ||
color: #61dafb; | ||
} | ||
|
||
@keyframes App-logo-spin { | ||
from { | ||
transform: rotate(0deg); | ||
} | ||
to { | ||
transform: rotate(360deg); | ||
} | ||
} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
import React, { Component } from 'react'; | ||
import { Media } from 'reactstrap'; | ||
|
||
class Menu extends Component { | ||
constructor(props) { | ||
super(props); | ||
this.state = { | ||
dishes: [ | ||
{ | ||
id: 0, | ||
name:'Uthappizza', | ||
image: 'assets/images/uthappizza.png', | ||
category: 'mains', | ||
label:'Hot', | ||
price:'4.99', | ||
description:'A unique combination of Indian Uthappam (pancake) and Italian pizza, topped with Cerignola olives, ripe vine cherry tomatoes, Vidalia onion, Guntur chillies and Buffalo Paneer.' }, | ||
{ | ||
id: 1, | ||
name:'Zucchipakoda', | ||
image: 'assets/images/zucchipakoda.png', | ||
category: 'appetizer', | ||
label:'', | ||
price:'1.99', | ||
description:'Deep fried Zucchini coated with mildly spiced Chickpea flour batter accompanied with a sweet-tangy tamarind sauce' }, | ||
{ | ||
id: 2, | ||
name:'Vadonut', | ||
image: 'assets/images/vadonut.png', | ||
category: 'appetizer', | ||
label:'New', | ||
price:'1.99', | ||
description:'A quintessential ConFusion experience, is it a vada or is it a donut?' }, | ||
{ | ||
id: 3, | ||
name:'ElaiCheese Cake', | ||
image: 'assets/images/elaicheesecake.png', | ||
category: 'dessert', | ||
label:'', | ||
price:'2.99', | ||
description:'A delectable, semi-sweet New York Style Cheese Cake, with Graham cracker crust and spiced with Indian cardamoms' } | ||
], | ||
}; | ||
} | ||
|
||
render() { | ||
const menu = this.state.dishes.map((dish) => { | ||
return ( | ||
<div key={dish.id} className="col-12 mt-5"> | ||
<Media tag="li"> | ||
<Media left middle> | ||
<Media object src={dish.image} alt={dish.name} /> | ||
</Media> | ||
<Media body className="ml-5"> | ||
<Media heading>{dish.name}</Media> | ||
<p>{dish.description}</p> | ||
</Media> | ||
</Media> | ||
</div> | ||
); | ||
}); | ||
|
||
return ( | ||
<div className="container"> | ||
<div className="row"> | ||
<Media list> | ||
{menu} | ||
</Media> | ||
</div> | ||
</div> | ||
); | ||
} | ||
} | ||
|
||
export default Menu; |