Update HMB lineup for 2025
parent
3de0c30f05
commit
ec2f46b39c
|
|
@ -20,6 +20,14 @@ initial_speakers:
|
|||
topic: "Software Engineer at Bluesky"
|
||||
affiliation: "calabro.io"
|
||||
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
|
||||
enable_newsletter: true
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
<!-- Initial Speakers Section (if available) -->
|
||||
{{ if .Params.initial_speakers }}
|
||||
<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">
|
||||
{{ range .Params.initial_speakers }}
|
||||
<div class="bg-[#1a1a1a] p-4 rounded-lg flex items-center">
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
Loading…
Reference in New Issue