This commit is contained in:
commit
c08a080f6c
43 changed files with 1572 additions and 0 deletions
41
layouts/_partials/partners.html
Normal file
41
layouts/_partials/partners.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue