|
94 | 94 | highlightlink="#ims-security" |
95 | 95 | ></hero-section> |
96 | 96 |
|
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> |
130 | 101 |
|
131 | 102 | <!-- =========================== Courses - all roles =========================== --> |
132 | | - <section id="all" class="white-bg card-section"> |
| 103 | + <section id="all-roles" class="white-bg card-section"> |
133 | 104 | <div class="card-section-header"><h2>All roles</h2></div> |
134 | 105 | <!-- IMS Fundamentals --> |
135 | 106 | <course-card |
|
169 | 140 | </section> |
170 | 141 |
|
171 | 142 | <!-- =========================== Courses - IMS database =========================== --> |
172 | | - <section id="imsdb" class="white-bg card-section"> |
| 143 | + <section id="ims-database" class="white-bg card-section"> |
173 | 144 | <div class="card-section-header"><h2>IMS database</h2></div> |
174 | 145 | <!-- Logical Relationships --> |
175 | 146 | <course-card |
|
345 | 316 | </section> |
346 | 317 |
|
347 | 318 | <!-- =========================== Courses - System programming =========================== --> |
348 | | - <section id="sysprog" class="white-bg card-section"> |
| 319 | + <section id="system-programming" class="white-bg card-section"> |
349 | 320 | <div class="card-section-header"><h2>System programming</h2></div> |
350 | 321 | <!-- IMS security --> |
351 | 322 | <course-card |
|
461 | 432 | </section> |
462 | 433 |
|
463 | 434 | <!-- =========================== Courses - Application development =========================== --> |
464 | | - <section id="appdev" class="white-bg card-section"> |
| 435 | + <section id="application-development" class="white-bg card-section"> |
465 | 436 | <div><h2>Application development</h2></div> |
466 | 437 | <!-- TM Application Programming --> |
467 | 438 | <course-card |
|
503 | 474 | </section> |
504 | 475 |
|
505 | 476 | <!-- =========================== Courses - Instructor-led =========================== --> |
506 | | - <section id="live" class="white-bg card-section"> |
| 477 | + <section id="instructor-led" class="white-bg card-section"> |
507 | 478 | <div><h2>Instructor-led</h2></div> |
508 | 479 | <!-- <p>No instructor-led classes are scheduled at this time. Please check back in the coming weeks for class offerings.</p> --> |
509 | 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> |
|
533 | 504 | </section> |
534 | 505 |
|
535 | 506 | <!-- =========================== FAQs =========================== --> |
536 | | - <section id="faq" class="light-gray-bg pure-g"> |
| 507 | + <section id="faqs" class="light-gray-bg pure-g"> |
537 | 508 | <div class="pure-u-1 pure-u-md-1-4 section-header"> |
538 | 509 | <h2>Frequently asked questions</h2> |
539 | 510 | </div> |
|
0 commit comments