Skip to content

Commit f44a8dd

Browse files
committed
update meta data, advocates and ideas page
1 parent abedada commit f44a8dd

4 files changed

Lines changed: 78 additions & 214 deletions

File tree

ims-advocacy.html

Lines changed: 63 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,98 +1,84 @@
11
<!DOCTYPE html>
2-
<html lang="en-US" prefix="og: http://ogp.me/ns#">
2+
<html lang="en-US">
33

44
<head>
5+
<!-- Basic meta -->
56
<meta charset="UTF-8">
67
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<!-- v18 basic meta -->
88
<meta name="geo.country" content="ZZ" />
99
<meta name="dcterms.rights" content="� Copyright IBM Corp. 2020" />
1010
<meta name="dcterms.date" content="2020-07-18" />
1111
<meta name="keywords" content="IMS Central, IMS Developer, IMS" />
1212
<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">
1813

19-
<!-- Pageittle -->
20-
<title>IMS Advocacy</title>
14+
<!-- Favicon -->
15+
<link id="favicon" rel="shortcut icon" type="image/x-icon" href="wp-content/IMS_logo_small.png">
2116

22-
<!-- Meta -->
23-
<link rel="canonical" href="ims-advocacy.html" />
24-
<meta property="og:locale" content="en_US" />
25-
<meta property="og:type" content="article" />
26-
<meta property="og:title" content="Join the IMS Advocate Program!" />
27-
<meta property="og:description" content="IMS Advocate A client feedback program for IBM IMS. Its focus aligns with Design Thinking, Continuous Delivery, and Agile. Sign Up! 2020 IMS Advocate Virtual Summit Participating in the IMS Advocate Summit has never been easier! This year’s summit is virtual, and is planned for September, 2020. You can begin preparing for the event today. &hellip;" />
28-
<meta property="og:url" content="https://developer.ibm.com/zsystems/join-ims-Advocate-program/" />
29-
<meta property="og:site_name" content="z Systems Developer Community" />
30-
<meta property="article:tag" content="agile" />
31-
<meta property="article:tag" content="design thinking" />
32-
<meta property="article:tag" content="feedback" />
33-
<meta property="article:tag" content="Advocate" />
34-
<meta property="article:tag" content="ims" />
35-
<meta property="article:tag" content="QPP" />
36-
<meta property="og:image" content="https://developer.ibm.com/zsystems/wp-content/uploads/sites/75/2018/03/IMS-Advocate-Trophy.png" />
37-
<meta property="og:image:secure_url" content="https://developer.ibm.com/zsystems/wp-content/uploads/sites/75/2018/03/IMS-Advocate-Trophy.png" />
38-
<meta property="og:image:width" content="1118" />
39-
<meta property="og:image:height" content="572" />
40-
<meta property="og:image:alt" content="IMS Advocate Program" />
41-
<meta name="twitter:card" content="summary" />
42-
<meta name="twitter:description" content="IMS Advocate A client feedback program for IBM IMS. Its focus aligns with Design Thinking, Continuous Delivery, and Agile. Sign Up! 2020 IMS Advocate Virtual Summit Participating in the IMS Advocate Summit has never been easier! This year’s summit is virtual, and is planned for September, 2020. You can begin preparing for the event today. [&hellip;]" />
43-
<meta name="twitter:title" content="Join the IMS Advocate Program!" />
44-
<meta name="twitter:image" content="https://developer.ibm.com/zsystems/wp-content/uploads/sites/75/2018/03/IMS-GOLD-Trophy.png" />
17+
<!-- Page title -->
18+
<title>Advocates and ideas</title>
4519

20+
<!-- Meta for social media -->
21+
<link rel="canonical" href="ims-advocacy.html" />
22+
<meta property="og:locale" content="en_US" />
23+
<meta property="og:type" content="article" />
24+
<meta property="og:title" content="Advocates and ideas" />
25+
<meta property="og:description" content="Get an IMS advocate to represent you and learn how to submit ideas to the IMS team." />
26+
<meta property="og:url" content="https://imsdev.github.io/ims-advocacy.html" />
27+
<meta property="og:site_name" content="z Systems Developer Community" />
28+
<meta property="article:tag" content="ideas" />
29+
<meta property="article:tag" content="advocate" />
30+
<meta property="og:image" content="https://developer.ibm.com/zsystems/wp-content/uploads/sites/75/2018/03/IMS-Advocate-Trophy.png" />
31+
<meta property="og:image:width" content="1118" />
32+
<meta property="og:image:height" content="572" />
33+
<meta property="og:image:alt" content="IMS Advocate Program" />
34+
<meta name="twitter:card" content="summary" />
35+
<meta name="twitter:description" content="Get an IMS advocate to represent you and learn how to submit ideas to the IMS team." />
36+
<meta name="twitter:title" content="Advocates and ideas" />
37+
<meta name="twitter:image" content="https://developer.ibm.com/zsystems/wp-content/uploads/sites/75/2018/03/IMS-GOLD-Trophy.png" />
4638

47-
<!-- Sheets -->
48-
<link rel='stylesheet' id='dwboomer-style-css' href='wp-content/themes/boomer-v18/style.css' type='text/css' media='all' />
49-
<link rel='stylesheet' id='dashicons-css' href='wp-includes/css/dashicons.min.css' type='text/css' media='all' />
50-
<link rel='stylesheet' id='pagepost_css-css' href='wp-content/themes/boomer-v18/css/pagepost.css' type='text/css' media='all' />
51-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
52-
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
53-
<link rel="stylesheet" href="wp-includes/css/nav.css">
54-
<link rel="stylesheet" href="wp-includes/css/dropnav.css">
55-
<link href="wp-includes/css/www.css" rel="stylesheet" />
56-
<link href="wp-includes/css/grid-fluid.css" rel="stylesheet">
57-
<link href="wp-includes/css/tables.css" rel="stylesheet">
58-
<link href="wp-includes/css/pages/advocacy.css" rel="stylesheet">
59-
<link href="wp-includes/css/page.css" rel="stylesheet">
39+
<!-- Sheets -->
40+
<!-- Imported styling -->
41+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
42+
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
43+
<!-- Migrated stylesheets -->
44+
<link rel='stylesheet' id='dwboomer-style-css' href='wp-content/themes/boomer-v18/style.css'/>
45+
<link rel="stylesheet" href="wp-includes/css/www.css" />
46+
<!-- Pure CSS -->
47+
<link rel="stylesheet" href="wp-includes/css/pure.css">
48+
<link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css">
49+
<!-- Custom CSS -->
50+
<link rel="stylesheet" href="wp-includes/css/homepage.css">
51+
<link rel="stylesheet" href="wp-includes/css/nav.css">
52+
<link rel="stylesheet" href="wp-includes/css/dropnav.css">
53+
<link rel="stylesheet" href="wp-includes/css/page.css">
6054

61-
<!-- Hotjar Tracking Code for ibm.com/demos & githhub -->
62-
<script>
63-
(function(h,o,t,j,a,r){
64-
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
65-
h._hjSettings={hjid:132193,hjsv:6};
66-
a=o.getElementsByTagName('head')[0];
67-
r=o.createElement('script');r.async=1;
68-
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
69-
a.appendChild(r);
70-
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
71-
</script>
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>
7266

73-
<!-- Additional styling for content after navigation -->
67+
<!-- TipueSearch -->
68+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
69+
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_content.js"></script>
70+
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_set.js"></script>
71+
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch.min.js"></script>
7472

75-
<link rel="stylesheet" type="text/css" href="wp-includes/css/pure.css">
76-
<link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css">
77-
<link rel="stylesheet" type="text/css" href="wp-includes/css/homepage.css">
78-
<script src="wp-includes/js/jquery.min.js"></script>
79-
80-
<!-- TipueSearch -->
81-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
82-
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_content.js"></script>
83-
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_set.js"></script>
84-
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch.min.js"></script>
85-
86-
<!-- delayed search -->
87-
<script src="jekyll-tipue-search/assets/tipuesearch/delayedsearch.js"></script>
88-
89-
<!-- Hamburger menu -->
90-
<script src="wp-includes/js/navbar.js"></script>
73+
<!-- delayed search -->
74+
<script src="jekyll-tipue-search/assets/tipuesearch/delayedsearch.js"></script>
9175

76+
<!-- Hamburger menu -->
77+
<script src="wp-includes/js/navbar.js"></script>
9278
</head>
9379

9480
<!-- MASTHEAD_SITENAV_BEGIN -->
95-
<body id="ibm-com" class="ibm-com ibm-type nav-bar">
81+
<body id="ibm-com" class="ibm-com ibm-type">
9682
<div id="ibm-content-wrapper" class="sticky-nav">
9783
<header id="ibm-pageheader" aria-label="Site navigation bar">
9884
<a class="skip-link screen-reader-text" href="#main">Skip to content</a>
@@ -255,10 +241,10 @@ <h5>IMS community
255241
</div>
256242
</a>
257243
<!-- 3 -->
258-
<a title="Advocacy" href="ims-advocacy.html" class="nav-item" tabindex="-1">
244+
<a title="Advocates and ideas" href="ims-advocacy.html" class="nav-item" tabindex="-1">
259245
<div class="navcard">
260-
<h5>Advocacy</h5>
261-
<p>Request an IMS advocate so that you have a voice in IMS.</p>
246+
<h5>Advocates and ideas</h5>
247+
<p>Get an IMS advocate to represent you and learn how to submit ideas to the IMS team.</p>
262248
</div>
263249
</a>
264250
<!-- 4 -->

ims-internship-2025.html

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<meta property="og:type" content="article" />
2424
<meta property="og:title" content="Participate in the IMS Internship Program!" />
2525
<meta property="og:description" content="The IMS customer internship at SVL is an opportunity for customers to improve on, grow, and solidify their IMS skills and expertise." />
26-
<meta property="og:url" content="https://developer.ibm.com/zsystems/join-ims-gold-program/" />
26+
<meta property="og:url" content="https://imsdev.github.io/ims-internship-2025.html" />
2727
<meta property="og:site_name" content="z Systems Developer Community" />
2828
<meta property="article:tag" content="internship" />
2929
<meta property="og:image" content="http://developer.ibm.com/zsystems/wp-content/uploads/sites/75/2018/05/Group-2.png" />
@@ -36,17 +36,20 @@
3636
<meta name="twitter:image" content="http://developer.ibm.com/zsystems/wp-content/uploads/sites/75/2018/05/Group-2.png" />
3737

3838
<!-- Sheets -->
39-
<link rel='stylesheet' id='dwboomer-style-css' href='wp-content/themes/boomer-v18/style.css' type='text/css' media='all' />
40-
<link rel='stylesheet' id='dashicons-css' href='wp-includes/css/dashicons.min.css' type='text/css' media='all' />
41-
<link rel='stylesheet' id='pagepost_css-css' href='wp-content/themes/boomer-v18/css/pagepost.css' type='text/css' media='all' />
42-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
43-
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
44-
<link rel="stylesheet" href="wp-includes/css/nav.css">
45-
<link rel="stylesheet" href="wp-includes/css/dropnav.css">
46-
<link href="wp-includes/css/www.css" rel="stylesheet" />
47-
<link href="wp-includes/css/grid-fluid.css" rel="stylesheet">
48-
<link href="wp-includes/css/tables.css" rel="stylesheet">
49-
<link href="wp-includes/css/page.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'/>
44+
<link rel="stylesheet" href="wp-includes/css/www.css" />
45+
<!-- Pure CSS -->
46+
<link rel="stylesheet" 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" 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">
5053

5154
<!-- Hotjar Tracking Code for ibm.com/demos & githhub -->
5255
<script>
@@ -60,11 +63,6 @@
6063
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
6164
</script>
6265

63-
<!-- Additional styling for content after navigation -->
64-
<link rel="stylesheet" type="text/css" href="wp-includes/css/pure.css">
65-
<link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css">
66-
<link rel="stylesheet" type="text/css" href="wp-includes/css/homepage.css">
67-
<script src="wp-includes/js/jquery.min.js"></script>
6866

6967
<!-- TipueSearch -->
7068
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>

wp-includes/css/page.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -262,12 +262,6 @@
262262
.highlight-link {
263263
font-size: var(--plex-20);
264264
}
265-
266-
/* For CTA header requiring spacing */
267-
.cta-header {
268-
max-width: 34.375em;
269-
padding-right: 2em;
270-
}
271265
/* -------------------------------------------------------- */
272266

273267
/* Media queries */

wp-includes/css/pages/advocacy.css

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)