diff --git a/pinaxcon/templates/_styles.html b/pinaxcon/templates/_styles.html index dbcba589763cd77c56c7991c5add519542234f89..8b46441a2c3a2227917191b607885d35d18ace5c 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 30a644cb5b9c540990d4fbaf38f6fd55020d5452..9a02f26f5e8f7e4a4bc4f34c011aba3d15dd65ee 100644 --- a/pinaxcon/templates/static_pages/homepage.html +++ b/pinaxcon/templates/static_pages/homepage.html @@ -6,7 +6,7 @@ {% load sponsorship_tags %} {% load schedule_tags %} -{% block head_title %}November 2 and 3, 2019{% endblock %} +{% block head_title %}November 3 and 4, 2018{% endblock %} {% block body_class %}home{% endblock %} @@ -27,41 +27,15 @@

- The Mystic Theatre
+ The Mystic Theatre
Petaluma, California

- November 2 & 3, 2019
- {% comment %}Tickets on sale now!{% endcomment %} + November 3 & 4, 2018
+ Tickets on sale now!

-
-
-
-

Sign up for our low-volume announcements newsletter!

-
-
-
-
- - - - - - -
- - - - - -
-
-
-
@@ -69,182 +43,13 @@ -{% comment %}
-
-

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 %} - -
-
-
-
-
-
-

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 0000000000000000000000000000000000000000..2a24bf38682bc148c57c7218ae5ed1d81e770ebc --- /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 %} diff --git a/pinaxcon/templates/static_pages/program/call_for_proposals.html b/pinaxcon/templates/static_pages/program/call_for_proposals.html deleted file mode 100644 index 7a7983bad4ff890a8d6e073879913b4454dccd4f..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/static_pages/program/call_for_proposals.html +++ /dev/null @@ -1,24 +0,0 @@ -{% extends "page_with_title_and_lede.html" %} - -{% load i18n %} -{% load markdown_deux_tags %} - -{% block head_title %}Call for Proposals{% endblock %} - -{% block heading %}Call for Proposals{% endblock %} - -{% block body_class %}program{% endblock %} - -{% block lede %} - -North Bay Python is seeking speakers of all experience levels to contribute to our second conference program! We'd love to hear from you whether you use Python professionally, as a hobbyist, or are just excited about Python, programming, and free and open source software. - -{% endblock %} - -{% block content %} - {% markdown %} - -{% include "static_pages/program/call_for_proposals.md" %} - - {% endmarkdown %} -{% endblock %} diff --git a/pinaxcon/templates/static_pages/speak.html b/pinaxcon/templates/static_pages/speak.html new file mode 100644 index 0000000000000000000000000000000000000000..8d63c742ad06774b00616be6803fc6e5a7b75c3a --- /dev/null +++ b/pinaxcon/templates/static_pages/speak.html @@ -0,0 +1,24 @@ +{% extends "page_with_title_and_lede.html" %} + +{% load i18n %} +{% load markdown_deux_tags %} + +{% block head_title %}Speak at North Bay Python{% endblock %} + +{% block heading %}Speak at North Bay Python{% endblock %} + +{% block body_class %}program{% endblock %} + +{% block lede %} + +North Bay Python is seeking speakers of all experience levels to contribute to our conference program! We'd love to hear from you whether you use Python professionally, as a hobbyist, or are just excited about Python, programming, and free and open source software. + +{% endblock %} + +{% block content %} + {% markdown %} + +{% include "static_pages/speak.md" %} + + {% endmarkdown %} +{% endblock %} diff --git a/pinaxcon/templates/static_pages/program/call_for_proposals.md b/pinaxcon/templates/static_pages/speak.md similarity index 94% rename from pinaxcon/templates/static_pages/program/call_for_proposals.md rename to pinaxcon/templates/static_pages/speak.md index fc3a7082fce36fe95d83419889837a78fa875c8b..fccf86932d79c67718c0e0355f78f74d32863ffa 100644 --- a/pinaxcon/templates/static_pages/program/call_for_proposals.md +++ b/pinaxcon/templates/static_pages/speak.md @@ -1,4 +1,4 @@ -### The North Bay Python 2018 CFP is open! +### Proposal submissions for North Bay Python 2019 are open! There's information and resources below that you should read, but in case you've already read it and want to dive in now: @@ -14,11 +14,11 @@ Portions of this page were drawn from ideas seen on [DjangoCon EU](https://djang ## Dates -+ **July 5**: CFP opens -+ **August 10**: CFP closes -+ **Week of September 10**: Acceptance notifications sent -+ **Week of September 17**: Speaker confirmations due; program finalized and announced -+ **November 3–4**: Conference happens! ++ **July 1**: Proposal submissions open ++ **August 8**: Proposal submissions close ++ **Week of August 23**: Acceptance notifications sent ++ **Week of September 9**: Speaker confirmations due; program finalized and announced ++ **November 2–3**: Conference happens! ## Speaker Benefits @@ -37,7 +37,7 @@ North Bay Python is a conference in support of the local programmer community ou ## Audience -We anticipate more than 300 attendees at our 2018 conference. In 2017, we had 230 attendees from California and beyond, including: +We anticipate 200-300 attendees at our 2019 conference. In 2017, we had 230 attendees from California and beyond, including: + 78% from the San Francisco Bay Area, including 25% from Sonoma County + 5% from elsewhere in California diff --git a/pinaxcon/urls.py b/pinaxcon/urls.py index 069af198c99363ad57e0777fda5d0ddb6f075c6a..5cfd38a271c8b6e2fec253bb877ac7163ba7f02c 100644 --- a/pinaxcon/urls.py +++ b/pinaxcon/urls.py @@ -28,10 +28,11 @@ urlpatterns = [ # program url(r"^program/events$", TemplateView.as_view(template_name="static_pages/program/events.html"), name="program/events"), url(r"^events$", RedirectView.as_view(url="program/events")), - url(r"^program/call-for-proposals$", TemplateView.as_view(template_name="static_pages/program/call_for_proposals.html"), name="program/call-for-proposals"), + url(r"^program/call-for-proposals$", RedirectView.as_view(url="/speak")), url(r"^program/selection-process$", TemplateView.as_view(template_name="static_pages/program/selection_process.html"), name="program/selection-process"), - url(r"^proposals$", RedirectView.as_view(url="program/call-for-proposals")), - url(r"^cfp$", RedirectView.as_view(url="program/call-for-proposals")), + url(r"^proposals$", RedirectView.as_view(url="/speak")), + url(r"^cfp$", RedirectView.as_view(url="/speak")), + url(r"^speak$", TemplateView.as_view(template_name="static_pages/speak.html"), name="speak"), # attend url(r"^attend$", TemplateView.as_view(template_name="static_pages/attend/attend.html"), name="attend/attend"),