B@SE
This file contains hidden or 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
Change the standard carousel home banner to have a featured banner but also highlighting three categories.
- Display the advert headline and advert description in the call to action caption.
- List out three categories sorted by their sort order number
Demo:
Allow for a stone masonry style product thumbnail grid.
Note: on the home.template.html
template we changed the limit to 6, this was to suit this particular layout and the logic in the masonry.template.html
template.
Also the event listeners on 'mouseenter mouseleave' are not needed, jsut a style effect.
Note: on the masonry.template.html
template very little has changed, we didn't need to add a new selector and could of used .wrapper-thumbnail
.