Add HMS logo to conference page :)
parent
44fbb4075d
commit
649dfcb0e8
|
|
@ -15,6 +15,7 @@ banner:
|
||||||
parallax: false
|
parallax: false
|
||||||
img: "/images/seattle_skyline.webp"
|
img: "/images/seattle_skyline.webp"
|
||||||
bg_class: "z-0 bg-[rgba(0,0,0,0.5)]"
|
bg_class: "z-0 bg-[rgba(0,0,0,0.5)]"
|
||||||
|
image: "/images/hms/seattle-dark-mode.svg"
|
||||||
hide_banner_img: true
|
hide_banner_img: true
|
||||||
transition:
|
transition:
|
||||||
end: "/images/transition2.svg"
|
end: "/images/transition2.svg"
|
||||||
|
|
@ -39,7 +40,7 @@ banner:
|
||||||
features:
|
features:
|
||||||
- title: "This Year’s Stars"
|
- title: "This Year’s Stars"
|
||||||
title_class: "text-white mb-8 text-center"
|
title_class: "text-white mb-8 text-center"
|
||||||
image: ""
|
image: "/images/hms/seattle-dark-mode.svg"
|
||||||
side: "center"
|
side: "center"
|
||||||
bg_img:
|
bg_img:
|
||||||
parallax: true
|
parallax: true
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,11 @@
|
||||||
{{ if .subtitle }}
|
{{ if .subtitle }}
|
||||||
<h4 class="mb-4 {{ .subtitle_class }}">{{ .subtitle }}</h4>
|
<h4 class="mb-4 {{ .subtitle_class }}">{{ .subtitle }}</h4>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ if .image }}
|
||||||
|
<figure class="flex justify-center items-center">
|
||||||
|
{{ partial "image" (dict "Src" .image "Alt" "Banner" "Class" "w-1/3 h-1/3" ) }}
|
||||||
|
</figure>
|
||||||
|
{{ end }}
|
||||||
<h2 class="{{ .title_class }}">
|
<h2 class="{{ .title_class }}">
|
||||||
{{ .title | markdownify }}
|
{{ .title | markdownify }}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue