Skip to content

Commit c40cf83

Browse files
authored
Merge pull request #107 from imsdev/responsive-updates
Responsive updates
2 parents edc5ecf + 3a9c5f1 commit c40cf83

4 files changed

Lines changed: 275 additions & 166 deletions

File tree

ims-repos.html

Lines changed: 155 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -1,123 +1,172 @@
1-
<html lang="en" style="padding-top:0px !important;padding-bottom: 0px !important;">
2-
3-
<head>
4-
<!-- Basic meta -->
5-
<meta charset="UTF-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1">
1+
<html
2+
lang="en"
3+
style="padding-top: 0px !important; padding-bottom: 0px !important"
4+
>
5+
<head>
6+
<!-- Basic meta -->
7+
<meta charset="UTF-8" />
8+
<meta name="viewport" content="width=device-width, initial-scale=1" />
79
<meta name="geo.country" content="ZZ" />
810
<meta name="dcterms.rights" content="� Copyright IBM Corp. 2020" />
911
<meta name="dcterms.date" content="2020-07-18" />
1012
<meta name="keywords" content="IMS Central, IMS Developer, IMS" />
1113
<meta name="robots" content="index, follow" />
12-
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 Repos</title>
21-
22-
<!-- Meta for social media -->
23-
<link rel="canonical" href="ims-docs.html" />
24-
<meta property="og:locale" content="en_US" />
25-
<meta property="og:type" content="article" />
26-
<meta property="og:title" content="IMS Repos" />
27-
<meta property="og:description" content="IMS Repos" />
28-
<meta property="og:url" content="http://www/imsdev.github.io/ims-repos.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 Repos" />
33-
<meta name="twitter:title" content="IMS Repos" />
34-
<meta property="og:image" content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png" />
35-
36-
<!-- Sheets -->
37-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
38-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
39-
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
40-
<!-- Migrated stylesheets -->
41-
<link rel='stylesheet' id='dwboomer-style-css' href='wp-content/themes/boomer-v18/style.css' type='text/css' media='all' />
42-
<link rel='stylesheet' href='wp-includes/css/www.css' type='text/css' media='all' />
43-
<!-- Pure CSS -->
44-
<link href="wp-includes/css/grid-fluid.css" rel="stylesheet">
45-
<link rel="stylesheet" type="text/css" href="wp-includes/css/pure.css">
46-
<link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css">
47-
<!-- Custom CSS -->
48-
<link rel="stylesheet" href="wp-includes/css/nav.css">
49-
<link rel="stylesheet" href="wp-includes/css/dropnav.css">
50-
<link href="wp-includes/css/tables.css" rel="stylesheet">
51-
<link href="wp-includes/css/pages/repos.css" rel="stylesheet">
52-
<link href="wp-includes/css/custom.css" rel="stylesheet">
53-
<link rel="stylesheet" type="text/css" href="wp-includes/css/homepage.css">
5414

55-
<!-- Hotjar Tracking Code for ibm.com/demos & githhub -->
56-
<script>
57-
(function(h,o,t,j,a,r){
58-
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
59-
h._hjSettings={hjid:132193,hjsv:6};
60-
a=o.getElementsByTagName('head')[0];
61-
r=o.createElement('script');r.async=1;
62-
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
63-
a.appendChild(r);
64-
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
65-
</script>
15+
<!-- Favicon -->
16+
<link
17+
id="favicon"
18+
rel="shortcut icon"
19+
type="image/x-icon"
20+
href="wp-content/IMS_logo_small.png"
21+
/>
22+
23+
<!-- Page title -->
24+
<title>IMS Repos</title>
25+
26+
<!-- Meta for social media -->
27+
<link rel="canonical" href="ims-docs.html" />
28+
<meta property="og:locale" content="en_US" />
29+
<meta property="og:type" content="article" />
30+
<meta property="og:title" content="IMS Repos" />
31+
<meta property="og:description" content="IMS Repos" />
32+
<meta
33+
property="og:url"
34+
content="http://www/imsdev.github.io/ims-repos.html"
35+
/>
36+
<meta property="og:site_name" content="IMS Central" />
37+
<meta
38+
property="og:image"
39+
content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png"
40+
/>
41+
<meta name="twitter:card" content="summary" />
42+
<meta name="twitter:description" content="IMS Repos" />
43+
<meta name="twitter:title" content="IMS Repos" />
44+
<meta
45+
property="og:image"
46+
content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png"
47+
/>
48+
49+
<!-- Sheets -->
50+
<link
51+
rel="stylesheet"
52+
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
53+
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
54+
crossorigin="anonymous"
55+
/>
56+
<link
57+
rel="stylesheet"
58+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
59+
/>
60+
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css" />
61+
<!-- Migrated stylesheets -->
62+
<link
63+
rel="stylesheet"
64+
id="dwboomer-style-css"
65+
href="wp-content/themes/boomer-v18/style.css"
66+
type="text/css"
67+
media="all"
68+
/>
69+
<link
70+
rel="stylesheet"
71+
href="wp-includes/css/www.css"
72+
type="text/css"
73+
media="all"
74+
/>
75+
<!-- Pure CSS -->
76+
<link href="wp-includes/css/grid-fluid.css" rel="stylesheet" />
77+
<link rel="stylesheet" type="text/css" href="wp-includes/css/pure.css" />
78+
<link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css" />
79+
<!-- Custom CSS -->
80+
<link rel="stylesheet" href="wp-includes/css/nav.css" />
81+
<link rel="stylesheet" href="wp-includes/css/dropnav.css" />
82+
<link href="wp-includes/css/tables.css" rel="stylesheet" />
83+
<link href="wp-includes/css/pages/repos.css" rel="stylesheet" />
84+
<link href="wp-includes/css/custom.css" rel="stylesheet" />
85+
<link
86+
rel="stylesheet"
87+
type="text/css"
88+
href="wp-includes/css/homepage.css"
89+
/>
90+
<link rel="stylesheet" href="wp-includes/css/page.css" />
91+
92+
<!-- Hotjar Tracking Code for ibm.com/demos & githhub -->
93+
<script>
94+
(function (h, o, t, j, a, r) {
95+
h.hj =
96+
h.hj ||
97+
function () {
98+
(h.hj.q = h.hj.q || []).push(arguments);
99+
};
100+
h._hjSettings = { hjid: 132193, hjsv: 6 };
101+
a = o.getElementsByTagName("head")[0];
102+
r = o.createElement("script");
103+
r.async = 1;
104+
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
105+
a.appendChild(r);
106+
})(window, document, "https://static.hotjar.com/c/hotjar-", ".js?sv=");
107+
</script>
66108

67-
<!-- <script src="wp-includes/js/jquery.min.js"></script> -->
109+
<!-- <script src="wp-includes/js/jquery.min.js"></script> -->
68110

69-
<!-- TipueSearch -->
70-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
71-
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_content.js"></script>
72-
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_set.js"></script>
73-
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch.min.js"></script>
111+
<!-- TipueSearch -->
112+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
113+
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_content.js"></script>
114+
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_set.js"></script>
115+
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch.min.js"></script>
74116

75-
<!-- delayed search -->
76-
<script src="jekyll-tipue-search/assets/tipuesearch/delayedsearch.js"></script>
117+
<!-- delayed search -->
118+
<script src="jekyll-tipue-search/assets/tipuesearch/delayedsearch.js"></script>
77119

78-
<!-- Web components -->
79-
<script src="web-components/nav-header/nav-header.js" type="module"></script>
80-
<script src="web-components/hero-section/hero-section.js" type="module"></script>
81-
<script src="web-components/footer/footer.js" type="module"></script>
82-
</head>
120+
<!-- Web components -->
121+
<script
122+
src="web-components/nav-header/nav-header.js"
123+
type="module"
124+
></script>
125+
<script
126+
src="web-components/hero-section/hero-section.js"
127+
type="module"
128+
></script>
129+
<script src="web-components/footer/footer.js" type="module"></script>
130+
</head>
83131

84-
<!-- MASTHEAD_SITENAV_BEGIN -->
85-
<body id="ibm-com" class="ibm-com ibm-type">
86-
<nav-header></nav-header>
132+
<!-- MASTHEAD_SITENAV_BEGIN -->
133+
<body id="ibm-com" class="ibm-com ibm-type">
134+
<nav-header></nav-header>
87135

88-
<!-- Container -->
89-
<div id="content">
90-
<main id="main">
91-
<hero-section
92-
name="IMS on GitHub"
93-
image="wp-content/icons/icon_github.svg"
94-
section="Learn"
95-
desc="Accelerate your application development and deployment needs by using the samples provided in these repositories."
96-
linktext="IMS on GitHub →"
97-
link="https://github.com/imsdev"
98-
></hero-section>
99-
100-
<div class="zs-section repo-sec">
101-
<h2 id="section-title">Available repositories</h2>
102-
103-
<!-- Retrieving repositories -->
104-
<div class="container-fluid" id="github-projects"></div>
105-
</div>
106-
</main>
107-
</div>
136+
<main id="content" class="main-content">
137+
<hero-section
138+
name="IMS on GitHub"
139+
image="wp-content/icons/icon_github.svg"
140+
section="Learn"
141+
desc="Accelerate your application development and deployment needs by using the samples provided in these repositories."
142+
linktext="IMS on GitHub →"
143+
link="https://github.com/imsdev"
144+
></hero-section>
108145

109-
<!-- Footer -->
110-
<imscentral-footer></imscentral-footer>
146+
<section class="white-bg pure-g">
147+
<div class="pure-u-1 section-header">
148+
<h2>Available repositories</h2>
149+
</div>
150+
<div class="pure-g pure-g-pad-v">
151+
<div class="pure-u-1">
152+
<!-- Retrieving repositories -->
153+
<div id="github-projects"></div>
154+
</div>
155+
</div>
156+
</section>
157+
</main>
111158

112-
<!-- <script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script> -->
113-
<script src="wp-includes/js/git.js" type="text/javascript"></script>
159+
<!-- Footer -->
160+
<imscentral-footer></imscentral-footer>
114161

115-
<!-- loads repositories -->
116-
<script type="text/javascript">
117-
$(function() {
118-
$("#github-projects").loadRepositories("imsdev");
119-
});
120-
</script>
121-
</body>
162+
<!-- <script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script> -->
163+
<script src="wp-includes/js/git.js" type="text/javascript"></script>
122164

165+
<!-- loads repositories -->
166+
<script type="text/javascript">
167+
$(function () {
168+
$("#github-projects").loadRepositories("imsdev");
169+
});
170+
</script>
171+
</body>
123172
</html>

0 commit comments

Comments
 (0)