Skip to content

Commit d033a6e

Browse files
committed
testimonials section styling updates
1 parent 51032aa commit d033a6e

4 files changed

Lines changed: 28 additions & 12 deletions

File tree

ims-advocacy.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,7 @@ <h2>Testimonials</h2>
434434
</div>
435435
<div class="pure-g pure-u-1 quote">
436436
<q class="pure-u-1">An IBM advocate is a must-have. <span>Our present issues are handled with the utmost priority and thoughtful planning</span>
437-
is dedicated to our future goals.
438-
</q>
437+
is dedicated to our future goals.</q>
439438
<p class="pure-u-1"><i>Mainframe system administrator at a Global Technology Services company</i></p>
440439
</div>
441440
<div class="pure-u-1 pure-g">
@@ -461,6 +460,8 @@ <h2>Testimonials</h2>
461460
</div>
462461
</section>
463462

463+
<div class="white-bg spacer"></div>
464+
464465
<!-- =========================== Shape the future of IMS =========================== -->
465466
<section id="ideas" class="blue-bg pure-g">
466467
<div class="pure-u-1 section-header">

ims-videos.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,7 @@ <h5>IMS support</h5>
307307
<div id="intro-info" class="pure-u-1 pure-u-sm-1-2 intro-sec-g">
308308
<h6>Learn</h6>
309309
<h1>IMS videos</h1>
310-
<p id="p-style">Build your knowledge of IMS™ by viewing our
311-
featured educational videos on IBM MediaCenter.</p>
310+
<p id="p-style">See the latest IMS educational videos here or click <b>Visit IBM MediaCenter</b> to search for more IMS video content.</p>
312311
<div class="pure-u-1 intro-sec-b">
313312
<a class="zs-w-button-transparent" onfocus="closeNavMenu()" href="https://mediacenter.ibm.com/channel/IMS%2BEducational%2BVideos/122579632" target="_blank" rel="noopener noreferrer">
314313
Visit IBM MediaCenter &nbsp; →</a>
@@ -338,6 +337,8 @@ <h1>IMS videos</h1>
338337
<section class="zs-section">
339338
<!-- Info cards container -->
340339
<div class="pure-g video-card-container">
340+
341+
<h3 id="all" class="video-section-header-first">All roles</h3>
341342

342343
<!-- IMS Community Calls -->
343344
<div class="pure-u-1 pure-u-lg-1-3">
@@ -789,23 +790,23 @@ <h3 class="video-card-header">XCF and Support of IMS Facilities for Shared Queue
789790
<div style="position: absolute; margin-top:-60px;" id="ims-scheduling-pwfi"></div>
790791
<div class="ims-c-card">
791792
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
792-
<h3 class="video-card-header"><b>Coming soon:</b> Tuning IMS Scheduling using PWFI</h3>
793+
<h3 class="video-card-header">Review of IMS Scheduling</h3>
793794
<p>Learn about IMS scheduling parameters such as PARLIM, PROCLIM, and regions WFI and PWFI to help you run transactions more efficiently.</p>
794795
<div class="pure-u-1 pure-u-md-1">
795796
<div>
796797
<p>
797798
<b>Level</b>: Intermediate
798799
&ensp;
799-
<!-- <b>Time</b>: -->
800+
<b>Time</b>: 1 hour, 20 minutes
800801
</p>
801802
</div>
802-
<!-- <div>
803+
<div>
803804
<a alt="Tuning IMS Scheduling using PWFI"
804805
title="Tuning IMS Scheduling using PWFI" target="_blank" rel="noopener noreferrer"
805-
href=""
806+
href="https://mediacenter.ibm.com/playlist/details/1_qhdnpjv3/categoryId/122579632"
806807
class="video-card-link">Watch now →
807808
</a>
808-
</div> -->
809+
</div>
809810
</div>
810811
</div>
811812
</div>

wp-includes/css/page.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,14 +291,16 @@
291291
}
292292

293293
.quote-blk {
294-
background-color: var(--bg-dark-blue);
294+
background-color: var(--bg-light-gray);
295295
margin: 0.2em;
296296
padding: 2em;
297+
color: var(--black);
298+
font-size: var(--plex-18);
297299
}
298300

299301
.quote-blk p {
300-
margin: 1em 0em;
301-
font-size: var(--plex-14);
302+
margin-top: 1em;
303+
font-size: var(--plex-16);
302304
}
303305
/* -------------------------------------------------------- */
304306

@@ -308,6 +310,11 @@
308310
.highlight-link {
309311
font-size: var(--plex-20);
310312
}
313+
314+
/* Spacer between sections */
315+
.spacer {
316+
height: 0.3125em;
317+
}
311318
/* -------------------------------------------------------- */
312319

313320
/* Media queries */

wp-includes/css/pages/videos.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@
4747
background-color: white;
4848
}
4949

50+
.video-section-header-first {
51+
letter-spacing: normal;
52+
color: black;
53+
width: 100%;
54+
margin-left: 15px;
55+
}
56+
5057
.video-section-header {
5158
letter-spacing: normal;
5259
margin-top: 30px;

0 commit comments

Comments
 (0)