Created
August 21, 2015 13:22
-
-
Save 6pm/bbd803e8678be76e24f2 to your computer and use it in GitHub Desktop.
portfolio carousel
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
.portfolio__carousel__wrap | |
.portfolio__carousel.owl-carousel | |
// one item | |
figure.portfolio__carousel__item.item.animated.fadeOut | |
img(src='img/portfolio/1.jpg' alt='portfolio') | |
figcaption | |
h4 Coffee shop | |
p Design and branding. She brings an eternal summer along. | |
i.ion-ios-world-outline | |
a.portfolio__carousel__link(href='#') | |
// ... | |
// navigation | |
.portfolio__controls__wrap | |
span.portfolio__controls.ion-ios-arrow-thin-left.prev | |
span.portfolio__controls.ion-ios-arrow-thin-right.next |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment