-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2019-q1-homepagecarousel.pug
98 lines (93 loc) · 8.51 KB
/
2019-q1-homepagecarousel.pug
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
extend __LAYOUT-TEMPLATE.pug
block vars
- var pageTitle = "2019 Q1 Home page carousel"
block content
h1!= pageTitle
.slick-carousel.inside-dots.inside-arrows.white-dots.white-arrows.square-dots.text-white.small-m0(data-slick='{"fade": false, "autoplay": true, "dots": true, "arrows": true, "slidesToShow": 1, "adaptiveHeight": true}')
//- ========== SLIDE ==========
.slide.small-py2.medium-py3.text-center.small-bg-size-cover(data-interchange="[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-blue.jpg, small],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-blue.jpg, medium],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-blue.jpg, large]")
.grid-x.grid-padding-x.align-middle.expanded
.small-12.cell.small-p0
img.small-pb2(src="./images/2019-q1-homePageCarousel/hp-headline-2019-q1-aiAnalytics.svg")
.small-12.cell.small-p0
a.button.arrow.small.small-m0.bg-blue-light(href="#") LEARN MORE
//- ========== SLIDE ==========
.slide.small-py2.medium-py3.text-center.small-bg-size-cover(data-interchange="[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-green.jpg, small],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-green.jpg, medium],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-green.jpg, large]")
.grid-x.grid-padding-x.align-middle.expanded
.small-12.cell.small-p0
img.small-pb2(src="./images/2019-q1-homePageCarousel/hp-headline-2019-q1-coreModernization.svg")
.small-12.cell.small-p0
a.button.arrow.small.small-m0.bg-green(href="#") LEARN MORE
//- ========== SLIDE ==========
.slide.small-py2.medium-py3.text-center.small-bg-size-cover(data-interchange="[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-blue.jpg, small],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-blue.jpg, medium],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-blue.jpg, large]")
.grid-x.grid-padding-x.align-middle.expanded
.small-12.cell.small-p0
img.small-pb2(src="./images/2019-q1-homePageCarousel/hp-headline-2019-q1-softvision.svg")
.small-12.cell.small-p0
a.button.arrow.small.small-m0.bg-blue-light(href="#") LEARN MORE
//- ========== SLIDE ==========
.slide.small-py2.medium-py3.text-center.small-bg-size-cover(data-interchange="[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-orange.jpg, small],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-orange.jpg, medium],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-orange.jpg, large]")
.grid-x.grid-padding-x.align-middle.expanded
.small-12.cell.small-p0
img.small-pb2(src="./images/2019-q1-homePageCarousel/hp-headline-2019-q1-industryPlatformSolutions.svg")
.small-12.cell.small-p0
a.button.arrow.small.small-m0.bg-orange-dark(href="#") LEARN MORE
//- ========== SLIDE ==========
.slide.small-py2.medium-py3.text-center.small-bg-size-cover(data-interchange="[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-orange.jpg, small],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-orange.jpg, medium],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-orange.jpg, large]")
.grid-x.grid-padding-x.align-middle.expanded
.small-12.cell.small-p0
img.small-pb2(src="./images/2019-q1-homePageCarousel/hp-headline-2019-q1-intelligentProcessAutomation.svg")
.small-12.cell.small-p0
a.button.arrow.small.small-m0.bg-orange-dark(href="#") LEARN MORE
//- ========== SLIDE ==========
.slide.small-py2.medium-py3.text-center.small-bg-size-cover(data-interchange="[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-blue.jpg, small],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-blue.jpg, medium],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-blue.jpg, large]")
.grid-x.grid-padding-x.align-middle.expanded
.small-12.cell.small-p0
img.small-pb2(src="./images/2019-q1-homePageCarousel/hp-headline-2019-q1-interactive.svg")
.small-12.cell.small-p0
a.button.arrow.small.small-m0.bg-blue-light(href="#") LEARN MORE
hr
h3 2019 Q1 Homepage Carousel - FADING
.slick-carousel.inside-dots.inside-arrows.white-dots.white-arrows.square-dots.text-white.small-mb6.bg-blue(data-slick='{"autoplaySpeed": 3000, "speed": 1000, "fade": true, "autoplay": true, "dots": true, "arrows": true, "slidesToShow": 1, "adaptiveHeight": true}')
//- ========== SLIDE ==========
.slide.small-py2.medium-py3.text-center.small-bg-size-cover(data-interchange="[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-blue.jpg, small],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-blue.jpg, medium],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-blue.jpg, large]")
.grid-x.grid-padding-x.align-middle.expanded
.small-12.cell.small-p0
img.small-pb2(src="./images/2019-q1-homePageCarousel/hp-headline-2019-q1-aiAnalytics.svg")
.small-12.cell.small-p0
a.button.arrow.small.small-m0.bg-blue-light(href="#") LEARN MORE
//- ========== SLIDE ==========
.slide.small-py2.medium-py3.text-center.small-bg-size-cover(data-interchange="[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-green.jpg, small],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-green.jpg, medium],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-green.jpg, large]")
.grid-x.grid-padding-x.align-middle.expanded
.small-12.cell.small-p0
img.small-pb2(src="./images/2019-q1-homePageCarousel/hp-headline-2019-q1-coreModernization.svg")
.small-12.cell.small-p0
a.button.arrow.small.small-m0.bg-green(href="#") LEARN MORE
//- ========== SLIDE ==========
.slide.small-py2.medium-py3.text-center.small-bg-size-cover(data-interchange="[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-blue.jpg, small],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-blue.jpg, medium],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-blue.jpg, large]")
.grid-x.grid-padding-x.align-middle.expanded
.small-12.cell.small-p0
img.small-pb2(src="./images/2019-q1-homePageCarousel/hp-headline-2019-q1-softvision.svg")
.small-12.cell.small-p0
a.button.arrow.small.small-m0.bg-blue-light(href="#") LEARN MORE
//- ========== SLIDE ==========
.slide.small-py2.medium-py3.text-center.small-bg-size-cover(data-interchange="[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-orange.jpg, small],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-orange.jpg, medium],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-orange.jpg, large]")
.grid-x.grid-padding-x.align-middle.expanded
.small-12.cell.small-p0
img.small-pb2(src="./images/2019-q1-homePageCarousel/hp-headline-2019-q1-industryPlatformSolutions.svg")
.small-12.cell.small-p0
a.button.arrow.small.small-m0.bg-orange-dark(href="#") LEARN MORE
//- ========== SLIDE ==========
.slide.small-py2.medium-py3.text-center.small-bg-size-cover(data-interchange="[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-orange.jpg, small],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-orange.jpg, medium],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-orange.jpg, large]")
.grid-x.grid-padding-x.align-middle.expanded
.small-12.cell.small-p0
img.small-pb2(src="./images/2019-q1-homePageCarousel/hp-headline-2019-q1-intelligentProcessAutomation.svg")
.small-12.cell.small-p0
a.button.arrow.small.small-m0.bg-orange-dark(href="#") LEARN MORE
//- ========== SLIDE ==========
.slide.small-py2.medium-py3.text-center.small-bg-size-cover(data-interchange="[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-blue.jpg, small],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-blue.jpg, medium],[./images/2019-q1-homePageCarousel/hp-bg-2019-q1-blue.jpg, large]")
.grid-x.grid-padding-x.align-middle.expanded
.small-12.cell.small-p0
img.small-pb2(src="./images/2019-q1-homePageCarousel/hp-headline-2019-q1-interactive.svg")
.small-12.cell.small-p0
a.button.arrow.small.small-m0.bg-blue-light(href="#") LEARN MORE