Skip to content

Commit d7e606a

Browse files
committed
update courses page with jump link web component
1 parent 7fcb74e commit d7e606a

1 file changed

Lines changed: 10 additions & 39 deletions

File tree

ims-education.html

Lines changed: 10 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -94,42 +94,13 @@
9494
highlightlink="#ims-security"
9595
></hero-section>
9696

97-
<!-- =========================== Anchor links =========================== -->
98-
<div class="anchor-links pure-g white-bg">
99-
<ul class="pure-u-1">
100-
<li>
101-
<img src="wp-content/icons/icon_jump-link.svg" alt="">
102-
<a href="#all">All roles</a>
103-
</li>
104-
<li>
105-
<img src="wp-content/icons/icon_jump-link.svg" alt="">
106-
<a href="#imsdb">IMS database</a>
107-
</li>
108-
<li>
109-
<img src="wp-content/icons/icon_jump-link.svg" alt="">
110-
<a href="#sysprog">System programming</a>
111-
</li>
112-
<li>
113-
<img src="wp-content/icons/icon_jump-link.svg" alt="">
114-
<a href="#appdev">Application development</a>
115-
</li>
116-
<li>
117-
<img src="wp-content/icons/icon_jump-link.svg" alt="">
118-
<a href="#live">Instructor-led</a>
119-
</li>
120-
<li>
121-
<img src="wp-content/icons/icon_jump-link.svg" alt="">
122-
<a href="#faq">FAQs</a>
123-
</li>
124-
<li>
125-
<img src="wp-content/icons/icon_jump-link.svg" alt="">
126-
<a href="#support">Support</a>
127-
</li>
128-
</ul>
129-
</div>
97+
<!-- =========================== Jump links =========================== -->
98+
<jump-links
99+
links="All roles, IMS database, System programming, Application development, Instructor-led, FAQs, Support"
100+
></jump-links>
130101

131102
<!-- =========================== Courses - all roles =========================== -->
132-
<section id="all" class="white-bg card-section">
103+
<section id="all-roles" class="white-bg card-section">
133104
<div class="card-section-header"><h2>All roles</h2></div>
134105
<!-- IMS Fundamentals -->
135106
<course-card
@@ -169,7 +140,7 @@
169140
</section>
170141

171142
<!-- =========================== Courses - IMS database =========================== -->
172-
<section id="imsdb" class="white-bg card-section">
143+
<section id="ims-database" class="white-bg card-section">
173144
<div class="card-section-header"><h2>IMS database</h2></div>
174145
<!-- Logical Relationships -->
175146
<course-card
@@ -345,7 +316,7 @@
345316
</section>
346317

347318
<!-- =========================== Courses - System programming =========================== -->
348-
<section id="sysprog" class="white-bg card-section">
319+
<section id="system-programming" class="white-bg card-section">
349320
<div class="card-section-header"><h2>System programming</h2></div>
350321
<!-- IMS security -->
351322
<course-card
@@ -461,7 +432,7 @@
461432
</section>
462433

463434
<!-- =========================== Courses - Application development =========================== -->
464-
<section id="appdev" class="white-bg card-section">
435+
<section id="application-development" class="white-bg card-section">
465436
<div><h2>Application development</h2></div>
466437
<!-- TM Application Programming -->
467438
<course-card
@@ -503,7 +474,7 @@
503474
</section>
504475

505476
<!-- =========================== Courses - Instructor-led =========================== -->
506-
<section id="live" class="white-bg card-section">
477+
<section id="instructor-led" class="white-bg card-section">
507478
<div><h2>Instructor-led</h2></div>
508479
<!-- <p>No instructor-led classes are scheduled at this time. Please check back in the coming weeks for class offerings.</p> -->
509480
<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>
@@ -533,7 +504,7 @@
533504
</section>
534505

535506
<!-- =========================== FAQs =========================== -->
536-
<section id="faq" class="light-gray-bg pure-g">
507+
<section id="faqs" class="light-gray-bg pure-g">
537508
<div class="pure-u-1 pure-u-md-1-4 section-header">
538509
<h2>Frequently asked questions</h2>
539510
</div>

0 commit comments

Comments
 (0)