2017-08-12 23:37:14 +00:00
{% extends "site_base_home.html" %}
2015-10-16 17:53:02 +00:00
{% load i18n %}
2017-08-12 23:37:14 +00:00
{% load staticfiles %}
2017-10-15 16:01:02 +00:00
{% load thumbnail %}
{% load sponsorship_tags %}
{% load schedule_tags %}
2015-10-16 17:53:02 +00:00
2017-08-09 03:59:18 +00:00
{% block head_title %}Welcome{% endblock %}
2017-08-09 02:51:38 +00:00
2015-10-16 17:53:02 +00:00
{% block body_class %}home{% endblock %}
{% block body %}
2017-08-09 02:51:38 +00:00
2017-08-13 20:24:13 +00:00
< div class = "homepage-block-bg website-background" > < / div >
2017-08-12 23:37:14 +00:00
< div class = "jumbotron homepage-block light" >
2017-08-13 20:24:13 +00:00
< div class = "homepage-block-bg website-background" > < / div >
2017-08-13 02:43:28 +00:00
< div class = "hills main" > < / div >
2017-08-13 00:57:25 +00:00
< div class = "container homepage-block-content" >
2017-08-13 02:02:32 +00:00
< div class = "tight-headings" >
< h1 > North Bay Python< / h1 >
2017-08-17 17:14:41 +00:00
< h2 class = "homepage-subtitle" > A Python conference north of the Golden Gate< / h2 >
2017-08-13 02:02:32 +00:00
< / div >
2017-08-12 23:37:14 +00:00
2017-08-14 03:29:44 +00:00
< div class = "row" >
< div class = "col-md-6" >
< h3 >
The Mystic Theatre< / br >
Petaluma, California
< / h3 >
< h4 >
2017-08-16 03:36:15 +00:00
December 2 & 3, 2017< br / >
2017-10-17 05:44:20 +00:00
Tickets on sale from $50
2017-08-14 03:29:44 +00:00
< / h4 >
< / div >
2017-08-16 03:36:15 +00:00
< div class = "col-md-4 col-md-offset-2 email-signup-panel" >
2017-08-14 03:29:44 +00:00
< div class = "panel panel-default" >
< div class = "panel-heading" >
2017-08-16 03:36:15 +00:00
< h2 class = "panel-title" > Sign up for our low-volume announcements newsletter!< / h4 >
2017-08-14 03:29:44 +00:00
< / div >
< div class = "panel-body" >
< form
class="form-inline"
action="https://tinyletter.com/northbaypython" method="post" target="popupwindow" onsubmit="window.open('https://tinyletter.com/northbaypython', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true">
< div class = "form-group" >
< span >
2017-08-17 16:49:57 +00:00
< label class = "hidden-accessible" for = "tlemail" > Email address:< / label >
2017-08-14 03:29:44 +00:00
< / span >
< span >
< input class = "form-control" type = "email" name = "email" id = "tlemail" placeholder = "E-mail address" / >
< / span >
< / div >
< span >
< input class = "btn btn-primary" type = "submit" value = "Subscribe" / >
< / span >
< input type = "hidden" value = "1" name = "embed" / >
< / form >
< / div >
< / div >
< / div >
< / div >
2017-08-13 18:29:34 +00:00
< / div >
2017-08-13 01:52:36 +00:00
2017-08-13 18:29:34 +00:00
< div class = "container homepage-block-footer" >
2017-08-14 03:29:44 +00:00
< div >
2017-10-17 05:44:20 +00:00
< a class = "btn btn-primary btn-lg" href = "/attend" > Buy a Ticket!< / a >
2017-08-17 17:04:57 +00:00
< a class = "btn btn-default btn-lg " href = "https://twitter.com/northbaypython" > Twitter< / a >
< a class = "btn btn-default btn-lg" href = "https://facebook.com/northbaypython" > Facebook< / a >
2017-08-12 23:37:14 +00:00
< / div >
< / div >
< / div >
2017-10-15 16:01:02 +00:00
< div class = "jumbotron homepage-block white" >
< div class = "container homepage-block-content" >
< h1 > Speakers< / h1 >
< div class = "row speaker-list" >
2017-10-30 02:53:04 +00:00
2017-10-16 02:03:00 +00:00
< div class = "speaker" >
< div class = "image-alignment" >
< div class = "circle" style = "border: 0;" >
2017-10-30 02:53:04 +00:00
< div class = "fill" style = "background-image: url('{% static " images / brandon . jpg " % } ' ) ; " > < / div >
2017-10-16 02:03:00 +00:00
< / div >
< / div >
2017-10-30 02:53:04 +00:00
< h4 > Brandon Rhodes< / h4 >
< span class = "presentation-title" > Keynote Speaker< / span >
< / div >
2017-10-16 02:03:00 +00:00
2017-10-30 02:53:04 +00:00
< div class = "speaker" >
< div class = "image-alignment" >
< div class = "circle" style = "border: 0;" >
< div class = "fill" style = "background-image: url('{% static " images / cczona . jpg " % } ' ) ; " > < / div >
< / div >
< / div >
2017-10-16 02:03:00 +00:00
< h4 > Carina C. Zona< / h4 >
< span class = "presentation-title" > Keynote Speaker< / span >
< / div >
{% speakers as speakers %}
{% for speaker in speakers %}
2017-10-15 16:01:02 +00:00
< div class = "speaker" >
< div class = "image-alignment" >
< div class = "circle" style = "border: 0;" >
2017-10-16 02:03:00 +00:00
{% if speaker.photo %}
2017-10-15 16:01:02 +00:00
< div class = "fill" style = "background-image: url('{% thumbnail speaker.photo '600x600' %}');" > < / div >
2017-10-16 02:03:00 +00:00
{% else %}
< div class = "fill" style = "background-image: url('{% static " images / website-background . svg " % } ' ) ; " > < / div >
{% endif %}
2017-10-15 16:01:02 +00:00
< / div >
< / div >
{% for presentation in speaker.presentations.all %}
< a href = "{% url " schedule_presentation_detail " presentation . id % } " >
< h4 > {{ speaker.conferencespeaker.name }}< / h4 >
< span class = "presentation-title" > {{ presentation.title }}< / span >
< / a >
{% endfor %}
< / div >
2017-10-16 02:03:00 +00:00
{% endfor %}
2017-10-31 01:16:56 +00:00
< div class = "speaker" >
< div class = "image-alignment" >
< div class = "circle" style = "border: 0;" >
< div class = "fill" style = "background-image: url('{% static " images / vmbrasseur . jpg " % } ' ) ; " > < / div >
< / div >
< / div >
< h4 > VM Brasseur< / h4 >
< span class = "presentation-title" > Speaker Training< / span >
< / div >
2017-10-15 16:01:02 +00:00
< / div >
< / div >
< div class = "homepage-block-footer full-width" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-4" >
2017-10-17 05:44:20 +00:00
< a class = "btn btn-lg btn-primary btn-shadow" href = "/schedule/general-sessions/list" > See the Full Program< / a >
2017-10-15 16:01:02 +00:00
< / div >
< / div >
< / div >
< / div >
< / div >
2017-08-12 23:37:14 +00:00
< div class = "jumbotron homepage-block dark" >
2017-08-13 20:24:13 +00:00
< div class = "homepage-block-bg mystic-background" > < / div >
2017-08-13 00:57:25 +00:00
< div class = "container homepage-block-content" >
2017-08-12 23:37:14 +00:00
< h1 > Downtown Petaluma< / h1 >
2017-08-13 00:57:25 +00:00
2017-08-14 21:19:31 +00:00
< p > 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:< / p >
2017-08-13 15:34:11 +00:00
2017-08-14 00:46:42 +00:00
< ul >
< li > An historic venue with countless restaurants and coffee shops in walking distance< / li >
< li > World-famous craft food and drink producers on your doorstep< / li >
2017-10-02 23:26:59 +00:00
< li > Charming < a href = "/attend/hotels" > small-town hotels< / a > , as close as one block away< / li >
2017-08-14 00:46:42 +00:00
< / ul >
2017-08-13 15:34:11 +00:00
2017-10-02 23:26:59 +00:00
< p > … and it's < a href = "/attend/travel" > only an hour away from San Francisco< / a > (on a good day).< / p >
2017-08-13 14:51:25 +00:00
< / div >
2017-08-13 20:24:13 +00:00
< div class = "homepage-block-footer full-width" >
2017-08-13 14:51:25 +00:00
< div class = "container" >
< div class = "row" >
2017-10-02 23:26:59 +00:00
< div class = "col-md-4" >
2017-10-04 00:07:29 +00:00
< a class = "btn btn-lg btn-primary btn-shadow" href = "/about/petaluma" > Learn More< / a >
2017-10-02 23:26:59 +00:00
< a class = "btn btn-lg btn-info" href = "/attend/hotels" > Hotels< / a >
< a class = "btn btn-lg btn-info" href = "/attend/travel" > Travel< / a >
2017-08-13 14:51:25 +00:00
< / div >
2017-08-13 00:57:25 +00:00
2017-08-16 03:36:15 +00:00
< div class = "col-md-8 text-right photo-attribution" >
2017-08-17 17:04:57 +00:00
Image credit: < a href = "https://www.instagram.com/p/BU-G5dGAkHt" > Mystic Theatre< / a > , © 2017 Christopher Neugebauer (< a href = "https://creativecommons.org/licenses/by-sa/2.0/" > CC BY-SA 2.0< / a > )
2017-08-13 14:51:25 +00:00
< / div >
< / div >
2017-08-13 00:57:25 +00:00
< / div >
2017-08-13 14:51:25 +00:00
< / div >
2017-08-13 00:57:25 +00:00
< / div >
2017-08-12 23:37:14 +00:00
2017-08-13 00:57:25 +00:00
< div class = "jumbotron homepage-block white" >
< div class = "container homepage-block-content" >
2017-08-12 23:37:14 +00:00
< h1 > Sponsors< / h1 >
2017-08-13 15:52:25 +00:00
{% sponsor_levels as levels %}
2017-08-13 20:24:13 +00:00
< div class = "row sponsor-list" >
2017-08-13 15:52:25 +00:00
{% for level in levels %}
{% if level.sponsors %}
{% for sponsor in level.sponsors %}
2017-08-16 04:15:01 +00:00
< div class = "sponsor" >
2017-08-30 23:50:28 +00:00
< div class = "logo-alignment" >
2017-08-13 15:52:25 +00:00
{% if sponsor.website_logo %}
2017-08-17 17:04:57 +00:00
< a href = "{{ sponsor.external_url }}" >
2017-08-13 20:24:13 +00:00
< img src = "{% thumbnail sponsor.website_logo '600x360' %}" alt = "{{ sponsor.name }}" >
2017-08-13 15:52:25 +00:00
< / a >
{% else %}
2017-08-17 17:04:57 +00:00
< a href = "{{ sponsor.external_url }}" > {{ sponsor.name }}< / a >
2017-08-13 15:52:25 +00:00
{% endif %}
2017-08-30 23:50:28 +00:00
< / div >
2017-08-13 15:52:25 +00:00
< / div >
{% endfor %}
{% endif %}
{% endfor %}
< / div >
2017-08-12 23:37:14 +00:00
< / div >
2017-08-13 14:51:25 +00:00
< div class = "container homepage-block-footer" >
< div class = "btn-group" >
2017-08-17 17:04:57 +00:00
< a class = "btn btn-lg btn-primary btn-shadow" href = "/sponsors/become-a-sponsor" > Become a Sponsor< / a >
2017-08-13 14:51:25 +00:00
< / div >
< / div >
2017-08-12 23:37:14 +00:00
< / div >
2017-08-13 00:57:25 +00:00
< div class = "jumbotron homepage-block dark" >
2017-08-13 20:24:13 +00:00
< div class = "homepage-block-bg djangogirls-background" > < / div >
2017-08-13 00:57:25 +00:00
< div class = "container homepage-block-content" >
< h1 > Inclusion and Diversity< / h1 >
2017-08-12 23:37:14 +00:00
2017-08-14 00:46:42 +00:00
< p > North Bay Python is proud to be founded on a commitment to inclusion and diversity. Here's what we commit to:< / p >
2017-08-13 15:34:11 +00:00
2017-08-14 00:46:42 +00:00
< ul >
< li > A strong Code of Conduct and enforcement policy built on the Python Software Foundation's PyCon US policy.< / li >
< li > Diversity targets for speakers and attendees.< / li >
< li > Financial assistance for speakers who need it.< / li >
< li > Low-cost tickets, with fees enthusiastically waived on request.< / li >
< / ul >
2017-08-13 14:51:25 +00:00
< / div >
2017-08-12 23:37:14 +00:00
2017-08-13 20:24:13 +00:00
< div class = "homepage-block-footer full-width" >
2017-08-13 14:51:25 +00:00
< div class = "container" >
< div class = "row" >
< div class = "btn-group col-md-4" >
2017-08-13 18:29:34 +00:00
< a class = "btn btn-lg btn-primary btn-shadow" href = "/code-of-conduct" title " North Bay Python Code of Conduct " > Read the Code of Conduct< / a >
2017-08-13 14:51:25 +00:00
< / div >
2017-08-13 00:57:25 +00:00
2017-08-16 03:36:15 +00:00
< div class = "col-md-8 text-right photo-attribution" >
2017-08-17 17:04:57 +00:00
Image credit: < a href = "https://www.flickr.com/photos/richard_jones/14638274749" > DjangoGirls Brisbane< / a > , © 2014 Richard Jones (< a href = "https://creativecommons.org/licenses/by/2.0/" > CC BY 2.0< / a > )
2017-08-13 14:51:25 +00:00
< / div >
2017-08-13 00:57:25 +00:00
< / div >
< / div >
2017-08-13 18:29:34 +00:00
< / div >
2017-08-13 00:57:25 +00:00
< / div >
{% endblock %}