diff --git a/pinaxcon/templates/flatpages/keynotes.html b/pinaxcon/templates/flatpages/keynotes.html index b5c69a61..2da78b7d 100644 --- a/pinaxcon/templates/flatpages/keynotes.html +++ b/pinaxcon/templates/flatpages/keynotes.html @@ -24,9 +24,13 @@
- Kitten + + Kitten +
-
Unannounced Speaker
+ +
Dana Lewis
+
diff --git a/pinaxcon/templates/flatpages/miniconfs.html b/pinaxcon/templates/flatpages/miniconfs.html index 38e024e2..adca9e0b 100644 --- a/pinaxcon/templates/flatpages/miniconfs.html +++ b/pinaxcon/templates/flatpages/miniconfs.html @@ -36,6 +36,7 @@
Developer Developer

The Developer Developer Miniconf is an outlet for the growing community of application developers who attend linux.conf.au to talk about how to do software development properly.

+ More info
@@ -90,7 +91,7 @@ professionals of all kinds from across Australia. Topics on every aspect of technical communication are welcome, ranging from languages and tools to building communities and the state of the industry.

- More info + More info
diff --git a/pinaxcon/templates/keynotes/base.html b/pinaxcon/templates/keynotes/base.html deleted file mode 100644 index e69de29b..00000000 diff --git a/pinaxcon/templates/keynotes/dana.html b/pinaxcon/templates/keynotes/dana.html new file mode 100644 index 00000000..a4cb86bd --- /dev/null +++ b/pinaxcon/templates/keynotes/dana.html @@ -0,0 +1,31 @@ +{% 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 %} +
+
+

Dana Lewis
+ --- +

+

+ After building her own DIY "artificial pancreas", Dana Lewis (https://diyps.org/about/dana-lewis/) helped found the + open source artificial pancreas movement (known as "OpenAPS"), making safe and effective artificial pancreas technology + available (sooner) for people with diabetes around the world. +

+

+ She is also a Principal Investigator for a Robert Wood Johnson Foundation funded grant project to work to scale + patient-led innovation and scientific discovery in more patient communities. +

+

+ https://openaps.org/
+ @danamlewis +

+ + Dana Lewis +
+
+{% endblock content %} diff --git a/static/src/assets/speakers/dana.jpg b/static/src/assets/speakers/dana.jpg new file mode 100644 index 00000000..cc59efb5 Binary files /dev/null and b/static/src/assets/speakers/dana.jpg differ diff --git a/static/src/assets/speakers/rory.jpg b/static/src/assets/speakers/rory.jpg index 8fafaa1d..2a98d4c9 100644 Binary files a/static/src/assets/speakers/rory.jpg and b/static/src/assets/speakers/rory.jpg differ