landing-page: adding target blank to links

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
This commit is contained in:
Jérémie Drouet 2020-05-13 09:29:58 +02:00
parent 3ce6514066
commit 5d4adea27e
1 changed files with 173 additions and 146 deletions

View File

@ -2,7 +2,13 @@
<nav class="navbar header">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#header-content" aria-expanded="false">
<button
type="button"
class="navbar-toggle collapsed"
data-toggle="collapse"
data-target="#header-content"
aria-expanded="false"
>
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
@ -10,7 +16,7 @@
</button>
<a class="navbar-brand" href="/">
<img
src="../images/docker-docs-logo.svg"
src="/images/docker-docs-logo.svg"
alt="Docker Docs"
title="Docker Docs"
/>
@ -19,16 +25,16 @@
<div class="collapse navbar-collapse" id="header-content">
<ul class="nav navbar-nav">
<li class="active">
<a href="https://docs.docker.com/">Home</a>
<a href="/">Home</a>
</li>
<li>
<a href="https://docs.docker.com/develop/">Guides</a>
<a href="/develop/">Guides</a>
</li>
<li>
<a href="https://docs.docker.com/engine/">Product Manual</a>
<a href="/engine/">Product Manual</a>
</li>
<li>
<a href="https://docs.docker.com/reference/">Reference</a>
<a href="/reference/">Reference</a>
</li>
<li>
<a href="https://www.docker.com/blog/">Articles</a>
@ -73,7 +79,7 @@
<section class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-lg-4 card-holder">
<a class="card" href="https://docs.docker.com/get-started/">
<a class="card" href="/get-started/">
<img src="/images/rocket.svg" alt="get started" />
<h5 class="title">Get started</h5>
<p>
@ -83,7 +89,7 @@
</a>
</div>
<div class="col-xs-12 col-sm-6 col-lg-4 card-holder">
<a class="card" href="https://docs.docker.com/get-docker/">
<a class="card" href="/get-docker/">
<img
src="/images/download-docker.svg"
alt="download and install docker"
@ -95,7 +101,7 @@
</a>
</div>
<div class="col-xs-12 col-sm-6 col-lg-4 card-holder">
<a class="card" href="https://docs.docker.com/develop/">
<a class="card" href="/develop/">
<img src="/images/guides.svg" alt="guides" />
<h5 class="title">Guides</h5>
<p>
@ -105,7 +111,7 @@
</a>
</div>
<div class="col-xs-12 col-sm-6 col-lg-4 card-holder">
<a class="card" href="https://docs.docker.com/release-notes/">
<a class="card" href="/release-notes/">
<img src="/images/whats-new.svg" alt="what's new" />
<h5 class="title">What's new?</h5>
<p>
@ -114,7 +120,7 @@
</a>
</div>
<div class="col-xs-12 col-sm-6 col-lg-4 card-holder">
<a class="card" href="https://docs.docker.com/engine/">
<a class="card" href="/engine/">
<img src="/images/manuals.svg" alt="products manuals" />
<h5 class="title">Product manuals</h5>
<p>
@ -123,7 +129,7 @@
</a>
</div>
<div class="col-xs-12 col-sm-6 col-lg-4 card-holder">
<a class="card" href="https://docs.docker.com/reference/">
<a class="card" href="/reference/">
<img src="/images/reference.svg" alt="reference" />
<h5 class="title">Reference</h5>
<p>
@ -149,66 +155,50 @@
</div>
<div class="row">
<div class="col-xs-12 col-md-6">
<a href="https://docs.docker.com/engine/reference/builder/"
>Write a Dockerfile</a
>
<a href="/engine/reference/builder/"></a>Write a Dockerfile</a>
</div>
<div class="col-xs-12 col-md-6">
<a href="https://docs.docker.com/network/"
>Manage container networking</a
>
<a href="/network/"></a>Manage container networking</a>
</div>
<div class="col-xs-12 col-md-6">
<a href="https://docs.docker.com/compose/compose-file/"
>Write a Docker Compose file</a
>
<a href="/compose/compose-file"></a>>Write a Docker Compose file</a>
</div>
<div class="col-xs-12 col-md-6">
<a href="https://docs.docker.com/storage/"
>Work with volumes and bind mounts</a
>
<a href="/storage/">Work with volumes and bind mounts</a>
</div>
<div class="col-xs-12 col-md-6">
<a href="https://docs.docker.com/get-started/part3/"
>Share my image on Docker Hub</a
>
<a href="/get-started/part3/">Share my image on Docker Hub</a>
</div>
<div class="col-xs-12 col-md-6">
<a href="https://docs.docker.com/config/daemon/"
>Configure the Docker daemon</a
>
<a href="/config/daemon/">Configure the Docker daemon</a>
</div>
<div class="col-xs-12 col-md-6">
<a href="https://docs.docker.com/get-started/part2/"
>Build and run an image</a
>
<a href="/get-started/part2/">Build and run an image</a>
</div>
<div class="col-xs-12 col-md-6">
<a href="https://docs.docker.com/config/labels-custom-metadata/"
>Manage Docker objects</a
>
<a href="/config/labels-custom-metadata/">
Manage Docker objects
</a>
</div>
<div class="col-xs-12 col-md-6">
<a
href="https://docs.docker.com/develop/develop-images/multistage-build/"
>Use multi-stage builds</a
>
<a href="/develop/develop-images/multistage-build/">
Use multi-stage builds
</a>
</div>
<div class="col-xs-12 col-md-6">
<a href=" https://docs.docker.com/get-started/kube-deploy/"
>Scale apps using Kubernetes</a
>
<a href="/get-started/kube-deploy/">
Scale apps using Kubernetes
</a>
</div>
<div class="col-xs-12 col-md-6">
<a
href="https://docs.docker.com/engine/reference/commandline/run/"
>Run a command in a container</a
>
<a href="/engine/reference/commandline/run/">
Run a command in a container
</a>
</div>
<div class="col-xs-12 col-md-6">
<a href="https://docs.docker.com/get-started/swarm-deploy/"
>Scale apps using Swarm</a
>
<a href="/get-started/swarm-deploy/">
Scale apps using Swarm
</a>
</div>
</div>
</div>
@ -223,35 +213,34 @@
</div>
<div class="row">
<div class="col-xs-12 col-md-6 col-lg-12">
<a href="https://docs.docker.com/engine/install/ubuntu/"
>Install Docker Engine on Ubuntu</a
>
<a href="/engine/install/ubuntu/">
Install Docker Engine on Ubuntu
</a>
</div>
<div class="col-xs-12 col-md-6 col-lg-12">
<a href="https://docs.docker.com/docker-for-windows/install/"
>Install Docker Desktop on Windows</a
>
<a href="/docker-for-windows/install/">
Install Docker Desktop on Windows
</a>
</div>
<div class="col-xs-12 col-md-6 col-lg-12">
<a href="https://docs.docker.com/compose/compose-file/"
>Compose file reference</a
>
<a href="/compose/compose-file/">
Compose file reference
</a>
</div>
<div class="col-xs-12 col-md-6 col-lg-12">
<a href="https://docs.docker.com/engine/reference/builder/"
>Dockerfile reference</a
>
<a href="/engine/reference/builder/">
Dockerfile reference
</a>
</div>
<div class="col-xs-12 col-md-6 col-lg-12">
<a
href="https://docs.docker.com/engine/reference/commandline/run/"
>Run a command in a container</a
>
<a href="/engine/reference/commandline/run/">
Run a command in a container
</a>
</div>
<div class="col-xs-12 col-md-6 col-lg-12">
<a href="https://docs.docker.com/get-started/part2/"
>Build and run your image</a
>
<a href="/get-started/part2/">
Build and run your image
</a>
</div>
</div>
</div>
@ -259,7 +248,6 @@
</div>
</section>
{% include landing-page/dockercon-banner.html %}
<section class="container help-by-product">
@ -304,8 +292,16 @@
></div>
<h5>Docker Desktop</h5>
<div class="btn-group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="os-label only-win">Windows</span><span class="os-label only-mac">Mac</span> <span class="caret"></span>
<button
type="button"
class="btn btn-default dropdown-toggle"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
<span class="os-label only-win">Windows</span>
<span class="os-label only-mac">Mac</span>
<span class="caret"></span>
</button>
<ul class="dropdown-menu">
<li><a onclick="onChangeHelpOs('win')">Windows</a></li>
@ -323,51 +319,53 @@
on production servers in the cloud.
</p>
<p>
<a href="https://docs.docker.com/get-started/">Learn Docker</a>
<a href="/get-started/">Learn Docker</a>
</p>
<h6>FAQs</h6>
<p class="only-win">
<a href="https://docs.docker.com/docker-for-windows/faqs/#can-i-install-docker-desktop-on-windows-10-home">
<a href="/docker-for-windows/faqs/#can-i-install-docker-desktop-on-windows-10-home">
Can I install Docker Desktop on Windows 10 Home?
</a>
</p>
<p class="only-win">
<a href="https://docs.docker.com/docker-for-windows/install/#system-requirements">
<a href="/docker-for-windows/install/#system-requirements">
What are the system requirements for Docker Desktop?
</a>
</p>
<p class="only-win">
<a href="https://docs.docker.com/docker-for-windows/faqs/#what-is-the-difference-between-the-stable-and-edge-versions-of-docker-desktop">
What is the difference between the Stable and Edge versions of Docker Desktop?
<a href="/docker-for-windows/faqs/#what-is-the-difference-between-the-stable-and-edge-versions-of-docker-desktop">
What is the difference between the Stable and Edge versions of
Docker Desktop?
</a>
</p>
<p class="only-win">
<a href="https://docs.docker.com/docker-for-windows/faqs/#how-do-i-connect-from-a-container-to-a-service-on-the-host">
<a href="/docker-for-windows/faqs/#how-do-i-connect-from-a-container-to-a-service-on-the-host">
How do I connect from a container to a service?
</a>
</p>
<p class="only-mac">
<a href="https://docs.docker.com/docker-for-mac/faqs/#what-is-the-difference-between-the-stable-and-edge-versions-of-docker-desktop">
What is the difference between the Stable and Edge versions of Docker Desktop?
<a href="/docker-for-mac/faqs/#what-is-the-difference-between-the-stable-and-edge-versions-of-docker-desktop">
What is the difference between the Stable and Edge versions of
Docker Desktop?
</a>
</p>
<p class="only-mac">
<a href="https://docs.docker.com/docker-for-mac/install/#system-requirements">
<a href="/docker-for-mac/install/#system-requirements">
What are the system requirements for Docker Desktop?
</a>
</p>
<p class="only-mac">
<a href="https://docs.docker.com/docker-for-mac/faqs/#how-do-i-connect-to-a-container-from-mac">
<a href="/docker-for-mac/faqs/#how-do-i-connect-to-a-container-from-mac">
How do I connect to a container from Mac?
</a>
</p>
<p class="only-mac">
<a href="https://docs.docker.com/docker-for-mac/faqs/#can-i-use-an-ssh-agent-inside-a-container">
<a href="/docker-for-mac/faqs/#can-i-use-an-ssh-agent-inside-a-container">
Can I use an SSH agent inside a container?
</a>
</p>
<p class="only-mac">
<a href="https://docs.docker.com/docker-for-mac/faqs/">
<a href="/docker-for-mac/faqs/">
View all
</a>
</p>
@ -377,42 +375,42 @@
Popular articles
</h6>
<p class="only-win">
<a href="https://docs.docker.com/docker-for-windows/wsl-tech-preview/">
<a href="/docker-for-windows/wsl-tech-preview/">
Docker Desktop WSL 2 backend
</a>
</p>
<p class="only-mac">
<a href="https://docs.docker.com/docker-for-mac/install/">
<a href="/docker-for-mac/install/">
Install Docker Desktop on Mac
</a>
</p>
<p>
<a href="https://docs.docker.com/docker-for-windows/dashboard/">
<a href="/docker-for-windows/dashboard/">
Docker Desktop Dashboard
</a>
</p>
<p class="only-win">
<a href="https://docs.docker.com/docker-for-windows/kubernetes/">
<a href="/docker-for-windows/kubernetes/">
Deploy on Kubernetes
</a>
</p>
<p class="only-win">
<a href="https://docs.docker.com/docker-for-windows/release-notes/">
<a href="/docker-for-windows/release-notes/">
Stable Release notes
</a>
</p>
<p class="only-win">
<a href="https://docs.docker.com/docker-for-windows/troubleshoot/">
<a href="/docker-for-windows/troubleshoot/">
Logs and troubleshooting
</a>
</p>
<p class="only-mac">
<a href="https://docs.docker.com/docker-for-mac/networking/">
<a href="/docker-for-mac/networking/">
Networking features in Docker Desktop
</a>
</p>
<p class="only-mac">
<a href="https://docs.docker.com/docker-for-mac/osxfs/">
<a href="/docker-for-mac/osxfs/">
Mac file system sharing
</a>
</p>
@ -437,21 +435,23 @@
on production servers in the cloud.
</p>
<p>
<a href="https://docs.docker.com/get-started/">Learn Docker</a>
<a href="/get-started/">
Learn Docker
</a>
</p>
<h6>FAQ's</h6>
<p>
<a href="https://docs.docker.com/get-started/part3/">
<a href="/get-started/part3/">
How do I share images on Docker Hub
</a>
</p>
<p>
<a href="https://docs.docker.com/docker-hub/orgs/#create-an-organization">
<a href="/docker-hub/orgs/#create-an-organization">
How do I create an organization?
</a>
</p>
<p>
<a href="https://docs.docker.com/docker-hub/orgs/#create-a-team">
<a href="/docker-hub/orgs/#create-a-team">
How do I create a team and add team members?
</a>
</p>
@ -461,27 +461,27 @@
Popular articles
</h6>
<p>
<a href="https://docs.docker.com/docker-hub/official_images/">
<a href="/docker-hub/official_images/">
Docker Hub official images
</a>
</p>
<p>
<a href="https://docs.docker.com/docker-hub/repos/">
<a href="/docker-hub/repos/">
Create Docker Hub repositories
</a>
</p>
<p>
<a href="https://docs.docker.com/docker-hub/builds/">
<a href="/docker-hub/builds/">
Set up automated builds
</a>
</p>
<p>
<a href="https://docs.docker.com/docker-hub/access-tokens/">
<a href="/docker-hub/access-tokens/">
Manage access tokens
</a>
</p>
<p>
<a href="https://docs.docker.com/docker-hub/webhooks/">
<a href="/docker-hub/webhooks/">
Docker Hub Webhooks
</a>
</p>
@ -506,7 +506,7 @@
on production servers in the cloud.
</p>
<p>
<a href="https://docs.docker.com/get-started/">Learn Docker</a>
<a href="/get-started/">Learn Docker</a>
</p>
</div>
<div class="col-xs-12 col-md-4 col-lg-5">
@ -514,27 +514,27 @@
Popular articles
</h6>
<p>
<a href="https://docs.docker.com/engine/install/ubuntu/">
<a href="/engine/install/ubuntu/">
Install Docker Engine on Ubuntu
</a>
</p>
<p>
<a href="https://docs.docker.com/engine/reference/commandline/run/">
<a href="/engine/reference/commandline/run/">
Run a command in a container
</a>
</p>
<p>
<a href="https://docs.docker.com/engine/reference/builder/">
<a href="/engine/reference/builder/">
Dockerfile reference
</a>
</p>
<p>
<a href="https://docs.docker.com/engine/reference/commandline/dockerd/#description">
<a href="/engine/reference/commandline/dockerd/#description">
Docker daemon reference
</a>
</p>
<p>
<a href="https://docs.docker.com/engine/reference/commandline/build/">
<a href="/engine/reference/commandline/build/">
Docker build reference
</a>
</p>
@ -559,26 +559,27 @@
on production servers in the cloud.
</p>
<p>
<a href="https://docs.docker.com/get-started/">Learn Docker</a>
<a href="/get-started/">Learn Docker</a>
</p>
<h6>FAQ's</h6>
<p>
<a href="https://docs.docker.com/compose/faq/#how-do-i-run-multiple-copies-of-a-compose-file-on-the-same-host">
How do I run multiple copies of a Compose file on the same host?
<a href="/compose/faq/#how-do-i-run-multiple-copies-of-a-compose-file-on-the-same-host">
How do I run multiple copies of a Compose file on the same
host?
</a>
</p>
<p>
<a href="https://docs.docker.com/compose/faq/#can-i-use-json-instead-of-yaml-for-my-compose-file">
<a href="/compose/faq/#can-i-use-json-instead-of-yaml-for-my-compose-file">
Can I use json instead of yaml for my Compose file?
</a>
</p>
<p>
<a href="https://docs.docker.com/compose/faq/#where-can-i-find-example-compose-files">
<a href="/compose/faq/#where-can-i-find-example-compose-files">
Where can I find example Compose files?
</a>
</p>
<p>
<a href="https://docs.docker.com/compose/faq/">View all</a>
<a href="/compose/faq/">View all</a>
</p>
</div>
<div class="col-xs-12 col-md-4 col-lg-5">
@ -586,22 +587,22 @@
Popular articles
</h6>
<p>
<a href="https://docs.docker.com/compose/install/">
<a href="/compose/install/">
Install Docker Compose
</a>
</p>
<p>
<a href="https://docs.docker.com/compose/gettingstarted/">
<a href="/compose/gettingstarted/">
Getting started with Docker Compose
</a>
</p>
<p>
<a href="https://docs.docker.com/compose/environment-variables/">
<a href="/compose/environment-variables/">
Environment variables in Compose
</a>
</p>
<p>
<a href="https://docs.docker.com/compose/networking/">
<a href="/compose/networking/">
Networking in Compose
</a>
</p>
@ -624,33 +625,35 @@
topics to fine tune your deployment.
</p>
<p>
<a href="https://docs.docker.com/develop/develop-images/dockerfile_best-practices/">
<a href="/develop/develop-images/dockerfile_best-practices/">
Best practices for writing Dockerfile
</a>
</p>
<p>
<a href="https://docs.docker.com/develop/develop-images/dockerfile_best-practices/">
<a href="/develop/develop-images/dockerfile_best-practices/">
Best practices for writing a Docker Compose file
</a>
</p>
<p>
<a href="https://docs.docker.com/develop/dev-best-practices/">
<a href="/develop/dev-best-practices/">
Docker Development best practices
</a>
</p>
<p>
<a href="https://docs.docker.com/engine/security/security/">
<a href="/engine/security/security/">
Docker Security best practices
</a>
</p>
<p>
<a href="https://success.docker.com/article/logging-best-practices">
Docker Reference architecture: Docker logging design and best practices
Docker Reference architecture: Docker logging design and best
practices
</a>
</p>
<p>
<a href="https://success.docker.com/article/networking">
Docker Swarm reference architecture: Exploring scalable, portable container networks
Docker Swarm reference architecture: Exploring scalable,
portable container networks
</a>
</p>
</div>
@ -661,22 +664,22 @@
troubleshoot common issues.
</p>
<p>
<a href="https://docs.docker.com/config/daemon/">
<a href="/config/daemon/">
Troubleshoot the Docker daemon
</a>
</p>
<p>
<a href="https://docs.docker.com/storage/troubleshooting_volume_errors/">
<a href="/storage/troubleshooting_volume_errors/">
Troubleshoot volumes or bind mount errors
</a>
</p>
<p>
<a href="https://success.docker.com/article/troubleshooting-container-networking">
<a href="https://success.docker.com/article/troubleshooting-container-networking" target="_blank">
Troubleshoot container networking errors
</a>
</p>
<p>
<a href="https://docs.docker.com/docker-for-windows/troubleshoot/">
<a href="/docker-for-windows/troubleshoot/">
Docker Desktop logs and troubleshooting
</a>
</p>
@ -690,27 +693,45 @@
on Stack Overflow.
</p>
<p>
<a href="https://stackoverflow.com/questions/24319662/from-inside-of-a-docker-container-how-do-i-connect-to-the-localhost-of-the-mach">
From inside of a Docker container, how do I connect to the localhost of the machine?
<a
href="https://stackoverflow.com/questions/24319662/from-inside-of-a-docker-container-how-do-i-connect-to-the-localhost-of-the-mach"
target="_blank"
>
From inside of a Docker container, how do I connect to the
localhost of the machine?
</a>
</p>
<p>
<a href="https://stackoverflow.com/questions/16047306/how-is-docker-different-from-a-virtual-machine">
<a
href="https://stackoverflow.com/questions/16047306/how-is-docker-different-from-a-virtual-machine"
target="_blank"
>
How is Docker different from a virtual machine?
</a>
</p>
<p>
<a href="https://stackoverflow.com/questions/21553353/what-is-the-difference-between-cmd-and-entrypoint-in-a-dockerfile">
What is the difference between CMD and ENTRYPOINT in a Dockerfile?
<a
href="https://stackoverflow.com/questions/21553353/what-is-the-difference-between-cmd-and-entrypoint-in-a-dockerfile"
target="_blank"
>
What is the difference between CMD and ENTRYPOINT in a
Dockerfile?
</a>
</p>
<p>
<a href="https://stackoverflow.com/questions/22111060/what-is-the-difference-between-expose-and-publish-in-docker">
What is the difference between “expose” and “publish” in Docker?
<a
href="https://stackoverflow.com/questions/22111060/what-is-the-difference-between-expose-and-publish-in-docker"
target="_blank"
>
What is the difference between “expose” and “publish” in
Docker?
</a>
</p>
<p>
<a href="https://stackoverflow.com/questions/19234831/where-are-docker-images-stored-on-the-host-machine">
<a
href="https://stackoverflow.com/questions/19234831/where-are-docker-images-stored-on-the-host-machine"
target="_blank"
>
Where are Docker images stored on the host machine?
</a>
</p>
@ -729,13 +750,13 @@
</div>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4 card-holder">
<a href="https://events.docker.com/chapters/" class="card">
<a href="https://events.docker.com/chapters/" target="_blank" class="card">
<h5 class="title">Find a local meetup</h5>
<p>Attend one of the 200+ Docker Meetups around the globe.</p>
</a>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 card-holder">
<a href="https://www.docker.com/events" class="card">
<a href="https://www.docker.com/events" target="_blank" class="card">
<h5 class="title">Upcoming Events</h5>
<p>
Complete a workshop without installing anything using this Docker
@ -744,7 +765,11 @@
</a>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 card-holder">
<a href="https://events.docker.com/docker-virtual-meetups/" class="card">
<a
href="https://events.docker.com/docker-virtual-meetups/"
class="card"
target="_blank"
>
<h5 class="title">Tune in Monthly</h5>
<p>
Join the Virtual Docker Meetup Group and online meetups every month.
@ -752,7 +777,7 @@
</a>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 card-holder">
<a href="https://www.docker.com/newsletter-subscription" class="card">
<a href="https://www.docker.com/newsletter-subscription" class="card" target="_blank">
<h5 class="title">Community news</h5>
<p>
The Docker Weekly is a email newsletter with the latest content on
@ -761,7 +786,7 @@
</a>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 card-holder">
<a href="https://www.docker.com/docker-captains" class="card">
<a href="https://www.docker.com/docker-captains" class="card" target="_blank">
<h5 class="title">Meet the Captains</h5>
<p>
Select members of the community that are both experts in their field
@ -770,9 +795,11 @@
</a>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 card-holder">
<a href="https://docs.docker.com/get-started/resources/" class="card">
<a href="/get-started/resources/" class="card">
<h5 class="title">Educational resources</h5>
<p>Expand your understanding of Docker with these additional resources.</p>
<p>
Expand your understanding of Docker with these additional resources.
</p>
</a>
</div>
</div>
@ -786,13 +813,13 @@
</div>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4 card-holder">
<a href="https://www.docker.com/101-tutorial" class="card">
<a href="https://www.docker.com/101-tutorial" class="card" target="_blank">
<h5 class="title">Tutorial</h5>
<p>Self-paced tutorials to increase your Docker knowledge.</p>
</a>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 card-holder">
<a href="https://labs.play-with-docker.com/" class="card">
<a href="https://labs.play-with-docker.com/" class="card" target="_blank">
<h5 class="title">Lab Environment</h5>
<p>
Complete a workshop without installing anything using this Docker
@ -801,7 +828,7 @@
</a>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 card-holder">
<a href="https://docs.docker.com/get-started/resources/" class="card">
<a href="/get-started/resources/" class="card">
<h5 class="title">Community Training</h5>
<p>Free and paid learning materials from Docker Captains.</p>
</a>
@ -838,7 +865,7 @@
};
window.onChangeHelpOs = function (os) {
const container = document.querySelector('div[data-tab="desktop"]');
if (container) container.setAttribute('data-os', os);
if (container) container.setAttribute("data-os", os);
};
</script>
</body>