Continuing pages.

This commit is contained in:
Adsooi 2021-06-14 17:16:22 +02:00
parent ff89fb94a2
commit dfc8175367
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
20 changed files with 213 additions and 31 deletions

View file

@ -10,9 +10,18 @@
<h2>{{ $appdata.description | safeHTML }}</h2>
{{ if .ShowPlatforms }}
<p class="flex flex-right">{{ i18n "availableOn" }}&nbsp;
{{ range $appdata.platforms }}<img src="/icons/platform/{{ . }}.svg" alt="{{ . }}" title="{{ . }}" class="icon-larger-text icon-monochrome" />{{ end }}
<span class="icon-monochrome">{{ partial "platforms.html" $appdata.platforms }}</span>
</p>
{{ end }}
<div class="grid flex-right">&nbsp;
{{ range .Links }}
<div>
<a href="{{ .URL | safeURL }}" role="button" class="primary" title="{{ .Title }}">
<img src="/icons/{{ .Icon }}.svg" class="icon-as-text" alt="{{ .Icon }}">{{ .Title }}
</a>&nbsp;
</div>
{{ end }}
</div>
<br>
</div>
<div class="column col2-3 flex">
@ -20,8 +29,8 @@
</div>
</div>
<div style="background: {{ .BottomBackground | safeCSS }}; height: {{ .BottomHeight | safeCSS }}; width: 100%; margin-top: -{{ .BottomHeight | safeCSS }};">
<div style="float: left">{{ .BottomLeft | safeHTML }}</div>
<div style="float: right">{{ .BottomRight | safeHTML }}</div>
<div style="float: left; max-width: 100%;">{{ .BottomLeft | safeHTML }}</div>
<div style="float: right; max-width: 100%;">{{ .BottomRight | safeHTML }}</div>
</div>
</section>
{{ end }}