Initial Commit

This commit is contained in:
hoernschen 2021-02-25 22:23:58 +01:00
parent bdbb15e52e
commit c20d262f7c
26 changed files with 1006 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{{- $funding := .Site.Params.funding }}
<div id="funding" class="section">
<div class="section-content funding">
<div class="title">
<h1 class="content-title">{{ $funding.title }}</h1>
<div class="divider"></div>
</div>
<div class="funding-logos">
{{- range $funding.logos}}
<a href="{{ .url }}"><img class="funding-logo" src="{{ .logo }}" alt="{{ .text }}"></a>
{{- end}}
</div>
</div>
</div>