diff --git a/pinaxcon/templates/flatpages/keynotes.html b/pinaxcon/templates/flatpages/keynotes.html index e5a859cf..66f2e358 100644 --- a/pinaxcon/templates/flatpages/keynotes.html +++ b/pinaxcon/templates/flatpages/keynotes.html @@ -25,7 +25,7 @@
- Kitten + Dana Lewis
@@ -39,11 +39,16 @@
- Bear + + Shannon Morse +
-
Unannounced Speaker
+ +
Shannon Morse
+
diff --git a/pinaxcon/templates/keynotes/shannon.html b/pinaxcon/templates/keynotes/shannon.html new file mode 100644 index 00000000..d99bede7 --- /dev/null +++ b/pinaxcon/templates/keynotes/shannon.html @@ -0,0 +1,46 @@ +{% extends "site_base.html" %} +{% load static %} + +{% block head_title %}{{ flatpage.title }}{% endblock head_title %} +{% block body_class %}text-primary{% endblock body_class %} +{% block main_class %}container{% endblock main_class %} + +{% block content %} +
+
+

Shannon Morse
+ Internet Media Host | Hak5 and TekThing +

+

+ Shannon Morse has been podcasting since 2008 and is an influencer in consumer technology and internet security. + Her expertise include hardware reviews and how-tos, tutorials for personal privacy and security, the credit card + industry, and software defined radio. She is also a licensed amateur radio enthusiast. +

+

+ Currently, Shannon hosts several Youtube shows including TekThing, Threat Wire, Hak5, HakTip and videos on her + own channel. She has a combined following of over half a million viewers and built a successful career, + completely self taught. Shannon produces, writes, and edits all of her content. She has made appearances on + several podcasts on popular networks like TWiT, Revision3, Nvidia GeForce, MatPat's Game Lab, and CNET. Shannon + has also been an extra in Jason Bourne. In recent years, she has helped create conduct policies for multiple + conventions and has introduced a sponsorship program to Hak5. +

+

+ Shannon has inspired young women to follow their early passions in open source and infosec by being a vocal + advocate and supporter in their careers. +

+

+ Shannon lives in San Francisco with her husband and two cats. She's a huge bookworm, an atheist, a couponer, + an otaku, and a clean freak. +

+

+ https://about.me/snubs/
+ https://www.youtube.com/hak5
+ https://www.youtube.com/tekthing
+ https://www.linkedin.com/in/snubs/
+ @snubs +

+ + Shannon Morse +
+
+{% endblock content %} diff --git a/static/src/assets/speakers/snubs.jpg b/static/src/assets/speakers/snubs.jpg new file mode 100644 index 00000000..b3e9e622 Binary files /dev/null and b/static/src/assets/speakers/snubs.jpg differ