From 0a6286b68347d248bee0e591276bc1edea5f315d Mon Sep 17 00:00:00 2001 From: Arie Scheurwater Date: Fri, 22 May 2020 16:33:35 +0200 Subject: [PATCH 1/2] Fixed text out of homepage summary boxes (#85) (#205) * Fixed text out of homepage summary boxes (#85) Updated _home.scss for the .summary class to prevent text from flow out of homepage summary boxes. Signed-off-by: Arie Scheurwater * Fixed external dead links for tests - Personal kanban book page got removed, so changed it to the company's website URL. - No specific page anymore for the F5 router in the OpenShift 3.11 documentation. --- site/content/articles/devops-reading-list.adoc | 2 +- site/content/articles/openshift-load-balancing.adoc | 2 +- site/themes/uncontained.io/src/scss/_home.scss | 7 +++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/site/content/articles/devops-reading-list.adoc b/site/content/articles/devops-reading-list.adoc index b67cc557..4d1888ce 100644 --- a/site/content/articles/devops-reading-list.adoc +++ b/site/content/articles/devops-reading-list.adoc @@ -41,7 +41,7 @@ OK, so now you have some base understand about what DevOps is. This section is i * link:http://blog.crisp.se/2016/01/25/henrikkniberg/making-sense-of-mvp[Making Sense of MVP] (Article) * link:http://itrevolution.com/learn-more-about-concepts-in-phoenix-project/[Phoenix Project Reference Guide part 1] and link:http://itrevolution.com/resource-guide-for-the-phoenix-project-kanbans-part-2/[Part 2] (Articles) * link:http://theleanstartup.com/book[The Lean Startup] (Book) -* link:http://personalkanban.com/pk/book/[Personal Kanban] (Book) +* link:https://www.personalkanban.com/[Personal Kanban] (Book) == Deep Dives & Further Learning diff --git a/site/content/articles/openshift-load-balancing.adoc b/site/content/articles/openshift-load-balancing.adoc index 10581301..3c57e18a 100644 --- a/site/content/articles/openshift-load-balancing.adoc +++ b/site/content/articles/openshift-load-balancing.adoc @@ -93,7 +93,7 @@ TIP: By default, the use of a Ramp Node creates a single point of failure. To av image::/images/load_balancing_full.jpg[Full Integration] For more information on configuration, view the routing section of the official OpenShift Enterprise docs: -{docs_url}install_config/router/f5_router.html +{docs_url}install_config/router/index.html == Load Balancing For HA Master Infrastructure diff --git a/site/themes/uncontained.io/src/scss/_home.scss b/site/themes/uncontained.io/src/scss/_home.scss index 67e30183..c40e635c 100644 --- a/site/themes/uncontained.io/src/scss/_home.scss +++ b/site/themes/uncontained.io/src/scss/_home.scss @@ -54,10 +54,10 @@ .summary { background-color: theme-color("white"); - height: 22em; + min-height: 22em; margin: 1em 2em; padding-top: 0; - padding-bottom: 1em; + padding-bottom: 2em; h2 { font-size: 1.1em; a { @@ -78,10 +78,9 @@ } .read-more { font-weight: 500; - margin-top: 2em; + padding: 0 1em; a { color: theme-color("dark-blue"); - padding: 0.4em .8em; &:hover, &:focus { color: theme-color("medium-blue"); text-decoration: none; From f96e6d9e342bef6af3f6154492af9e615db5bfab Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Tue, 28 Mar 2023 00:59:40 +0200 Subject: [PATCH 2/2] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/container-image-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-image-publish.yaml b/.github/workflows/container-image-publish.yaml index 39984645..334712b1 100644 --- a/.github/workflows/container-image-publish.yaml +++ b/.github/workflows/container-image-publish.yaml @@ -6,7 +6,7 @@ jobs: steps: - uses: actions/checkout@master - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@2.11 + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: redhat-cop/uncontained-local-dev username: ${{ secrets.DOCKER_USERNAME }}