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
.container | |
h1.title Responsive Slider Timeline | |
.timeline | |
.swiper-container | |
.swiper-wrapper | |
- for (var i = 1; i <= 6; ++i) { | |
.swiper-slide(style=`background-image: url(https://unsplash.it/1920/500?image=1${i}`, data-year=`201${i}`) | |
.swiper-slide-content | |
span.timeline-year 201#{i} | |
h4.timeline-title Our nice super title |