Initial docs

This commit is contained in:
lvuch
2018-04-12 13:59:16 -07:00
commit d1752b4c7c
195 changed files with 131650 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<div class="row">
{{ range .Site.Data.partners.partner }}
<div class="col-md-3 box m-a-sm">
<img src="{{ .Site.BaseURL }}/img/{{.logo}}" height="50" alt="{{.name}}">
<h3>{{.name}}</h3>
<p>{{.description}}</p>
<span class="row">
{{ range .type }}
<span class="bg-accent tag">{{ . }}</span>
{{ end }}
</span>
</div>
{{ end }}
</div>