Advisory Board

This commit is contained in:
Abner Coimbre
2025-03-27 15:32:12 -07:00
parent 30514d1b21
commit 1301e23824
2 changed files with 57 additions and 8 deletions

View File

@@ -53,9 +53,6 @@
<div class="grid grid-cols-1 gap-4 sm:grid-cols-2">
{{ range $i, $e := .grid }}
<div class="p-4 row">
<div class="col-1">
<h3 style="color: {{ .color }}">{{ add $i 1 }}</h3>
</div>
<div class="col-11">
<h4 class="font-bold mb-2" style="color: {{ .color }}">{{ .title }}</h4>
<p class="{{ .content_class }}">{{ .content | markdownify }}</p>
@@ -64,6 +61,14 @@
{{ end }}
</div>
<!-- end: grid -->
<!-- notice -->
{{ if .notice }}
<div class="flex justify-center items-center">
<p class="text-white">{{ .notice | markdownify }}</p>
{{ end }}
</div>
<!-- end: notice -->
</div>
<!-- tickets -->
{{ if .tickets }}