Skip to content

Commit e944bb0

Browse files
committed
blog icons
1 parent de1129e commit e944bb0

4 files changed

Lines changed: 21 additions & 22 deletions

File tree

ims-tm.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,13 +552,15 @@ <h2>IMS blogs</h2>
552552
<div class="pure-g">
553553
<!-- Card -->
554554
<div class="pure-u-1 pure-u-sm-1 pure-u-md-1-2 blog-card">
555+
<img class="ims-card-icon" src="wp-content/icons/data--check.svg" alt="">
555556
<h3>Amplify your enterprise with IMS TM</h3>
556557
<a href="https://community.ibm.com/community/user/ibmz-and-linuxone/blogs/mario-perotti/2022/05/09/ims-tm?communityKey=eba3ada3-db89-4dca-9154-328195f5e560" target="_blank" rel="noopener noreferrer" aria-label="Read the blog on using IMS TM for your enterprise">
557558
Read the blog →
558559
</a>
559560
</div>
560561
<!-- Card -->
561562
<div class="pure-u-1 pure-u-sm-1 pure-u-md-1-2 blog-card">
563+
<img class="ims-card-icon" src="wp-content/icons/security.svg" alt="">
562564
<h3>Making IMS transactions more secure by Client ID</h3>
563565
<a href="https://community.ibm.com/community/user/ibmz-and-linuxone/blogs/hiroyuki-fuchiue/2024/05/21/making-ims-transactions-more-secure-by-client-id?communityKey=eba3ada3-db89-4dca-9154-328195f5e560" target="_blank" rel="noopener noreferrer" aria-label="Read the blog on making IMS transactions secure">
564566
Read the blog →

wp-content/icons/data--check.svg

Lines changed: 1 addition & 0 deletions
Loading

wp-content/icons/security.svg

Lines changed: 12 additions & 0 deletions
Loading

wp-includes/css/pages/tm.css

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -87,28 +87,6 @@
8787
padding-top: 50px;
8888
}
8989

90-
/* BENEFITS SECTION */
91-
92-
.benefits-section {
93-
padding: 3em 0em 3em 3em;
94-
}
95-
96-
.benefits-section h3 {
97-
color: black;
98-
}
99-
100-
.benefits-section a {
101-
color: #0F62FE;
102-
font-size: 18px;
103-
position: absolute;
104-
bottom: 0;
105-
}
106-
107-
.benefits-section img {
108-
width: 300px;
109-
margin: 20px 0px;
110-
}
111-
11290
/* HONE SKILLS SECTION */
11391
.hs-section {
11492
padding: 2em 6.5em;
@@ -179,3 +157,9 @@
179157
font-size: 18px;
180158
}
181159

160+
.blog-card img {
161+
filter: brightness(0) invert(1);
162+
width: 35px;
163+
height: 35px;
164+
}
165+

0 commit comments

Comments
 (0)