chobble/index.html

23 lines
658 B
HTML

---
layout: default
title: chobble.com
---
<img src="/static/chobble-logo.png" alt="Chobble" width="100%" class="logo" />
<h1 class="{% include colour %}">an ethical web agency</h1>
<div class="smaller">
<br />
<p class="{% include colour %}"><strong>sites we run:</strong></p>
<ul>
{% for item in site.data.sites %}
<li class="{% include colour %}">
<strong>{{ item.name }}</strong>
<a href="{{ item.href }}">visit</a>
{% if item.source %}/ <a href="{{ item.source }}">source</a>{% endif %}
</li>
{% endfor %}
<li><small><a href="https://up.chobble.com/status/chobble">site statuses</small></li>
</ul>
</div>