-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
451 lines (362 loc) · 17.3 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
<!DOCTYPE html>
<html lang="en-US" prefix="og: http://ogp.me/ns#">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- v18 basic meta -->
<meta name="geo.country" content="ZZ" />
<meta name="dcterms.rights" content="� Copyright IBM Corp. 2020" />
<meta name="dcterms.date" content="2020-07-18" />
<meta name="robots" content="index, follow" />
<!-- Favicon -->
<link id="favicon"
rel="shortcut icon"
type="image/x-icon"
href="wp-content/IMS_logo_small.png">
<!-- Pageittle -->
<title>IBM Z AIOPs Training</title>
<!-- Description Meta -->
<meta name="description" content="Welcome to IBM Z AIOPs Training! "/>
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:description" content="Welcome to IBM Z AIOPs Training!" />
<meta property="og:url" content="imsdev.github.io" />
<meta property="og:image:width" content="309" />
<meta property="og:image:height" content="309" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="Welcome to IBM Z AIOPs Training!" />
<!-- Sheets -->
<link rel='stylesheet' id='gdpr-css' href='wp-content/plugins/gdpr/assets/css/gdpr-public.css' type='text/css' media='all' />
<link rel='stylesheet' id='tab-styles-css' href='wp-content/plugins/projectnext-shortcodes/tab-styles.css' type='text/css' media='all' />
<link rel='stylesheet' id='h5p-plugin-styles-css' href='wp-content/plugins/h5p/h5p-php-library/styles/h5p.css' type='text/css' media='all' />
<link rel='stylesheet' id='dwboomer-style-css' href='wp-content/themes/boomer-v18/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='dashicons-css' href='wp-includes/css/dashicons.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='pagepost_css-css' href='wp-content/themes/boomer-v18/css/pagepost.css' type='text/css' media='all' />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="wp-includes/css/nav.css">
<link rel="stylesheet" href="wp-includes/css/dropnav.css">
<link rel='stylesheet' href='wp-includes/css/www.css' type='text/css' media='all' />
<link rel="stylesheet" type="text/css" href="wp-includes/css/pure.css">
<link href="wp-includes/css/grid-fluid.css" rel="stylesheet">
<link href="wp-includes/css/tables.css" rel="stylesheet">
<!-- Additional styling for content after navigation -->
<link rel="stylesheet" type="text/css" href="wp-includes/css/pure.css">
<link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css">
<link rel="stylesheet" type="text/css" href="wp-includes/css/homepage.css">
<script src="wp-includes/js/jquery.min.js"></script>
<!-- TipueSearch -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_content.js"></script>
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_set.js"></script>
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch.min.js"></script>
<!-- delayed search -->
<script src="jekyll-tipue-search/assets/tipuesearch/delayedsearch.js"></script>
<!-- Hotjar Tracking Code for Badge program -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:3880866,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<!-- MASTHEAD_SITENAV_BEGIN -->
<body id="ibm-com" class="ibm-com ibm-type group-blog" style="background-color: #171717;">
<div class="ibm-landing-page" style="position: relative;background: #282828 !important;">
<a class="skip-link screen-reader-text" href="#main">Skip to content</a>
<div id="ibm-content-wrapper" class="sticky-nav">
<header role="banner" aria-labelledby="ibm-pagetitle-h1">
<!-- DROP NAV -->
<section class="p-menu1 ">
<nav id="navbar" class="navigation" role="navigation">
<!-- Header wrapper -->
<span class="sitename-wrap">
<a href="index.html" style="display: inline-block;float: left;">
<img src="wp-content/IMS_logo_small.png"
style="z-index:900;"
id="left-bar-brand"/>
</a>
<h4 style="line-height: 2;display: inline-block;">
IBM <b>Z AIOPS Training</b>
</h4>
</span>
<!-- == Header wrapper -->
</nav>
</section>
<!-- DROP NAV END -->
</div>
</header>
<div id="content" class="site-content">
<div class="content-area" id="content-area">
<article class="page type-page">
<div class="entry-content">
<div id="content" class="site-content">
<main class="zs-main pure-g">
<!-- Welcome banner -->
<div class="banner" style="height:auto;padding-top:20px;">
<section id="intro-section" class="zs-section" style="margin-top:-60px;margin-bottom:-35px;">
<!-- Splash section container -->
<div>
<!-- Banner splash text and buttons -->
<div class="pure-u-1 pure-u-md-18-24 pure-u-lg-12-24" style="float:left;margin-left:30px;margin-top: 50px;color: #78A9FF !important;">
<div id="intro-info" class="pure-u-1">
<h1 class="pure-u-4-6 pure-u-lg-2-3" style="color:white;display:inline-block;">Z AIOps <b>Training</b></h1>
<p style="color:white" class="zs-margin-section pure-u-5-6 pure-u-lg-4-5">
Welcome to IBM Z AIOps Training
<br><br>
Building skills is an investment in your future. IBM Z AIOps Training is your source for quality training.
<div class="pure-u-1">
</div>
</div>
</div>
</div>
<!-- Banner vid preview container -->
<div class="pure-u-1 pure-u-lg-11-24">
<!-- Video window -->
<div style="margin-top: 30px;position: relative;" class="vid-margin">
<a href="https://mediacenter.ibm.com/media/AIOps+on+IBM+zSystems+Overview/1_2z3wdx7c"
style="width: 100%;" target="_blank" rel="noopener noreferrer" style="width: 100%;">
<img src="wp-content/aiops-intro.png"
style="height: 100% !important;max-height: 300px !important;max-width: 590px !important;"></img>
</a>
</div>
</div>
</section>
</main>
</div>
<!-- =========================== Innovate =========================== -->
<div class="zs-gray-section white-bg" style="margin-bottom: -40px; width:100%">
<section class="pure-g zs-section">
<!--Section Header-->
<div class="pure-u-lg-6-24 pure-u-1 pure-u-sm-1 pure-u-md-1 ibm-padding-bottom-1">
<div>
<h2>Badges</h2>
<p class="pure-u-lg-7-8 pure-u-1" style="font-size: 14pt;">Earn badges via self-paced digital courses. </p>
</div>
</div>
<div class="pure-u-lg-2-24" style="margin-left:-21px;"></div>
<!-- Innovate cards -->
<div class="pure-u-lg-16-24 pure-u-1" style="text-align:center;">
<div style="display:inline-block;">
<!-- Enforce a 2x2 -->
<!-- INFO: will need to be fixed by making two blocks that stack to preserve alph order & margins -->
<div class="pure-g">
<!-- <div class="pure-u-sm-1 pure-u-md-1 pure-u-lg-1-2" style="display:inline-block !important;"> -->
<div class="pure-u-1 pure-u-md-11-24 pure-u-lg-11-24 ibm-left ">
<!-- <a href="ims-devops.html" target="_blank" rel="noopener noreferrer"> -->
<div class="ibm-card__content" style="flex: 0 100%; height: 100%; position: relative;">
<h3 style="text-align:left;color: black;">IBM Z APM Connect</h3>
<p>
Learn the features and components, typical user scenarios, the supported transaction tracking, and the required deployment.
</p>
<a href="https://learn.ibm.com/course/view.php?id=10674" target="_blank">Take the course</a>
</div>
<!-- </a> -->
</div>
<div class="pure-u-1 pure-u-md-11-24 pure-u-lg-11-24 ibm-left ">
<!-- <a href="ims-devops.html" target="_blank" rel="noopener noreferrer"> -->
<div class="ibm-card__content" style="flex: 0 100%; height: 100%; position: relative;">
<h3 style="text-align:left;color: black;">IBM Z ChatOps</h3>
<p>
Learn what Z ChatOps is, how to plan for the environment, and how to use IBM Z ChatOps.
</p>
<a href="https://yourlearning.ibm.com/activity/ITS-DL006019G" target="_blank">Take the course</a>
</div>
<!-- </a> -->
</div>
<!-- ZLDA -->
<div class="pure-u-1 pure-u-md-11-24 pure-u-lg-11-24 ibm-left ">
<!-- <a href="https://www.ibm.com/support/knowledgecenter/SS4SVW_3.0.0/overview/why-zosconnect.html" target="_blank" rel="noopener noreferrer"> -->
<div class="ibm-card__content" style="flex: 0 100%; height: 100%; position: relative;">
<h3 style="text-align:left;color: black;">IBM Z Operational Log<br /> and Data Analytics</h3>
<p>
Learn the product overview, architecture, end-to-end deployment, and use cases of the product.
</p>
<a href="https://learn.ibm.com/course/view.php?id=12017" target="_blank">Take the course</a>
</div>
<!-- </a> -->
</div>
<!-- Automation -->
<div class="pure-u-1 pure-u-md-11-24 pure-u-lg-11-24 ibm-left ">
<!-- <a href="ims-devops.html" target="_blank" rel="noopener noreferrer"> -->
<div class="ibm-card__content" style="flex: 0 100%; height: 100%; position: relative;">
<h3 style="text-align:left;color: black;">IBM Z System Automation <br /><br /> </h3>
<p>
Learn the integration components to integrate System Automation operations with IT operation and management tools.
</p>
<a href="https://learn.ibm.com/course/view.php?id=12794" target="_blank">Take the course</a>
</div>
<!-- </a> -->
</div>
<!-- </div> -->
<!-- 2nd 2x2 block -->
<!-- <div style="display:inline-block !important;" class="pure-u-sm-1 pure-u-md-1 pure-u-lg-1-2"> -->
<div class="pure-u-1 pure-u-md-11-24 pure-u-lg-11-24 ibm-left ">
<!-- <a href="ims-devops.html" target="_blank" rel="noopener noreferrer"> -->
<div class="ibm-card__content" style="flex: 0 100%; height: 100%; position: relative;">
<h3 style="text-align:left;color: black;">Product name</h3>
<p>
xxxx
</p>
<a href="xxx" target="_blank">Take the course</a>
</div>
<!-- </a> -->
</div>
<div class="pure-u-1 pure-u-md-11-24 pure-u-lg-11-24 ibm-left ">
<!-- <a href="ims-devops.html" target="_blank" rel="noopener noreferrer"> -->
<div class="ibm-card__content" style="flex: 0 100%; height: 100%; position: relative;">
<h3 style="text-align:left;color: black;">Product name</h3>
<p>
xxxx
</p>
<a href="xxx" target="_blank">Take the course</a>
</div>
<!-- </a> -->
</div>
</div>
</div>
</div>
</section>
</div>
<!-- =========================== Engage / Programs =========================== -->
<!-- Parallax BG needs specification here to override styles -->
<div class="zs-gray-section ibm-background-white-core imsc-learn-section pure-g"
style="background-image: url(wp-content/BG02.png) !important;width:100%">
<section class="zs-section" style="margin-bottom: -50px;">
<!--Header -->
<div class="pure-u-1 pure-u-sm-1 pure-u-lg-6-24 ibm-padding-bottom-1">
<h2>Resources</h2>
<p style="font-size: 14pt;">Build your skills through videos and other resources.</p>
</div>
<div class="pure-u-lg-2-24"></div>
<!-- Engage cards container -->
<div class="pure-u-lg-16-24 pure-u-1">
<div class="pure-g" style="display:inline-block;">
<!-- Gold -->
<div class="pure-u-1 pure-u-sm-1 pure-u-lg-8-24" style="padding-right: 2.5em;padding-bottom:3em;">
<img class="ims-card-icon" src="wp-content/Icon_02_IMS MakerspacePage.svg">
<div>
<h3>Marketplace</h3>
<p>Get an overview and explore best practices for taking a hybrid approach to AIOps for IBM Z.
</p>
<a href="https://www.ibm.com/z/aiops" target="_blank" style="color: #78A9FF !important;">Learn more</a>
</div>
</div>
<!-- Makerspace -->
<div class="pure-u-1 pure-u-sm-1 pure-u-lg-8-24" style="padding-right: 2.5em;padding-bottom:3em;">
<img class="ims-card-icon" src="wp-content/Icon_Homepage_ms_bulb.svg">
<div>
<h3>Docs</h3>
<p>Search in IBM Documentation to get details on product installation, configuration, and use cases.
</p>
<a href="https://www.ibm.com/docs/en" target="_blank" style="color: #78A9FF !important;">Learn more</a>
</div>
</div>
<!-- Blogs -->
<div class="pure-u-1 pure-u-sm-1 pure-u-lg-8-24" style="padding-right: 2.5em;padding-bottom:3em;">
<img class="ims-card-icon" src="wp-content/Icon_Blog_White.svg">
<div>
<h3>Community</h3>
<p>
Join the IBM Z AIOps Community and get updates on events, blogs, videos, and more.</a>
</p>
<a target="_blank" rel="noopener noreferrer" style="color: #78A9FF !important;"
href="https://community.ibm.com/community/user/ibmz-and-linuxone/groups/public?CommunityKey=23ea7a1f-d5b7-4b57-bd89-2ea575cc559c" target="_blank">
Learn more →</a>
</div>
</div>
</div>
</div>
</section>
</div>
</section>
</div>
<!-- =========================== Learn / Education =========================== -->
<div class="zs-gray-section white-bg2" style="margin-bottom: -50px;">
<section class="zs-section">
<!--Header -->
<div class="pure-u-1 pure-u-sm-1 pure-u-lg-6-24 ibm-padding-bottom-1">
<h2>xxx</h2>
<p style="font-size: 14pt;">xxx</p>
</div>
<div class="pure-u-lg-2-24" style="margin-right: -22px;"></div>
<!-- Selection container -->
<div class="pure-u-lg-16-24 pure-u-1">
<div class="pure-g" style="display:inline-block;">
<!-- IBM Videos -->
<div class="pure-u-1 pure-u-sm-1 pure-u-lg-8-24" style="padding-right: 2.5em;margin-bottom:3em;">
<div style="padding: 15px;">
<img src="wp-content/Icon_Banner_IMS VideosPage.svg" alt="Information booklet icon" style="margin-bottom:15px;height: 30px;">
<h3 style="color: black;">xxx</h3>
<p>xxx
</p>
<a href="ims-videos.html" style="">Learn more</a>
</div>
</div>
<!-- Skills Launchpad -->
<div class="pure-u-1 pure-u-sm-1 pure-u-lg-8-24" style="padding-right: 2.5em;margin-bottom:3em;">
<div style="padding: 15px;">
<img src="wp-content/Icon_Banner_IMS CoursesPage.svg" alt="Information booklet icon" style="margin-bottom:15px;height: 30px;">
<h3 style="color: black;">xxx</h3>
<p>xxx
</p>
<a href="ims-education.html" >Learn more</a>
</div>
</div>
<!-- IBM GitHub -->
<div class="pure-u-1 pure-u-sm-1 pure-u-lg-8-24" style="padding-right: 2.5em;margin-bottom:3em;">
<div style="padding: 15px;">
<img src="wp-content/Icon_Homepage_IMS GitHub.svg" alt="Information booklet icon" style="margin-bottom:15px;height: 30px;">
<h3 style="color: black;">xxx</h3>
<p>xxx
</p>
<a href="ims-repos.html" >Learn more</a>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- =========================== Doc / Support =========================== -->
<div class="zs-gray-section ibm-background-white-core" style="color:white;background-color:#2c2c2c;">
<section class="zs-section" style="padding-bottom: 2em !important;">
<!--Header -->
<div class="pure-u-1 pure-u-sm-1 pure-u-lg-6-24 ibm-padding-bottom-1">
<h2>Contact us</h2>
</div>
<div class="pure-u-lg-1-24" style="margin-right: -22px;"></div>
<!-- Selection container -->
<div class="pure-u-lg-16-24 pure-u-1">
<div class="pure-g" style="display:inline-block;margin-left:20px;">
<!-- Get help -->
<div class="pure-u-1 pure-u-sm-1" style="padding-right: 2.5em;padding-left: 1em;margin-bottom:3em;">
<div class="pure-u-1-24">
<img class="ims-card-icon" src="wp-content/Icon_Homepage_Get help.svg">
</div>
<div class="pure-u-18-24">
<h3 style="color: white;">Get help</h3>
<p>If you have any questions or inquiries regarding the IBM Z AIOps training, please feel free to contact the <a href="mailto:dingmin@cn.ibm.com">Z AIOps content design team</a>.
</p>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- =========================== Additional Support / Footer links =========================== -->
</div>
</div><!-- #content -->
</div><!-- end of ibm-content-wrapper -->
</div><!-- #page -->
<!-- Search box functions -->
<script src="jekyll-tipue-search/assets/tipuesearch/searchBox.js"></script>
<!-- post-load actions/listeners -->
<script src="jekyll-tipue-search/assets/tipuesearch/postLoad.js"></script>
</body>
</html>