forked from sr2/www.sr2.uk
42 lines
1.3 KiB
HTML
42 lines
1.3 KiB
HTML
|
|
|
||
|
|
<div style="width: 100%; text-align: center">
|
||
|
|
{{ with resources.Get "/images/logos/guardianproject.png" }}
|
||
|
|
<img style="max-height: 100px; max-width: 100%;" src="{{ .RelPermalink }}" alt="Guardian Project">
|
||
|
|
{{ end }}
|
||
|
|
</div>
|
||
|
|
<div class="team-member">
|
||
|
|
{{ with resources.Get "/images/logos/civicert.png" }}
|
||
|
|
<img style="max-height: 100px;" src="{{ .RelPermalink }}" alt="CiviCERT">
|
||
|
|
{{ end }}
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="team-member">
|
||
|
|
{{ with resources.Get "/images/logos/cdr.png" }}
|
||
|
|
<img style="max-height: 100px;" src="{{ .RelPermalink }}" alt="Centre for Digital Resilience">
|
||
|
|
{{ end }}
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="team-member">
|
||
|
|
{{ with resources.Get "/images/logos/tor.png" }}
|
||
|
|
<img style="max-height: 100px;" src="{{ .RelPermalink }}" alt="Tor Project">
|
||
|
|
{{ end }}
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="team-member">
|
||
|
|
{{ with resources.Get "/images/logos/hetzner.webp" }}
|
||
|
|
<img style="max-height: 100px;" src="{{ .RelPermalink }}" alt="Hetzner">
|
||
|
|
{{ end }}
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="team-member">
|
||
|
|
{{ with resources.Get "/images/logos/openrightsgroup.png" }}
|
||
|
|
<img style="max-height: 100px;" src="{{ .RelPermalink }}" alt="Open Rights Group">
|
||
|
|
{{ end }}
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="team-member">
|
||
|
|
{{ with resources.Get "/images/logos/nominet.png" }}
|
||
|
|
<img style="max-height: 80px;" src="{{ .RelPermalink }}" alt="Nominet Accredited Channel Partner">
|
||
|
|
{{ end }}
|
||
|
|
</div>
|