Update HMB lineup for 2025

main
Abner Coimbre 2025-07-28 17:01:15 -07:00
parent 3de0c30f05
commit ec2f46b39c
3 changed files with 9 additions and 1 deletions

View File

@ -20,6 +20,14 @@ initial_speakers:
topic: "Software Engineer at Bluesky" topic: "Software Engineer at Bluesky"
affiliation: "calabro.io" affiliation: "calabro.io"
image: "/images/people/calabro.jpg" image: "/images/people/calabro.jpg"
- name: "Abner Coimbre"
topic: "Author of Terminal Click"
affiliation: "terminal.click"
image: "/images/people/abner.jpg"
- name: "Caden Parker"
topic: "Senior Graphics Programmer"
affiliation: "vectrx.substack.com"
image: "/images/people/caden.png"
# Call to Action Buttons # Call to Action Buttons
enable_newsletter: true enable_newsletter: true

View File

@ -50,7 +50,7 @@
<!-- Initial Speakers Section (if available) --> <!-- Initial Speakers Section (if available) -->
{{ if .Params.initial_speakers }} {{ if .Params.initial_speakers }}
<div class="mt-6"> <div class="mt-6">
<h3 class="text-xl font-semibold text-white mb-4 text-left">Initial Lineup</h3> <h3 class="text-xl font-semibold text-white mb-4 text-left">Speaker Lineup</h3>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4"> <div class="grid grid-cols-1 md:grid-cols-2 gap-4">
{{ range .Params.initial_speakers }} {{ range .Params.initial_speakers }}
<div class="bg-[#1a1a1a] p-4 rounded-lg flex items-center"> <div class="bg-[#1a1a1a] p-4 rounded-lg flex items-center">

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB