Skip to content

Commit a23aa64

Browse files
committed
update section background imgs
1 parent 986b517 commit a23aa64

9 files changed

Lines changed: 25 additions & 13 deletions

File tree

ims-apis.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ <h5>IMS support</h5>
289289
<main id="main" class="zs-main" >
290290

291291
<!-- =========================== IMS APIs Hero Banner =========================== -->
292-
<div class="banner white-bg">
292+
<div class="banner innovate-bg">
293293
<section id="intro-section" class="pure-g zs-section apis-hero">
294294
<div id="intro-header" class="pure-u-1"></div>
295295
<div class="pure-u-3-25">

ims-db.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ <h5>IMS support</h5>
299299
<main class="zs-main" id="main">
300300

301301
<!-- =========================== IMS Database =========================== -->
302-
<div class="banner white-bg">
302+
<div class="banner innovate-bg">
303303
<section id="intro-section" class="pure-g zs-section db-hero">
304304
<div id="intro-header" class="pure-u-1"></div>
305305
<div class="pure-u-3-25">

ims-devops.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ <h5>IMS support</h5>
299299
<main class="zs-main" id="main">
300300

301301
<!-- =========================== IMS DevOps =========================== -->
302-
<div class="banner white-bg" >
302+
<div class="banner innovate-bg" >
303303
<section id="intro-section" class="pure-g zs-section intro-sec">
304304
<div id="intro-header" class="pure-u-1"></div>
305305
<div class="pure-u-3-25">

ims-java.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ <h5>IMS support</h5>
298298
<main class="zs-main" id="main">
299299

300300
<!-- =========================== IMS Java =========================== -->
301-
<div class="banner white-bg">
301+
<div class="banner innovate-bg">
302302
<section id="intro-section" class="pure-g zs-section intro-sec">
303303
<div id="intro-header" class="pure-u-1"></div>
304304
<div class="pure-u-3-25">

ims-tm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ <h5>IMS support</h5>
299299
<main class="zs-main" id="main">
300300

301301
<!-- =========================== IMS TM =========================== -->
302-
<section id="intro-section" class="pure-g zs-section tm-hero banner white-bg">
302+
<section id="intro-section" class="pure-g zs-section tm-hero banner innovate-bg">
303303
<div>
304304
<img class="ims-card-icon" src="wp-content/Icon_Banner_IMS DatabasePage.svg" alt="">
305305
</div>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ <h1 class="pure-u-4-6 pure-u-lg-2-3">IBM <b>IMS Central</b></h1>
355355
</div>
356356

357357
<!-- =========================== Learn / Education =========================== -->
358-
<div class="zs-gray-section learn-bg learn-section">
358+
<div class="zs-gray-section learn-bg-home learn-section">
359359
<section class="zs-section">
360360
<!--Header -->
361361
<div class="pure-u-1 pure-u-sm-1 pure-u-lg-6-24 ibm-padding-bottom-1">
@@ -492,7 +492,7 @@ <h4>If you don't have an advocate, or want to change your IMS advocate, please c
492492
</div>
493493

494494
<!-- =========================== Engage / Programs =========================== -->
495-
<div class="zs-gray-section white-bg engage-section">
495+
<div class="zs-gray-section engage-bg-home engage-section">
496496
<section class="zs-section">
497497
<!--Header -->
498498
<div class="pure-u-1 pure-u-sm-1 pure-u-lg-6-24 ibm-padding-bottom-1">
File renamed without changes.
File renamed without changes.

wp-includes/css/homepage.css

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -415,20 +415,32 @@
415415
color: #0F62FE !important;
416416
}
417417

418-
.white-bg {
419-
background-image: url(../../wp-content/backInnovate_HomepageBG.png);
418+
.learn-bg-home {
419+
background-image: url(../../wp-content/backgrounds/Learn_HomepageBG.png);
420420
background-repeat: no-repeat;
421-
background-size: 200%;
422-
background-position: 35% 100%;
421+
background-size: cover;
422+
background-position: 80%;
423423
}
424424
.learn-bg {
425425
background-image: url(../../wp-content/backgrounds/Learn_HomepageBG.png);
426426
background-repeat: no-repeat;
427427
background-size: cover;
428-
background-position: 80%;
428+
background-position: right;
429+
}
430+
.innovate-bg {
431+
background-image: url(../../wp-content/backgrounds/Innovate_HomepageBG.png);
432+
background-repeat: no-repeat;
433+
background-size: cover;
434+
background-position: 35%;
435+
}
436+
.engage-bg-home {
437+
background-image: url(../../wp-content/backgrounds/Innovate_HomepageBG.png);
438+
background-repeat: no-repeat;
439+
background-size: 200%;
440+
background-position: 35% 100%;
429441
}
430442
.engage-bg {
431-
background-image: url(../../wp-content/Engage_HomepageBG.png);
443+
background-image: url(../../wp-content/backgrounds/Engage_HomepageBG.png);
432444
background-repeat: no-repeat;
433445
background-size: cover;
434446
}

0 commit comments

Comments
 (0)