Merge pull request #12 from hiimbex/behaviorbot

Add Behaviorbot apps 🎉
This commit is contained in:
Bex Warner
2017-08-07 08:13:25 -07:00
committed by GitHub
6 changed files with 287 additions and 28 deletions

View File

@@ -41,7 +41,7 @@ layout: default
{% if page.screenshots.size > 1 %}
<div class="d-flex flex-items-center flex-justify-center mt-3">
{% for screenshot in page.screenshots %}
<label for="screenshot-{{ forloop.index }}" class="rounded-1 border border-gray-light mx-2" style="width:125px; height: 70px; background-image: url({{ screenshot }}); background-size: cover; background-position: center;">
<label for="screenshot-{{ forloop.index }}" class="rounded-1 border border-gray-light mx-2" style="width:125px; height: 70px; background-image: url({{ screenshot }}); background-size: cover; background-position: center; cursor: pointer;">
</label>
{% endfor %}
</div>
@@ -70,6 +70,10 @@ layout: default
<p>
<a class="text-inherit" href="https://github.com/{{ page.repository }}">{{ page.repository }}</a>
</p>
<h4 class="mb-1 alt-h4 text-gray">Author</h4>
<p>
<a class="text-inherit" href="https://github.com/{{ page.author }}">{{ page.author }}</a>
</p>
</div>
</div>
</div>