Skip to content

Commit b0009c4

Browse files
committed
update 404 page head scripts
1 parent 650627d commit b0009c4

1 file changed

Lines changed: 166 additions & 128 deletions

File tree

404.html

Lines changed: 166 additions & 128 deletions
Original file line numberDiff line numberDiff line change
@@ -1,130 +1,168 @@
11
<!DOCTYPE html>
2-
<html lang="en-US" prefix="og: http://ogp.me/ns#">
3-
4-
<head>
5-
<meta charset="UTF-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<!-- v18 basic meta -->
8-
<meta name="geo.country" content="ZZ" />
9-
<meta name="dcterms.rights" content="� Copyright IBM Corp. 2020" />
10-
<meta name="dcterms.date" content="2020-07-18" />
11-
<meta name="keywords" content="IMS Central, IMS Developer, IMS" />
12-
<meta name="robots" content="index, follow" />
13-
<!-- Favicon -->
14-
<link id="favicon"
15-
rel="shortcut icon"
16-
type="image/x-icon"
17-
href="wp-content/IMS_logo_small.png">
18-
19-
<!-- Page Title -->
20-
<title>IMS Central - 404</title>
21-
22-
<!-- Meta -->
23-
<link rel="canonical" href="404.html" />
24-
<meta property="og:locale" content="en_US" />
25-
<meta property="og:type" content="article" />
26-
<meta property="og:title" content="404" />
27-
<meta property="og:description" content="IMS Central Page Not Found" />
28-
<meta property="og:url" content="http://www/imsdev.github.io/404.html" />
29-
<meta property="og:site_name" content="IMS Central" />
30-
<meta property="og:image" content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png" />
31-
<meta name="twitter:card" content="summary" />
32-
<meta name="twitter:description" content="IMS Central Page Not Found" />
33-
<meta name="twitter:title" content="404" />
34-
<meta name="twitter:image" content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png" />
35-
36-
<!-- Sheets -->
37-
<link rel='stylesheet' id='dwboomer-style-css' href='wp-content/themes/boomer-v18/style.css' type='text/css' media='all' />
38-
<link rel='stylesheet' id='dashicons-css' href='wp-includes/css/dashicons.min.css' type='text/css' media='all' />
39-
<link rel='stylesheet' id='pagepost_css-css' href='wp-content/themes/boomer-v18/css/pagepost.css' type='text/css' media='all' />
40-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
41-
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
42-
<link rel="stylesheet" href="wp-includes/css/nav.css">
43-
<link rel="stylesheet" href="wp-includes/css/dropnav.css">
44-
<link href="wp-includes/css/www.css" rel="stylesheet" />
45-
<link href="wp-includes/css/grid-fluid.css" rel="stylesheet">
46-
<link href="wp-includes/css/tables.css" rel="stylesheet">
47-
<link href="wp-includes/css/pages/404.css" rel="stylesheet">
48-
49-
<!-- Hotjar Tracking Code for ibm.com/demos & githhub -->
50-
<script>
51-
(function(h,o,t,j,a,r){
52-
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
53-
h._hjSettings={hjid:132193,hjsv:6};
54-
a=o.getElementsByTagName('head')[0];
55-
r=o.createElement('script');r.async=1;
56-
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
57-
a.appendChild(r);
58-
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
59-
</script>
60-
61-
<!-- Additional styling for content after navigation -->
62-
63-
<link rel="stylesheet" type="text/css" href="wp-includes/css/pure.css">
64-
<link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css">
65-
<link rel="stylesheet" type="text/css" href="wp-includes/css/homepage.css">
66-
<script src="wp-includes/js/jquery.min.js"></script>
67-
68-
<!-- TipueSearch -->
69-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
70-
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_content.js"></script>
71-
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_set.js"></script>
72-
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch.min.js"></script>
73-
74-
<!-- delayed search -->
75-
<script src="jekyll-tipue-search/assets/tipuesearch/delayedsearch.js"></script>
76-
77-
<!-- Web components -->
78-
<script src="web-components/nav-header/nav-header.js" type="module"></script>
79-
<script src="web-components/footer/footer.js" type="module"></script>
80-
81-
</head>
82-
83-
<!-- MASTHEAD_SITENAV_BEGIN -->
84-
<body id="ibm-com" class="ibm-com ibm-type group-blog">
85-
<div class="ibm-landing-page pg-404">
86-
<nav-header></nav-header>
87-
88-
<!-- Additional styling for content after navigation -->
89-
<head>
90-
<link rel="stylesheet" type="text/css" href="wp-includes/css/pure.css">
91-
<link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css">
92-
<link rel="stylesheet" type="text/css" href="wp-includes/css/homepage.css">
93-
</head>
94-
95-
<div id="content" class="site-content">
96-
<div class="content-area" id="content-area">
97-
<div class="entry-content">
98-
<main class="zs-main">
99-
<!-- =========================== IMS Central 404 =========================== -->
100-
<div class="bg-404 main-sec">
101-
<section id="intro-section" class="pure-g zs-section">
102-
<div class="pure-u-3-25">
103-
<img class="ims-card-icon" src="wp-content/404_Error.svg" alt="404: Page not found">
104-
</div>
105-
<div id="intro-info" class="pure-u-1 pure-u-sm-1-2 main-sec-g">
106-
<h1>We<span>&#8217;</span>re sorry!</h1>
107-
<p id="p-style">The page you're looking for might have been moved or deleted.</p>
108-
</div>
109-
<div class="pure-u-8-24">
110-
<h2 class="text-404">404</h2>
111-
</div>
112-
</section>
113-
</div>
114-
115-
<!-- =========================== White Space =========================== -->
116-
<div class="bg-404">
117-
<section class="zs-section">
118-
<div class="pure-u-lg-2-24 w-space"></div>
119-
</section>
120-
</div>
121-
</main>
122-
</div><!-- .entry-content -->
123-
</div><!-- #content -->
124-
</div><!-- end of ibm-content-wrapper -->
125-
</div><!-- #page -->
126-
127-
<!-- Footer -->
128-
<imscentral-footer></imscentral-footer>
129-
</body>
2+
<html lang="en-US">
3+
<head>
4+
<!-- Basic meta -->
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<meta name="geo.country" content="ZZ" />
8+
<meta name="dcterms.rights" content="� Copyright IBM Corp. 2020" />
9+
<meta name="dcterms.date" content="2020-07-18" />
10+
<meta name="keywords" content="IMS Central, IMS Developer, IMS" />
11+
<meta name="robots" content="index, follow" />
12+
13+
<!-- Favicon -->
14+
<link
15+
id="favicon"
16+
rel="shortcut icon"
17+
type="image/x-icon"
18+
href="wp-content/IMS_logo_small.png" />
19+
20+
<!-- Page Title -->
21+
<title>IMS Central - 404</title>
22+
23+
<!-- Meta for social media -->
24+
<link rel="canonical" href="404.html" />
25+
<meta property="og:locale" content="en_US" />
26+
<meta property="og:type" content="article" />
27+
<meta property="og:title" content="404" />
28+
<meta property="og:description" content="IMS Central Page Not Found" />
29+
<meta property="og:url" content="http://www/imsdev.github.io/404.html" />
30+
<meta property="og:site_name" content="IMS Central" />
31+
<meta
32+
property="og:image"
33+
content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png" />
34+
<meta name="twitter:card" content="summary" />
35+
<meta name="twitter:description" content="IMS Central Page Not Found" />
36+
<meta name="twitter:title" content="404" />
37+
<meta
38+
name="twitter:image"
39+
content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png" />
40+
41+
<!-- Sheets -->
42+
<!-- Imported styling -->
43+
<link
44+
rel="stylesheet"
45+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
46+
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css" />
47+
<!-- Migrated styling -->
48+
<link
49+
rel="stylesheet"
50+
id="dwboomer-style-css"
51+
href="wp-content/themes/boomer-v18/style.css"
52+
type="text/css"
53+
media="all" />
54+
<link href="wp-includes/css/www.css" rel="stylesheet" />
55+
<!-- Pure CSS -->
56+
<link rel="stylesheet" href="wp-includes/css/pure.css" />
57+
<link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css" />
58+
<!-- Custom CSS -->
59+
<link
60+
rel="stylesheet"
61+
type="text/css"
62+
href="wp-includes/css/homepage.css" />
63+
<link rel="stylesheet" href="wp-includes/css/nav.css" />
64+
<link rel="stylesheet" href="wp-includes/css/dropnav.css" />
65+
66+
<link href="wp-includes/css/pages/404.css" rel="stylesheet" />
67+
68+
<!-- Hotjar Tracking Code for ibm.com/demos & githhub -->
69+
<script>
70+
(function (h, o, t, j, a, r) {
71+
h.hj =
72+
h.hj ||
73+
function () {
74+
(h.hj.q = h.hj.q || []).push(arguments);
75+
};
76+
h._hjSettings = { hjid: 132193, hjsv: 6 };
77+
a = o.getElementsByTagName("head")[0];
78+
r = o.createElement("script");
79+
r.async = 1;
80+
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
81+
a.appendChild(r);
82+
})(window, document, "https://static.hotjar.com/c/hotjar-", ".js?sv=");
83+
</script>
84+
85+
<!-- TipueSearch -->
86+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
87+
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_content.js"></script>
88+
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_set.js"></script>
89+
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch.min.js"></script>
90+
91+
<!-- delayed search -->
92+
<script src="jekyll-tipue-search/assets/tipuesearch/delayedsearch.js"></script>
93+
94+
<!-- Web components -->
95+
<script
96+
src="web-components/nav-header/nav-header.js"
97+
type="module"></script>
98+
<script src="web-components/footer/footer.js" type="module"></script>
99+
</head>
100+
101+
<!-- MASTHEAD_SITENAV_BEGIN -->
102+
<body id="ibm-com" class="ibm-com ibm-type group-blog">
103+
<div class="ibm-landing-page pg-404">
104+
<nav-header></nav-header>
105+
106+
<!-- Additional styling for content after navigation -->
107+
<head>
108+
<link
109+
rel="stylesheet"
110+
type="text/css"
111+
href="wp-includes/css/pure.css" />
112+
<link
113+
rel="stylesheet"
114+
href="wp-includes/css/grids-responsive-min.css" />
115+
<link
116+
rel="stylesheet"
117+
type="text/css"
118+
href="wp-includes/css/homepage.css" />
119+
</head>
120+
121+
<div id="content" class="site-content">
122+
<div class="content-area" id="content-area">
123+
<div class="entry-content">
124+
<main class="zs-main">
125+
<!-- =========================== IMS Central 404 =========================== -->
126+
<div class="bg-404 main-sec">
127+
<section id="intro-section" class="pure-g zs-section">
128+
<div class="pure-u-3-25">
129+
<img
130+
class="ims-card-icon"
131+
src="wp-content/404_Error.svg"
132+
alt="404: Page not found" />
133+
</div>
134+
<div
135+
id="intro-info"
136+
class="pure-u-1 pure-u-sm-1-2 main-sec-g">
137+
<h1>We<span>&#8217;</span>re sorry!</h1>
138+
<p id="p-style">
139+
The page you're looking for might have been moved or
140+
deleted.
141+
</p>
142+
</div>
143+
<div class="pure-u-8-24">
144+
<h2 class="text-404">404</h2>
145+
</div>
146+
</section>
147+
</div>
148+
149+
<!-- =========================== White Space =========================== -->
150+
<div class="bg-404">
151+
<section class="zs-section">
152+
<div class="pure-u-lg-2-24 w-space"></div>
153+
</section>
154+
</div>
155+
</main>
156+
</div>
157+
<!-- .entry-content -->
158+
</div>
159+
<!-- #content -->
160+
</div>
161+
<!-- end of ibm-content-wrapper -->
162+
</div>
163+
<!-- #page -->
164+
165+
<!-- Footer -->
166+
<imscentral-footer></imscentral-footer>
167+
</body>
130168
</html>

0 commit comments

Comments
 (0)