From a8d35909e2d58c3a8e60bb4869bd15e3024f3ce1 Mon Sep 17 00:00:00 2001 From: Sarah Miller Date: Thu, 16 Jan 2025 10:57:40 -0500 Subject: [PATCH 01/10] reorder content --- index.html | 130 ++++++++++++++++---------------- wp-includes/css/pages/index.css | 67 ++++++++-------- 2 files changed, 98 insertions(+), 99 deletions(-) diff --git a/index.html b/index.html index 99f6f8a9..5a9bf1ee 100644 --- a/index.html +++ b/index.html @@ -354,8 +354,56 @@

IBM IMS Central

+ +
+
+ +
+

Learn

+

Build your IMS skills through courses, videos, and code repos.

+
+
+ + +
+
+ +
+ +

Videos

+

Check out educational videos on Java, managed ACBs, + IMS catalog, shared queues, DBRC, and more. +

+ Learn more +
+ + +
+ +

Courses

+

Your education portal for role-based, self-paced learning. See the latest + and online courses. +

+ Learn more +
+ + +
+ +

GitHub

+

See the IMS GitHub repositories to grab sample code, learn + how to perform tasks on IMS, and more. +

+ Learn more +
+
+
+
+
+ -
+ +
@@ -428,9 +476,23 @@

IMS Database

+ +
+
+

IMS Advocacy Program

+
+
+
+
+

If you don't have an advocate, or want to change your IMS advocate, please contact + Deepak Kohli at deepakk@us.ibm.com +

+
+
+
+ - -
+
@@ -485,68 +547,6 @@

Blogs and forums

- -
-
-

IMS Advocacy Program

-
-
-
-
-

If you don't have an advocate, or want to change your IMS advocate, please contact - Deepak Kohli at deepakk@us.ibm.com -

-
-
-
- - -
-
- -
-

Learn

-

Build your IMS skills through courses, videos, and code repos.

-
-
- - -
-
- -
- -

Videos

-

Check out educational videos on Java, managed ACBs, - IMS catalog, shared queues, DBRC, and more. -

- Learn more -
- - -
- -

Courses

-

Your education portal for role-based, self-paced learning. See the latest - and online courses. -

- Learn more -
- - -
- -

GitHub

-

See the IMS GitHub repositories to grab sample code, learn - how to perform tasks on IMS, and more. -

- Learn more -
-
-
-
-
-
diff --git a/wp-includes/css/pages/index.css b/wp-includes/css/pages/index.css index 16cb778b..54426ac6 100644 --- a/wp-includes/css/pages/index.css +++ b/wp-includes/css/pages/index.css @@ -84,9 +84,30 @@ max-width: 590px !important; } -.innovate-section { +.learn-section { margin-bottom: -40px; - width:100% +} + +.learn-spacer { + margin-right: -9px; +} + +.learn-card { + padding-right: 2.5em; + margin-bottom:3em; +} + +.learn-card img { + margin-bottom:15px; + height: 30px; +} + +.learn-card h3 { + color: black; +} + +.learn-card a { + color: #0141B7; } .innovate-spacer { @@ -99,25 +120,16 @@ position: relative; } +.innovate-card img { + filter: brightness(0) invert(1); +} + .innovate-card h3 { text-align:left; - color: black; + color: white; } .innovate-card a { - color: #0141B7; -} - -.engage-section { - margin-bottom: -50px; -} - -.engage-card { - padding-right: 2.5em; - padding-bottom:3em; -} - -.engage-card a { color: #78A9FF !important; } @@ -143,30 +155,17 @@ color: #78A9FF; } -.learn-section { - margin-bottom: -50px; +.engage-section { + margin-bottom: -20px; width: 100%; } -.learn-spacer { - margin-right: -9px; -} - -.learn-card { +.engage-card { padding-right: 2.5em; - margin-bottom:3em; -} - -.learn-card img { - margin-bottom:15px; - height: 30px; -} - -.learn-card h3 { - color: black; + padding-bottom:3em; } -.learn-card a { +.engage-card a { color: #0141B7; } From 5cca3eae745f8d5bf49c5449e63da5e18de51759 Mon Sep 17 00:00:00 2001 From: Sarah Miller Date: Thu, 16 Jan 2025 11:00:21 -0500 Subject: [PATCH 02/10] fix styling for engage section --- wp-includes/css/pages/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wp-includes/css/pages/index.css b/wp-includes/css/pages/index.css index 54426ac6..2c4c2ee7 100644 --- a/wp-includes/css/pages/index.css +++ b/wp-includes/css/pages/index.css @@ -165,6 +165,14 @@ padding-bottom:3em; } +.engage-card h3 { + color: black; +} + +.engage-card img { + filter: brightness(100) invert(1); +} + .engage-card a { color: #0141B7; } From 4797163c01d6fe5577621b45e380bfc50fd3ee68 Mon Sep 17 00:00:00 2001 From: Sarah Miller Date: Thu, 16 Jan 2025 14:33:59 -0500 Subject: [PATCH 03/10] fix background img positioning --- index.html | 6 +++--- wp-includes/css/homepage.css | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 5a9bf1ee..d88d86d1 100644 --- a/index.html +++ b/index.html @@ -355,7 +355,7 @@

IBM IMS Central

-
+
@@ -492,8 +492,8 @@

If you don't have an advocate, or want to change your IMS advocate, please c

-
-
+
+

Engage

diff --git a/wp-includes/css/homepage.css b/wp-includes/css/homepage.css index 63fe4b72..5596e8f5 100644 --- a/wp-includes/css/homepage.css +++ b/wp-includes/css/homepage.css @@ -418,12 +418,14 @@ .white-bg { background-image: url(../../wp-content/Innovate_HomepageBG.png); background-repeat: no-repeat; - background-size: cover; + background-size: 200%; + background-position: 35% 100%; } .white-bg2 { background-image: url(../../wp-content/Learn_HomepageBG.png); background-repeat: no-repeat; background-size: cover; + background-position: 80%; } .engage-bg { background-image: url(../../wp-content/Engage_HomepageBG.png); From 986b51753af750c82288f5a522907d576ef420c8 Mon Sep 17 00:00:00 2001 From: Sarah Miller Date: Thu, 16 Jan 2025 14:42:52 -0500 Subject: [PATCH 04/10] rename learn group bg --- ims-docs.html | 2 +- ims-education.html | 2 +- ims-repos.html | 2 +- ims-support.html | 2 +- ims-videos.html | 2 +- index.html | 2 +- wp-content/{ => backgrounds}/Learn_HomepageBG.png | Bin wp-includes/css/homepage.css | 6 +++--- 8 files changed, 9 insertions(+), 9 deletions(-) rename wp-content/{ => backgrounds}/Learn_HomepageBG.png (100%) diff --git a/ims-docs.html b/ims-docs.html index 940184ec..3bb2632b 100644 --- a/ims-docs.html +++ b/ims-docs.html @@ -299,7 +299,7 @@
IMS support