Update the grid-side theme

This commit is contained in:
2019-03-30 23:28:05 +00:00
parent 5255e9afd8
commit bc53f31743
281 changed files with 14134 additions and 54 deletions

View File

@@ -0,0 +1,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>