mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-04-15 02:45:40 +00:00
23 lines
1.1 KiB
HTML
23 lines
1.1 KiB
HTML
<div class="slider js_slider js_multislides multislides">
|
|
<div class="frame js_frame">
|
|
<ul class="testimonials slides js_slides">
|
|
{{ range .Site.Data.testimonials.testimonial }}
|
|
<li class="js_slide testimonial">
|
|
<div class="p-a-xs bg-accent">{{.company}}</div>
|
|
<div class="p-a-sm">
|
|
<img src="{{ .Site.BaseURL }}/img/quotelogos/{{.logo}}" height="50" alt="{{.company}}">
|
|
<p>{{.quote}}</p>
|
|
<cite>{{.source}}, {{.position}}</cite>
|
|
</div>
|
|
</li>
|
|
{{ end }}
|
|
</ul>
|
|
</div>
|
|
<span class="js_prev prev">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 501.5 501.5"><g><path fill="#2E435A" d="M302.67 90.877l55.77 55.508L254.575 250.75 358.44 355.116l-55.77 55.506L143.56 250.75z"/></g></svg>
|
|
</span>
|
|
<span class="js_next next">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 501.5 501.5"><g><path fill="#2E435A" d="M199.33 410.622l-55.77-55.508L247.425 250.75 143.56 146.384l55.77-55.507L358.44 250.75z"/></g></svg>
|
|
</span>
|
|
</div>
|