Add HMS logo to conference page :)

main
Abner Coimbre 2024-11-06 16:58:48 -08:00
parent 44fbb4075d
commit 649dfcb0e8
2 changed files with 7 additions and 1 deletions

View File

@ -15,6 +15,7 @@ banner:
parallax: false
img: "/images/seattle_skyline.webp"
bg_class: "z-0 bg-[rgba(0,0,0,0.5)]"
image: "/images/hms/seattle-dark-mode.svg"
hide_banner_img: true
transition:
end: "/images/transition2.svg"
@ -39,7 +40,7 @@ banner:
features:
- title: "This Years Stars"
title_class: "text-white mb-8 text-center"
image: ""
image: "/images/hms/seattle-dark-mode.svg"
side: "center"
bg_img:
parallax: true

View File

@ -35,6 +35,11 @@
{{ if .subtitle }}
<h4 class="mb-4 {{ .subtitle_class }}">{{ .subtitle }}</h4>
{{ 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 }}">
{{ .title | markdownify }}
</h2>