Skip to content

Commit eeb3575

Browse files
committed
Merge branch 'master' into 102-ims-arcade
2 parents bab4ccf + c40cf83 commit eeb3575

File tree

9 files changed

+970
-608
lines changed

9 files changed

+970
-608
lines changed

ims-education.html

Lines changed: 38 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -110,19 +110,16 @@
110110
<body>
111111
<nav-header></nav-header>
112112

113-
<main id="content" class="main-content">
114-
<!-- =========================== Hero =========================== -->
115-
<hero-section
116-
name="IMS courses"
117-
image="wp-content/icons/icon_bookmark.svg"
118-
section="Learn"
119-
desc="<p>Get comprehensive IMS™ education by taking these self-paced and instructor-led courses.</p><p style='font-weight: 300;'>You can also earn a digital badge!</p>"
120-
linktext="Sign up for an IBM ID →"
121-
link="https://login.ibm.com/authsvc/mtfim/sps/authsvc?PolicyId=urn:ibm:security:authentication:asf:basicldapuser&Target=https%3A%2F%2Flogin.ibm.com%2Foidc%2Fendpoint%2Fdefault%2Fauthorize%3FqsId%3D9fe3fe66-c22f-4c7b-8e5d-01dfc0e8defa%26client_id%3DMyIBMDallasProdCI"
122-
highlight="IMS High Availability Large Database (HALDB) live course"
123-
highlightsub="Register today!"
124-
highlightlink="#ims-haldb-nov-2025"
125-
></hero-section>
113+
<main id="content" class="main-content">
114+
<!-- =========================== Hero =========================== -->
115+
<hero-section
116+
name="IMS courses"
117+
image="wp-content/icons/icon_bookmark.svg"
118+
section="Learn"
119+
desc="<p>Get comprehensive IMS™ education by taking these self-paced and instructor-led courses.</p><p style='font-weight: 300;'>You can also earn a digital badge!</p>"
120+
linktext="Sign up for an IBM ID →"
121+
link="https://login.ibm.com/authsvc/mtfim/sps/authsvc?PolicyId=urn:ibm:security:authentication:asf:basicldapuser&Target=https%3A%2F%2Flogin.ibm.com%2Foidc%2Fendpoint%2Fdefault%2Fauthorize%3FqsId%3D9fe3fe66-c22f-4c7b-8e5d-01dfc0e8defa%26client_id%3DMyIBMDallasProdCI"
122+
></hero-section>
126123

127124
<!-- =========================== Jump links =========================== -->
128125
<jump-links
@@ -503,43 +500,34 @@
503500
</course-card>
504501
</section>
505502

506-
<!-- =========================== Courses - Instructor-led =========================== -->
507-
<section id="instructor-led" class="white-bg pure-g">
508-
<div class="pure-u-1">
509-
<div><h2>Instructor-led</h2></div>
510-
<!-- <p>No instructor-led classes are scheduled at this time. Please check back in the coming weeks for class offerings.</p> -->
511-
<p>
512-
For more information about the live class format, see the upcoming
513-
events on the
514-
<a
515-
href="https://community.ibm.com/community/user/ibmz-and-linuxone/groups/public?CommunityKey=eba3ada3-db89-4dca-9154-328195f5e560"
516-
target="_blank"
517-
rel="noopener noreferrer"
518-
>IMS Community page.</a
519-
>
520-
</p>
521-
</div>
522-
523-
<!-- IMS Fundamentals, April Session -->
524-
<course-card
525-
id="ims-haldb-nov-2025"
526-
name="IMS High Availability Large Database (HALDB)"
527-
session="November 2025 session"
528-
desc="Learn how to design, implement, maintain, troubleshoot, and recover IMS HALDBs."
529-
imgsrc="wp-content/icons/icon_education.svg"
530-
selfpaced="false"
531-
level="Intermediate"
532-
cost="None"
533-
badge="Yes"
534-
time="4 days"
535-
start="Nov 10"
536-
end="Nov 13"
537-
registerlink="https://www.ibm.com/it-infrastructure/us-en/resources/campaignmail/z/ims/eventsignup.html"
538-
link="http://public.dhe.ibm.com/software/data/sw-library/ims/usergroups/IMS_Events_List.pdf"
539-
class="pure-u-1"
540-
>
541-
</course-card>
542-
</section>
503+
<!-- =========================== Courses - Instructor-led =========================== -->
504+
<section id="instructor-led" class="white-bg pure-g">
505+
<div class="pure-u-1">
506+
<div><h2>Instructor-led</h2></div>
507+
<p>No instructor-led classes are scheduled at this time. Please check back in the coming weeks for class offerings.</p>
508+
<p>For more information about the live class format, see the upcoming events on the <a href="https://community.ibm.com/community/user/ibmz-and-linuxone/groups/public?CommunityKey=eba3ada3-db89-4dca-9154-328195f5e560" target="_blank" rel="noopener noreferrer">IMS Community page.</a></p>
509+
</div>
510+
511+
<!-- IMS Fundamentals, April Session -->
512+
<!-- <course-card
513+
id="ims-haldb-nov-2025"
514+
name="IMS High Availability Large Database (HALDB)"
515+
session="November 2025 session"
516+
desc="Learn how to design, implement, maintain, troubleshoot, and recover IMS HALDBs."
517+
imgsrc="wp-content/icons/icon_education.svg"
518+
selfpaced="false"
519+
level="Intermediate"
520+
cost="None"
521+
badge="Yes"
522+
time="4 days"
523+
start="Nov 10"
524+
end="Nov 13"
525+
registerlink="https://www.ibm.com/it-infrastructure/us-en/resources/campaignmail/z/ims/eventsignup.html"
526+
link="http://public.dhe.ibm.com/software/data/sw-library/ims/usergroups/IMS_Events_List.pdf"
527+
class="pure-u-1"
528+
>
529+
</course-card> -->
530+
</section>
543531

544532
<!-- =========================== FAQs =========================== -->
545533
<section id="faqs" class="light-gray-bg pure-g">

ims-repos.html

Lines changed: 155 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -1,123 +1,172 @@
1-
<html lang="en" style="padding-top:0px !important;padding-bottom: 0px !important;">
2-
3-
<head>
4-
<!-- Basic meta -->
5-
<meta charset="UTF-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1">
1+
<html
2+
lang="en"
3+
style="padding-top: 0px !important; padding-bottom: 0px !important"
4+
>
5+
<head>
6+
<!-- Basic meta -->
7+
<meta charset="UTF-8" />
8+
<meta name="viewport" content="width=device-width, initial-scale=1" />
79
<meta name="geo.country" content="ZZ" />
810
<meta name="dcterms.rights" content="� Copyright IBM Corp. 2020" />
911
<meta name="dcterms.date" content="2020-07-18" />
1012
<meta name="keywords" content="IMS Central, IMS Developer, IMS" />
1113
<meta name="robots" content="index, follow" />
12-
13-
<!-- Favicon -->
14-
<link id="favicon"
15-
rel="shortcut icon"
16-
type="image/x-icon"
17-
href="wp-content/IMS_logo_small.png">
18-
19-
<!-- Page title -->
20-
<title>IMS Repos</title>
21-
22-
<!-- Meta for social media -->
23-
<link rel="canonical" href="ims-docs.html" />
24-
<meta property="og:locale" content="en_US" />
25-
<meta property="og:type" content="article" />
26-
<meta property="og:title" content="IMS Repos" />
27-
<meta property="og:description" content="IMS Repos" />
28-
<meta property="og:url" content="http://www/imsdev.github.io/ims-repos.html" />
29-
<meta property="og:site_name" content="IMS Central" />
30-
<meta property="og:image" content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png" />
31-
<meta name="twitter:card" content="summary" />
32-
<meta name="twitter:description" content="IMS Repos" />
33-
<meta name="twitter:title" content="IMS Repos" />
34-
<meta property="og:image" content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png" />
35-
36-
<!-- Sheets -->
37-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
38-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
39-
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
40-
<!-- Migrated stylesheets -->
41-
<link rel='stylesheet' id='dwboomer-style-css' href='wp-content/themes/boomer-v18/style.css' type='text/css' media='all' />
42-
<link rel='stylesheet' href='wp-includes/css/www.css' type='text/css' media='all' />
43-
<!-- Pure CSS -->
44-
<link href="wp-includes/css/grid-fluid.css" rel="stylesheet">
45-
<link rel="stylesheet" type="text/css" href="wp-includes/css/pure.css">
46-
<link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css">
47-
<!-- Custom CSS -->
48-
<link rel="stylesheet" href="wp-includes/css/nav.css">
49-
<link rel="stylesheet" href="wp-includes/css/dropnav.css">
50-
<link href="wp-includes/css/tables.css" rel="stylesheet">
51-
<link href="wp-includes/css/pages/repos.css" rel="stylesheet">
52-
<link href="wp-includes/css/custom.css" rel="stylesheet">
53-
<link rel="stylesheet" type="text/css" href="wp-includes/css/homepage.css">
5414

55-
<!-- Hotjar Tracking Code for ibm.com/demos & githhub -->
56-
<script>
57-
(function(h,o,t,j,a,r){
58-
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
59-
h._hjSettings={hjid:132193,hjsv:6};
60-
a=o.getElementsByTagName('head')[0];
61-
r=o.createElement('script');r.async=1;
62-
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
63-
a.appendChild(r);
64-
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
65-
</script>
15+
<!-- Favicon -->
16+
<link
17+
id="favicon"
18+
rel="shortcut icon"
19+
type="image/x-icon"
20+
href="wp-content/IMS_logo_small.png"
21+
/>
22+
23+
<!-- Page title -->
24+
<title>IMS Repos</title>
25+
26+
<!-- Meta for social media -->
27+
<link rel="canonical" href="ims-docs.html" />
28+
<meta property="og:locale" content="en_US" />
29+
<meta property="og:type" content="article" />
30+
<meta property="og:title" content="IMS Repos" />
31+
<meta property="og:description" content="IMS Repos" />
32+
<meta
33+
property="og:url"
34+
content="http://www/imsdev.github.io/ims-repos.html"
35+
/>
36+
<meta property="og:site_name" content="IMS Central" />
37+
<meta
38+
property="og:image"
39+
content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png"
40+
/>
41+
<meta name="twitter:card" content="summary" />
42+
<meta name="twitter:description" content="IMS Repos" />
43+
<meta name="twitter:title" content="IMS Repos" />
44+
<meta
45+
property="og:image"
46+
content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png"
47+
/>
48+
49+
<!-- Sheets -->
50+
<link
51+
rel="stylesheet"
52+
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
53+
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
54+
crossorigin="anonymous"
55+
/>
56+
<link
57+
rel="stylesheet"
58+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
59+
/>
60+
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css" />
61+
<!-- Migrated stylesheets -->
62+
<link
63+
rel="stylesheet"
64+
id="dwboomer-style-css"
65+
href="wp-content/themes/boomer-v18/style.css"
66+
type="text/css"
67+
media="all"
68+
/>
69+
<link
70+
rel="stylesheet"
71+
href="wp-includes/css/www.css"
72+
type="text/css"
73+
media="all"
74+
/>
75+
<!-- Pure CSS -->
76+
<link href="wp-includes/css/grid-fluid.css" rel="stylesheet" />
77+
<link rel="stylesheet" type="text/css" href="wp-includes/css/pure.css" />
78+
<link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css" />
79+
<!-- Custom CSS -->
80+
<link rel="stylesheet" href="wp-includes/css/nav.css" />
81+
<link rel="stylesheet" href="wp-includes/css/dropnav.css" />
82+
<link href="wp-includes/css/tables.css" rel="stylesheet" />
83+
<link href="wp-includes/css/pages/repos.css" rel="stylesheet" />
84+
<link href="wp-includes/css/custom.css" rel="stylesheet" />
85+
<link
86+
rel="stylesheet"
87+
type="text/css"
88+
href="wp-includes/css/homepage.css"
89+
/>
90+
<link rel="stylesheet" href="wp-includes/css/page.css" />
91+
92+
<!-- Hotjar Tracking Code for ibm.com/demos & githhub -->
93+
<script>
94+
(function (h, o, t, j, a, r) {
95+
h.hj =
96+
h.hj ||
97+
function () {
98+
(h.hj.q = h.hj.q || []).push(arguments);
99+
};
100+
h._hjSettings = { hjid: 132193, hjsv: 6 };
101+
a = o.getElementsByTagName("head")[0];
102+
r = o.createElement("script");
103+
r.async = 1;
104+
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
105+
a.appendChild(r);
106+
})(window, document, "https://static.hotjar.com/c/hotjar-", ".js?sv=");
107+
</script>
66108

67-
<!-- <script src="wp-includes/js/jquery.min.js"></script> -->
109+
<!-- <script src="wp-includes/js/jquery.min.js"></script> -->
68110

69-
<!-- TipueSearch -->
70-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
71-
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_content.js"></script>
72-
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_set.js"></script>
73-
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch.min.js"></script>
111+
<!-- TipueSearch -->
112+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
113+
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_content.js"></script>
114+
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_set.js"></script>
115+
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch.min.js"></script>
74116

75-
<!-- delayed search -->
76-
<script src="jekyll-tipue-search/assets/tipuesearch/delayedsearch.js"></script>
117+
<!-- delayed search -->
118+
<script src="jekyll-tipue-search/assets/tipuesearch/delayedsearch.js"></script>
77119

78-
<!-- Web components -->
79-
<script src="web-components/nav-header/nav-header.js" type="module"></script>
80-
<script src="web-components/hero-section/hero-section.js" type="module"></script>
81-
<script src="web-components/footer/footer.js" type="module"></script>
82-
</head>
120+
<!-- Web components -->
121+
<script
122+
src="web-components/nav-header/nav-header.js"
123+
type="module"
124+
></script>
125+
<script
126+
src="web-components/hero-section/hero-section.js"
127+
type="module"
128+
></script>
129+
<script src="web-components/footer/footer.js" type="module"></script>
130+
</head>
83131

84-
<!-- MASTHEAD_SITENAV_BEGIN -->
85-
<body id="ibm-com" class="ibm-com ibm-type">
86-
<nav-header></nav-header>
132+
<!-- MASTHEAD_SITENAV_BEGIN -->
133+
<body id="ibm-com" class="ibm-com ibm-type">
134+
<nav-header></nav-header>
87135

88-
<!-- Container -->
89-
<div id="content">
90-
<main id="main">
91-
<hero-section
92-
name="IMS on GitHub"
93-
image="wp-content/icons/icon_github.svg"
94-
section="Learn"
95-
desc="Accelerate your application development and deployment needs by using the samples provided in these repositories."
96-
linktext="IMS on GitHub →"
97-
link="https://github.com/imsdev"
98-
></hero-section>
99-
100-
<div class="zs-section repo-sec">
101-
<h2 id="section-title">Available repositories</h2>
102-
103-
<!-- Retrieving repositories -->
104-
<div class="container-fluid" id="github-projects"></div>
105-
</div>
106-
</main>
107-
</div>
136+
<main id="content" class="main-content">
137+
<hero-section
138+
name="IMS on GitHub"
139+
image="wp-content/icons/icon_github.svg"
140+
section="Learn"
141+
desc="Accelerate your application development and deployment needs by using the samples provided in these repositories."
142+
linktext="IMS on GitHub →"
143+
link="https://github.com/imsdev"
144+
></hero-section>
108145

109-
<!-- Footer -->
110-
<imscentral-footer></imscentral-footer>
146+
<section class="white-bg pure-g">
147+
<div class="pure-u-1 section-header">
148+
<h2>Available repositories</h2>
149+
</div>
150+
<div class="pure-g pure-g-pad-v">
151+
<div class="pure-u-1">
152+
<!-- Retrieving repositories -->
153+
<div id="github-projects"></div>
154+
</div>
155+
</div>
156+
</section>
157+
</main>
111158

112-
<!-- <script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script> -->
113-
<script src="wp-includes/js/git.js" type="text/javascript"></script>
159+
<!-- Footer -->
160+
<imscentral-footer></imscentral-footer>
114161

115-
<!-- loads repositories -->
116-
<script type="text/javascript">
117-
$(function() {
118-
$("#github-projects").loadRepositories("imsdev");
119-
});
120-
</script>
121-
</body>
162+
<!-- <script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script> -->
163+
<script src="wp-includes/js/git.js" type="text/javascript"></script>
122164

165+
<!-- loads repositories -->
166+
<script type="text/javascript">
167+
$(function () {
168+
$("#github-projects").loadRepositories("imsdev");
169+
});
170+
</script>
171+
</body>
123172
</html>

0 commit comments

Comments
 (0)