mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
Initial docs
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user