|
2 | 2 | <html lang="en-US" prefix="og: http://ogp.me/ns#"> |
3 | 3 |
|
4 | 4 | <head> |
| 5 | + <!-- Basic meta --> |
5 | 6 | <meta charset="UTF-8"> |
6 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | | - <!-- v18 basic meta --> |
8 | 8 | <meta name="geo.country" content="ZZ" /> |
9 | 9 | <meta name="dcterms.rights" content="� Copyright IBM Corp. 2020" /> |
10 | 10 | <meta name="dcterms.date" content="2020-07-18" /> |
11 | 11 | <meta name="keywords" content="IMS Central, IMS Developer, IMS" /> |
12 | 12 | <meta name="robots" content="index, follow" /> |
13 | | - <!-- Favicon --> |
| 13 | + |
| 14 | + <!-- Favicon --> |
14 | 15 | <link id="favicon" |
15 | | - rel="shortcut icon" |
16 | | - type="image/x-icon" |
17 | | - href="wp-content/IMS_logo_small.png"> |
| 16 | + rel="shortcut icon" |
| 17 | + type="image/x-icon" |
| 18 | + href="wp-content/IMS_logo_small.png" |
| 19 | + > |
18 | 20 |
|
19 | | - <!-- Pageittle --> |
20 | | - <title>IMS Transaction Manager</title> |
| 21 | + <!-- Page title --> |
| 22 | + <title>IMS Transaction Manager</title> |
21 | 23 |
|
22 | | - <!-- Meta --> |
23 | | - <link rel="canonical" href="ims-db.html" /> |
24 | | - <meta property="og:locale" content="en_US" /> |
25 | | - <meta property="og:type" content="article" /> |
26 | | - <meta property="og:title" content="IMS Transaction Manager" /> |
27 | | - <meta property="og:description" content="IMS Transaction Manager" /> |
28 | | - <meta property="og:url" content="http://www/imsdev.github.io/ims-tm.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 Transaction Manager" /> |
33 | | - <meta name="twitter:title" content="IMS Transaction Manager" /> |
34 | | - <meta property="og:image" content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png" /> |
| 24 | + <!-- Meta for social media --> |
| 25 | + <link rel="canonical" href="ims-db.html" /> |
| 26 | + <meta property="og:locale" content="en_US" /> |
| 27 | + <meta property="og:type" content="article" /> |
| 28 | + <meta property="og:title" content="IMS Transaction Manager" /> |
| 29 | + <meta property="og:description" content="IMS Transaction Manager" /> |
| 30 | + <meta property="og:url" content="http://www/imsdev.github.io/ims-tm.html" /> |
| 31 | + <meta property="og:site_name" content="IMS Central" /> |
| 32 | + <meta property="og:image" content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png" /> |
| 33 | + <meta name="twitter:card" content="summary" /> |
| 34 | + <meta name="twitter:description" content="IMS Transaction Manager" /> |
| 35 | + <meta name="twitter:title" content="IMS Transaction Manager" /> |
| 36 | + <meta property="og:image" content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png" /> |
35 | 37 |
|
36 | 38 | <!-- 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/tm.css" rel="stylesheet"> |
48 | | - <link href="wp-includes/css/flex.css" rel="stylesheet"> |
| 39 | + <!-- Imported styling --> |
| 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 | + <!-- Migrated stylesheets --> |
| 43 | + <link rel='stylesheet' id='dwboomer-style-css' href='wp-content/themes/boomer-v18/style.css' type='text/css' media='all' /> |
| 44 | + <link href="wp-includes/css/www.css" rel="stylesheet" /> |
| 45 | + <!-- Pure CSS --> |
| 46 | + <link rel="stylesheet" type="text/css" href="wp-includes/css/pure.css"> |
| 47 | + <link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css"> |
| 48 | + <!-- Custom CSS --> |
| 49 | + <link rel="stylesheet" type="text/css" href="wp-includes/css/homepage.css"> |
| 50 | + <link rel="stylesheet" href="wp-includes/css/nav.css"> |
| 51 | + <link rel="stylesheet" href="wp-includes/css/dropnav.css"> |
| 52 | + <link rel="stylesheet" href="wp-includes/css/page.css"> |
| 53 | + |
| 54 | + <link href="wp-includes/css/pages/tm.css" rel="stylesheet"> |
| 55 | + <link href="wp-includes/css/flex.css" rel="stylesheet"> |
49 | 56 |
|
50 | 57 | <!-- Hotjar Tracking Code for ibm.com/demos & githhub --> |
51 | 58 | <script> |
|
59 | 66 | })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); |
60 | 67 | </script> |
61 | 68 |
|
62 | | - |
63 | | - <!-- Additional styling for content after navigation --> |
64 | | - |
65 | | - <link rel="stylesheet" type="text/css" href="wp-includes/css/pure.css"> |
66 | | - <link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css"> |
67 | | - <link rel="stylesheet" type="text/css" href="wp-includes/css/homepage.css"> |
68 | | - <script src="wp-includes/js/jquery.min.js"></script> |
69 | | - |
70 | 69 | <!-- TipueSearch --> |
71 | 70 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> |
72 | 71 | <script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_content.js"></script> |
|
76 | 75 | <!-- delayed search --> |
77 | 76 | <script src="jekyll-tipue-search/assets/tipuesearch/delayedsearch.js"></script> |
78 | 77 |
|
79 | | - <!-- Hamburger menu --> |
80 | | - <script src="wp-includes/js/navbar.js"></script> |
81 | | - |
82 | 78 | <!-- Web components --> |
83 | 79 | <script src="web-components/nav-header/nav-header.js" type="module"></script> |
84 | 80 | <script src="web-components/hero-section/hero-section.js" type="module"></script> |
|
0 commit comments