-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtabs.pug
303 lines (281 loc) · 17.7 KB
/
tabs.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
extend __LAYOUT-TEMPLATE.pug
block vars
- var pageTitle = "Tabs"
- var siteURL = "https://www.dannylewandowski.com/_cog-DEV/_PROTOTYPING/Components/_BUILD/"
block content
h1!= pageTitle
.grid-container
.grid-x.grid-padding-x.cell
h3 Standard Tabs: Horizontal
.grid-x.grid-padding-x
.small-12.cell
ul#standard-tabs-horizontal.accordion.accordion-arrow.accordion-gradient.flex-container-large(data-responsive-accordion-tabs="accordion medium-accordion large-tabs" data-deep-link="true" data-update-history="true" data-deep-link-smudge="true")
li.accordion-item.is-active(data-accordion-item)
a.accordion-title(href="#standardPanelHorizontal1") Image with Text
#standardPanelHorizontal1.accordion-content.is-acitve(data-tab-content)
.grid-x.grid-padding-x
.small-12.cell.medium-shrink
img.w100.small-mb1(src=siteURL+'images/PDF-thumbnail.jpg')
.cell.auto
p.small APPLICATION SERVICES
h4 When Transformation Moves from Hyper-Digital to Ubiquitous
p In the past, monumental projects took decades to complete. Today our monumental project is to build the digital world in a much more compressed timeframe. Digital leaders will be those organizations that use business analytics to offer deep insights into customer behaviors, wants and needs, develop new products and services and ultimately innovate and exploit new business opportunities.
a.button.arrow(href="#") Button 1 Normal Tab
a.button.bg-green.arrow(href="#") Button 2 Open in new tab
li.accordion-item(data-accordion-item)
a.accordion-title(href="#standardPanelHorizontal2") Video with text and share
#standardPanelHorizontal2.accordion-content(data-tab-content)
.grid-x.grid-padding-x.medium-unstack
.cell.auto
.flex-container.align-middle.align-center.small-mb1.relative
a.small-m0.absolute(data-open='overview-video')
i.h1.play-button.text-white
img.w100(src="https://source.unsplash.com/fPkvU7RDmCo/400x225")
.cell.auto
p.tiny INFRASTRUCTURE SERVICES
h4 Build applications that deliver the digital experiences customers want
hr.gradient
p Lorem ipsum dolor sit amet, consectetur adipisicing elit. Perferendis, provident sed corporis non enim, nihil vel facere illo autem, quis nisi officia aut voluptatem earum? Nesciunt non, blanditiis iusto natus.
li.accordion-item(data-accordion-item)
a.accordion-title(href="#standardPanelHorizontal3") Two Sided Text
#standardPanelHorizontal3.accordion-content(data-tab-content)
.grid-x.grid-padding-x.medium-unstack
.cell.auto
p.tiny INFRASTRUCTURE SERVICES
h4 The Challenge
p A loyal customer is worth his or her weight in gold. One leading U.S. luxury retailer knew this well—as the top 10% of its customers represented 80% of its revenue. The company hoped to engage these individuals even further by using digital channels.
p The retailer approached us to create a strategy for a new, personalized shopping experience for these shoppers.
a.button.arrow(href="#") Button in Same Tab
.cell.auto
p.tiny INFRASTRUCTURE SERVICES
h4 Our Approach
p In addition to research and analysis into the latest trends in personalization, we provided strategy, product management and business process definition. We called for the use of global trends and behaviors of other similar users along with user data to drive a new, hyperpersonalized web experience.
a.button.arrow(href="#") Button in New Tab
li.accordion-item(data-accordion-item)
a.accordion-title(href="#standardPanelHorizontal4") Single Sided Text
#standardPanelHorizontal4.accordion-content(data-tab-content)
p.tiny SECURITY AND COMPLIANCE SERVICES
h3 Build applications that deliver the digital experiences customers want
a.button.arrow(href="#") Button
hr
.grid-container
.grid-x.grid-padding-x.cell
h3 Standard Tabs: Vertical
.grid-x
.small-12.medium-4.cell
ul#standard-tabs-vertical.tabs.vertical.flex-container-medium.flex-dir-column(data-responsive-accordion-tabs="tabs small-accordion medium-tabs" data-deep-link="true" data-update-history="true" data-deep-link-smudge="true")
li.tabs-title.is-active
a(href="#standardPanelVertical1", aria-selected="true") Image with Text
li.tabs-title
a(href="#standardPanelVertical2") Video with text and share
li.tabs-title
a(href="#standardPanelVertical3") Two Sided Text
li.tabs-title
a(href="#standardPanelVertical4") Single Sided Text
.small-12.medium-8.cell
.tabs-content.vertical(data-tabs-content="standard-tabs-vertical")
#standardPanelVertical1.tabs-panel.is-active
.grid-x.grid-padding-x.large-unstack
.cell.shrink
img.w100.small-mb1(src=siteURL+'images/PDF-thumbnail.jpg')
.cell.auto
p.small APPLICATION SERVICES
h4 When Transformation Moves from Hyper-Digital to Ubiquitous
p In the past, monumental projects took decades to complete. Today our monumental project is to build the digital world in a much more compressed timeframe. Digital leaders will be those organizations that use business analytics to offer deep insights into customer behaviors, wants and needs, develop new products and services and ultimately innovate and exploit new business opportunities.
a.button.arrow(href="#") Button 1 Normal Tab
a.button.bg-green.arrow(href="#") Button 2 Open in new tab
#standardPanelVertical2.tabs-panel
.grid-x.grid-padding-x.large-unstack
.cell.auto
.flex-container.align-middle.align-center.small-mb1.relative
a.small-m0.absolute(data-open='overview-video')
i.h1.play-button.text-white
img.w100(src="https://source.unsplash.com/fPkvU7RDmCo/400x225")
.cell.auto
p.tiny INFRASTRUCTURE SERVICES
h4 Build applications that deliver the digital experiences customers want
hr.gradient
p Lorem ipsum dolor sit amet, consectetur adipisicing elit. Perferendis, provident sed corporis non enim, nihil vel facere illo autem, quis nisi officia aut voluptatem earum? Nesciunt non, blanditiis iusto natus.
#standardPanelVertical3.tabs-panel
.grid-x.grid-padding-x.large-unstack
.cell.auto
p.tiny INFRASTRUCTURE SERVICES
h4 The Challenge
p A loyal customer is worth his or her weight in gold. One leading U.S. luxury retailer knew this well—as the top 10% of its customers represented 80% of its revenue. The company hoped to engage these individuals even further by using digital channels.
p The retailer approached us to create a strategy for a new, personalized shopping experience for these shoppers.
a.button.arrow(href="#") Button in Same Tab
.cell.auto
p.tiny INFRASTRUCTURE SERVICES
h4 Our Approach
p In addition to research and analysis into the latest trends in personalization, we provided strategy, product management and business process definition. We called for the use of global trends and behaviors of other similar users along with user data to drive a new, hyperpersonalized web experience.
a.button.arrow(href="#") Button in New Tab
#standardPanelVertical4.tabs-panel
p.tiny SECURITY AND COMPLIANCE SERVICES
h3 Build applications that deliver the digital experiences customers want
a.button.arrow(href="#") Button
hr
.grid-container
.grid-x.grid-padding-x
.cell
h3 Vertical Tabs: Change on Hover
p
strong Tab Variations:
ul
li
p Rich text editor
li
p PDF Article
li
p Video with modal overlay
.bg-blue.small-py4
.grid-container
h3.text-white.text-center WHAT WE DO
.grid-x.grid-padding-x.text-white.align-center
.cell.medium-5
h5 BUILD A DIGITAL-READY IT BACKBONE
.cell.medium-7
p Going digital? You’ll need a simple, modern and secure infrastructure backbone. Work with our experts to transform your enterprise and future-proof your infrastructure to reduce costs, increase agility and protect your assets.
.grid-x.medium-px-half
.small-12.medium-4.cell
ul#hover-tabs.vertical.tabs.hover-tabs.small-bd0.flex-container-medium.flex-dir-column(data-responsive-accordion-tabs="tabs small-accordion medium-tabs" data-deep-link="true" data-update-history="true" data-deep-link-smudge="true")
li.tabs-title.is-active.hover-grow
a(href="#panel1v1", aria-selected="true") TRANSFORM YOUR IT STRATEGY
li.tabs-title.hover-grow
a(href="#panel2v1") MODERNIZE YOUR CORE
li.tabs-title.hover-grow
a(href="#panel3v1") EVOLVE YOUR APPROACH TO CLOUD
li.tabs-title.hover-grow
a(href="#panel4v1") SECURE YOUR ENTERPRISE
li.tabs-title.hover-grow
a(href="#panel5v1") ENGINEER YOUR DIGITAL FUTURE
.small-12.medium-8.cell
.tabs-content.vertical.small-bd0.bg-transparent(data-tabs-content="hover-tabs")
#panel1v1.tabs-panel.is-active.p0(style="background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.6)), url('images/tabs/DST-enterpriseCapabilities-bg01.jpg') no-repeat; background-size: cover; background-position: center;")
.text-white.small-p1.medium-p2
h4 Manage heritage debt and run better on a more efficient, simplified IT backbone.
h5 How? Through:
ul
li
p
a(href="#") Smart Operations
li
p Integrated Debt Framework solutions
li
p EnGage
li
p Application Portfolio Transformation
li
p Data Center Migration strategies
#panel2v1.tabs-panel.p0(style="background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.6)), url('images/tabs/DST-enterpriseCapabilities-bg02.jpg') no-repeat; background-size: cover; background-position: center;")
.text-white.small-p1.medium-p2
h4 Extend legacy IT to be nimble and agile and make the digital shift seamless.
h5
em How? Through:
ul
li
p Cognitive Automation solutions
li
p Intelligent Process Analytics
li
p Robotic Process Automation
li
p Enterprise Application Automation
#panel3v1.tabs-panel.p0(style="background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.6)), url('images/tabs/DST-enterpriseCapabilities-bg03.jpg') no-repeat; background-size: cover; background-position: center;")
.text-white.small-p1.medium-p2
h4 Shift to the most efficient, effective cloud solutions to meet your enterprise needs.
h5
em How? Through:
ul
li
p APR enabled Cloud Steps solutions
li
p SAP on Cloud
li
p Guidewire on Cloud
li
p Trizetto on Cloud
li
p DevOps on Cloud
li
p Agile Engineering Environments
li
p Enterprise Apps on Cloud
#panel4v1.tabs-panel.p0(style="background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.6)), url('images/tabs/DST-enterpriseCapabilities-bg04.jpg') no-repeat; background-size: cover; background-position: center;")
.text-white.small-p1.medium-p2
h4 Create resiliency, manage risk and protect your data against cyber attack.
h5
em How? Through:
ul
li
p Cyber security through Data protection, Infrastructure and Applications security solutions
li
p Next Gen Cloud Security, IoT, Analytics
li
p Governance Risk and Compliance solutions
li
p Identity Access Management
#panel5v1.tabs-panel.p0(style="background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.6)), url('images/tabs/DST-enterpriseCapabilities-bg05.jpg') no-repeat; background-size: cover; background-position: center;")
.text-white.small-p1.medium-p2
h4 Connect your CX and next-gen processes with a transformed IT landscape to achieve greater market success.
h5
em How? Through:
ul
li
p SimpliFIT
li
p Nexgen Process Definition & Architecture solutions
li
p Customer Experience transformation
li
p IT Landscape transformation
hr
.grid-container
.grid-x.grid-padding-x.cell
h3 Vertical Tabs: Change on click, version 3, blue background, gradient steps
.bg-blue
.grid-container
.grid-x.medium-px-half.small-mb5
.small-12.medium-4.cell
ul#vertical-tabs3.vertical.tabs.bg-steps-blue.small-bd0.flex-container.flex-dir-column.shrink(data-responsive-accordion-tabs="tabs small-accordion medium-tabs" data-deep-link="true" data-update-history="true" data-deep-link-smudge="true")
li.tabs-title.small-bd0.is-active.hover-grow
a(href="#panel1v3", aria-selected="true") Application Services
li.tabs-title.small-bd0.hover-grow
a(href="#panel2v3") Infrastructure Services Tab Title Here 2 Tab Title Here Tab Title Here Tab Title Here Tab Title HereTab Title Here
li.tabs-title.small-bd0.hover-grow
a(href="#panel3v3") Enterprise Application Services
li.tabs-title.small-bd0.hover-grow
a(href="#panel4v3") Quality Engineering & Assurance Services
li.tabs-title.small-bd0.hover-grow
a(href="#panel5v3") Security and Compliance Services
.small-12.medium-8.cell
.tabs-content.vertical.small-bd0.bg-transparent(data-tabs-content="vertical-tabs3")
#panel1v3.tabs-panel.is-active.p0(style="background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.6)), url('https://source.unsplash.com/Nl79ckrM_1Q/600x400') no-repeat; background-size: cover; background-position: center;")
.text-white.small-p1.medium-p2
.align-self-middle
h6.tiny.text-caps Application Services
h3 Build applications that deliver the digital experiences customers want.
a.button.arrow.bg-green(href="#") More
#panel2v3.tabs-panel.p0(style="background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.6)), url('https://source.unsplash.com/fPkvU7RDmCo/600x400') no-repeat; background-size: cover; background-position: center;")
.text-white.small-p1.medium-p2
.align-self-middle
h6.tiny.text-caps Infrastructure Services
h3 Transform your IT backbone to create an always-on business.
a.button.arrow.bg-green(href="#") More
#panel3v3.tabs-panel.p0(style="background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.6)), url('https://source.unsplash.com/2wFRkQFDxS0/600x400') no-repeat; background-size: cover; background-position: center;")
.text-white.small-p1.medium-p2
.align-self-middle
h6.tiny.text-caps Enterprise Application Services
h3 Streamline your back office and improve operational agility and employee connections.
a.button.arrow.bg-green(href="#") More
#panel4v3.tabs-panel.p0(style="background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.6)), url('https://source.unsplash.com/xrVDYZRGdw4/600x400') no-repeat; background-size: cover; background-position: center;")
.text-white.small-p1.medium-p2
.align-self-middle
h6.tiny.text-caps Quality Engineering & Assurance Services
h3 Employ an end-to-end approach where high quality meets high speed
a.button.arrow.bg-green(href="#") More
#panel5v3.tabs-panel.p0(style="background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.6)), url('https://source.unsplash.com/wkO0q0UTqc8/600x400') no-repeat; background-size: cover; background-position: center;")
.text-white.small-p1.medium-p2
.align-self-middle
h6.tiny.text-caps Security and Compliance Services
h3 Safeguard your users, data, applications and infrastructure Safeguard your users, data, applications and infrastructure Safeguard your users, data, applications and infrastructure
a.button.arrow.bg-green(href="#") More