-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
502 lines (497 loc) · 19.6 KB
/
index.html
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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Overview regarding the technical components out of the DB UX Design System by Deutsche Bahn.">
<title>DB UI</title>
<link
rel="stylesheet"
href="https://db-ui.github.io/core/css/enterprise/db-ui-core.css"
/>
<link
rel="stylesheet"
href="https://db-ui.github.io/core/css/pattern-scaffolding-project-specific.css"
/>
<link rel="stylesheet" href="styles/v2.css" />
<link rel="alternate" href="de.html" hreflang="de" />
<link rel="icon" type="image/svg+xml" href="/images/favicon.ico" />
</head>
<body class="tpl-intro">
<header class="rea-header" role="banner">
<div class="cmp-brand">
<a href="#" title="Home" rel="home">
<img
src="images/db_logo.svg"
alt="back to the homepage"
width="100"
height="70"
class="elm-image is-logo"
elementtiming="logo"
/>
</a>
</div>
</header>
<main id="en">
<section>
<h1>Strong digital products</h1>
<p>
The DB UI ecosystem accelerates digital products development @
Deutsche Bahn – open for all web tech stacks, compatible to brand standards
and accessible, we're about democratizing the development.
</p>
<img src="images/header_image_0.guetzli.jpg" srcset="images/header_image_0.guetzli.2x.jpg 2x, images/header_image_0.guetzli.3x.jpg 3x" width="1012" height="338" alt="" style="margin: auto; display: block; max-width: 100%;">
<p>
"DB Personenverkehr" (passenger service) and DB Systel have merged their
Design Systems for Web by introducing a new version 2. Our goal is
to enable a coherent basic UX on the basis of "Moderne Ikone" (modern icon)
for customer- and employee-applications. To ensure consistency end to end
through the phases starting with concept, through design up until development,
we're even also providing the DB UX Design System version 2 as code components by DB Systel
and "Reisendeninformationen" (traveler informations).
</p>
<p>
To empower all colleagues that are working in the fields of development, concept,
design and content-production, for delivering the very best digital experiences.
</p>
</section>
<section class="ecosystem">
<h2 class="elm-headline">Product ecosystem</h2>
<ul class="cmp-cards">
<li class="cmp-card" data-variant="banner">
<figure>
<img
class="elm-image"
src="images/db-ui-base-logo.png"
alt=""
width="410"
height="410"
>
<figcaption>
<h3>
<a
href="https://db-ui.github.io/base/"
class="elm-link"
target="_blank"
title="Open our living styleguide in a new window or tab"
aria-label="Open DB UI Base Living styleguide in a new window or tab"
><strong>DB UI Base</strong></a
>
</h3>
<p>
General assets and Design Tokens for universal usage in Web and Native
App development contexts
</p>
</figcaption>
</figure>
</li>
<li class="cmp-card" data-variant="banner">
<figure>
<img
class="elm-image"
src="images/db-ui-core-logo.png"
alt=""
width="410"
height="410"
/>
<figcaption>
<h3>
<a
href="https://db-ui.github.io/core/"
class="elm-link"
target="_blank"
title="Open our living styleguide in a new window or tab"
aria-label="Open DB UI Core Living styleguide in a new window or tab"
><strong>DB UI Core</strong></a
>
</h3>
<p>
Robust HTML UI components, reusable visual styles and mature tools.
</p>
</figcaption>
</figure>
</li>
<li class="cmp-card" data-variant="banner">
<figure>
<img
class="elm-image"
src="images/db-ui-elements-logo.png"
alt=""
width="410"
height="410"
/>
<figcaption>
<h3>
<a
href="https://db-ui.github.io/elements/"
class="elm-link"
target="_blank"
title="Open our living styleguide in a new window or tab"
aria-label="Open DB UI Elements living styleguide in a new window or tab"
><strong>DB UI Elements – Web Components</strong></a
>
</h3>
<p>
Universal JavaScript UI components based on Web-Standards
</p>
</figcaption>
</figure>
</li>
<li class="cmp-card" data-variant="banner">
<figure>
<img
class="elm-image"
src="images/db-ui-elements-logo.png"
alt=""
width="410"
height="410"
/>
<figcaption>
<h3>
<a
href="https://db-ui.github.io/elements/"
class="elm-link"
target="_blank"
title="Open our living styleguide in a new window or tab"
aria-label="Open DB UI Elements living styleguide in a new window or tab"
><strong
>DB UI Elements – JS Framework components</strong
></a
>
</h3>
<p>
Proxy wrappers around Web Components for Angular, React and Vue
</p>
</figcaption>
</figure>
</li>
</ul>
<p>
By
<a
href="https://db-ui.github.io/base/"
class="elm-link"
target="_blank"
title="Open our living styleguide in a new window or tab"
aria-label="Open DB UI Base living styleguide in a new window or tab"
><strong>DB UI Base</strong></a
>
we're providing general assetes and Design Tokens for the universal usage
in Web as well as Native App development projects.
</p>
<p>
By
<a
href="https://db-ui.github.io/core/"
class="elm-link"
target="_blank"
title="Open our living styleguide in a new window or tab"
aria-label="Open DB UI Core living styleguide in a new window or tab"
><strong>DB UI Core</strong></a
>
we're providing robust HTML UI components as a basis for Web Development,
reusable visual styles and mature tools.
</p>
<p>
Especially for JavaScript application development we're providing universal
UI components by
<a
href="https://db-ui.github.io/elements/"
class="elm-link"
target="_blank"
title="Open our living styleguide in a new window or tab"
aria-label="Open DB UI Elements living styleguide in a new window or tab"
><strong>DB UI Elements</strong></a
> – either Web Components based on Web Standards, as well as proxies / wrappers
for the most common JavaScript frameworks that feel like native JavaScript
framework components.
</p>
</section>
<section>
<!-- [html-validate-disable-next heading-level -- we're doing some simple demonstration simplification here] -->
<h2 class="elm-headline">Core principals</h2>
<ul class="cmp-cards">
<!-- [html-validate-disable-next element-permitted-content, element-permitted-parent -- we're only providing a partial here] -->
<li class="cmp-card" data-variant="banner">
<figure>
<svg
xmlns="http://www.w3.org/2000/svg"
width="64"
height="64"
aria-hidden="true"
>
<use
href="icons/illustrative/devices/db_ic_il_laptop.svg#icon"
></use>
</svg>
<figcaption>
<!-- [html-validate-disable-next heading-level] -->
<h3 class="elm-headline">Consistent & Compliant</h3>
<p>
DB UI Core is based on the
<a
href="https://marketingportal.extranet.deutschebahn.com/marketingportal/Design-Anwendungen/DB-UX-Design-System/Design-fuer-Apps-Web/UI-Komponenten"
target="_blank"
hreflang="de"
>DB UX Design System</a
>, that are the guidelines for any Personenverkehr Customer
and Deutsche Bahn Enterprise website and web applications.
</p>
</figcaption>
</figure>
</li>
<!-- [html-validate-disable-next element-permitted-content, element-permitted-parent -- we're only providing a partial here] -->
<li class="cmp-card" data-variant="banner">
<figure>
<svg
xmlns="http://www.w3.org/2000/svg"
width="64"
height="64"
aria-hidden="true"
>
<use
href="icons/illustrative/action/db_ic_il_handshake.svg#icon"
></use>
</svg>
<figcaption>
<!-- [html-validate-disable-next heading-level] -->
<h3 class="elm-headline">Accessible</h3>
<p>
DB UI Core leverages semantic HTML, ARIA roles, states and
properties to apply our styles wherever possible, thus
enforcing correct, accessible markup. And we're quality
checking this in partnership with the
<a
href="https://db.de/8pei5n"
target="_blank"
rel="noopener noreferrer"
>Team Digital Accessibility</a
>
</p>
</figcaption>
</figure>
</li>
<!-- [html-validate-disable-next element-permitted-content, element-permitted-parent -- we're only providing a partial here] -->
<li class="cmp-card" data-variant="banner">
<figure>
<svg
xmlns="http://www.w3.org/2000/svg"
width="64"
height="64"
aria-hidden="true"
>
<use
href="icons/illustrative/news/db_ic_il_newspaper.svg#icon"
></use>
</svg>
<figcaption>
<!-- [html-validate-disable-next heading-level] -->
<h3 class="elm-headline">Declarative</h3>
<p>
DB UI Core uses declarative selectors instead of visual
helpers to ensure our HTML class names and structure are human
read- and understandable, lean, performant and so much easier
to update.
</p>
</figcaption>
</figure>
</li>
<!-- [html-validate-disable-next element-permitted-content, element-permitted-parent -- we're only providing a partial here] -->
<li class="cmp-card" data-variant="banner">
<figure>
<svg
xmlns="http://www.w3.org/2000/svg"
width="64"
height="64"
aria-hidden="true"
>
<use
href="icons/illustrative/communication/db_ic_il_broken.svg#icon"
></use>
</svg>
<figcaption>
<!-- [html-validate-disable-next heading-level] -->
<h3 class="elm-headline">Decoupled</h3>
<p>
DB UI Core is decoupled from the JavaScript layer, to
implement the patterns in any Web Development technology
context; and we're providing universal Web Components and
native JS framework components with
<a href="https://db-ui.github.io/elements/" target="_blank"
>DB UI Elements</a
>
as well.
</p>
</figcaption>
</figure>
</li>
<!-- [html-validate-disable-next element-permitted-content, element-permitted-parent -- we're only providing a partial here] -->
<li class="cmp-card" data-variant="banner">
<figure>
<svg
xmlns="http://www.w3.org/2000/svg"
width="64"
height="64"
aria-hidden="true"
>
<use
href="icons/illustrative/feature/db_ic_il_green.svg#icon"
></use>
</svg>
<figcaption>
<!-- [html-validate-disable-next heading-level] -->
<h3 class="elm-headline">Evergreen</h3>
<p>
As
<a
href="https://marketingportal.extranet.deutschebahn.com/marketingportal/Design-Anwendungen/DB-UX-Design-System/Design-fuer-Apps-Web/UI-Komponenten"
target="_blank"
>DB UX Design System</a
>
evolves, so does DB UI Core, meaning apps only need to keep
their DB UI Core package updated to ensure the latest look and
feel.
</p>
</figcaption>
</figure>
</li>
<!-- [html-validate-disable-next element-permitted-content, element-permitted-parent -- we're only providing a partial here] -->
<li class="cmp-card" data-variant="banner">
<figure>
<svg
xmlns="http://www.w3.org/2000/svg"
width="64"
height="64"
aria-hidden="true"
>
<use
href="icons/illustrative/action/db_ic_il_tips.svg#icon"
></use>
</svg>
<figcaption>
<!-- [html-validate-disable-next heading-level] -->
<h3 class="elm-headline">Community driven</h3>
<p>
A platform providing the space and technology for a common
basis of curated components; their development is mainly
driven by the community, adapted out of the work done in
projects and through the huge amount of feedback.
</p>
</figcaption>
</figure>
</li>
</ul>
</section>
<section>
<!-- [html-validate-disable-next heading-level -- we're doing some simple demonstration simplification here] -->
<h2 class="elm-headline">How to use</h2>
<p>
For using DB UI Core, you need to install it as a dependency to your
project and then link it within your HTML / CSS.<br>
Please have a look into the
<a
href="https://github.com/db-ui/core/tree/main/docs/getStarted.adoc"
target="_blank"
rel="noopener noreferrer"
>Docs / Get Started(docs)</a
>
for detailed instructions.<br>
In case that you're developing a JavaScript application, please have a
look at
<a href="https://db-ui.github.io/elements/" target="_blank"
>DB UI Elements</a
>, that's based on DB UI Core and provides Web Components for easier
integration into this tech context.
</p>
<!-- [html-validate-disable-next heading-level -- we're doing some simple demonstration simplification here] -->
<h2 class="elm-headline">More information</h2>
<p>
Additionally we'll provide some more information over time regrading
the whole ecosystem:
</p>
<ul class="cmp-link-list">
<li>
<a
href="https://marketingportal.extranet.deutschebahn.com/marketingportal/Design-Anwendungen/DB-UX-Design-System/Design-fuer-Apps-Web/UI-Komponenten"
class="elm-link"
title=""
rel="noopener noreferrer"
target="_blank"
hreflang="de"
>DB UX Design System documentation within the DB Marketingportal
(german)
</a>
</li>
<li>
<a
href="https://db.de/pu8moh"
class="elm-link"
title=""
rel="noopener noreferrer"
target="_blank"
hreflang="de"
>Confluence / Base Wiki – "Technische Umsetzung des Enterprise UI
Design Systems" (german, only available internally)
</a>
</li>
<li>
<a
href="https://db.de/1tyr73"
class="elm-link"
title=""
rel="noopener noreferrer"
target="_blank"
>Confluence – Web UI Component Library (only available internally)
</a>
</li>
<li>
<a
href="https://github.com/db-ui/core/blob/main/CHANGELOG.md"
class="elm-link"
title=""
rel="noopener noreferrer"
target="_blank"
>Changelog
</a>
</li>
<li>
<a
href="https://github.com/db-ui/core/tree/main/docs/adr"
class="elm-link"
title=""
rel="noopener noreferrer"
target="_blank"
>Architectural Decision Records
</a>
</li>
</ul>
<!-- [html-validate-disable-next heading-level -- we're doing some simple demonstration simplification here] -->
<h2 class="elm-headline">Give us your feedback!</h2>
<p>
This is only the beta version of our framework and we really want your
feedback – either within the
<a
href="https://db.de/krnm74"
class="elm-link"
title="Title text"
rel="noopener noreferrer"
target="_blank"
>DB UI Channel by Web Dev Community in Microsoft Teams (only
available DB internally)
</a>
, or directly at
<a
href="mailto:[email protected]"
class="elm-link"
title="Title text"
</a>
. So please support us in any way possible, this is greatly appreciated!<br>
We're particularly keen to add as many examples to the behaviours as
possible, to further clarify them.
</p>
</section>
</main>
</body>
</html>