Skip to content

Commit

Permalink
fix: add anchor tag to all images
Browse files Browse the repository at this point in the history
  • Loading branch information
payalraviya committed Mar 7, 2024
1 parent 97dee24 commit 2ca164b
Showing 1 changed file with 24 additions and 11 deletions.
35 changes: 24 additions & 11 deletions website/layouts/support/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,46 @@
{{ range .Paginator.Pages }}
<div class="mb-5 container">
<h2><a href="{{ .Permalink }}">Support and Training</a></h2>
<p class="text-muted" style="margin-bottom: 5rem;">Firms that offer consultancy and enterprise support.</p>
<p class="text-muted" style="margin-bottom: 5rem">
Firms that offer consultancy and enterprise support.
</p>
<section class="mt-5">
<div class="d-flex flex-wrap justify-content-center">
<div class="m-1 mt-4 mx-5">
<img src="{{ " /cloudraft.png " | relURL }}" alt="cloudraft" loading="lazy" title="cloudraft">
<a href="https://www.cloudraft.io">
<img src="{{ " /cloudraft.png " | relURL }}" alt="cloudraft" loading="lazy" title="cloudraft">
</a>
</div>
<div class="m-1 mt-4">
<img src="{{ " /infracloud.svg " | relURL }}" alt="infracloud" loading="lazy" title="infracloud">
<a href="https://www.infracloud.io/thanos-support/">
<img src="{{ " /infracloud.svg " | relURL }}" alt="infracloud" loading="lazy" title="infracloud">
</a>
</div>
<div class="m-1">
<img src="{{ " /o11y.svg " | relURL }}" alt="o11y" loading="lazy" title="o11y">
<a href="https://o11y.eu">
<img src="{{ " /o11y.svg " | relURL }}" alt="o11y" loading="lazy" title="o11y">
</a>
</div>
<div class="m-1 mx-3 mt-4">
<img src="{{ " /platformengineers.png " | relURL }}" class="img-fluid" title="platformengineers" loading="lazy" title="platformengineers">
<a href="https://platformengineers.io">
<img src="{{ " /platformengineers.png " | relURL }}" class="img-fluid" title="platformengineers" loading="lazy" title="platformengineers">
</a>
</div>
<div class="m-1 mt-4">
<img src="{{ " /tasrie-it-services.png " | relURL }}" alt="tasrie-it-services" loading="lazy" title="tasrie-it-services">
<a href="https://tasrieit.com">
<img src="{{ " /tasrie-it-services.png " | relURL }}" alt="tasrie-it-services" loading="lazy" title="tasrie-it-services">
</a>
</div>
</div>
</section>
<hr> {{ .Summary }}
<hr /> {{ .Summary }}
</div>
<div class="d-flex align-items-center justify-content-center mb-5">
<a href="https://github.com/thanos-io/thanos" target="_blank" class="btn btn-primary btn-lg">Add your company</a>
</div>
{{ end}} {{ template "_internal/pagination.html" . }}
</div>
<a href="https://github.com/thanos-io/thanos" target="_blank" class="btn btn-primary btn-lg">Add your company</a
>
</div>
{{ end}} {{ template "_internal/pagination.html" . }}
</div>
</div>
</div>
{{ end }}

0 comments on commit 2ca164b

Please sign in to comment.