forked from sr2/www.sr2.uk
feat: adds f-droid
This commit is contained in:
parent
f6b4bdd734
commit
95e1bedff8
2 changed files with 16 additions and 9 deletions
|
|
@ -4,15 +4,16 @@
|
|||
<img style="max-height: 100px; max-width: 100%;" src="{{ .RelPermalink }}" alt="Guardian Project">
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="team-member">
|
||||
|
||||
<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">
|
||||
{{ with resources.Get "/images/logos/fdroid.webp" }}
|
||||
<img style="max-height: 100px;" src="{{ .RelPermalink }}" alt="F-Droid">
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
|
|
@ -22,20 +23,26 @@
|
|||
{{ 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/hetzner.webp" }}
|
||||
<img style="max-height: 100px;" src="{{ .RelPermalink }}" alt="Hetzner">
|
||||
{{ 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>
|
||||
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue