mirror of https://github.com/docker/docs.git
Reordered PWD and Community resources (#10918)
This commit is contained in:
parent
71d6a88c13
commit
1dd0546e7c
|
@ -729,6 +729,37 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section id="play-with-docker" class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<h2 class="title">Play with Docker</h2>
|
||||
</div>
|
||||
</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" 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" target="_blank">
|
||||
<h5 class="title">Lab Environment</h5>
|
||||
<p>
|
||||
Complete a workshop without installing anything using this Docker
|
||||
playground.
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-6 col-md-4 card-holder">
|
||||
<a href="/get-started/resources/" class="card">
|
||||
<h5 class="title">Community Training</h5>
|
||||
<p>Free and paid learning materials from Docker Captains.</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="community-resources" class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
|
@ -792,37 +823,6 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section id="play-with-docker" class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<h2 class="title">Play with Docker</h2>
|
||||
</div>
|
||||
</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" 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" target="_blank">
|
||||
<h5 class="title">Lab Environment</h5>
|
||||
<p>
|
||||
Complete a workshop without installing anything using this Docker
|
||||
playground.
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-6 col-md-4 card-holder">
|
||||
<a href="/get-started/resources/" class="card">
|
||||
<h5 class="title">Community Training</h5>
|
||||
<p>Free and paid learning materials from Docker Captains.</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<footer class="footer">
|
||||
{% include footer.html %}
|
||||
</footer>
|
||||
|
|
Loading…
Reference in New Issue