Skip to content

Commit e77084f

Browse files
committed
update ideas section, advocates and ideas page
1 parent 9f2455d commit e77084f

4 files changed

Lines changed: 44 additions & 16 deletions

File tree

ims-advocacy.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -460,16 +460,16 @@ <h2>Shape the future of IMS</h2>
460460
</p>
461461
</div>
462462
<div class="pure-u-1 pure-g content-grid">
463-
<div class="pure-u-11-24">
464-
<img src="wp-content/icons/icon_presentation.svg" alt="" class="icon-sm icon-white">
463+
<div class="pure-u-md-11-24">
464+
<img src="wp-content/icons/icon_idea.svg" alt="" class="icon-sm">
465465
<h3>Search existing ideas</h3>
466466
<p>Start by searching and reviewing ideas and requests to enhance a product or service.
467467
Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on
468468
them if they matter to you. If you can't find what you are looking for.
469469
</p>
470470
</div>
471-
<div class="pure-u-11-24">
472-
<img src="wp-content/icons/icon_presentation.svg" alt="" class="icon-sm icon-white">
471+
<div class="pure-u-md-11-24">
472+
<img src="wp-content/icons/icon_edit.svg" alt="" class="icon-sm">
473473
<h3>Post your ideas</h3>
474474
<ol>
475475
<li><p>Post an idea.</p></li>
@@ -479,44 +479,44 @@ <h3>Post your ideas</h3>
479479
</div>
480480
</div>
481481
<div class="pure-u-1 pure-g content-grid">
482-
<div class="pure-u-5-24">
482+
<div class="pure-u-md-11-24 pure-u-xl-5-24">
483483
<a class="button button-tertiary"
484484
target="_blank"
485485
aria-label=""
486486
href="#"
487487
rel="noopener noreferrer">
488-
<h4>IMS Database Manager</h4>
489-
<p>Submit an idea →</p>
488+
<div><h4>IMS Database Manager</h4></div>
489+
<div><p>Submit an idea →</p></div>
490490
</a>
491491
</div>
492-
<div class="pure-u-5-24">
492+
<div class="pure-u-md-11-24 pure-u-xl-5-24">
493493
<a class="button button-tertiary"
494494
target="_blank"
495495
aria-label=""
496496
href="#"
497497
rel="noopener noreferrer">
498-
<h4>IMS System Services</h4>
499-
<p>Submit an idea →</p>
498+
<div><h4>IMS System Services</h4></div>
499+
<div><p>Submit an idea →</p></div>
500500
</a>
501501
</div>
502-
<div class="pure-u-5-24">
502+
<div class="pure-u-md-11-24 pure-u-xl-5-24">
503503
<a class="button button-tertiary"
504504
target="_blank"
505505
aria-label=""
506506
href="#"
507507
rel="noopener noreferrer">
508-
<h4>IMS Transaction Manager</h4>
509-
<p>Submit an idea →</p>
508+
<div><h4>IMS Transaction Manager</h4></div>
509+
<div><p>Submit an idea →</p></div>
510510
</a>
511511
</div>
512-
<div class="pure-u-5-24">
512+
<div class="pure-u-md-11-24 pure-u-xl-5-24">
513513
<a class="button button-tertiary"
514514
target="_blank"
515515
aria-label=""
516516
href="#"
517517
rel="noopener noreferrer">
518-
<h4>IMS Enterprise Suite</h4>
519-
<p>Submit an idea →</p>
518+
<div><h4>IMS Enterprise Services</h4></div>
519+
<div><p>Submit an idea →</p></div>
520520
</a>
521521
</div>
522522
</div>

wp-content/icons/icon_edit.svg

Lines changed: 4 additions & 0 deletions
Loading

wp-content/icons/icon_idea.svg

Lines changed: 5 additions & 0 deletions
Loading

wp-includes/css/page.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,25 @@
131131
.button-tertiary {
132132
border: solid var(--white) 1px;
133133
font-size: var(--plex-16);
134+
height: 150px;
135+
display: flex;
136+
flex-flow: column nowrap;
137+
}
138+
139+
.button-tertiary div:nth-child(0) {
140+
flex-grow: 1;
141+
}
142+
143+
.button-tertiary div:nth-child(1) {
144+
flex-grow: 3;
145+
}
146+
147+
.button-tertiary h4 {
148+
flex-grow: 1;
149+
}
150+
151+
.button-tertiary p {
152+
flex-grow: 3;
134153
}
135154

136155
.button-primary:hover, .button-secondary:hover {

0 commit comments

Comments
 (0)