mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-04-15 02:45:40 +00:00
15 lines
381 B
HTML
15 lines
381 B
HTML
<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>
|