Seattle page
Adds in more content/sections for seattle page, enough that I'd consider it usable now.
This commit is contained in:
@@ -10,33 +10,6 @@
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
{{ with .triple_header }}
|
||||
{{ if .enable }}
|
||||
<div class="col-10">
|
||||
<div class="row">
|
||||
<div class="col-4 all:col-12">
|
||||
<a href="{{ .link_left }}">
|
||||
{{ partial "image" (dict "Src" .img_left "Alt" .alt_text_left "Loading" "eager" "Class" "logo-light" ) }}
|
||||
{{ partial "image" (dict "Src" .img_left_dark "Alt" .alt_text_right "Loading" "eager" "Class" "logo-dark" ) }}
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-4 all:col-12">
|
||||
<a href="{{ .link_center }}">
|
||||
{{ partial "image" (dict "Src" .img_center "Alt" .alt_text_center "Loading" "eager" "Class" "logo-light" ) }}
|
||||
{{ partial "image" (dict "Src" .img_center_dark "Alt" .alt_text_right "Loading" "eager" "Class" "logo-dark" ) }}
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-4 all:col-12">
|
||||
<a href="{{ .link_right }}">
|
||||
{{ partial "image" (dict "Src" .img_right "Alt" .alt_text_right "Loading" "eager" "Class" "logo-light" ) }}
|
||||
{{ partial "image" (dict "Src" .img_right_dark "Alt" .alt_text_right "Loading" "eager" "Class" "logo-dark" ) }}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
<div class="lg:col-7 md:col-9 mb-8 text-center">
|
||||
<h1 class="mb-8 mt-10 text-h3 lg:-texth1">
|
||||
{{ .title | markdownify }}
|
||||
|
||||
Reference in New Issue
Block a user