Update HMB
parent
8e8d755643
commit
cb16b0975e
|
|
@ -16,10 +16,6 @@ coming_soon_description: "Learn about final changes on our News page"
|
|||
|
||||
# Initial Speakers
|
||||
initial_speakers:
|
||||
- name: "Jim Calabro"
|
||||
topic: "Software Engineer at Bluesky"
|
||||
affiliation: "calabro.io"
|
||||
image: "/images/people/calabro.jpg"
|
||||
- name: "Abner Coimbre"
|
||||
topic: "Author of Terminal Click"
|
||||
affiliation: "terminal.click"
|
||||
|
|
@ -29,8 +25,15 @@ initial_speakers:
|
|||
affiliation: "vectrx.substack.com"
|
||||
image: "/images/people/caden.png"
|
||||
- name: "Gwen Lofman"
|
||||
topic: "Livecoding for music and visuals"
|
||||
topic: "Livecoding for Music and Visuals"
|
||||
affiliation: "glfmn.io"
|
||||
image: "/images/people/gwen.png"
|
||||
- name: "Switch Angel"
|
||||
topic: "Livecoding Co-Presenter"
|
||||
affiliation: "tinyurl.com/switchangel"
|
||||
image: "/images/people/switchangel.jpg"
|
||||
- name: "This is You"
|
||||
topic: "Audience is demoing projects"
|
||||
|
||||
# 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">Speaker Lineup</h3>
|
||||
<h3 class="text-xl font-semibold text-white mb-4 text-left">Presenter 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: 11 KiB |
Loading…
Reference in New Issue