From 72f260b5f3d131266c7eb9e7552c2f283b4e0c54 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer <_@chrisjrn.com> Date: Sat, 8 Jun 2019 17:09:20 -0700 Subject: [PATCH] Moves Homepage for refactorating --- pinaxcon/templates/_styles.html | 2 +- pinaxcon/templates/static_pages/homepage.html | 197 +------------- .../templates/static_pages/homepage0.html | 250 ++++++++++++++++++ 3 files changed, 252 insertions(+), 197 deletions(-) create mode 100644 pinaxcon/templates/static_pages/homepage0.html diff --git a/pinaxcon/templates/_styles.html b/pinaxcon/templates/_styles.html index dbcba58..8b46441 100644 --- a/pinaxcon/templates/_styles.html +++ b/pinaxcon/templates/_styles.html @@ -2,7 +2,7 @@ {% load staticfiles %} - + {% compress css %} diff --git a/pinaxcon/templates/static_pages/homepage.html b/pinaxcon/templates/static_pages/homepage.html index 2a24bf3..9a02f26 100644 --- a/pinaxcon/templates/static_pages/homepage.html +++ b/pinaxcon/templates/static_pages/homepage.html @@ -27,7 +27,7 @@

- The Mystic Theatre
+ The Mystic Theatre
Petaluma, California

@@ -36,32 +36,6 @@ Tickets on sale now!
-
-
-
-

Sign up for our low-volume announcements newsletter!

-
-
-
-
- - - - - - -
- - - - - -
-
-
-
@@ -77,174 +51,5 @@
-
-

Speakers

- -
- -
-
-
-
-
-
-

Mariatta Wijaya

- Keynote Speaker -
- -
-
-
-
-
-
-

Robert M. "r0ml" Lefkowitz

- Keynote Speaker -
- - {% speakers as speakers %} - {% for speaker in speakers %} -
-
-
- {% if speaker.photo %} -
- {% else %} -
- {% endif %} -
-
- {% for presentation in speaker.all_presentations %} - -

{{ speaker.conferencespeaker.name }}

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

VM Brasseur

- Speaker Training -
- -
-{% endcomment %}
- - -
- - -
-
-
-

Downtown Petaluma

- -

North Bay Python's home is Petaluma, a delightfully quaint dairy town, nestled on a river at the edge of California's Wine Country. Here's what you can look forward to:

- - - -

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

-
- - -
- -
-
-

Sponsors

- - {% sponsor_levels as levels %} - - -
- - -
- -
-
-
-

Inclusion and Diversity

- -

North Bay Python is proud to be founded on a commitment to inclusion and diversity. Here's what we commit to:

- - -
- - -
- {% endblock %} diff --git a/pinaxcon/templates/static_pages/homepage0.html b/pinaxcon/templates/static_pages/homepage0.html new file mode 100644 index 0000000..2a24bf3 --- /dev/null +++ b/pinaxcon/templates/static_pages/homepage0.html @@ -0,0 +1,250 @@ +{% extends "site_base_home.html" %} + +{% load i18n %} +{% load staticfiles %} +{% load thumbnail %} +{% load sponsorship_tags %} +{% load schedule_tags %} + +{% block head_title %}November 3 and 4, 2018{% endblock %} + +{% block body_class %}home{% endblock %} + +{% block body %} + +
+
+
+
+
+
+
+
+

North Bay Python

+

The Python conference in a live music venue

+
+ +
+
+

+ The Mystic Theatre
+ Petaluma, California +

+ +

+ November 3 & 4, 2018
+ Tickets on sale now! +

+
+ + +
+ +
+ + +
+ +
+
+

Speakers

+ +
+ +
+
+
+
+
+
+

Mariatta Wijaya

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

Robert M. "r0ml" Lefkowitz

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

{{ speaker.conferencespeaker.name }}

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

VM Brasseur

+ Speaker Training +
+ +
+{% endcomment %} +
+ + +
+ + +
+
+
+

Downtown Petaluma

+ +

North Bay Python's home is Petaluma, a delightfully quaint dairy town, nestled on a river at the edge of California's Wine Country. Here's what you can look forward to:

+ + + +

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

+
+ + +
+ +
+
+

Sponsors

+ + {% sponsor_levels as levels %} + + +
+ + +
+ +
+
+
+

Inclusion and Diversity

+ +

North Bay Python is proud to be founded on a commitment to inclusion and diversity. Here's what we commit to:

+ + +
+ + +
+ +{% endblock %}