Skip to content

Commit 20881b6

Browse files
committed
video card component for docs card sections
1 parent 1391e8d commit 20881b6

1 file changed

Lines changed: 34 additions & 86 deletions

File tree

ims-docs.html

Lines changed: 34 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
<link rel="stylesheet" href="wp-includes/css/nav.css" />
6666
<link rel="stylesheet" href="wp-includes/css/dropnav.css" />
6767
<link href="wp-includes/css/pages/docs.css" rel="stylesheet" />
68+
<link rel="stylesheet" href="wp-includes/css/page.css" />
6869

6970
<!-- Hotjar tracking code for ibm.com/demos & GitHub -->
7071
<script>
@@ -100,6 +101,9 @@
100101
src="web-components/hero-section/hero-section.js"
101102
type="module"></script>
102103
<script src="web-components/footer/footer.js" type="module"></script>
104+
<script
105+
src="web-components/video-card/video-card.js"
106+
type="module"></script>
103107
</head>
104108

105109
<!-- MASTHEAD_SITENAV_BEGIN -->
@@ -115,92 +119,36 @@
115119
desc="Find IMS™ and other IBM product documentation."></hero-section>
116120

117121
<!-- =========================== Badges & Docs =========================== -->
118-
<div class="zs-gray-section zs-white-section docs-main">
119-
<section class="zs-section pure-g">
120-
<div class="pure-u-22-24 docs-card-g">
121-
<!-- card 1 -->
122-
<div class="ims-m-card docs-card-c">
123-
<div class="pure-u-1 docs-card">
124-
<div class="pure-u-1 docs-card-text">
125-
<h3>IMS Docs home</h3>
126-
<p>
127-
Start here to search across IMS or IBM product information.
128-
</p>
129-
<br />
130-
<a
131-
aria-label="Explore IMS Docs"
132-
title="IMS Docs home"
133-
target="_blank"
134-
rel="noopener noreferrer"
135-
href="https://www.ibm.com/docs/en/ims/latest"
136-
>Explore →</a
137-
>
138-
</div>
139-
</div>
140-
</div>
141-
142-
<!-- card 2 -->
143-
<div class="ims-m-card docs-card-c">
144-
<div class="pure-u-1 docs-card">
145-
<div class="pure-u-1 docs-card-text">
146-
<h3>PDF documentation</h3>
147-
<p>Download PDF files of IMS documentation.</p>
148-
<br />
149-
<a
150-
aria-label="Explore the IMS Docs PDF files"
151-
title="IMS PDF documentation"
152-
target="_blank"
153-
rel="noopener noreferrer"
154-
href="https://www.ibm.com/docs/en/ims/latest?topic=documentation-pdf-files-ims"
155-
>Explore →</a
156-
>
157-
</div>
158-
</div>
159-
</div>
160-
161-
<!-- card 3 -->
162-
<div class="ims-m-card docs-card-c">
163-
<div class="pure-u-1 docs-card">
164-
<div class="pure-u-1 docs-card-text">
165-
<h3>Release planning</h3>
166-
<p>
167-
See the latest continuous delivery product updates for IMS
168-
15 and later.
169-
</p>
170-
<br />
171-
<a
172-
aria-label="Explore the IMS release planning"
173-
title="IMS release planning"
174-
target="_blank"
175-
rel="noopener noreferrer"
176-
href="https://www.ibm.com/docs/en/ims/latest?topic=release-planning-ims"
177-
>Explore →</a
178-
>
179-
</div>
180-
</div>
181-
</div>
182-
183-
<!-- card 4 -->
184-
<div class="ims-m-card docs-card-c">
185-
<div class="pure-u-1 docs-card">
186-
<div class="pure-u-1 docs-card-text">
187-
<h3>IMS tools</h3>
188-
<p>Start here to get information on all IMS tools.</p>
189-
<br />
190-
<a
191-
aria-label="Explore IMS tool"
192-
title="IMS Tools"
193-
target="_blank"
194-
rel="noopener noreferrer"
195-
href="https://www.ibm.com/docs/en/ims-tools"
196-
>Explore →</a
197-
>
198-
</div>
199-
</div>
200-
</div>
201-
</div>
202-
</section>
203-
</div>
122+
<section class="white-bg pure-g card-section">
123+
<!-- IMS docs -->
124+
<video-card
125+
name="IMS Docs home"
126+
desc="Start here to search across IMS or IBM product information."
127+
link="https://www.ibm.com/docs/en/ims/latest"
128+
class="pure-u-1 pure-u-lg-1-2">
129+
</video-card>
130+
<!-- PDF docs -->
131+
<video-card
132+
name="PDF documentation"
133+
desc="Download PDF files of IMS documentation."
134+
link="https://www.ibm.com/docs/en/ims/latest?topic=documentation-pdf-files-ims"
135+
class="pure-u-1 pure-u-lg-1-2">
136+
</video-card>
137+
<!-- Release planning -->
138+
<video-card
139+
name="Release planning"
140+
desc="See the latest continuous delivery product updates for IMS 15 and later."
141+
link="https://www.ibm.com/docs/en/ims/latest?topic=release-planning-ims"
142+
class="pure-u-1 pure-u-lg-1-2">
143+
</video-card>
144+
<!-- IMS tools -->
145+
<video-card
146+
name="IMS tools"
147+
desc="Start here to get information on all IMS tools."
148+
link="https://www.ibm.com/docs/en/ims-tools"
149+
class="pure-u-1 pure-u-lg-1-2">
150+
</video-card>
151+
</section>
204152
</main>
205153

206154
<imscentral-footer></imscentral-footer>

0 commit comments

Comments
 (0)