From 8d90042dd62dcac3468d108a38fefe056bfc49af Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Tue, 25 Sep 2018 19:25:42 -0700 Subject: [PATCH] Adds speakers --- pinaxcon/templates/static_pages/homepage.html | 83 ++++++++++++++++++- 1 file changed, 81 insertions(+), 2 deletions(-) diff --git a/pinaxcon/templates/static_pages/homepage.html b/pinaxcon/templates/static_pages/homepage.html index 0287961..97c43c4 100644 --- a/pinaxcon/templates/static_pages/homepage.html +++ b/pinaxcon/templates/static_pages/homepage.html @@ -76,6 +76,83 @@ +
+
+

Speakers

+ +
+ +{% comment %} +
+
+
+
+
+
+

Brandon Rhodes

+ Keynote Speaker +
+ +
+
+
+
+
+
+

Carina C. Zona

+ Keynote Speaker +
+ +{% endcomment %} + + {% speakers as speakers %} + {% for speaker in speakers %} +
+
+
+ {% if speaker.photo %} +
+ {% else %} +
+ {% endif %} +
+
+ {% for presentation in speaker.presentations.all %} + +

{{ speaker.conferencespeaker.name }}

+ {{ presentation.title }} +
+ {% endfor %} +
+ {% endfor %} + +{% comment %} +
+
+
+
+
+
+

VM Brasseur

+ Speaker Training +
+ +
+{% endcomment %} +
+ + +
+ +
@@ -86,10 +163,10 @@
  • An historic venue with countless restaurants and coffee shops in walking distance
  • World-famous craft food and drink producers on your doorstep
  • -
  • Charming small-town hotels, as close as one block away
  • +
  • Charming small-town hotels, as close as one block away
-

… and it's only an hour away from San Francisco (on a good day).

+

… and it's only an hour away from San Francisco (on a good day).