Welcome to mirror list, hosted at ThFree Co, Russian Federation.

header-logo.html « homepage « partials « layouts - github.com/chipsenkbeil/grid-side.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0187099f6cc55c144e9248c757f051cf860dee61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div class="valign-wrapper" style="height: 100%;">
    <span class="valign center white-text" style="
        display: inline-block;
        border: 2px solid #FFF;
        background-color: rgba(0, 0, 0, 0.3);
        padding: 15px 25px;
        margin: 0 auto;
    ">
        {{ with .name }}<h2>{{ . }}</h2>{{ end }}
        {{ with .email }}<h5>{{ . }}</h5>{{ end }}
        {{ with .description }}
            <h2><hr></h2>
            <h5>{{ . }}</h5>
        {{ end }}
    </span>
</div>