diff --git a/_data/authors.yml b/_data/authors.yml
index 90127b7f5..d17374783 100644
--- a/_data/authors.yml
+++ b/_data/authors.yml
@@ -10,6 +10,7 @@ tom_bentley:
seglo:
name: Sean Glover
twitter: https://twitter.com/seg1o
+ website: https://seanglover.com/
chris_vest:
name: Christopher Vest
twitter: https://twitter.com/StringaVest
\ No newline at end of file
diff --git a/_layouts/post.html b/_layouts/post.html
index f95683e6d..5960b18d8 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -25,6 +25,9 @@
{{ page.title | escape }}
{%- else -%}
{{ author.name }}
{%- endif -%}
+ {%- if author.website -%}
+ (website)
+ {%- endif -%}
{%- endif -%}
diff --git a/presentations/index.md b/presentations/index.md
index ba0d381ce..91b119f03 100644
--- a/presentations/index.md
+++ b/presentations/index.md
@@ -4,6 +4,7 @@ layout: default
# Presentations
+* Running Kafka on Kubernetes with Strimzi, Kafka in Jail with Strimzi (O'Reilly Strata San Francisco 2019, Lightbend Webinar, Toronto Data Science & Big Data Meetup) [slides](https://seanglover.com/assets/slides/Kafka_in_Jail-Toronto_Data_Science_and_Big_Data_Meetup_2019.pdf) [video](https://www.youtube.com/watch?v=rzHQvImn2XY) [demo](https://www.youtube.com/watch?v=KEPB7iG5Fgc)
* Strimzi: how Apache Kafka has fallen in love with Kubernetes (Modern Integration and Application Development Day, April 2019) [slides](https://www.slideshare.net/paolopat/strimzi-how-apache-kafka-has-fallen-in-love-with-kubernetes)
* Kafka on OpenShift: make it easy with AMQ Streams (Red Hat Open Source Day 2018, October 2018) [slides](https://www.slideshare.net/paolopat/kafka-on-openshift-make-it-easy-with-amq-streams)
* Strimzi: Running Apache Kafka on Kubernetes and OpenShift (OpenSlava 2018, October 2018) [video](https://www.youtube.com/watch?v=AlU4CUuUfHA)