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

feat: adds f-droid

This commit is contained in:
Iain Learmonth 2026-04-08 16:45:52 +01:00
parent f6b4bdd734
commit 95e1bedff8
2 changed files with 16 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -4,6 +4,7 @@
<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">
@ -11,8 +12,8 @@
</div>
<div class="team-member">
{{ with resources.Get "/images/logos/cdr.png" }}
<img style="max-height: 100px;" src="{{ .RelPermalink }}" alt="Centre for Digital Resilience">
{{ with resources.Get "/images/logos/fdroid.webp" }}
<img style="max-height: 100px;" src="{{ .RelPermalink }}" alt="F-Droid">
{{ end }}
</div>
@ -23,14 +24,14 @@
</div>
<div class="team-member">
{{ with resources.Get "/images/logos/hetzner.webp" }}
<img style="max-height: 100px;" src="{{ .RelPermalink }}" alt="Hetzner">
{{ 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/openrightsgroup.png" }}
<img style="max-height: 100px;" src="{{ .RelPermalink }}" alt="Open Rights Group">
{{ with resources.Get "/images/logos/hetzner.webp" }}
<img style="max-height: 100px;" src="{{ .RelPermalink }}" alt="Hetzner">
{{ end }}
</div>
@ -39,3 +40,9 @@
<img style="max-height: 80px;" src="{{ .RelPermalink }}" alt="Nominet Accredited Channel Partner">
{{ 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>