aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/top-block.html
blob: 336068433692db1d0f722762b927178f464b1ed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

    <!-- Full Page Image Header Area -->
    <div id="top" class="header">
      <div class="vert-text">
        <a href="#intro"><img src="{{ .Site.Params.mainIcon }}" class="logo"></a>
        <div class="siteTitle">{{ .Site.Title }}</div>
        <div class="description">{{ .Site.Params.description }}</div>
        <div class="buttonbox">
       {{ range .Site.Params.social }}
            <a href="{{ .url }}" class="btn btn-default btn-lg"><i class="icon-{{ lower .title }}"></i> <span class="network-name">{{ .title }}</span></a>
        {{ end }}
        </div>
      </div>
    </div>
    <!-- /Full Page Image Header Area -->