docs/_includes/landing-page/community-banner.html

22 lines
697 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<section class="join-community slack">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-6 col-lg-offset-1 col-lg-7">
<h5 class="title">
Connect with Docker Captains and Docker enthusiasts through our
Community Slack channel.
</h5>
<p>
Its a great place to learn and ask questions along your journey.
</p>
</div>
<div class="col-xs-12 col-md-6 col-lg-4 text-center">
<a href="http://dockr.ly/slack" class="slack-button">
<img src="/images/slack-icon.svg" alt="slack" />
<span>Join the community</span>
</a>
</div>
</div>
</div>
</section>