diff --git a/content/english/boston/index.md b/content/english/boston/index.md index 9d3ff73..0e4f8ab 100644 --- a/content/english/boston/index.md +++ b/content/english/boston/index.md @@ -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 diff --git a/layouts/_default/event.html b/layouts/_default/event.html index 4193583..adaa59b 100644 --- a/layouts/_default/event.html +++ b/layouts/_default/event.html @@ -50,7 +50,7 @@ {{ if .Params.initial_speakers }}
-

Speaker Lineup

+

Presenter Lineup

{{ range .Params.initial_speakers }}
diff --git a/static/images/people/switchangel.jpg b/static/images/people/switchangel.jpg new file mode 100644 index 0000000..2d324f4 Binary files /dev/null and b/static/images/people/switchangel.jpg differ