Skip to content

Commit 3eddac1

Browse files
committed
fix education page based on styling changes
1 parent 3c8f8ec commit 3eddac1

3 files changed

Lines changed: 23 additions & 25 deletions

File tree

ims-education.html

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
></jump-links>
101101

102102
<!-- =========================== Courses - all roles =========================== -->
103-
<section id="all-roles" class="white-bg card-section">
104-
<div class="card-section-header"><h2>All roles</h2></div>
103+
<section id="all-roles" class="white-bg">
104+
<div><h2>All roles</h2></div>
105105
<!-- IMS Fundamentals -->
106106
<course-card
107107
id="ims-fundamentals"
@@ -140,8 +140,8 @@
140140
</section>
141141

142142
<!-- =========================== Courses - IMS database =========================== -->
143-
<section id="ims-database" class="white-bg card-section">
144-
<div class="card-section-header"><h2>IMS database</h2></div>
143+
<section id="ims-database" class="white-bg">
144+
<div"><h2>IMS database</h2></div>
145145
<!-- Logical Relationships -->
146146
<course-card
147147
name="IMS Logical Relationships"
@@ -316,8 +316,8 @@
316316
</section>
317317

318318
<!-- =========================== Courses - System programming =========================== -->
319-
<section id="system-programming" class="white-bg card-section">
320-
<div class="card-section-header"><h2>System programming</h2></div>
319+
<section id="system-programming" class="white-bg">
320+
<div><h2>System programming</h2></div>
321321
<!-- IMS security -->
322322
<course-card
323323
id="ims-security"
@@ -432,7 +432,7 @@
432432
</section>
433433

434434
<!-- =========================== Courses - Application development =========================== -->
435-
<section id="application-development" class="white-bg card-section">
435+
<section id="application-development" class="white-bg">
436436
<div><h2>Application development</h2></div>
437437
<!-- TM Application Programming -->
438438
<course-card
@@ -474,10 +474,12 @@
474474
</section>
475475

476476
<!-- =========================== Courses - Instructor-led =========================== -->
477-
<section id="instructor-led" class="white-bg card-section">
477+
<section id="instructor-led" class="white-bg pure-g">
478+
<div class="pure-u-1">
478479
<div><h2>Instructor-led</h2></div>
479480
<p>No instructor-led classes are scheduled at this time. Please check back in the coming weeks for class offerings.</p>
480-
<p>For more information about the live class format, see the upcoming events on the <a href="https://community.ibm.com/community/user/ibmz-and-linuxone/groups/public?CommunityKey=eba3ada3-db89-4dca-9154-328195f5e560" target="_blank" rel="noopener noreferrer">IMS community page.</a></p>
481+
<p>For more information about the live class format, see the upcoming events on the <a href="https://community.ibm.com/community/user/ibmz-and-linuxone/groups/public?CommunityKey=eba3ada3-db89-4dca-9154-328195f5e560" target="_blank" rel="noopener noreferrer">IMS Community page.</a></p>
482+
</div>
481483

482484
<!-- IMS Fundamentals, April Session -->
483485
<!-- <course-card
@@ -499,37 +501,38 @@
499501
hours="8:00 AM CDT (13:00 UTC) - 1:00 PM CDT (18:00 UTC)"
500502
registerlink="https://www.ibm.com/it-infrastructure/us-en/resources/campaignmail/z/ims/eventsignup.html"
501503
link="http://public.dhe.ibm.com/software/data/sw-library/ims/usergroups/IMS_Events_List.pdf"
504+
class="pure-u-1"
502505
>
503506
</course-card> -->
504507
</section>
505508

506509
<!-- =========================== FAQs =========================== -->
507510
<section id="faqs" class="light-gray-bg pure-g">
508-
<div class="pure-u-1 pure-u-md-1-4 section-header">
511+
<div class="pure-u-1 pure-u-lg-1-4 section-header">
509512
<h2>Frequently asked questions</h2>
510513
</div>
511-
<div class="pure-u-1 pure-u-md-3-4">
514+
<div class="pure-u-1 pure-u-lg-3-4">
512515
<div class="pure-g pure-g-pad">
513516
<div class="pure-u-1">
514517
<h4>Have questions about IMS courses or the badge program? Here are some quick answers that can help you.</h4>
515518
</div>
516-
<div class="pure-u-1 pure-u-sm-1-2">
519+
<div class="pure-u-1 pure-u-lg-1-2">
517520
<h4>How do I earn a badge?</h4>
518521
<p>
519522
Courses that offer badges include one or more exams. You must pass those exams and complete all required activities.
520523
See the "Grading and badge" topic in your course to review the course requirements and grading policy.
521524
</p>
522525
</div>
523-
<div class="pure-u-1 pure-u-sm-1-2">
526+
<div class="pure-u-1 pure-u-lg-1-2">
524527
<h4>If I pass a course, when do I get the badge?</h4>
525528
<p>Badges are typically issued automatically after you meet the course requirements and grading policy. You should typically get an
526529
email notification to claim your badge in 1 to 4 days after course completion.</p>
527530
</div>
528-
<div class="pure-u-1 pure-u-sm-1-2">
531+
<div class="pure-u-1 pure-u-lg-1-2">
529532
<h4>Who do I contact if I have problems with course content?</h4>
530533
<p>You can contact the IMS Education team at <a href="mailto:ibmimsom@us.ibm.com">ibmimsom@us.ibm.com</a>.</p>
531534
</div>
532-
<div class="pure-u-1 pure-u-sm-1-2">
535+
<div class="pure-u-1 pure-u-lg-1-2">
533536
<h4>Where can I find more information about digital badges?</h4>
534537
<p>For more information about badges, see <a target="_blank" rel="noopener noreferrer" href="https://www.ibm.com/training/credentials/faq">
535538
IBM credentials FAQs</a> on IBM Training.</p>
@@ -540,17 +543,17 @@ <h4>Where can I find more information about digital badges?</h4>
540543

541544
<!-- =========================== Support =========================== -->
542545
<section id="support" class="gray-bg pure-g">
543-
<div class="pure-u-1 pure-u-md-1-4 section-header">
546+
<div class="pure-u-1 pure-u-lg-1-4 section-header">
544547
<h2>Support</h2>
545548
</div>
546-
<div class="pure-u-1 pure-u-md-3-4">
549+
<div class="pure-u-1 pure-u-lg-3-4">
547550
<div class="pure-g pure-g-pad">
548-
<div class="pure-u-1 pure-u-sm-1-2">
551+
<div class="pure-u-1 pure-u-lg-1-2">
549552
<h4>Course badges</h4>
550553
<p>After completing the activies required to earn a badge, receiving a badge notifaction to claim your badge can take up to 1 to 2 weeks.</p>
551554
<p>If you have questions about IBM IMS badges, contact <a href="mailto:ibmimsom@us.ibm.com">ibmimsom@us.ibm.com</a>.</p>
552555
</div>
553-
<div class="pure-u-1 pure-u-sm-1-2">
556+
<div class="pure-u-1 pure-u-lg-1-2">
554557
<h4>Credly support</h4>
555558
<p>For questions related to your Credly badge earner account and profile or issues related to claiming your badge
556559
after receiving a notification, go to <a target="_blank" rel="noopener noreferrer" href="https://support.credly.com/hc/en-us">

web-components/course-card/course-card.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ img {
6161
/* Styling for course card */
6262
.course-card {
6363
margin: 1em 0em;
64-
padding: 2em;
64+
padding: 2em 0;
6565
display: flex;
6666
flex-flow: row wrap;
6767
align-items: flex-start;

wp-includes/css/page.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ a {
116116

117117
.white-bg a {
118118
color: var(--blue);
119-
font-size: var(--plex-18);
120119
}
121120

122121
.white-bg li a {
@@ -141,7 +140,6 @@ a {
141140
.gray-bg a,
142141
.light-gray-bg a {
143142
color: var(--blue);
144-
font-size: var(--plex-18);
145143
}
146144

147145
.gray-bg h3,
@@ -160,9 +158,6 @@ a {
160158
color: var(--white);
161159
}
162160

163-
.dark-gray-bg a {
164-
color: var(--font-light-blue);
165-
}
166161

167162
.dark-gray-bg h4 {
168163
font-size: var(--plex-24) !important;

0 commit comments

Comments
 (0)