Add Changelog and Universe talk link to community

This commit is contained in:
Jason Etcovitch
2017-10-23 14:54:27 -04:00
parent e732d37fd7
commit 67e6a9d1ff
2 changed files with 17 additions and 8 deletions

View File

@@ -61,6 +61,23 @@ office_hours_link: https://github.zoom.us/j/221410810
</a>
</div>
</div>
<div class="border-top container-md py-4 mx-auto d-block d-md-flex gutter-md">
<div class="col-12 col-md-6 mb-4 mb-md-0">
<div class="p-0 p-md-4">
{% octicon unmute class:"mr-2 text-gray" %}
Listen to The Changelog #264: <a class="text-bold" href="https://changelog.com/podcast/264">Automating GitHub with Probot</a>
</div>
</div>
<div class="col-12 col-md-6">
<div class="p-0 p-md-4">
{% octicon device-camera-video class:"mr-2 text-gray" %}
Watch the talk at GitHub Universe: <a class="text-bold" href="https://www.facebook.com/GitHub/videos/vb.262588213843476/1194319640670324">Extending with GitHub: easy integrations with Probot</a>
</div>
</div>
</div>
</div>
<script async src="//addtocalendar.com/atc/1.5/atc.min.js" charset="utf-8"></script>

View File

@@ -115,11 +115,3 @@ module.exports = robot => {
</div>
</div>
</div>
<div class="border-top py-4">
<div class="container-lg px-3 text-center">
{% octicon unmute class:"mr-2" %}
Listen to The Changelog #264: <a class="text-bold" href="https://changelog.com/podcast/264">Automating GitHub with Probot</a>
</div>
</div>