|
78 | 78 | <!-- Hamburger menu --> |
79 | 79 | <script src="wp-includes/js/navbar.js"></script> |
80 | 80 |
|
| 81 | + <!-- Web components --> |
| 82 | + <script src="web-components/hero-section/hero-section.js" type="module"></script> |
81 | 83 | </head> |
82 | 84 |
|
83 | 85 | <!-- MASTHEAD_SITENAV_BEGIN --> |
@@ -300,20 +302,13 @@ <h5>IMS support</h5> |
300 | 302 | <main class="zs-main" id="main"> |
301 | 303 |
|
302 | 304 | <!-- =========================== IMS Database =========================== --> |
303 | | - <div class="banner innovate-bg"> |
304 | | - <section id="intro-section" class="pure-g zs-section db-hero"> |
305 | | - <div id="intro-header" class="pure-u-1"></div> |
306 | | - <div class="pure-u-3-25"> |
307 | | - <img class="ims-card-icon" src="wp-content/Icon_Banner_IMS DatabasePage.svg" alt=""> |
308 | | - </div> |
309 | | - <div id="intro-info" class="pure-u-1 pure-u-sm-15-24 db-hero-text"> |
310 | | - <h6>Innovate</h6> |
311 | | - <h1 >IMS Database: fast, secure, reliable.</h1> |
312 | | - <p id="p-style" >Data integrity, performance, simplified use of SQL, and powerful recovery tools make IMS Database Manager |
313 | | - the best choice to protect your enterprise assets.</p> |
314 | | - </div> |
315 | | - </section> |
316 | | - </div> |
| 305 | + <hero-section |
| 306 | + name="IMS Database: fast, secure, reliable" |
| 307 | + image="wp-content/Icon_Banner_IMS DatabasePage.svg" |
| 308 | + section="Innovate" |
| 309 | + desc="Data integrity, performance, simplified use of SQL, and powerful recovery tools make IMS Database Manager |
| 310 | + the best choice to protect your enterprise assets." |
| 311 | + ></hero-section> |
317 | 312 |
|
318 | 313 | <!-- =========================== Managed ACBs =========================== --> |
319 | 314 | <div class="zs-gray-section ibm-background-white-core macb-section"> |
|
0 commit comments