Skip to content

Commit 746592b

Browse files
committed
update support cards with web component
1 parent 9845508 commit 746592b

1 file changed

Lines changed: 51 additions & 127 deletions

File tree

ims-support.html

Lines changed: 51 additions & 127 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/support.css" rel="stylesheet" />
68+
<link rel="stylesheet" href="wp-includes/css/page.css" />
6869

6970
<!-- Hotjar Tracking Code for ibm.com/demos & githhub -->
7071
<script>
@@ -116,133 +117,56 @@
116117
desc="Find answers or get support for IMS™ or other IBM® products."></hero-section>
117118

118119
<!-- =========================== Cards =========================== -->
119-
<div class="zs-gray-section zs-white-section supp-sec">
120-
<section id="support-section" class="zs-section pure-g">
121-
<div class="pure-u-22-24 supp-sec-g">
122-
<!-- card 1 -->
123-
<div class="ims-m-card supp-sec-c">
124-
<div class="pure-u-1 supp-c">
125-
<div class="pure-u-1">
126-
<h3>IBM Software Support</h3>
127-
<p>
128-
View, open cases, or find other valuable support resources.
129-
</p>
130-
<a
131-
aria-label="Explore IBM software support"
132-
title="IBM software support"
133-
target="_blank"
134-
rel="noopener noreferrer"
135-
href="https://www.ibm.com/mysupport/"
136-
>Explore →
137-
</a>
138-
</div>
139-
</div>
140-
</div>
141-
142-
<!-- card 2 -->
143-
<div class="ims-m-card supp-sec-c">
144-
<div class="pure-u-1 supp-c">
145-
<div class="pure-u-1">
146-
<h3>IBM Fix Central</h3>
147-
<p>
148-
Get fixes and updates for your system's software, hardware,
149-
and operating system.
150-
</p>
151-
<a
152-
aria-label="Explore IBM Fix Central"
153-
title="IBM Fix Central"
154-
target="_blank"
155-
rel="noopener noreferrer"
156-
href="https://www.ibm.com/support/fixcentral"
157-
>Explore →</a
158-
>
159-
</div>
160-
</div>
161-
</div>
162-
163-
<!-- card 3 -->
164-
<div class="ims-m-card supp-sec-c">
165-
<div class="pure-u-1 supp-c">
166-
<div class="pure-u-1">
167-
<h3>IBM support forums</h3>
168-
<p>Search forums, ask questions, or contribute.</p>
169-
<a
170-
aria-label="Explore IBM support forums"
171-
title="IBM support forums"
172-
target="_blank"
173-
rel="noopener noreferrer"
174-
href="https://www.ibm.com/mysupport/s/forumshome?language=en_US"
175-
>Explore →</a
176-
>
177-
</div>
178-
</div>
179-
</div>
180-
181-
<!-- card 4 -->
182-
<div class="ims-m-card supp-sec-c">
183-
<div class="pure-u-1 supp-c">
184-
<div class="pure-u-1">
185-
<h3>Open an RFE</h3>
186-
<p>
187-
Open a request for enhancement or see what others have
188-
suggested.
189-
</p>
190-
<a
191-
aria-label="Explore RFEs"
192-
title="RFE"
193-
target="_blank"
194-
rel="noopener noreferrer"
195-
href="https://www.ibm.com/developerworks/rfe/"
196-
>Explore →</a
197-
>
198-
</div>
199-
</div>
200-
</div>
201-
202-
<!-- card 5 -->
203-
<div class="ims-m-card supp-sec-c">
204-
<div class="pure-u-1 supp-c">
205-
<div class="pure-u-1">
206-
<h3>IMS listserv</h3>
207-
<p>
208-
Subscribe to the IMS listserv and chat with the IMS team or
209-
other IMS customers.
210-
</p>
211-
<a
212-
alt="Explore the IMS listserv"
213-
title="IMS listserv"
214-
target="_blank"
215-
rel="noopener noreferrer"
216-
href="http://imslistserv.bmc.com/scripts/wa-BMC.exe?SUBED1=IMS-L&A=1"
217-
>Explore →</a
218-
>
219-
</div>
220-
</div>
221-
</div>
222-
223-
<!-- card 6 -->
224-
<div class="ims-m-card supp-sec-c">
225-
<div class="pure-u-1 supp-c">
226-
<div class="pure-u-1">
227-
<h3>Stack Overflow</h3>
228-
<p>
229-
Search for answers or ask questions about IMS or other
230-
product issues.
231-
</p>
232-
<a
233-
aria-label="Explore Stack Overflow"
234-
title="Stack Overflow"
235-
target="_blank"
236-
rel="noopener noreferrer"
237-
href="https://stackoverflow.com/search?q=IBM+IMS&s=1067115a-462b-496f-8d3d-ef4ac0f9b980"
238-
>Explore →</a
239-
>
240-
</div>
241-
</div>
242-
</div>
243-
</div>
244-
</section>
245-
</div>
120+
<section class="white-bg pure-g card-section">
121+
<!-- IMS software support -->
122+
<card-tile
123+
cardtype="support"
124+
name="IMS Software Support"
125+
desc="View, open cases, or find other valuable support resources."
126+
link="https://www.ibm.com/mysupport/"
127+
class="pure-u-1 pure-u-lg-1-2">
128+
</card-tile>
129+
<!-- IBM Fix Central -->
130+
<card-tile
131+
cardtype="support"
132+
name="IBM Fix Central"
133+
desc="Get fixes and updates for your system's software, hardware, and operating system."
134+
link="https://www.ibm.com/support/fixcentral"
135+
class="pure-u-1 pure-u-lg-1-2">
136+
</card-tile>
137+
<!-- IBM support forums -->
138+
<card-tile
139+
cardtype="support"
140+
name="IBM support forums"
141+
desc="Search forums, ask questions, or contribute."
142+
link="https://www.ibm.com/mysupport/s/forumshome?language=en_US"
143+
class="pure-u-1 pure-u-lg-1-2">
144+
</card-tile>
145+
<!-- Open an RFE -->
146+
<card-tile
147+
cardtype="support"
148+
name="Open an RFE"
149+
desc="Open a request for enhancement or see what others have suggested."
150+
link="https://www.ibm.com/developerworks/rfe/"
151+
class="pure-u-1 pure-u-lg-1-2">
152+
</card-tile>
153+
<!-- IMS listserv -->
154+
<card-tile
155+
cardtype="support"
156+
name="IMS listserv"
157+
desc="Subscribe to the IMS listserv and chat with the IMS team or other IMS customers."
158+
link="http://imslistserv.bmc.com/scripts/wa-BMC.exe?SUBED1=IMS-L&A=1"
159+
class="pure-u-1 pure-u-lg-1-2">
160+
</card-tile>
161+
<!-- Stack Overflow -->
162+
<card-tile
163+
cardtype="support"
164+
name="Stack Overflow"
165+
desc="Search for answers or ask questions about IMS or other product issues."
166+
link="https://stackoverflow.com/search?q=IBM+IMS&s=1067115a-462b-496f-8d3d-ef4ac0f9b980"
167+
class="pure-u-1 pure-u-lg-1-2">
168+
</card-tile>
169+
</section>
246170
</main>
247171

248172
<imscentral-footer></imscentral-footer>

0 commit comments

Comments
 (0)