Skip to content

Commit 82b17ee

Browse files
committed
add btt button to pages
1 parent ad3a33f commit 82b17ee

6 files changed

Lines changed: 19 additions & 191 deletions

File tree

ims-internship-2025.html

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
<!-- Web components -->
7676
<script src="web-components/nav-header/nav-header.js" type="module"></script>
7777
<script src="web-components/hero-section/hero-section.js" type="module"></script>
78+
<script src="web-components/footer/footer.js" type="module"></script>
7879
</head>
7980

8081
<body id="ibm-com" class="ibm-com ibm-type">
@@ -256,39 +257,10 @@ <h4>Still have questions? Contact Amanda Stephens: <a href="mailto:amanda.stephe
256257
</div>
257258
</div>
258259
</section>
259-
260-
<!-- =========================== back to top =========================== -->
261-
<div>
262-
<img id="btt" src="wp-content/Icon_Back_to_top.svg" alt="Back to top" tabindex="0" role="button">
263-
</div>
264260
</div>
265261
</main>
266262

267-
<footer aria-label="IBM" id="themeFooter">
268-
<div id="boomer-footer" class="boomer_footer_menu"></div>
269-
<div id="dw-footer" class="ibm-alternate ibm-padding-normal">
270-
<div class="ibm-columns ibm-padding-bottom-0">
271-
<div class="ibm-col-1-1">
272-
<div class="ibm-footer-corporate-links">
273-
<ul>
274-
<li><a href="https://www.ibm.com/contact/us" target="_blank">Contact</a></li>
275-
<li><div></div></li>
276-
<li><a href="http://www.ibm.com/privacy/us/en/" target="_blank">Privacy</a></li>
277-
<li><div></div></li>
278-
<li><a href="https://www.ibm.com/legal?lnk=flg-tous-usen" target="_blank">Terms of use</a></li>
279-
<li><div></div></li>
280-
<li><a href="http://www.ibm.com/accessibility/us/en/" target="_blank">Accessibility</a></li>
281-
</ul>
282-
</div>
283-
<p class="copyright">Copyright IBM Corporation 2023, 2025</p>
284-
<div id="ibm-footer-locale-selector"></div>
285-
</div>
286-
</div>
287-
</div>
288-
</footer>
289-
290-
<!-- post-load actions/listeners -->
291-
<script src="jekyll-tipue-search/assets/tipuesearch/postLoad.js"></script>
292-
263+
<!-- Footer -->
264+
<imscentral-footer></imscentral-footer>
293265
</body>
294266
</html>

ims-java.html

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
<!-- Web components -->
7878
<script src="web-components/nav-header/nav-header.js" type="module"></script>
7979
<script src="web-components/hero-section/hero-section.js" type="module"></script>
80+
<script src="web-components/footer/footer.js" type="module"></script>
8081

8182
</head>
8283

@@ -304,44 +305,14 @@ <h3>North American Bank</h3>
304305

305306
</section>
306307
</div>
307-
308-
<!-- =========================== back to top =========================== -->
309-
<div>
310-
<img id="btt" src="wp-content/Icon_Back_to_top.svg" alt="Back to top" tabindex="0" role="button">
311-
</div>
312-
313308
</main>
314309
</div><!-- .entry-content -->
315310
</div><!-- #content -->
316311
</div><!-- end of ibm-content-wrapper -->
317312

318-
<footer aria-label="IBM" id="themeFooter">
319-
<div id="boomer-footer" class="boomer_footer_menu"></div>
320-
<div id="dw-footer" class="ibm-alternate ibm-padding-normal">
321-
<div class="ibm-columns ibm-padding-bottom-0">
322-
<div class="ibm-col-1-1">
323-
<div class="ibm-footer-corporate-links">
324-
<ul>
325-
<li><a href="https://www.ibm.com/contact/us" target="_blank">Contact</a></li>
326-
<li><div></div></li>
327-
<li><a href="http://www.ibm.com/privacy/us/en/" target="_blank">Privacy</a></li>
328-
<li><div></div></li>
329-
<li><a href="https://www.ibm.com/legal?lnk=flg-tous-usen" target="_blank">Terms of use</a></li>
330-
<li><div></div></li>
331-
<li><a href="http://www.ibm.com/accessibility/us/en/" target="_blank">Accessibility</a></li>
332-
</ul>
333-
</div>
334-
<p class="copyright">Copyright IBM Corporation 2023, 2025</p>
335-
<div id="ibm-footer-locale-selector"></div>
336-
</div>
337-
</div>
338-
</div>
339-
</footer>
313+
<!-- Footer -->
314+
<imscentral-footer></imscentral-footer>
340315

341316
</div><!-- #page -->
342-
343-
<!-- post-load actions/listeners -->
344-
<script src="jekyll-tipue-search/assets/tipuesearch/postLoad.js"></script>
345-
346317
</body>
347318
</html>

ims-repos.html

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
<!-- Web components -->
7979
<script src="web-components/nav-header/nav-header.js" type="module"></script>
8080
<script src="web-components/hero-section/hero-section.js" type="module"></script>
81+
<script src="web-components/footer/footer.js" type="module"></script>
8182
</head>
8283

8384
<!-- MASTHEAD_SITENAV_BEGIN -->
@@ -102,39 +103,11 @@ <h2 id="section-title">Available repositories</h2>
102103
<!-- Retrieving repositories -->
103104
<div class="container-fluid" id="github-projects"></div>
104105
</div>
105-
106-
<!-- =========================== back to top =========================== -->
107-
<div>
108-
<img id="btt" src="wp-content/Icon_Back_to_top.svg" alt="Back to top" tabindex="0" role="button">
109-
</div>
110106
</main>
111107
</div>
112108

113-
<footer aria-label="IBM" id="themeFooter">
114-
<div id="boomer-footer" class="boomer_footer_menu"></div>
115-
<div id="dw-footer" class="ibm-alternate ibm-padding-normal">
116-
<div class="ibm-columns ibm-padding-bottom-0">
117-
<div class="ibm-col-1-1">
118-
<div class="ibm-footer-corporate-links">
119-
<ul>
120-
<li><a href="https://www.ibm.com/contact/us" target="_blank">Contact</a></li>
121-
<li><div></div></li>
122-
<li><a href="http://www.ibm.com/privacy/us/en/" target="_blank">Privacy</a></li>
123-
<li><div></div></li>
124-
<li><a href="https://www.ibm.com/legal?lnk=flg-tous-usen" target="_blank">Terms of use</a></li>
125-
<li><div></div></li>
126-
<li><a href="http://www.ibm.com/accessibility/us/en/" target="_blank">Accessibility</a></li>
127-
</ul>
128-
</div>
129-
<p class="copyright">Copyright IBM Corporation 2023, 2025</p>
130-
<div id="ibm-footer-locale-selector"></div>
131-
</div>
132-
</div>
133-
</div>
134-
</footer>
135-
136-
<!-- post-load actions/listeners -->
137-
<script src="jekyll-tipue-search/assets/tipuesearch/postLoad.js"></script>
109+
<!-- Footer -->
110+
<imscentral-footer></imscentral-footer>
138111

139112
<!-- <script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script> -->
140113
<script src="wp-includes/js/git.js" type="text/javascript"></script>

ims-support.html

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
<!-- Web components -->
7878
<script src="web-components/nav-header/nav-header.js" type="module"></script>
7979
<script src="web-components/hero-section/hero-section.js" type="module"></script>
80+
<script src="web-components/footer/footer.js" type="module"></script>
8081
</head>
8182

8283
<!-- MASTHEAD_SITENAV_BEGIN -->
@@ -196,43 +197,13 @@ <h3>
196197
</div>
197198
</section>
198199
</div>
199-
200-
<!-- =========================== back to top =========================== -->
201-
<div>
202-
<img id="btt" src="wp-content/Icon_Back_to_top.svg" alt="Back to top" tabindex="0" role="button">
203-
</div>
204-
205200
</main>
206201
</div><!-- .entry-content -->
207202
</div><!-- #content -->
208203
</div><!-- end of ibm-content-wrapper -->
209204

210-
<footer aria-label="IBM" id="themeFooter">
211-
<div id="boomer-footer" class="boomer_footer_menu"></div>
212-
<div id="dw-footer" class="ibm-alternate ibm-padding-normal">
213-
<div class="ibm-columns ibm-padding-bottom-0">
214-
<div class="ibm-col-1-1">
215-
<div class="ibm-footer-corporate-links">
216-
<ul>
217-
<li><a href="https://www.ibm.com/contact/us" target="_blank">Contact</a></li>
218-
<li><div></div></li>
219-
<li><a href="http://www.ibm.com/privacy/us/en/" target="_blank">Privacy</a></li>
220-
<li><div></div></li>
221-
<li><a href="https://www.ibm.com/legal?lnk=flg-tous-usen" target="_blank">Terms of use</a></li>
222-
<li><div></div></li>
223-
<li><a href="http://www.ibm.com/accessibility/us/en/" target="_blank">Accessibility</a></li>
224-
</ul>
225-
</div>
226-
<p class="copyright">Copyright IBM Corporation 2023, 2025</p>
227-
<div id="ibm-footer-locale-selector"></div>
228-
</div>
229-
</div>
230-
</div>
231-
</footer>
205+
<!-- Footer -->
206+
<imscentral-footer></imscentral-footer>
232207
</div><!-- #page -->
233-
234-
<!-- post-load actions/listeners -->
235-
<script src="jekyll-tipue-search/assets/tipuesearch/postLoad.js"></script>
236-
237208
</body>
238209
</html>

ims-tm.html

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
<!-- Web components -->
8383
<script src="web-components/nav-header/nav-header.js" type="module"></script>
8484
<script src="web-components/hero-section/hero-section.js" type="module"></script>
85+
<script src="web-components/footer/footer.js" type="module"></script>
8586
</head>
8687

8788
<!-- MASTHEAD_SITENAV_BEGIN -->
@@ -391,42 +392,12 @@ <h3>A large bank’s success story implementing RESTful APIs to streamline their
391392
</div>
392393
</div>
393394
</section>
394-
395-
<!-- =========================== back to top =========================== -->
396-
<div>
397-
<img id="btt" src="wp-content/Icon_Back_to_top.svg" alt="Back to top" tabindex="0" role="button">
398-
</div>
399-
400395
</main>
401396
</div><!-- .entry-content -->
402397
</div><!-- #content -->
403398
</div><!-- end of ibm-content-wrapper -->
404399

405-
<footer aria-label="IBM" id="themeFooter">
406-
<div id="boomer-footer" class="boomer_footer_menu"></div>
407-
<div id="dw-footer" class="ibm-alternate ibm-padding-normal">
408-
<div class="ibm-columns ibm-padding-bottom-0">
409-
<div class="ibm-col-1-1">
410-
<div class="ibm-footer-corporate-links">
411-
<ul>
412-
<li><a href="https://www.ibm.com/contact/us" target="_blank">Contact</a></li>
413-
<li><div></div></li>
414-
<li><a href="http://www.ibm.com/privacy/us/en/" target="_blank">Privacy</a></li>
415-
<li><div></div></li>
416-
<li><a href="https://www.ibm.com/legal?lnk=flg-tous-usen" target="_blank">Terms of use</a></li>
417-
<li><div></div></li>
418-
<li><a href="http://www.ibm.com/accessibility/us/en/" target="_blank">Accessibility</a></li>
419-
</ul>
420-
</div>
421-
<p class="copyright">Copyright IBM Corporation 2023, 2025</p>
422-
<div id="ibm-footer-locale-selector"></div>
423-
</div>
424-
</div>
425-
</div>
426-
</footer>
427-
428-
<!-- post-load actions/listeners -->
429-
<script src="jekyll-tipue-search/assets/tipuesearch/postLoad.js"></script>
430-
400+
<!-- Footer -->
401+
<imscentral-footer></imscentral-footer>
431402
</body>
432403
</html>

ims-videos.html

Lines changed: 4 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,10 @@
7777
<script src="wp-includes/js/navbar.js"></script>
7878

7979
<!-- Web components -->
80-
<script src="web-components/video-card/video-card.js" type="module"></script>
8180
<script src="web-components/nav-header/nav-header.js" type="module"></script>
8281
<script src="web-components/hero-section/hero-section.js" type="module"></script>
82+
<script src="web-components/video-card/video-card.js" type="module"></script>
83+
<script src="web-components/footer/footer.js" type="module"></script>
8384
</head>
8485

8586
<!-- PAGE CONTENT -->
@@ -390,41 +391,10 @@
390391
>
391392
</video-card>
392393
</section>
393-
394-
<!-- =========================== back to top =========================== -->
395-
<div>
396-
<img id="btt" src="wp-content/Icon_Back_to_top.svg" alt="Back to top" tabindex="0" role="button">
397-
</div>
398-
399394
</main>
400395
</div>
401396

402-
<!-- FOOTER -->
403-
<footer aria-label="IBM" id="themeFooter">
404-
<div id="boomer-footer" class="boomer_footer_menu"></div>
405-
<div id="dw-footer" class="ibm-alternate ibm-padding-normal">
406-
<div class="ibm-columns ibm-padding-bottom-0">
407-
<div class="ibm-col-1-1">
408-
<div class="ibm-footer-corporate-links">
409-
<ul>
410-
<li><a href="https://www.ibm.com/contact/us" target="_blank">Contact</a></li>
411-
<li><div></div></li>
412-
<li><a href="http://www.ibm.com/privacy/us/en/" target="_blank">Privacy</a></li>
413-
<li><div></div></li>
414-
<li><a href="https://www.ibm.com/legal?lnk=flg-tous-usen" target="_blank">Terms of use</a></li>
415-
<li><div></div></li>
416-
<li><a href="http://www.ibm.com/accessibility/us/en/" target="_blank">Accessibility</a></li>
417-
</ul>
418-
</div>
419-
<p class="copyright">Copyright IBM Corporation 2023, 2025</p>
420-
<div id="ibm-footer-locale-selector"></div>
421-
</div>
422-
</div>
423-
</div>
424-
</footer>
425-
426-
<!-- post-load actions/listeners -->
427-
<script src="jekyll-tipue-search/assets/tipuesearch/postLoad.js"></script>
428-
397+
<!-- Footer -->
398+
<imscentral-footer></imscentral-footer>
429399
</body>
430400
</html>

0 commit comments

Comments
 (0)