aboutsummaryrefslogtreecommitdiffstats
path: root/ops/templates/_includes/header.html
blob: 1334a16339252f94836a55be093d076c44860ecc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<section class="header">
    <div class="circular" style="background: url({{ HEADER }} ) no-repeat; background-position: center;"></div>
    <h2 class="title">{{ SITENAME }}</h2>
    <h4 class="subtitle">{{ SITEDESCRIPTION }}</h4>
    {% for title,url in SOCIAL %}
        <a href="{{ url }}">
            <img class="social-icon" src="{{ SITEURL }}/theme/images/{{ title }}-128.png" style="width: 64px;">
        </a>
    {% endfor %}
</section>