|
46 | 46 | <!-- Custom CSS --> |
47 | 47 | <link rel="stylesheet" href="wp-includes/css/dropnav.css"> |
48 | 48 | <link rel="stylesheet" href="wp-includes/css/page.css"> |
49 | | - <link rel="stylesheet" href="wp-includes/css/components/anchor-links.css"> |
50 | 49 |
|
51 | 50 | <!-- Hotjar Tracking Code for ibm.com/demos & githhub --> |
52 | 51 | <script> |
|
72 | 71 | <!-- Web components --> |
73 | 72 | <script src="web-components/nav-header/nav-header.js" type="module"></script> |
74 | 73 | <script src="web-components/hero-section/hero-section.js" type="module"></script> |
| 74 | + <script src="web-components/jump-links/jump-links.js" type="module"></script> |
75 | 75 | <script src="web-components/course-card/course-card.js" type="module"></script> |
76 | 76 | <script src="web-components/footer/footer.js" type="module"></script> |
77 | 77 | </head> |
|
93 | 93 | highlightlink="#ims-security" |
94 | 94 | ></hero-section> |
95 | 95 |
|
96 | | - <!-- =========================== Anchor links =========================== --> |
97 | | - <div class="anchor-links pure-g white-bg"> |
98 | | - <ul class="pure-u-1"> |
99 | | - <li> |
100 | | - <img src="wp-content/icons/icon_jump-link.svg" alt=""> |
101 | | - <a href="#all">All roles</a> |
102 | | - </li> |
103 | | - <li> |
104 | | - <img src="wp-content/icons/icon_jump-link.svg" alt=""> |
105 | | - <a href="#imsdb">IMS database</a> |
106 | | - </li> |
107 | | - <li> |
108 | | - <img src="wp-content/icons/icon_jump-link.svg" alt=""> |
109 | | - <a href="#sysprog">System programming</a> |
110 | | - </li> |
111 | | - <li> |
112 | | - <img src="wp-content/icons/icon_jump-link.svg" alt=""> |
113 | | - <a href="#appdev">Application development</a> |
114 | | - </li> |
115 | | - <li> |
116 | | - <img src="wp-content/icons/icon_jump-link.svg" alt=""> |
117 | | - <a href="#live">Instructor-led</a> |
118 | | - </li> |
119 | | - <li> |
120 | | - <img src="wp-content/icons/icon_jump-link.svg" alt=""> |
121 | | - <a href="#faq">FAQs</a> |
122 | | - </li> |
123 | | - <li> |
124 | | - <img src="wp-content/icons/icon_jump-link.svg" alt=""> |
125 | | - <a href="#support">Support</a> |
126 | | - </li> |
127 | | - </ul> |
128 | | - </div> |
| 96 | + <!-- =========================== Jump links =========================== --> |
| 97 | + <jump-links |
| 98 | + links="All roles, IMS database, System programming, Application development, Instructor-led, FAQs, Support" |
| 99 | + ></jump-links> |
129 | 100 |
|
130 | 101 | <!-- =========================== Courses - all roles =========================== --> |
131 | | - <section id="all" class="white-bg card-section"> |
| 102 | + <section id="all-roles" class="white-bg card-section"> |
132 | 103 | <div class="card-section-header"><h2>All roles</h2></div> |
133 | 104 | <!-- IMS Fundamentals --> |
134 | 105 | <course-card |
|
168 | 139 | </section> |
169 | 140 |
|
170 | 141 | <!-- =========================== Courses - IMS database =========================== --> |
171 | | - <section id="imsdb" class="white-bg card-section"> |
| 142 | + <section id="ims-database" class="white-bg card-section"> |
172 | 143 | <div class="card-section-header"><h2>IMS database</h2></div> |
173 | 144 | <!-- Logical Relationships --> |
174 | 145 | <course-card |
|
344 | 315 | </section> |
345 | 316 |
|
346 | 317 | <!-- =========================== Courses - System programming =========================== --> |
347 | | - <section id="sysprog" class="white-bg card-section"> |
| 318 | + <section id="system-programming" class="white-bg card-section"> |
348 | 319 | <div class="card-section-header"><h2>System programming</h2></div> |
349 | 320 | <!-- IMS security --> |
350 | 321 | <course-card |
|
460 | 431 | </section> |
461 | 432 |
|
462 | 433 | <!-- =========================== Courses - Application development =========================== --> |
463 | | - <section id="appdev" class="white-bg card-section"> |
| 434 | + <section id="application-development" class="white-bg card-section"> |
464 | 435 | <div><h2>Application development</h2></div> |
465 | 436 | <!-- TM Application Programming --> |
466 | 437 | <course-card |
|
502 | 473 | </section> |
503 | 474 |
|
504 | 475 | <!-- =========================== Courses - Instructor-led =========================== --> |
505 | | - <section id="live" class="white-bg card-section"> |
| 476 | + <section id="instructor-led" class="white-bg card-section"> |
506 | 477 | <div><h2>Instructor-led</h2></div> |
507 | 478 | <!-- <p>No instructor-led classes are scheduled at this time. Please check back in the coming weeks for class offerings.</p> --> |
508 | 479 | <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> |
509 | 480 |
|
510 | 481 | <!-- IMS Fundamentals, April Session --> |
511 | 482 | <course-card |
512 | | - id="ims-fundamentals-april-2025" |
| 483 | + id="ims-dbrc-jun-2025" |
513 | 484 | name="IMS Database Recovery Control (DBRC)" |
514 | 485 | session="June 2025 session" |
515 | 486 | desc="<p>This live course runs for 9 sessions, 4 hours each day. It describes the benefits of DBRC and the |
|
532 | 503 | </section> |
533 | 504 |
|
534 | 505 | <!-- =========================== FAQs =========================== --> |
535 | | - <section id="faq" class="light-gray-bg pure-g"> |
| 506 | + <section id="faqs" class="light-gray-bg pure-g"> |
536 | 507 | <div class="pure-u-1 pure-u-md-1-4 section-header"> |
537 | 508 | <h2>Frequently asked questions</h2> |
538 | 509 | </div> |
|
0 commit comments