From 1cd91d28b7d5627c3cac07c497541f9adbf8a373 Mon Sep 17 00:00:00 2001 From: John Mertic Date: Tue, 20 Aug 2019 09:31:25 -0400 Subject: [PATCH 1/8] Add redirect from /home ( which was the previous home location ). Signed-off-by: John Mertic --- _config.yml | 3 +++ index.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/_config.yml b/_config.yml index 762a6812..f7954976 100644 --- a/_config.yml +++ b/_config.yml @@ -55,6 +55,9 @@ releases: cli_download_url: https://projectgiza.org/Downloads/cli.1.0.0.html documentation: https://zowe.github.io/docs-site/v1-0-x/ +gems: +# Redirect plugin + - jekyll-redirect-from # Exclude from processing. # The following items will not be processed, by default. Create a custom list diff --git a/index.md b/index.md index cb1b5289..a86a50ba 100644 --- a/index.md +++ b/index.md @@ -1,5 +1,8 @@ +--- +redirect_from: "/home" +---

Announcements

From 77eb79fa48dce75a0a551b80d50ee17ec36e612e Mon Sep 17 00:00:00 2001 From: John Mertic Date: Tue, 20 Aug 2019 09:33:54 -0400 Subject: [PATCH 2/8] Try again Signed-off-by: John Mertic --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index a86a50ba..a54dc0a4 100644 --- a/index.md +++ b/index.md @@ -1,8 +1,8 @@ - - --- redirect_from: "/home" --- + +

Announcements

From a681169af706e91f15c8fe635139143a8c6fd53c Mon Sep 17 00:00:00 2001 From: John Mertic Date: Tue, 20 Aug 2019 09:31:25 -0400 Subject: [PATCH 3/8] Add redirect from /home ( which was the previous home location ). Signed-off-by: John Mertic --- _config.yml | 3 +++ index.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/_config.yml b/_config.yml index 762a6812..f7954976 100644 --- a/_config.yml +++ b/_config.yml @@ -55,6 +55,9 @@ releases: cli_download_url: https://projectgiza.org/Downloads/cli.1.0.0.html documentation: https://zowe.github.io/docs-site/v1-0-x/ +gems: +# Redirect plugin + - jekyll-redirect-from # Exclude from processing. # The following items will not be processed, by default. Create a custom list diff --git a/index.md b/index.md index cb1b5289..a54dc0a4 100644 --- a/index.md +++ b/index.md @@ -1,3 +1,6 @@ +--- +redirect_from: "/home" +--- From bec0b7e68c5b7bbe312fecebd088e2eae53bd519 Mon Sep 17 00:00:00 2001 From: John Mertic Date: Tue, 20 Aug 2019 09:39:09 -0400 Subject: [PATCH 4/8] Delete CNAME Signed-off-by: John Mertic --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index a2b2f32b..00000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -zowe.org \ No newline at end of file From 66480dd2d1555bed64572df03d6491941b98c535 Mon Sep 17 00:00:00 2001 From: John Mertic Date: Tue, 20 Aug 2019 09:44:40 -0400 Subject: [PATCH 5/8] re-add CNAME so it doesn't break the build. Signed-off-by: John Mertic --- CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAME b/CNAME index a2b2f32b..96523091 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -zowe.org \ No newline at end of file +zowe.org From fa4ade8dd6e8e1cb18cb8b5f37bcb185758bd82b Mon Sep 17 00:00:00 2001 From: John Mertic Date: Thu, 22 Aug 2019 13:55:45 -0400 Subject: [PATCH 6/8] Change download URLs to point to S3 bucket. Signed-off-by: John Mertic --- _config.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/_config.yml b/_config.yml index f7954976..46f20a70 100644 --- a/_config.yml +++ b/_config.yml @@ -21,38 +21,38 @@ releases: - version: 1.4.0 release_notes: https://zowe.github.io/docs-site/latest/getting-started/summaryofchanges.html#version-1-4-0-august-2019 release_date: 2019-08-09 - zos_download_url: https://projectgiza.org/Downloads/legal.1.4.0.html - cli_download_url: https://projectgiza.org/Downloads/cli.1.4.0.html + zos_download_url: https://d1xozlojgf8voe.cloudfront.net/legal.html?version=1.4.0 + cli_download_url: https://d1xozlojgf8voe.cloudfront.net/cli.html?version=1.4.0 documentation: https://zowe.github.io/docs-site/latest/ - version: 1.3.0 release_notes: https://zowe.github.io/docs-site/latest/getting-started/summaryofchanges.html#version-1-3-0-june-2019 release_date: 2019-06-13 - zos_download_url: https://projectgiza.org/Downloads/legal.1.3.0.html - cli_download_url: https://projectgiza.org/Downloads/cli.1.3.0.html + zos_download_url: https://d1xozlojgf8voe.cloudfront.net/legal.html?version=1.3.0 + cli_download_url: https://d1xozlojgf8voe.cloudfront.net/cli.html?version=1.3.0 documentation: https://zowe.github.io/docs-site/v1-3-x/ - version: 1.2.0 release_notes: https://zowe.github.io/docs-site/latest/getting-started/summaryofchanges.html#version-1-2-0-may-2019 release_date: 2019-05-03 - zos_download_url: https://projectgiza.org/Downloads/legal.1.2.0.html - cli_download_url: https://projectgiza.org/Downloads/cli.1.2.0.html + zos_download_url: https://d1xozlojgf8voe.cloudfront.net/legal.html?version=1.2.0 + cli_download_url: https://d1xozlojgf8voe.cloudfront.net/cli.html?version=1.2.0 documentation: https://zowe.github.io/docs-site/v1-2-x/ - version: 1.1.0 release_notes: hhttps://zowe.github.io/docs-site/latest/getting-started/summaryofchanges.html#version-1-1-0-april-2019 release_date: 2019-04-03 - zos_download_url: https://projectgiza.org/Downloads/legal.1.1.0.html - cli_download_url: https://projectgiza.org/Downloads/cli.1.1.0.html + zos_download_url: https://d1xozlojgf8voe.cloudfront.net/legal.html?version=1.1.0 + cli_download_url: https://d1xozlojgf8voe.cloudfront.net/cli.html?version=1.1.0 documentation: https://zowe.github.io/docs-site/v1-1-x/ - version: 1.0.1 release_notes: https://zowe.github.io/docs-site/latest/getting-started/summaryofchanges.html#version-1-0-1-march-2019 release_date: 2019-03-07 - zos_download_url: https://projectgiza.org/Downloads/legal.1.0.1.html - cli_download_url: https://projectgiza.org/Downloads/cli.1.0.1.html + zos_download_url: https://d1xozlojgf8voe.cloudfront.net/legal.html?version=1.0.1 + cli_download_url: https://d1xozlojgf8voe.cloudfront.net/cli.html?version=1.0.1 documentation: https://zowe.github.io/docs-site/v1-0-x/ - version: 1.0.0 release_notes: https://zowe.github.io/docs-site/latest/getting-started/summaryofchanges.html#version-1-0-0-february-2019 release_date: 2019-02-08 - zos_download_url: https://projectgiza.org/Downloads/legal.1.0.0.html - cli_download_url: https://projectgiza.org/Downloads/cli.1.0.0.html + zos_download_url: https://d1xozlojgf8voe.cloudfront.net/legal.html?version=1.0.0 + cli_download_url: https://d1xozlojgf8voe.cloudfront.net/cli.html?version=1.0.0 documentation: https://zowe.github.io/docs-site/v1-0-x/ gems: From 70ffb1f2a65e9a65667b62765d3b10916ca9b975 Mon Sep 17 00:00:00 2001 From: John Mertic Date: Tue, 27 Aug 2019 11:13:10 -0400 Subject: [PATCH 7/8] Add adopters data file Signed-off-by: John Mertic --- _data/adopters.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 _data/adopters.yml diff --git a/_data/adopters.yml b/_data/adopters.yml new file mode 100644 index 00000000..8b534e63 --- /dev/null +++ b/_data/adopters.yml @@ -0,0 +1,4 @@ +# Add your company name here and logo filename ( upload to assets/img/adopters/ ) to have automatically added as a Zowe adopters + +- name: + logo: From cfe80c0f42a56222264a5d81e86642e9fa848f55 Mon Sep 17 00:00:00 2001 From: John Mertic Date: Fri, 30 Aug 2019 15:54:11 -0400 Subject: [PATCH 8/8] Add display for Adopters Signed-off-by: John Mertic --- _layouts/default.html | 6 ++++++ assets/css/style.css | 29 ++++++++++++++--------------- index.md | 19 +++++++++++++++++++ 3 files changed, 39 insertions(+), 15 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 74df2600..1653e587 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -49,6 +49,9 @@ Documentation Community Zowe Conformance Program + {% if site.data.adopters %} + Who's Using Zowe? + {% endif %}
@@ -73,6 +76,9 @@ Documentation Community Zowe Conformance Program + {% if site.data.adopters %} + Who's Using Zowe? + {% endif %}
diff --git a/assets/css/style.css b/assets/css/style.css index 8afac052..05e30482 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -9,21 +9,18 @@ body { } body, html { - overflow-x:hidden; - } +p { + margin-bottom:1%; +} - p { - margin-bottom:1%; - } - - .content { - width:80%; - margin-left:5%; - padding-right:5%; - } +.content { + width:80%; + margin-left:5%; + padding-right:5%; +} .lfheader{ background-color:#777777; @@ -31,15 +28,17 @@ body, html { } .lfheader img{ - width:20%; padding-top:0.5%; padding-left:2%; } +#adopters .flex-container { + display: flex; + flex-wrap: wrap; +} - - .copyright { +.copyright { width:90% !important; margin-top:2%; font-size:0.8em; @@ -47,7 +46,7 @@ body, html { line-height:1.5em; float:left; color:white !important; - } +} .copyright a { diff --git a/index.md b/index.md index a10ad823..d3bab416 100644 --- a/index.md +++ b/index.md @@ -117,3 +117,22 @@ The Zowe Conformance Program aims to give users the confidence that when they us
+ + +{% for adopter in site.data.adopters %} +{% if forloop.first %} +
+ +

Who's Using Zowe?

+ +
+{% endif %} +
+ {{adopter.name}} +
+{% if forloop.last %} +
+ +
+{% endif %} +{% endfor %}