Continuing pages.
This commit is contained in:
parent
ff89fb94a2
commit
dfc8175367
20 changed files with 213 additions and 31 deletions
|
@ -10,9 +10,18 @@
|
|||
<h2>{{ $appdata.description | safeHTML }}</h2>
|
||||
{{ if .ShowPlatforms }}
|
||||
<p class="flex flex-right">{{ i18n "availableOn" }}
|
||||
{{ 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">
|
||||
{{ 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>
|
||||
</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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue