Skip to content

Remove sidebar #249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 1 addition & 20 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
<div class="col-md-offset-1 col-md-3">
<div class="post-img">

</div>

<div class="mt10 recent">
Learn more &rarr;
<ul>
<li>
<a href="https://www.docker.com/dockercon/" target="_blank"><img src="https://www.docker.com/sites/default/files/d8/styles/500px_6_4_ratio/public/2020-03/Compacted-light%20bkgr.png?itok=Y5Z2Iw79"></a>
<p>Join the Docker Community at DockerCon LIVE on May 28th. It's virtual, free, and packed with learning! <a href="https://www.docker.com/dockercon/" target="_blank">Sign up today</a></p>
</li>

<li>
{% if page.img %}
<img width="200" src="https://www.docker.com/sites/default/files/d8/styles/role_icon/public/2020-01/Moby%20Group.jpeg?itok=kmD1NvVU">
{% else %}
<img width="200" src="https://www.docker.com/sites/default/files/d8/styles/role_icon/public/2020-01/Moby%20Group.jpeg?itok=kmD1NvVU" alt="Docker">
{% endif %} <p>Join the docker community on Slack! Connect with your peers, share ideas and ask questions - <a href="https://dockr.ly/slack">Register here</a></p>
</li>
</ul>
</div>

</div>