get-involved/content/en/backup_landing_page.html

182 строки
5.7 KiB
HTML

+++
title = "Docker Community"
+++
<!-- Hero section -->
{{<blocks/cover title="Get Involved with Docker" image_anchor="center" height="full" color="dark">}}
<div class="mx-auto">
<p class="lead mt-5"></p>
<a
class="btn btn-lg btn-primary mr-3 mb-4"
href="/docs/getting-started/"
>
Get Started <i class="fas fa-arrow-alt-circle-right ml-2"></i>
</a>
<a
class="btn btn-lg btn-secondary mr-3 mb-4"
href="/docs/contribution-guidelines/"
>
Contribute <i class="fas fa-pencil-alt ml-2"></i>
</a>
<div class="mx-auto mt-5">
{{<blocks/link-down color="light">}}
</div>
</div>
{{</blocks/cover>}}
<div id="overview">
<div class="contain">
<h4 class="section-head">Welcome to Docker Community</h4>
<p>
This repo aims to centralize content (HOW-TOs, scripts, slides, events etc) curated by Docker User Groups. The main objective is to help members of the Docker community who share similar interests to learn from & collaborate with each other during events. This is a community oriented and run repository, which is maintained by Docker community members. This is the perfect place to host projects, proofs of concept, documentation, and more…
</p>
</div>
</div>
<section id="pageContent">
<div class="container">
<div class="card-deck">
<div class="card border-primary-dark">
<img
src="/docs/images/logos/Captains.png"
class="card-img-top"
draggable="false"
style="padding: 2rem;"
alt="Captains Logo"
/>
<div class="card-body bg-primary-dark">
<h5 class="card-title text-white section-head">
<center>
<a target="_blank" rel="noopener" href="https://docker-community-leaders.github.io/dockercommunity/docs/captains/#docker-captains">Captains Program </a>
</center> </h5>
<p class="card-text text-white">
</p>
</div>
</div>
<div class="card border-primary-dark">
<img
src="/docs/images/logos/Leaders.png"
class="card-img-top"
draggable="false"
style="padding: 2rem;"
alt="Community Leaders"
/>
<div class="card-body bg-primary-dark">
<h5 class="card-title text-white section-head">
<center>
<a target="_blank" rel="noopener" href="https://docker-community-leaders.github.io/dockercommunity/docs/communityleaders/">Community Leaders Program </a>
</center>
</h5>
<p class="card-text text-white">
</p>
</div>
</div>
<div class="card border-primary-dark">
<img
src="/docs/images/logos/Contributor.png"
class="card-img-top"
draggable="false"
style="padding: 2rem;"
alt="Contribute"
/>
<div class="card-body bg-primary-dark">
<h5 class="card-title text-white section-head">
<center>
<a target="_blank" rel="noopener" href="https://docker-community-leaders.github.io/dockercommunity/docs/contribution-guidelines/">Contribute Code </a>
</center>
</h5>
<p class="card-text text-white">
</p>
</div>
</div>
</div>
<br />
<div class="card-deck">
<div class="card border-primary-dark">
<img
src="/docs/images/logos/Share.png"
class="card-img-top"
draggable="false"
style="padding: 2rem;"
alt="Communicate and Share"
/>
<div class="card-body bg-primary-dark">
<h5 class="card-title text-white section-head">
<center>
<a target="_blank" rel="noopener" href="https://docker-community-leaders.github.io/dockercommunity/docs/contribution-guidelines/">Contribute Code </a>
</center>
</h5>
<p class="card-text text-white">
</p>
</div>
</div>
<div class="card border-primary-dark">
<img
src="/docs/images/logos/Events.png"
class="card-img-top"
draggable="false"
style="padding: 2rem;"
alt="Community Events"
/>
<div class="card-body bg-primary-dark">
<h5 class="card-title text-white section-head">
<center>
<a target="_blank" rel="noopener" href="https://events.docker.com/chapters/">Community Events </a>
</center>
</h5>
<p class="card-text text-white">
</p>
</div>
</div>
<div class="card border-primary-dark">
<img
src="/docs/images/logos/DevPreview.png"
class="card-img-top"
draggable="false"
style="padding: 2rem;"
alt="People Icon"
/>
<div class=" card-body bg-primary-dark">
<h5 class="card-title text-white section-head">
<center>
<a target="_blank" rel="noopener" href="https://www.docker.com/community/get-involved/developer-preview">Dev Preview Program </a>
</center>
</h5>
<p class="card-text text-white">
</p>
</div>
</div>
</div>
<br />
<!-- For future editors: If you are adding cards not in multiples of 3, wrap them in a 'card-columns' div
instead of card-deck. It will look more pleasing to the eye. -->
</div>
</section>
<div id="community">
<div class="contain">
<h4 class="section-head">Join our community</h4>
<p>
Want to contribute to Docker?Check out upcoming meetings, get involved in discussions on our mailing list or on Slack, and suggest exciting new integrations.
</p>
<a
class="btn btn-lg btn-primary mr-3 mb-4"
href="https://docker-community-leaders.github.io/dockercommunity/community/"
>
Join the community <i class="fas fa-arrow-alt-circle-right ml-2"></i>
</a>
</div>
</div>