Skip to content

Commit 7e8886e

Browse files
committed
update icons, advocates and ideas page
1 parent ab74b45 commit 7e8886e

10 files changed

Lines changed: 65 additions & 15 deletions

ims-advocacy.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -331,13 +331,13 @@ <h2>Who are they?</h2>
331331
<div class="pure-g pure-g-pad">
332332
<div class="pure-u-1 pure-u-md-9-24">
333333
<div class="inline-g">
334-
<img src="wp-content/Development.svg" alt="">
334+
<img src="wp-content/icons/icon_code.svg" alt="">
335335
<p>IMS developers</p>
336336
</div>
337337
</div>
338338
<div class="pure-u-1 pure-u-md-9-24">
339339
<div class="inline-g">
340-
<img src="wp-content/Exam-mode.svg" alt="">
340+
<img src="wp-content/icons/icon_executable_program.svg" alt="">
341341
<p>IMS testers</p>
342342
</div>
343343
</div>
@@ -364,27 +364,27 @@ <h2>What do they do?</h2>
364364
</div>
365365
<div class="pure-u-md-3-4">
366366
<div class="pure-g pure-g-pad">
367-
<div class="pure-u-1 pure-u-md-1-2">
367+
<div class="pure-u-1 pure-u-md-9-24">
368368
<div class="inline-g">
369-
<h2>1</h2>
369+
<img src="wp-content/icons/icon_blue_growth.svg" alt="">
370370
<p>They can help you be more successful with IMS.</p>
371371
</div>
372372
</div>
373-
<div class="pure-u-1 pure-u-md-1-2">
373+
<div class="pure-u-1 pure-u-md-9-24">
374374
<div class="inline-g">
375-
<h2>2</h2>
375+
<img src="wp-content/icons/icon_blue_user_follow.svg" alt="">
376376
<p>They lobby for their clients.</p>
377377
</div>
378378
</div>
379-
<div class="pure-u-1 pure-u-md-1-2">
379+
<div class="pure-u-1 pure-u-md-9-24">
380380
<div class="inline-g">
381-
<h2>3</h2>
381+
<img src="wp-content/icons/icon_blue_currency.svg" alt="">
382382
<p>There is no cost to the client.</p>
383383
</div>
384384
</div>
385-
<div class="pure-u-1 pure-u-md-1-2">
385+
<div class="pure-u-1 pure-u-md-9-24">
386386
<div class="inline-g">
387-
<h2>4</h2>
387+
<img src="wp-content/icons/icon_blue_sales_ops.svg" alt="">
388388
<p>They are <i>not</i> salespeople; they don't earn commissions.</p>
389389
</div>
390390
</div>
@@ -399,7 +399,7 @@ <h2>Examples of advocacy</h2>
399399
</div>
400400
<div class="pure-u-1 pure-g pure-g-pad">
401401
<div class="pure-u-md-7-24 column-g">
402-
<div><img src="wp-content/Db2-buffer-pool.svg" alt="" class="icon-md icon-invert"></div>
402+
<div><img src="wp-content/icons/icon_education.svg" alt="" class="icon-md"></div>
403403
<div>
404404
<h4>Challenge</h4>
405405
<p>A Db2 DBA needed to learn how to run IMS databases.</p>
@@ -410,7 +410,7 @@ <h4>Advocacy action</h4>
410410
</div>
411411
</div>
412412
<div class="pure-u-md-7-24 column-g">
413-
<div><img src="wp-content/File-storage.svg" alt="" class="icon-md icon-invert"></div>
413+
<div><img src="wp-content/icons/icon_code_reference.svg" alt="" class="icon-md"></div>
414414
<div>
415415
<h4>Challenge</h4>
416416
<p>Client requested that their DEDBs have more than 2,048 areas per database.</p>
@@ -450,7 +450,7 @@ <h3>Review ideas</h3>
450450
</div>
451451
<div class="pure-u-md-11-24">
452452
<img src="wp-content/icons/icon_edit.svg" alt="" class="icon-sm">
453-
<h3>Post an idea</h3>
453+
<h3>Post ideas</h3>
454454
<p>Post an idea if it doesn't already exist. Wait a few days to get feedback from the IMS team and other customers to refine your idea.</p>
455455

456456
</div>
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading

wp-content/icons/icon_code.svg

Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 9 additions & 0 deletions
Loading

wp-includes/css/page.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
.icon-md {
103103
max-height: var(--plex-72);
104104
max-width: var(--plex-72);
105-
margin-bottom: var(--plex-20);
105+
margin-bottom: 0.5em;
106106
}
107107

108108
.icon-invert {
@@ -238,7 +238,7 @@
238238
display: flex;
239239
flex-flow: row nowrap;
240240
gap: 1em;
241-
align-items: center;
241+
align-items: flex-start;
242242
}
243243

244244
.inline-g h2 {

0 commit comments

Comments
 (0)