1
0
Fork 0
forked from sr2/www.sr2.uk

feat: inital import

This commit is contained in:
Iain Learmonth 2026-02-08 14:24:06 +00:00
commit c08a080f6c
43 changed files with 1572 additions and 0 deletions

View file

@ -0,0 +1,41 @@
<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>