Skip to content

Commit 358c9d9

Browse files
committed
to enroll section updated
1 parent 6506720 commit 358c9d9

2 files changed

Lines changed: 48 additions & 63 deletions

File tree

ims-gold.html

Lines changed: 39 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -270,71 +270,47 @@ <h2>Enrollment process</h2>
270270
<!-- divider -->
271271
<hr />
272272
</div>
273+
<div class="pure-u-1">
274+
<h4>To enroll:</h4>
275+
<ol>
276+
<li>
277+
Be sure you have an
278+
<a
279+
href="https://myibm.ibm.com"
280+
target="_blank"
281+
rel="noopener noreferrer"
282+
>IBM ID</a
283+
>.
284+
</li>
285+
<li>
286+
Sign up for the
287+
<a
288+
href="https://epwt-www.mybluemix.net/software/support/trial/cst/welcomepage.wss?siteId=32&tabId=71&w=1"
289+
target="_blank"
290+
rel="noopener noreferrer"
291+
>IBM Z® Client Feedback Program (zCF).</a
292+
>
293+
</li>
294+
<li>
295+
Decide which IBM Z products, including IMS, you want to provide
296+
feedback for. Note that IMS is listed as part of operating systems
297+
and application software.
298+
</li>
299+
<li>
300+
<span>
301+
Submit the
302+
<a
303+
href="https://forms.monday.com/forms/29be8f5fed9e3e14fe155c7d8c08dec9?r=use1"
304+
target="_blank"
305+
rel="noopener noreferrer"
306+
>IMS Gold enrollment form</a
307+
>.
308+
</span>
309+
</li>
310+
</ol>
311+
</div>
273312
</section>
274313

275-
<!-- =========================== Enroll info =========================== -->
276-
<div
277-
class="zs-gray-section ibm-background-white-core enroll-sec"
278-
id="enroll">
279-
<section class="zs-section">
280-
<!--Header -->
281-
<div class="pure-u-1 pure-u-sm-1 pure-u-md-5-24 ibm-padding-bottom-1">
282-
<h2>Enrollment process</h2>
283-
<p>Understand the requirements before you enroll</p>
284-
</div>
285-
<div class="pure-u-lg-2-24"></div>
286-
287-
<hr />
288-
289-
<div class="pure-u-sm-1 pure-u-md-7-24"></div>
290-
<div class="pure-u-sm-16-24">
291-
<h4>To enroll:</h4>
292-
<ol>
293-
<li>
294-
<span class="list-link-override">
295-
Be sure you have an
296-
<a
297-
href="https://myibm.ibm.com"
298-
target="_blank"
299-
rel="noopener noreferrer"
300-
>IBM ID</a
301-
>.
302-
</span>
303-
</li>
304-
<li>
305-
<span class="list-link-override"
306-
>Sign up for the
307-
<a
308-
href="https://epwt-www.mybluemix.net/software/support/trial/cst/welcomepage.wss?siteId=32&tabId=71&w=1"
309-
target="_blank"
310-
rel="noopener noreferrer"
311-
>IBM Z® Client Feedback Program (zCF).</a
312-
>
313-
</span>
314-
</li>
315-
<li>
316-
<span>
317-
Decide which IBM Z products, including IMS, you want to
318-
provide feedback for. Note that IMS is listed as part of
319-
Operating systems and application software.
320-
</span>
321-
</li>
322-
<li>
323-
<span class="list-link-override">
324-
Submit the
325-
<a
326-
href="https://forms.monday.com/forms/29be8f5fed9e3e14fe155c7d8c08dec9?r=use1"
327-
target="_blank"
328-
rel="noopener noreferrer"
329-
>IMS Gold enrollment form</a
330-
>.
331-
</span>
332-
</li>
333-
</ol>
334-
</div>
335-
</section>
336-
</div>
337-
338314
<!-- Banner -->
339315
<div class="banner-notification pure-g gold-cta">
340316
<div>

wp-includes/css/page.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@ body, body .pure-g, body .pure-g [class*="pure-u"] {
5454

5555
li {
5656
font-size: var(--plex-18);
57+
font-family: "ibm-plex-sans", "Helvetica Neue", Arial, sans-serif;
58+
}
59+
60+
li span, li a {
61+
font-size: var(--plex-16);
62+
}
63+
64+
ol>li::before {
65+
font-family: "ibm-plex-sans", "Helvetica Neue", Arial, sans-serif;
5766
}
5867

5968
h1, h2, h3, h4, h5, h6, p {

0 commit comments

Comments
 (0)