Compare commits

..

2 Commits

Author SHA1 Message Date
Abner Coimbre
fb6723879e Media: Add 'Under Construction' banner so I don't get inundated with bug reports 2024-11-12 15:39:01 -08:00
Abner Coimbre
49751e4165 Make explicit tickets are for conferences (not meetups) 2024-11-12 15:38:10 -08:00
3 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
+++ +++
title="Media" title="Media"
image="/images/under-construction.svg"
+++ +++

View File

@@ -6,7 +6,7 @@ draft: false
layout: "tickets" layout: "tickets"
features: features:
- title: "Tickets" - title: "Conference Tickets"
title_class: "text-center text-white mt-2 md:mt-8 lg:mt-8 xl:mt-8 2xl:mt-8" title_class: "text-center text-white mt-2 md:mt-8 lg:mt-8 xl:mt-8 2xl:mt-8"
side: "center" side: "center"
content_class: "mt-16 pt-0 pb-0 text-white" content_class: "mt-16 pt-0 pb-0 text-white"

View File

@@ -1,4 +1,12 @@
{{ define "main" }} {{ define "main" }}
{{ if .Params.Image }}
<figure class="flex justify-center items-center">
{{ partial "image" (dict "Src" .Params.Image "Alt" "Banner" "Class" "w-1/4 h-1/4" ) }}
</figure>
{{ end }}
<br>
<div>
</div>
<section class="mb-8"> <section class="mb-8">
<div class="container flex flex-col gap-5"> <div class="container flex flex-col gap-5">
{{ $sections := slice . }} {{ $sections := slice . }}