-
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.
Aplica CSS Grid Layout a Promociones
- Loading branch information
1 parent
235b8bc
commit 710f928
Showing
5 changed files
with
158 additions
and
9 deletions.
There are no files selected for viewing
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
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,52 @@ | ||
{ | ||
"products":[ | ||
{ | ||
"name": "Naked Cake", | ||
"description": "Pensando en los graves problemas de obesidad de la actualidad, el naked cake reduce la cantidad de calorías para consumo.", | ||
"price": 300, | ||
"image": "https://images.pexels.com/photos/5945565/pexels-photo-5945565.jpeg?auto=compress&cs=tinysrgb&w=1600", | ||
"promotion": { | ||
"name": "Promo 1", | ||
"description": "", | ||
"discount": 22, | ||
"price": 288 | ||
} | ||
}, | ||
{ | ||
"name": "Basic Vanilla Cake Basic Vanilla Cake Basic Vanilla Cake", | ||
"description": "Pensando en los graves problemas de obesidad de la actualidad, el Basic Vanilla Cake reduce la cantidad de calorías para consumo.", | ||
"price": 190, | ||
"image": "https://images.pexels.com/photos/5945565/pexels-photo-5945565.jpeg?auto=compress&cs=tinysrgb&w=1600", | ||
"promotion": { | ||
"name": "Promo 2", | ||
"description": "", | ||
"discount": 40, | ||
"price": 150 | ||
} | ||
}, | ||
{ | ||
"name": "Clinkers Cake", | ||
"description": "Pensando en los graves problemas de obesidad de la actualidad, el Clinkers Cake reduce la cantidad de calorías para consumo.", | ||
"price": 320, | ||
"image": "https://images.pexels.com/photos/5945565/pexels-photo-5945565.jpeg?auto=compress&cs=tinysrgb&w=1600", | ||
"promotion": { | ||
"name": "Promo 3", | ||
"description": "", | ||
"discount": 20, | ||
"price": 300 | ||
} | ||
}, | ||
{ | ||
"name": "Example Cake", | ||
"description": "Pensando en los graves problemas de obesidad de la actualidad, el Example vanilla Cake reduce la cantidad de calorías para consumo.", | ||
"price": 320, | ||
"image": "https://images.pexels.com/photos/5945565/pexels-photo-5945565.jpeg?auto=compress&cs=tinysrgb&w=1600", | ||
"promotion": { | ||
"name": "Promo 4", | ||
"description": "", | ||
"discount": 20, | ||
"price": 300 | ||
} | ||
} | ||
] | ||
} |
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