|
80 | 80 |
|
81 | 81 | <!-- Web components --> |
82 | 82 | <script src="web-components/course-card/course-card.js" type="module"></script> |
| 83 | + <script src="web-components/hero-section/hero-section.js" type="module"></script> |
83 | 84 | </head> |
84 | 85 |
|
85 | 86 | <!-- MASTHEAD_SITENAV_BEGIN --> |
@@ -292,29 +293,14 @@ <h5>IMS support</h5> |
292 | 293 | <!-- MAIN CONTENT --> |
293 | 294 | <main id="main"> |
294 | 295 | <!-- =========================== Hero =========================== --> |
295 | | - <section class="learn-bg"> |
296 | | - <div id="intro-section" class="pure-g hero"> |
297 | | - <div class="pure-u-1 pure-u-md-1-24"> |
298 | | - <img src="wp-content/course.svg" alt="" class="icon icon-xl"> |
299 | | - </div> |
300 | | - <div class="pure-u-1 pure-u-md-23-24"> |
301 | | - <h6>Learn</h6> |
302 | | - <h1>IMS courses</h1> |
303 | | - <p>Get comprehensive IMS™ education by taking these self-paced, digital courses.</p> |
304 | | - <p class="subtext">You can also earn a digital badge!</p> |
305 | | - <div class="button-g"> |
306 | | - <a class="button button-primary" |
307 | | - onfocus="closeNavMenu()" |
308 | | - target="_blank" |
309 | | - aria-label="Sign up for an IBM ID to enroll in IMS courses" |
310 | | - href="https://login.ibm.com/authsvc/mtfim/sps/authsvc?PolicyId=urn:ibm:security:authentication:asf:basicldapuser&Target=https%3A%2F%2Flogin.ibm.com%2Foidc%2Fendpoint%2Fdefault%2Fauthorize%3FqsId%3D9fe3fe66-c22f-4c7b-8e5d-01dfc0e8defa%26client_id%3DMyIBMDallasProdCI" |
311 | | - rel="noopener noreferrer"> |
312 | | - Sign up for an IBM ID → |
313 | | - </a> |
314 | | - </div> |
315 | | - </div> |
316 | | - </div> |
317 | | - </section> |
| 296 | + <hero-section |
| 297 | + name="IMS courses" |
| 298 | + image="wp-content/course.svg" |
| 299 | + section="Learn" |
| 300 | + desc="<p>Get comprehensive IMS™ education by taking these self-paced, digital courses.</p><p style='font-weight: 300;'>You can also earn a digital badge!</p>" |
| 301 | + linktext="Sign up for an IBM ID →" |
| 302 | + link="https://login.ibm.com/authsvc/mtfim/sps/authsvc?PolicyId=urn:ibm:security:authentication:asf:basicldapuser&Target=https%3A%2F%2Flogin.ibm.com%2Foidc%2Fendpoint%2Fdefault%2Fauthorize%3FqsId%3D9fe3fe66-c22f-4c7b-8e5d-01dfc0e8defa%26client_id%3DMyIBMDallasProdCI" |
| 303 | + ></hero-section> |
318 | 304 |
|
319 | 305 | <!-- =========================== Row for filtering =========================== --> |
320 | 306 | <div class="zs-section ed-filter"> |
|
0 commit comments