@digital-ai/dot-illustrations 2.0.10 → 2.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/demo/script.js +4 -0
- package/illustrations/dark/global/commitrepo.svg +10 -0
- package/illustrations/dark/global/error-fivehundredthree.svg +29 -0
- package/illustrations/dark/global/error-fourhundredthree.svg +23 -0
- package/illustrations/dark/global/research.svg +49 -0
- package/illustrations/light/global/commitrepo.svg +14 -0
- package/illustrations/light/global/error-fivehundredthree.svg +29 -0
- package/illustrations/light/global/error-fourhundredthree.svg +23 -0
- package/illustrations/light/global/research.svg +49 -0
- package/index.css +32 -0
- package/integrations/demo/script.js +1 -0
- package/integrations/index.css +4 -0
- package/integrations/slack.svg +6 -0
- package/package.json +1 -1
- package/illustrations/dark/global/404.svg +0 -51
- package/illustrations/dark/global/500.svg +0 -111
- package/illustrations/light/global/404.svg +0 -51
- package/illustrations/light/global/500.svg +0 -111
- package/integrations/demo.css +0 -128
- package/integrations/index.html +0 -991
- package/integrations/script.js +0 -51
package/integrations/index.html
DELETED
|
@@ -1,991 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8" />
|
|
5
|
-
<title>Dot Illustrations Library</title>
|
|
6
|
-
<link rel="stylesheet" href="../index.css" />
|
|
7
|
-
<link rel="stylesheet" href="./demo.css" />
|
|
8
|
-
<script src="script.js" defer></script>
|
|
9
|
-
</head>
|
|
10
|
-
<body>
|
|
11
|
-
<h1>Dot Illustrations</h1>
|
|
12
|
-
<p>
|
|
13
|
-
For more details please see
|
|
14
|
-
<a href="https://github.com/digital-ai/dot-illustrations" target="_blank">
|
|
15
|
-
https://github.com/digital-ai/dot-illustrations
|
|
16
|
-
</a>
|
|
17
|
-
</p>
|
|
18
|
-
<input class="search-wrapper" type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for illustrations...">
|
|
19
|
-
<div class="demo-wrapper dot-illustration">
|
|
20
|
-
<!-- light agility illustrations -->
|
|
21
|
-
<div>
|
|
22
|
-
<img class="illustration-agility-empty-light"></i>
|
|
23
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
24
|
-
<span class="illustrationID">agility-empty-light</span>
|
|
25
|
-
</div>
|
|
26
|
-
<div>
|
|
27
|
-
<img class="illustration-agility-favourite-light"></i>
|
|
28
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
29
|
-
<span class="illustrationID">agility-favourite-light</span>
|
|
30
|
-
</div>
|
|
31
|
-
<div>
|
|
32
|
-
<img class="illustration-agility-disconnected-light"></i>
|
|
33
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
34
|
-
<span class="illustrationID">agility-disconnected-light</span>
|
|
35
|
-
</div>
|
|
36
|
-
<div>
|
|
37
|
-
<img class="illustration-agility-features-light"></i>
|
|
38
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
39
|
-
<span class="illustrationID">agility-features-light</span>
|
|
40
|
-
</div>
|
|
41
|
-
<div>
|
|
42
|
-
<img class="illustration-agility-launch-light"></i>
|
|
43
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
44
|
-
<span class="illustrationID">agility-launch-light</span>
|
|
45
|
-
</div>
|
|
46
|
-
<div>
|
|
47
|
-
<img class="illustration-agility-nothing-defined-light"></i>
|
|
48
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
49
|
-
<span class="illustrationID">agility-nothing-defined-light</span>
|
|
50
|
-
</div>
|
|
51
|
-
<div>
|
|
52
|
-
<img class="illustration-agility-survey-light"></i>
|
|
53
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
54
|
-
<span class="illustrationID">agility-survey-light</span>
|
|
55
|
-
</div>
|
|
56
|
-
<div>
|
|
57
|
-
<img class="illustration-agility-community-light"></i>
|
|
58
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
59
|
-
<span class="illustrationID">agility-community-light</span>
|
|
60
|
-
</div>
|
|
61
|
-
<div>
|
|
62
|
-
<img class="illustration-agility-assets-light"></i>
|
|
63
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
64
|
-
<span class="illustrationID">agility-assets-light</span>
|
|
65
|
-
</div>
|
|
66
|
-
<div>
|
|
67
|
-
<img class="illustration-agility-work-item-light"></i>
|
|
68
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
69
|
-
<span class="illustrationID">agility-work-item-light</span>
|
|
70
|
-
</div>
|
|
71
|
-
<div>
|
|
72
|
-
<img class="illustration-agility-reports-light"></i>
|
|
73
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
74
|
-
<span class="illustrationID">agility-reports-light</span>
|
|
75
|
-
</div>
|
|
76
|
-
<div>
|
|
77
|
-
<img class="illustration-agility-dependency-up-light"></i>
|
|
78
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
79
|
-
<span class="illustrationID">agility-dependency-up-light</span>
|
|
80
|
-
</div>
|
|
81
|
-
<div>
|
|
82
|
-
<img class="illustration-agility-dependency-down-light"></i>
|
|
83
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
84
|
-
<span class="illustrationID">agility-dependency-down-light</span>
|
|
85
|
-
</div>
|
|
86
|
-
<div>
|
|
87
|
-
<img class="illustration-agility-chart-light"></i>
|
|
88
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
89
|
-
<span class="illustrationID">agility-chart-light</span>
|
|
90
|
-
</div>
|
|
91
|
-
<div>
|
|
92
|
-
<img class="illustration-agility-no-files-light"></i>
|
|
93
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
94
|
-
<span class="illustrationID">agility-no-files-light</span>
|
|
95
|
-
</div>
|
|
96
|
-
<div>
|
|
97
|
-
<img class="illustration-agility-password-token-light"></i>
|
|
98
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
99
|
-
<span class="illustrationID">agility-password-token-light</span>
|
|
100
|
-
</div>
|
|
101
|
-
<div>
|
|
102
|
-
<img class="illustration-agility-user-light"></i>
|
|
103
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
104
|
-
<span class="illustrationID">agility-user-light</span>
|
|
105
|
-
</div>
|
|
106
|
-
|
|
107
|
-
<!-- dark agility illustrations -->
|
|
108
|
-
<div>
|
|
109
|
-
<img class="illustration-agility-empty-dark"></i>
|
|
110
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
111
|
-
<span class="illustrationID">agility-empty-dark</span>
|
|
112
|
-
</div>
|
|
113
|
-
<div>
|
|
114
|
-
<img class="illustration-agility-favourite-dark"></i>
|
|
115
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
116
|
-
<span class="illustrationID">agility-favourite-dark</span>
|
|
117
|
-
</div>
|
|
118
|
-
<div>
|
|
119
|
-
<img class="illustration-agility-disconnected-dark"></i>
|
|
120
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
121
|
-
<span class="illustrationID">agility-disconnected-dark</span>
|
|
122
|
-
</div>
|
|
123
|
-
<div>
|
|
124
|
-
<img class="illustration-agility-features-dark"></i>
|
|
125
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
126
|
-
<span class="illustrationID">agility-features-dark</span>
|
|
127
|
-
</div>
|
|
128
|
-
<div>
|
|
129
|
-
<img class="illustration-agility-launch-dark"></i>
|
|
130
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
131
|
-
<span class="illustrationID">agility-launch-dark</span>
|
|
132
|
-
</div>
|
|
133
|
-
<div>
|
|
134
|
-
<img class="illustration-agility-nothing-defined-dark"></i>
|
|
135
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
136
|
-
<span class="illustrationID">agility-nothing-defined-dark</span>
|
|
137
|
-
</div>
|
|
138
|
-
<div>
|
|
139
|
-
<img class="illustration-agility-survey-dark"></i>
|
|
140
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
141
|
-
<span class="illustrationID">agility-survey-dark</span>
|
|
142
|
-
</div>
|
|
143
|
-
<div>
|
|
144
|
-
<img class="illustration-agility-community-dark"></i>
|
|
145
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
146
|
-
<span class="illustrationID">agility-community-dark</span>
|
|
147
|
-
</div>
|
|
148
|
-
<div>
|
|
149
|
-
<img class="illustration-agility-assets-dark"></i>
|
|
150
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
151
|
-
<span class="illustrationID">agility-assets-dark</span>
|
|
152
|
-
</div>
|
|
153
|
-
<div>
|
|
154
|
-
<img class="illustration-agility-work-item-dark"></i>
|
|
155
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
156
|
-
<span class="illustrationID">agility-work-item-dark</span>
|
|
157
|
-
</div>
|
|
158
|
-
<div>
|
|
159
|
-
<img class="illustration-agility-reports-dark"></i>
|
|
160
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
161
|
-
<span class="illustrationID">agility-reports-dark</span>
|
|
162
|
-
</div>
|
|
163
|
-
<div>
|
|
164
|
-
<img class="illustration-agility-dependency-up-dark"></i>
|
|
165
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
166
|
-
<span class="illustrationID">agility-dependency-up-dark</span>
|
|
167
|
-
</div>
|
|
168
|
-
<div>
|
|
169
|
-
<img class="illustration-agility-dependency-down-dark"></i>
|
|
170
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
171
|
-
<span class="illustrationID">agility-dependency-down-dark</span>
|
|
172
|
-
</div>
|
|
173
|
-
<div>
|
|
174
|
-
<img class="illustration-agility-chart-dark"></i>
|
|
175
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
176
|
-
<span class="illustrationID">agility-chart-dark</span>
|
|
177
|
-
</div>
|
|
178
|
-
<div>
|
|
179
|
-
<img class="illustration-agility-no-files-dark"></i>
|
|
180
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
181
|
-
<span class="illustrationID">agility-no-files-dark</span>
|
|
182
|
-
</div>
|
|
183
|
-
<div>
|
|
184
|
-
<img class="illustration-agility-password-token-dark"></i>
|
|
185
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
186
|
-
<span class="illustrationID">agility-password-token-dark</span>
|
|
187
|
-
</div>
|
|
188
|
-
<div>
|
|
189
|
-
<img class="illustration-agility-user-dark"></i>
|
|
190
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
191
|
-
<span class="illustrationID">agility-user-dark</span>
|
|
192
|
-
</div>
|
|
193
|
-
<!-- light digitalai illustrations -->
|
|
194
|
-
<div>
|
|
195
|
-
<img class="illustration-digitalai-empty-light"></i>
|
|
196
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
197
|
-
<span class="illustrationID">digitalai-empty-light</span>
|
|
198
|
-
</div>
|
|
199
|
-
<div>
|
|
200
|
-
<img class="illustration-digitalai-favorite-light"></i>
|
|
201
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
202
|
-
<span class="illustrationID">digitalai-favorite-light</span>
|
|
203
|
-
</div>
|
|
204
|
-
<div>
|
|
205
|
-
<img class="illustration-digitalai-disconnected-light"></i>
|
|
206
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
207
|
-
<span class="illustrationID">digitalai-disconnected-light</span>
|
|
208
|
-
</div>
|
|
209
|
-
<div>
|
|
210
|
-
<img class="illustration-digitalai-features-light"></i>
|
|
211
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
212
|
-
<span class="illustrationID">digitalai-features-light</span>
|
|
213
|
-
</div>
|
|
214
|
-
<div>
|
|
215
|
-
<img class="illustration-digitalai-launch-light"></i>
|
|
216
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
217
|
-
<span class="illustrationID">digitalai-launch-light</span>
|
|
218
|
-
</div>
|
|
219
|
-
<div>
|
|
220
|
-
<img class="illustration-digitalai-nothing-defined-light"></i>
|
|
221
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
222
|
-
<span class="illustrationID">digitalai-nothing-defined-light</span>
|
|
223
|
-
</div>
|
|
224
|
-
<div>
|
|
225
|
-
<img class="illustration-digitalai-survey-light"></i>
|
|
226
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
227
|
-
<span class="illustrationID">digitalai-survey-light</span>
|
|
228
|
-
</div>
|
|
229
|
-
<div>
|
|
230
|
-
<img class="illustration-digitalai-community-light"></i>
|
|
231
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
232
|
-
<span class="illustrationID">digitalai-community-light</span>
|
|
233
|
-
</div>
|
|
234
|
-
<div>
|
|
235
|
-
<img class="illustration-digitalai-assets-light"></i>
|
|
236
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
237
|
-
<span class="illustrationID">digitalai-assets-light</span>
|
|
238
|
-
</div>
|
|
239
|
-
<div>
|
|
240
|
-
<img class="illustration-digitalai-work-item-light"></i>
|
|
241
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
242
|
-
<span class="illustrationID">digitalai-work-item-light</span>
|
|
243
|
-
</div>
|
|
244
|
-
<div>
|
|
245
|
-
<img class="illustration-digitalai-reports-light"></i>
|
|
246
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
247
|
-
<span class="illustrationID">digitalai-reports-light</span>
|
|
248
|
-
</div>
|
|
249
|
-
<div>
|
|
250
|
-
<img class="illustration-digitalai-dependency-up-light"></i>
|
|
251
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
252
|
-
<span class="illustrationID">digitalai-dependency-up-light</span>
|
|
253
|
-
</div>
|
|
254
|
-
<div>
|
|
255
|
-
<img class="illustration-digitalai-dependency-down-light"></i>
|
|
256
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
257
|
-
<span class="illustrationID">digitalai-dependency-down-light</span>
|
|
258
|
-
</div>
|
|
259
|
-
<div>
|
|
260
|
-
<img class="illustration-digitalai-chart-light"></i>
|
|
261
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
262
|
-
<span class="illustrationID">digitalai-chart-light</span>
|
|
263
|
-
</div>
|
|
264
|
-
<div>
|
|
265
|
-
<img class="illustration-digitalai-no-files-light"></i>
|
|
266
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
267
|
-
<span class="illustrationID">digitalai-no-files-light</span>
|
|
268
|
-
</div>
|
|
269
|
-
<div>
|
|
270
|
-
<img class="illustration-digitalai-password-token-light"></i>
|
|
271
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
272
|
-
<span class="illustrationID">digitalai-password-token-light</span>
|
|
273
|
-
</div>
|
|
274
|
-
<div>
|
|
275
|
-
<img class="illustration-digitalai-user-light"></i>
|
|
276
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
277
|
-
<span class="illustrationID">digitalai-user-light</span>
|
|
278
|
-
</div>
|
|
279
|
-
|
|
280
|
-
<!-- dark digitalai illustrations -->
|
|
281
|
-
<div>
|
|
282
|
-
<img class="illustration-digitalai-empty-dark"></i>
|
|
283
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
284
|
-
<span class="illustrationID">digitalai-empty-dark</span>
|
|
285
|
-
</div>
|
|
286
|
-
<div>
|
|
287
|
-
<img class="illustration-digitalai-favourite-dark"></i>
|
|
288
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
289
|
-
<span class="illustrationID">digitalai-favourite-dark</span>
|
|
290
|
-
</div>
|
|
291
|
-
<div>
|
|
292
|
-
<img class="illustration-digitalai-disconnected-dark"></i>
|
|
293
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
294
|
-
<span class="illustrationID">digitalai-disconnected-dark</span>
|
|
295
|
-
</div>
|
|
296
|
-
<div>
|
|
297
|
-
<img class="illustration-digitalai-features-dark"></i>
|
|
298
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
299
|
-
<span class="illustrationID">digitalai-features-dark</span>
|
|
300
|
-
</div>
|
|
301
|
-
<div>
|
|
302
|
-
<img class="illustration-digitalai-launch-dark"></i>
|
|
303
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
304
|
-
<span class="illustrationID">digitalai-launch-dark</span>
|
|
305
|
-
</div>
|
|
306
|
-
<div>
|
|
307
|
-
<img class="illustration-digitalai-nothing-defined-dark"></i>
|
|
308
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
309
|
-
<span class="illustrationID">digitalai-nothing-defined-dark</span>
|
|
310
|
-
</div>
|
|
311
|
-
<div>
|
|
312
|
-
<img class="illustration-digitalai-survey-dark"></i>
|
|
313
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
314
|
-
<span class="illustrationID">digitalai-survey-dark</span>
|
|
315
|
-
</div>
|
|
316
|
-
<div>
|
|
317
|
-
<img class="illustration-digitalai-community-dark"></i>
|
|
318
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
319
|
-
<span class="illustrationID">digitalai-community-dark</span>
|
|
320
|
-
</div>
|
|
321
|
-
<div>
|
|
322
|
-
<img class="illustration-digitalai-assets-dark"></i>
|
|
323
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
324
|
-
<span class="illustrationID">digitalai-assets-dark</span>
|
|
325
|
-
</div>
|
|
326
|
-
<div>
|
|
327
|
-
<img class="illustration-digitalai-work-item-dark"></i>
|
|
328
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
329
|
-
<span class="illustrationID">digitalai-work-item-dark</span>
|
|
330
|
-
</div>
|
|
331
|
-
<div>
|
|
332
|
-
<img class="illustration-digitalai-reports-dark"></i>
|
|
333
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
334
|
-
<span class="illustrationID">digitalai-reports-dark</span>
|
|
335
|
-
</div>
|
|
336
|
-
<div>
|
|
337
|
-
<img class="illustration-digitalai-dependency-up-dark"></i>
|
|
338
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
339
|
-
<span class="illustrationID">digitalai-dependency-up-dark</span>
|
|
340
|
-
</div>
|
|
341
|
-
<div>
|
|
342
|
-
<img class="illustration-digitalai-dependency-down-dark"></i>
|
|
343
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
344
|
-
<span class="illustrationID">digitalai-dependency-down-dark</span>
|
|
345
|
-
</div>
|
|
346
|
-
<div>
|
|
347
|
-
<img class="illustration-digitalai-chart-dark"></i>
|
|
348
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
349
|
-
<span class="illustrationID">digitalai-chart-dark</span>
|
|
350
|
-
</div>
|
|
351
|
-
<div>
|
|
352
|
-
<img class="illustration-digitalai-no-files-dark"></i>
|
|
353
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
354
|
-
<span class="illustrationID">digitalai-no-files-dark</span>
|
|
355
|
-
</div>
|
|
356
|
-
<div>
|
|
357
|
-
<img class="illustration-digitalai-password-token-dark"></i>
|
|
358
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
359
|
-
<span class="illustrationID">digitalai-password-token-dark</span>
|
|
360
|
-
</div>
|
|
361
|
-
<div>
|
|
362
|
-
<img class="illustration-digitalai-user-dark"></i>
|
|
363
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
364
|
-
<span class="illustrationID">digitalai-user-dark</span>
|
|
365
|
-
</div>
|
|
366
|
-
<!-- light dashboards agility illustrations -->
|
|
367
|
-
<div>
|
|
368
|
-
<img class="illustration-dashboards-agility-burn-up-light"></i>
|
|
369
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
370
|
-
<span class="illustrationID">agility-burn-up-light</span>
|
|
371
|
-
</div>
|
|
372
|
-
<div>
|
|
373
|
-
<img class="illustration-dashboards-agility-burn-down-light"></i>
|
|
374
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
375
|
-
<span class="illustrationID">agility-burn-down-light</span>
|
|
376
|
-
</div>
|
|
377
|
-
<div>
|
|
378
|
-
<img class="illustration-dashboards-agility-custom-light"></i>
|
|
379
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
380
|
-
<span class="illustrationID">agility-custom-light</span>
|
|
381
|
-
</div>
|
|
382
|
-
<div>
|
|
383
|
-
<img class="illustration-dashboards-agility-dora-light"></i>
|
|
384
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
385
|
-
<span class="illustrationID">agility-dora-light</span>
|
|
386
|
-
</div>
|
|
387
|
-
<div>
|
|
388
|
-
<img class="illustration-dashboards-agility-onboarding-light"></i>
|
|
389
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
390
|
-
<span class="illustrationID">agility-onboarding-light</span>
|
|
391
|
-
</div>
|
|
392
|
-
<div>
|
|
393
|
-
<img class="illustration-dashboards-agility-late-task-light"></i>
|
|
394
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
395
|
-
<span class="illustrationID">agility-late-task-light</span>
|
|
396
|
-
</div>
|
|
397
|
-
<div>
|
|
398
|
-
<img class="illustration-dashboards-agility-analysis-light"></i>
|
|
399
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
400
|
-
<span class="illustrationID">agility-analysis-light</span>
|
|
401
|
-
</div>
|
|
402
|
-
<div>
|
|
403
|
-
<img class="illustration-dashboards-agility-workflow-light"></i>
|
|
404
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
405
|
-
<span class="illustrationID">agility-workflow-light</span>
|
|
406
|
-
</div>
|
|
407
|
-
<div>
|
|
408
|
-
<img class="illustration-dashboards-agility-dependency-light"></i>
|
|
409
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
410
|
-
<span class="illustrationID">agility-dependency-light</span>
|
|
411
|
-
</div>
|
|
412
|
-
<div>
|
|
413
|
-
<img class="illustration-dashboards-agility-executive-light"></i>
|
|
414
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
415
|
-
<span class="illustrationID">agility-executive-light</span>
|
|
416
|
-
</div>
|
|
417
|
-
<div>
|
|
418
|
-
<img class="illustration-dashboards-agility-automation-light"></i>
|
|
419
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
420
|
-
<span class="illustrationID">agility-automation-light</span>
|
|
421
|
-
</div>
|
|
422
|
-
<div>
|
|
423
|
-
<img class="illustration-dashboards-agility-defect-light"></i>
|
|
424
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
425
|
-
<span class="illustrationID">agility-defect-light</span>
|
|
426
|
-
</div>
|
|
427
|
-
<div>
|
|
428
|
-
<img class="illustration-dashboards-agility-item-light"></i>
|
|
429
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
430
|
-
<span class="illustrationID">agility-item-light</span>
|
|
431
|
-
</div>
|
|
432
|
-
<!-- light dashboards digitalai illustrations -->
|
|
433
|
-
<div>
|
|
434
|
-
<img class="illustration-dashboards-digitalai-burn-down-light"></i>
|
|
435
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
436
|
-
<span class="illustrationID">digitalai-burn-down-light</span>
|
|
437
|
-
</div>
|
|
438
|
-
<div>
|
|
439
|
-
<img class="illustration-dashboards-digitalai-burn-up-light"></i>
|
|
440
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
441
|
-
<span class="illustrationID">digitalai-burn-up-light</span>
|
|
442
|
-
</div>
|
|
443
|
-
<div>
|
|
444
|
-
<img class="illustration-dashboards-digitalai-custom-light"></i>
|
|
445
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
446
|
-
<span class="illustrationID">digitalai-custom-light</span>
|
|
447
|
-
</div>
|
|
448
|
-
<div>
|
|
449
|
-
<img class="illustration-dashboards-digitalai-dora-light"></i>
|
|
450
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
451
|
-
<span class="illustrationID">digitalai-dora-light</span>
|
|
452
|
-
</div>
|
|
453
|
-
<div>
|
|
454
|
-
<img class="illustration-dashboards-digitalai-onboarding-light"></i>
|
|
455
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
456
|
-
<span class="illustrationID">digitalai-onboarding-light</span>
|
|
457
|
-
</div>
|
|
458
|
-
<div>
|
|
459
|
-
<img class="illustration-dashboards-digitalai-late-task-light"></i>
|
|
460
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
461
|
-
<span class="illustrationID">digitalai-late-task-light</span>
|
|
462
|
-
</div>
|
|
463
|
-
<div>
|
|
464
|
-
<img class="illustration-dashboards-digitalai-analysis-light"></i>
|
|
465
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
466
|
-
<span class="illustrationID">digitalai-analysis-light</span>
|
|
467
|
-
</div>
|
|
468
|
-
<div>
|
|
469
|
-
<img class="illustration-dashboards-digitalai-workflow-light"></i>
|
|
470
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
471
|
-
<span class="illustrationID">digitalai-workflow-light</span>
|
|
472
|
-
</div>
|
|
473
|
-
<div>
|
|
474
|
-
<img class="illustration-dashboards-digitalai-dependency-light"></i>
|
|
475
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
476
|
-
<span class="illustrationID">digitalai-dependency-light</span>
|
|
477
|
-
</div>
|
|
478
|
-
<div>
|
|
479
|
-
<img class="illustration-dashboards-digitalai-executive-light"></i>
|
|
480
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
481
|
-
<span class="illustrationID">digitalai-executive-light</span>
|
|
482
|
-
</div>
|
|
483
|
-
<div>
|
|
484
|
-
<img class="illustration-dashboards-digitalai-automation-light"></i>
|
|
485
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
486
|
-
<span class="illustrationID">digitalai-automation-light</span>
|
|
487
|
-
</div>
|
|
488
|
-
<div>
|
|
489
|
-
<img class="illustration-dashboards-digitalai-defect-light"></i>
|
|
490
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
491
|
-
<span class="illustrationID">digitalai-defect-light</span>
|
|
492
|
-
</div>
|
|
493
|
-
<div>
|
|
494
|
-
<img class="illustration-dashboards-digitalai-item-light"></i>
|
|
495
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
496
|
-
<span class="illustrationID">digitalai-item-light</span>
|
|
497
|
-
</div>
|
|
498
|
-
<!-- dark dashboards agility illustrations -->
|
|
499
|
-
<div>
|
|
500
|
-
<img class="illustration-dashboards-agility-burn-up-dark"></i>
|
|
501
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
502
|
-
<span class="illustrationID">agility-burn-up-dark</span>
|
|
503
|
-
</div>
|
|
504
|
-
<div>
|
|
505
|
-
<img class="illustration-dashboards-agility-burn-down-dark"></i>
|
|
506
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
507
|
-
<span class="illustrationID">agility-burn-down-dark</span>
|
|
508
|
-
</div>
|
|
509
|
-
|
|
510
|
-
<div>
|
|
511
|
-
<img class="illustration-dashboards-agility-custom-dark"></i>
|
|
512
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
513
|
-
<span class="illustrationID">agility-custom-dark</span>
|
|
514
|
-
</div>
|
|
515
|
-
<div>
|
|
516
|
-
<img class="illustration-dashboards-agility-dora-dark"></i>
|
|
517
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
518
|
-
<span class="illustrationID">agility-dora-agility-dark</span>
|
|
519
|
-
</div>
|
|
520
|
-
<div>
|
|
521
|
-
<img class="illustration-dashboards-agility-onboarding-dark"></i>
|
|
522
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
523
|
-
<span class="illustrationID">agility-onboarding-dark</span>
|
|
524
|
-
</div>
|
|
525
|
-
<div>
|
|
526
|
-
<img class="illustration-dashboards-agility-late-task-dark"></i>
|
|
527
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
528
|
-
<span class="illustrationID">agility-late-task-dark</span>
|
|
529
|
-
</div>
|
|
530
|
-
<div>
|
|
531
|
-
<img class="illustration-dashboards-agility-analysis-dark"></i>
|
|
532
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
533
|
-
<span class="illustrationID">agility-analysis-dark</span>
|
|
534
|
-
</div>
|
|
535
|
-
<div>
|
|
536
|
-
<img class="illustration-dashboards-agility-workflow-dark"></i>
|
|
537
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
538
|
-
<span class="illustrationID">agility-workflow-dark</span>
|
|
539
|
-
</div>
|
|
540
|
-
<div>
|
|
541
|
-
<img class="illustration-dashboards-agility-dependency-dark"></i>
|
|
542
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
543
|
-
<span class="illustrationID">agility-dependency-dark</span>
|
|
544
|
-
</div>
|
|
545
|
-
<div>
|
|
546
|
-
<img class="illustration-dashboards-agility-executive-dark"></i>
|
|
547
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
548
|
-
<span class="illustrationID">agility-executive-dark</span>
|
|
549
|
-
</div>
|
|
550
|
-
<div>
|
|
551
|
-
<img class="illustration-dashboards-agility-automation-dark"></i>
|
|
552
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
553
|
-
<span class="illustrationID">agility-automation-dark</span>
|
|
554
|
-
</div>
|
|
555
|
-
<div>
|
|
556
|
-
<img class="illustration-dashboards-agility-defect-dark"></i>
|
|
557
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
558
|
-
<span class="illustrationID">agility-defect-dark</span>
|
|
559
|
-
</div>
|
|
560
|
-
<div>
|
|
561
|
-
<img class="illustration-dashboards-agility-item-dark"></i>
|
|
562
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
563
|
-
<span class="illustrationID">agility-item-dark</span>
|
|
564
|
-
</div>
|
|
565
|
-
<!-- dark dashboards digitalai illustrations -->
|
|
566
|
-
<div>
|
|
567
|
-
<img class="illustration-dashboards-digitalai-burn-up-light"></i>
|
|
568
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
569
|
-
<span class="illustrationID">digitalai-burn-up-light</span>
|
|
570
|
-
</div>
|
|
571
|
-
<div>
|
|
572
|
-
<img class="illustration-dashboards-digitalai-burn-down-light"></i>
|
|
573
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
574
|
-
<span class="illustrationID">digitalai-burn-down-light</span>
|
|
575
|
-
</div>
|
|
576
|
-
|
|
577
|
-
<div>
|
|
578
|
-
<img class="illustration-dashboards-digitalai-custom-dark"></i>
|
|
579
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
580
|
-
<span class="illustrationID">digitalai-custom-dark</span>
|
|
581
|
-
</div>
|
|
582
|
-
<div>
|
|
583
|
-
<img class="illustration-dashboards-digitalai-dora-dark"></i>
|
|
584
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
585
|
-
<span class="illustrationID">digitalai-dora-dark</span>
|
|
586
|
-
</div>
|
|
587
|
-
<div>
|
|
588
|
-
<img class="illustration-dashboards-digitalai-onboarding-dark"></i>
|
|
589
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
590
|
-
<span class="illustrationID">digitalai-onboarding-dark</span>
|
|
591
|
-
</div>
|
|
592
|
-
<div>
|
|
593
|
-
<img class="illustration-dashboards-digitalai-late-task-dark"></i>
|
|
594
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
595
|
-
<span class="illustrationID">digitalai-late-task-dark</span>
|
|
596
|
-
</div>
|
|
597
|
-
<div>
|
|
598
|
-
<img class="illustration-dashboards-digitalai-analysis-dark"></i>
|
|
599
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
600
|
-
<span class="illustrationID">digitalai-analysis-dark</span>
|
|
601
|
-
</div>
|
|
602
|
-
<div>
|
|
603
|
-
<img class="illustration-dashboards-digitalai-workflow-dark"></i>
|
|
604
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
605
|
-
<span class="illustrationID">digitalai-workflow-dark</span>
|
|
606
|
-
</div>
|
|
607
|
-
<div>
|
|
608
|
-
<img class="illustration-dashboards-digitalai-dependency-dark"></i>
|
|
609
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
610
|
-
<span class="illustrationID">digitalai-dependency-dark</span>
|
|
611
|
-
</div>
|
|
612
|
-
<div>
|
|
613
|
-
<img class="illustration-dashboards-digitalai-executive-dark"></i>
|
|
614
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
615
|
-
<span class="illustrationID">digitalai-executive-dark</span>
|
|
616
|
-
</div>
|
|
617
|
-
<div>
|
|
618
|
-
<img class="illustration-dashboards-digitalai-automation-dark"></i>
|
|
619
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
620
|
-
<span class="illustrationID">digitalai-automation-dark</span>
|
|
621
|
-
</div>
|
|
622
|
-
<div>
|
|
623
|
-
<img class="illustration-dashboards-digitalai-defect-dark"></i>
|
|
624
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
625
|
-
<span class="illustrationID">digitalai-defect-dark</span>
|
|
626
|
-
</div>
|
|
627
|
-
<div>
|
|
628
|
-
<img class="illustration-dashboards-digitalai-item-dark"></i>
|
|
629
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
630
|
-
<span class="illustrationID">digitalai-item-dark</span>
|
|
631
|
-
</div>
|
|
632
|
-
|
|
633
|
-
<!-- light nobg dashboards agility illustrations -->
|
|
634
|
-
<div>
|
|
635
|
-
<img class="illustration-dashboards-agility-custom-nobg-light"></i>
|
|
636
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
637
|
-
<span class="illustrationID">agility-custom-nobg-light</span>
|
|
638
|
-
</div>
|
|
639
|
-
<div>
|
|
640
|
-
<img class="illustration-dashboards-agility-dora-nobg-light"></i>
|
|
641
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
642
|
-
<span class="illustrationID">agility-dora-nobg-light</span>
|
|
643
|
-
</div>
|
|
644
|
-
<div>
|
|
645
|
-
<img class="illustration-dashboards-agility-onboarding-nobg-light"></i>
|
|
646
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
647
|
-
<span class="illustrationID">agility-onboarding-nobg-light</span>
|
|
648
|
-
</div>
|
|
649
|
-
<div>
|
|
650
|
-
<img class="illustration-dashboards-agility-late-task-nobg-light"></i>
|
|
651
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
652
|
-
<span class="illustrationID">agility-late-task-nobg-light</span>
|
|
653
|
-
</div>
|
|
654
|
-
<div>
|
|
655
|
-
<img class="illustration-dashboards-agility-analysis-nobg-light"></i>
|
|
656
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
657
|
-
<span class="illustrationID">agility-analysis-nobg-light</span>
|
|
658
|
-
</div>
|
|
659
|
-
<div>
|
|
660
|
-
<img class="illustration-dashboards-agility-workflow-nobg-light"></i>
|
|
661
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
662
|
-
<span class="illustrationID">agility-workflow-nobg-light</span>
|
|
663
|
-
</div>
|
|
664
|
-
<div>
|
|
665
|
-
<img class="illustration-dashboards-agility-dependency-nobg-light"></i>
|
|
666
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
667
|
-
<span class="illustrationID">agility-dependency-nobg-light</span>
|
|
668
|
-
</div>
|
|
669
|
-
<div>
|
|
670
|
-
<img class="illustration-dashboards-agility-executive-nobg-light"></i>
|
|
671
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
672
|
-
<span class="illustrationID">agility-executive-nobg-light</span>
|
|
673
|
-
</div>
|
|
674
|
-
<div>
|
|
675
|
-
<img class="illustration-dashboards-agility-automation-nobg-light"></i>
|
|
676
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
677
|
-
<span class="illustrationID">agility-automation-nobg-light</span>
|
|
678
|
-
</div>
|
|
679
|
-
<div>
|
|
680
|
-
<img class="illustration-dashboards-agility-defect-nobg-light"></i>
|
|
681
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
682
|
-
<span class="illustrationID">agility-defect-nobg-light</span>
|
|
683
|
-
</div>
|
|
684
|
-
<div>
|
|
685
|
-
<img class="illustration-dashboards-agility-item-nobg-light"></i>
|
|
686
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
687
|
-
<span class="illustrationID">agility-item-nobg-light</span>
|
|
688
|
-
</div>
|
|
689
|
-
|
|
690
|
-
<!-- light nobg dashboards digitalai illustrations -->
|
|
691
|
-
<div>
|
|
692
|
-
<img class="illustration-dashboards-digitalai-custom-nobg-light"></i>
|
|
693
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
694
|
-
<span class="illustrationID">digitalai-custom-nobg-light</span>
|
|
695
|
-
</div>
|
|
696
|
-
<div>
|
|
697
|
-
<img class="illustration-dashboards-digitalai-dora-nobg-light"></i>
|
|
698
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
699
|
-
<span class="illustrationID">digitalai-dora-nobg-light</span>
|
|
700
|
-
</div>
|
|
701
|
-
<div>
|
|
702
|
-
<img class="illustration-dashboards-digitalai-onboarding-nobg-light"></i>
|
|
703
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
704
|
-
<span class="illustrationID">digitalai-onboarding-nobg-light</span>
|
|
705
|
-
</div>
|
|
706
|
-
<div>
|
|
707
|
-
<img class="illustration-dashboards-digitalai-late-task-nobg-light"></i>
|
|
708
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
709
|
-
<span class="illustrationID">digitalai-late-task-nobg-light</span>
|
|
710
|
-
</div>
|
|
711
|
-
<div>
|
|
712
|
-
<img class="illustration-dashboards-digitalai-analysis-nobg-light"></i>
|
|
713
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
714
|
-
<span class="illustrationID">digitalai-analysis-nobg-light</span>
|
|
715
|
-
</div>
|
|
716
|
-
<div>
|
|
717
|
-
<img class="illustration-dashboards-digitalai-workflow-nobg-light"></i>
|
|
718
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
719
|
-
<span class="illustrationID">digitalai-workflow-nobg-light</span>
|
|
720
|
-
</div>
|
|
721
|
-
<div>
|
|
722
|
-
<img class="illustration-dashboards-digitalai-dependency-nobg-light"></i>
|
|
723
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
724
|
-
<span class="illustrationID">digitalai-dependency-nobg-light</span>
|
|
725
|
-
</div>
|
|
726
|
-
<div>
|
|
727
|
-
<img class="illustration-dashboards-digitalai-executive-nobg-light"></i>
|
|
728
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
729
|
-
<span class="illustrationID">digitalai-executive-nobg-light</span>
|
|
730
|
-
</div>
|
|
731
|
-
<div>
|
|
732
|
-
<img class="illustration-dashboards-digitalai-automation-nobg-light"></i>
|
|
733
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
734
|
-
<span class="illustrationID">digitalai-automation-nobg-light</span>
|
|
735
|
-
</div>
|
|
736
|
-
<div>
|
|
737
|
-
<img class="illustration-dashboards-digitalai-defect-nobg-light"></i>
|
|
738
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
739
|
-
<span class="illustrationID">digitalai-defect-nobg-light</span>
|
|
740
|
-
</div>
|
|
741
|
-
<div>
|
|
742
|
-
<img class="illustration-dashboards-digitalai-item-nobg-light"></i>
|
|
743
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
744
|
-
<span class="illustrationID">digitalai-item-nobg-light</span>
|
|
745
|
-
</div>
|
|
746
|
-
|
|
747
|
-
<!-- dark nobg dashboards agility illustrations -->
|
|
748
|
-
<div>
|
|
749
|
-
<img class="illustration-dashboards-agility-custom-nobg-dark"></i>
|
|
750
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
751
|
-
<span class="illustrationID">agility-custom-nobg-dark</span>
|
|
752
|
-
</div>
|
|
753
|
-
<div>
|
|
754
|
-
<img class="illustration-dashboards-agility-dora-nobg-dark"></i>
|
|
755
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
756
|
-
<span class="illustrationID">agility-dora-agility-nobg-dark</span>
|
|
757
|
-
</div>
|
|
758
|
-
<div>
|
|
759
|
-
<img class="illustration-dashboards-agility-onboarding-nobg-dark"></i>
|
|
760
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
761
|
-
<span class="illustrationID">agility-onboarding-nobg-dark</span>
|
|
762
|
-
</div>
|
|
763
|
-
<div>
|
|
764
|
-
<img class="illustration-dashboards-agility-late-task-nobg-dark"></i>
|
|
765
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
766
|
-
<span class="illustrationID">agility-late-task-nobg-dark</span>
|
|
767
|
-
</div>
|
|
768
|
-
<div>
|
|
769
|
-
<img class="illustration-dashboards-agility-analysis-nobg-dark"></i>
|
|
770
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
771
|
-
<span class="illustrationID">agility-analysis-nobg-dark</span>
|
|
772
|
-
</div>
|
|
773
|
-
<div>
|
|
774
|
-
<img class="illustration-dashboards-agility-workflow-nobg-dark"></i>
|
|
775
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
776
|
-
<span class="illustrationID">agility-workflow-nobg-dark</span>
|
|
777
|
-
</div>
|
|
778
|
-
<div>
|
|
779
|
-
<img class="illustration-dashboards-agility-dependency-nobg-dark"></i>
|
|
780
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
781
|
-
<span class="illustrationID">agility-dependency-nobg-dark</span>
|
|
782
|
-
</div>
|
|
783
|
-
<div>
|
|
784
|
-
<img class="illustration-dashboards-agility-executive-nobg-dark"></i>
|
|
785
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
786
|
-
<span class="illustrationID">agility-executive-nobg-dark</span>
|
|
787
|
-
</div>
|
|
788
|
-
<div>
|
|
789
|
-
<img class="illustration-dashboards-agility-automation-nobg-dark"></i>
|
|
790
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
791
|
-
<span class="illustrationID">agility-automation-nobg-dark</span>
|
|
792
|
-
</div>
|
|
793
|
-
<div>
|
|
794
|
-
<img class="illustration-dashboards-agility-defect-nobg-dark"></i>
|
|
795
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
796
|
-
<span class="illustrationID">agility-defect-nobg-dark</span>
|
|
797
|
-
</div>
|
|
798
|
-
<div>
|
|
799
|
-
<img class="illustration-dashboards-agility-item-nobg-dark"></i>
|
|
800
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
801
|
-
<span class="illustrationID">agility-item-nobg-dark</span>
|
|
802
|
-
</div>
|
|
803
|
-
|
|
804
|
-
<!-- dark nobg dashboards digitalai illustrations -->
|
|
805
|
-
<div>
|
|
806
|
-
<img class="illustration-dashboards-digitalai-custom-nobg-dark"></i>
|
|
807
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
808
|
-
<span class="illustrationID">digitalai-custom-nobg-dark</span>
|
|
809
|
-
</div>
|
|
810
|
-
<div>
|
|
811
|
-
<img class="illustration-dashboards-digitalai-dora-nobg-dark"></i>
|
|
812
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
813
|
-
<span class="illustrationID">digitalai-dora-nobg-dark</span>
|
|
814
|
-
</div>
|
|
815
|
-
<div>
|
|
816
|
-
<img class="illustration-dashboards-digitalai-onboarding-nobg-dark"></i>
|
|
817
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
818
|
-
<span class="illustrationID">digitalai-onboarding-nobg-dark</span>
|
|
819
|
-
</div>
|
|
820
|
-
<div>
|
|
821
|
-
<img class="illustration-dashboards-digitalai-late-task-nobg-dark"></i>
|
|
822
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
823
|
-
<span class="illustrationID">digitalai-late-task-nobg-dark</span>
|
|
824
|
-
</div>
|
|
825
|
-
<div>
|
|
826
|
-
<img class="illustration-dashboards-digitalai-analysis-nobg-dark"></i>
|
|
827
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
828
|
-
<span class="illustrationID">digitalai-analysis-nobg-dark</span>
|
|
829
|
-
</div>
|
|
830
|
-
<div>
|
|
831
|
-
<img class="illustration-dashboards-digitalai-workflow-nobg-dark"></i>
|
|
832
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
833
|
-
<span class="illustrationID">digitalai-workflow-nobg-dark</span>
|
|
834
|
-
</div>
|
|
835
|
-
<div>
|
|
836
|
-
<img class="illustration-dashboards-digitalai-dependency-nobg-dark"></i>
|
|
837
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
838
|
-
<span class="illustrationID">digitalai-dependency-nobg-dark</span>
|
|
839
|
-
</div>
|
|
840
|
-
<div>
|
|
841
|
-
<img class="illustration-dashboards-digitalai-executive-nobg-dark"></i>
|
|
842
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
843
|
-
<span class="illustrationID">digitalai-executive-nobg-dark</span>
|
|
844
|
-
</div>
|
|
845
|
-
<div>
|
|
846
|
-
<img class="illustration-dashboards-digitalai-automation-nobg-dark"></i>
|
|
847
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
848
|
-
<span class="illustrationID">digitalai-automation-nobg-dark</span>
|
|
849
|
-
</div>
|
|
850
|
-
<div>
|
|
851
|
-
<img class="illustration-dashboards-digitalai-defect-nobg-dark"></i>
|
|
852
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
853
|
-
<span class="illustrationID">digitalai-defect-nobg-dark</span>
|
|
854
|
-
</div>
|
|
855
|
-
<div>
|
|
856
|
-
<img class="illustration-dashboards-digitalai-item-nobg-dark"></i>
|
|
857
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
858
|
-
<span class="illustrationID">digitalai-item-nobg-dark</span>
|
|
859
|
-
</div>
|
|
860
|
-
|
|
861
|
-
<!-- light ux agility illustrations -->
|
|
862
|
-
<div class="container">
|
|
863
|
-
<img class="illustration-agility-ux-community-light"></i>
|
|
864
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
865
|
-
<span class="illustrationID">agility-ux-community-light</span>
|
|
866
|
-
</div>
|
|
867
|
-
<div class="container">
|
|
868
|
-
<img class="illustration-agility-ux-goal-light"></i>
|
|
869
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
870
|
-
<span class="illustrationID">agility-ux-goal-light</span>
|
|
871
|
-
</div>
|
|
872
|
-
<div class="container">
|
|
873
|
-
<img class="illustration-agility-ux-launch-light"></i>
|
|
874
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
875
|
-
<span class="illustrationID">agility-ux-launch-light</span>
|
|
876
|
-
</div>
|
|
877
|
-
<div class="container">
|
|
878
|
-
<img class="illustration-agility-ux-objective-light"></i>
|
|
879
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
880
|
-
<span class="illustrationID">agility-ux-objective-light</span>
|
|
881
|
-
</div>
|
|
882
|
-
<div class="container">
|
|
883
|
-
<img class="illustration-agility-ux-paper-light"></i>
|
|
884
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
885
|
-
<span class="illustrationID">agility-ux-paper-light</span>
|
|
886
|
-
</div>
|
|
887
|
-
<div class="container">
|
|
888
|
-
<img class="illustration-agility-ux-update-light"></i>
|
|
889
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
890
|
-
<span class="illustrationID">agility-ux-update-light</span>
|
|
891
|
-
</div>
|
|
892
|
-
|
|
893
|
-
<!-- dark ux agility illustrations -->
|
|
894
|
-
<div class="container">
|
|
895
|
-
<img class="illustration-agility-ux-community-dark"></i>
|
|
896
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
897
|
-
<span class="illustrationID">agility-ux-community-dark</span>
|
|
898
|
-
</div>
|
|
899
|
-
<div class="container">
|
|
900
|
-
<img class="illustration-agility-ux-goal-dark"></i>
|
|
901
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
902
|
-
<span class="illustrationID">agility-ux-goal-dark</span>
|
|
903
|
-
</div>
|
|
904
|
-
<div class="container">
|
|
905
|
-
<img class="illustration-agility-ux-launch-dark"></i>
|
|
906
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
907
|
-
<span class="illustrationID">agility-ux-launch-dark</span>
|
|
908
|
-
</div>
|
|
909
|
-
<div class="container">
|
|
910
|
-
<img class="illustration-agility-ux-objective-dark"></i>
|
|
911
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
912
|
-
<span class="illustrationID">agility-ux-objective-dark</span>
|
|
913
|
-
</div>
|
|
914
|
-
<div class="container">
|
|
915
|
-
<img class="illustration-agility-ux-paper-dark"></i>
|
|
916
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
917
|
-
<span class="illustrationID">agility-ux-paper-dark</span>
|
|
918
|
-
</div>
|
|
919
|
-
<div class="container">
|
|
920
|
-
<img class="illustration-agility-ux-update-dark"></i>
|
|
921
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
922
|
-
<span class="illustrationID">agility-ux-update-dark</span>
|
|
923
|
-
</div>
|
|
924
|
-
|
|
925
|
-
<!-- light ux digitalai illustrations -->
|
|
926
|
-
<div class="container">
|
|
927
|
-
<img class="illustration-digitalai-ux-community-light"></i>
|
|
928
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
929
|
-
<span class="illustrationID">digitalai-ux-community-light</span>
|
|
930
|
-
</div>
|
|
931
|
-
<div class="container">
|
|
932
|
-
<img class="illustration-digitalai-ux-goal-light"></i>
|
|
933
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
934
|
-
<span class="illustrationID">digitalai-ux-goal-light</span>
|
|
935
|
-
</div>
|
|
936
|
-
<div class="container">
|
|
937
|
-
<img class="illustration-digitalai-ux-launch-light"></i>
|
|
938
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
939
|
-
<span class="illustrationID">digitalai-ux-launch-light</span>
|
|
940
|
-
</div>
|
|
941
|
-
<div class="container">
|
|
942
|
-
<img class="illustration-digitalai-ux-objective-light"></i>
|
|
943
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
944
|
-
<span class="illustrationID">digitalai-ux-objective-light</span>
|
|
945
|
-
</div>
|
|
946
|
-
<div class="container">
|
|
947
|
-
<img class="illustration-digitalai-ux-paper-light"></i>
|
|
948
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
949
|
-
<span class="illustrationID">digitalai-ux-paper-light</span>
|
|
950
|
-
</div>
|
|
951
|
-
<div class="container">
|
|
952
|
-
<img class="illustration-digitalai-ux-update-light"></i>
|
|
953
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
954
|
-
<span class="illustrationID">digitalai-ux-update-light</span>
|
|
955
|
-
</div>
|
|
956
|
-
|
|
957
|
-
<!-- dark ux digitalai illustrations -->
|
|
958
|
-
<div class="container">
|
|
959
|
-
<img class="illustration-digitalai-ux-community-dark"></i>
|
|
960
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
961
|
-
<span class="illustrationID">digitalai-ux-community-dark</span>
|
|
962
|
-
</div>
|
|
963
|
-
<div class="container">
|
|
964
|
-
<img class="illustration-digitalai-ux-goal-dark"></i>
|
|
965
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
966
|
-
<span class="illustrationID">digitalai-ux-goal-dark</span>
|
|
967
|
-
</div>
|
|
968
|
-
<div class="container">
|
|
969
|
-
<img class="illustration-digitalai-ux-launch-dark"></i>
|
|
970
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
971
|
-
<span class="illustrationID">digitalai-ux-launch-dark</span>
|
|
972
|
-
</div>
|
|
973
|
-
<div class="container">
|
|
974
|
-
<img class="illustration-digitalai-ux-objective-dark"></i>
|
|
975
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
976
|
-
<span class="illustrationID">digitalai-ux-objective-dark</span>
|
|
977
|
-
</div>
|
|
978
|
-
<div class="container">
|
|
979
|
-
<img class="illustration-digitalai-ux-paper-dark"></i>
|
|
980
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
981
|
-
<span class="illustrationID">digitalai-ux-paper-dark</span>
|
|
982
|
-
</div>
|
|
983
|
-
<div class="container">
|
|
984
|
-
<img class="illustration-digitalai-ux-update-dark"></i>
|
|
985
|
-
<button class="button" onclick="copyText(this)">Copy ID</button>
|
|
986
|
-
<span class="illustrationID">digitalai-ux-update-dark</span>
|
|
987
|
-
</div>
|
|
988
|
-
</div>
|
|
989
|
-
</body>
|
|
990
|
-
</html>
|
|
991
|
-
|