Changeset - 6a1159950582
[Not reviewed]
Merge
22 5 13
Christopher Neugebauer - 7 years ago 2017-08-10 23:24:58
_@chrisjrn.com
Merge pull request #23 from northbaypython/josh/copy

remove unused pages directory and rename files w/ underscores instead of dashes for consistency
28 files changed with 80 insertions and 180 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/_account_bar.html
Show inline comments
...
 
@@ -18,9 +18,9 @@
 
        {% if ACCOUNT_OPEN_SIGNUP %}
 
            <li><a href="{% url 'account_signup' %}">{% trans "Sign up" %}</a></li>
 
        {% endif %}
 
    {% endif %}
 
</ul>
 

	
 
<form id="accountLogOutForm" style="display: none;" action="{% url 'account_logout' %}" method="POST">
 
<form id="accountLogOutForm" action="{% url 'account_logout' %}" method="POST">
 
    {% csrf_token %}
 
</form>
pinaxcon/templates/_default_sidebar.html
Show inline comments
...
 
@@ -6,22 +6,24 @@
 

	
 
<h4>Sponsors</h4>
 

	
 
<div class="sponsor-list">
 
    {% for level in levels %}
 
        {% if level.sponsors %}
 
            <h3 style="margin-top: 3em;">{{ level.name }}</h3>
 
            <h3>{{ level.name }}</h3>
 

	
 
            {% for sponsor in level.sponsors %}
 
                <div style="margin: 10px 0;">
 
                <div>
 
                    {% if sponsor.website_logo %}
 
                        <a href="{{ sponsor.external_url }}">
 
                            <img src="{% thumbnail sponsor.website_logo '100x60' %}" alt="{{ sponsor.name }}" />
 
                        </a>
 
                    {% else %}
 
                        <a href="{{ sponsor.external_url }}">{{ sponsor.name }}</a>
 
                    {% endif %}
 
                </div>
 
            {% endfor %}
 
        {% endif %}
 
    {% endfor %}
 
</div>
 

	
 

	
pinaxcon/templates/pages/about.html
Show inline comments
 
deleted file
pinaxcon/templates/pages/sponsors/info.html
Show inline comments
 
deleted file
pinaxcon/templates/pages/venue.html
Show inline comments
 
deleted file
pinaxcon/templates/pinax/boxes/_box.html
Show inline comments
 
deleted file
pinaxcon/templates/pinax/boxes/_box_body.html
Show inline comments
 
deleted file
pinaxcon/templates/pinax/pages/file_create.html
Show inline comments
 
deleted file
pinaxcon/templates/pinax/pages/file_list.html
Show inline comments
 
deleted file
pinaxcon/templates/pinax/pages/page_detail.html
Show inline comments
 
deleted file
pinaxcon/templates/pinax/pages/page_edit.html
Show inline comments
 
deleted file
pinaxcon/templates/static_pages/about/north_bay_python.html
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/about/north-bay-python.html to pinaxcon/templates/static_pages/about/north_bay_python.html
pinaxcon/templates/static_pages/code_of_conduct/code_of_conduct.html
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/code-of-conduct/code-of-conduct.html to pinaxcon/templates/static_pages/code_of_conduct/code_of_conduct.html
...
 
@@ -9,10 +9,10 @@
 

	
 
{% block body_class %}code-of-conduct{% endblock %}
 

	
 
{% block content %}
 
  {% markdown %}
 

	
 
{% include "static_pages/code-of-conduct/code-of-conduct.md" %}
 
{% include "static_pages/code_of_conduct/code_of_conduct.md" %}
 

	
 
  {% endmarkdown %}
 
{% endblock %}
pinaxcon/templates/static_pages/code_of_conduct/code_of_conduct.md
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/code-of-conduct/code-of-conduct.md to pinaxcon/templates/static_pages/code_of_conduct/code_of_conduct.md
pinaxcon/templates/static_pages/code_of_conduct/harassment_procedure_attendee.html
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/code-of-conduct/harassment-procedure-attendee.html to pinaxcon/templates/static_pages/code_of_conduct/harassment_procedure_attendee.html
...
 
@@ -9,10 +9,10 @@
 

	
 
{% block body_class %}code-of-conduct{% endblock %}
 

	
 
{% block content %}
 
  {% markdown %}
 

	
 
{% include "static_pages/code-of-conduct/harassment-procedure-attendee.md" %}
 
{% include "static_pages/code_of_conduct/harassment_procedure_attendee.md" %}
 

	
 
  {% endmarkdown %}
 
{% endblock %}
pinaxcon/templates/static_pages/code_of_conduct/harassment_procedure_attendee.md
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/code-of-conduct/harassment-procedure-attendee.md to pinaxcon/templates/static_pages/code_of_conduct/harassment_procedure_attendee.md
pinaxcon/templates/static_pages/code_of_conduct/harassment_procedure_staff.html
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/code-of-conduct/harassment-procedure-staff.html to pinaxcon/templates/static_pages/code_of_conduct/harassment_procedure_staff.html
...
 
@@ -9,10 +9,10 @@
 

	
 
{% block body_class %}code-of-conduct{% endblock %}
 

	
 
{% block content %}
 
  {% markdown %}
 

	
 
{% include "static_pages/code-of-conduct/harassment-procedure-staff.md" %}
 
{% include "static_pages/code_of_conduct/harassment_procedure_staff.md" %}
 

	
 
  {% endmarkdown %}
 
{% endblock %}
pinaxcon/templates/static_pages/code_of_conduct/harassment_procedure_staff.md
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/code-of-conduct/harassment-procedure-staff.md to pinaxcon/templates/static_pages/code_of_conduct/harassment_procedure_staff.md
pinaxcon/templates/static_pages/news.html
Show inline comments
...
 
@@ -7,7 +7,10 @@
 
{% block heading %}News{% endblock %}
 

	
 
{% block body_class %}news{% endblock %}
 

	
 
{% block content %}
 

	
 
  * conservancy press release
 
  * CFP opening
 

	
 
{% endblock %}
pinaxcon/templates/static_pages/program/call_for_proposals.html
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/program/call-for-proposals.html to pinaxcon/templates/static_pages/program/call_for_proposals.html
...
 
@@ -9,10 +9,10 @@
 

	
 
{% block body_class %}program{% endblock %}
 

	
 
{% block content %}
 
  {% markdown %}
 

	
 
{% include "static_pages/program/call-for-proposals.md" %}
 
{% include "static_pages/program/call_for_proposals.md" %}
 

	
 
  {% endmarkdown %}
 
{% endblock %}
pinaxcon/templates/static_pages/program/call_for_proposals.md
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/program/call-for-proposals.md to pinaxcon/templates/static_pages/program/call_for_proposals.md
pinaxcon/templates/static_pages/program/selection_process.html
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/program/selection-process.html to pinaxcon/templates/static_pages/program/selection_process.html
...
 
@@ -9,10 +9,10 @@
 

	
 
{% block body_class %}program{% endblock %}
 

	
 
{% block content %}
 
  {% markdown %}
 

	
 
{% include "static_pages/program/selection-process.md" %}
 
{% include "static_pages/program/selection_process.md" %}
 

	
 
  {% endmarkdown %}
 
{% endblock %}
pinaxcon/templates/static_pages/program/selection_process.md
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/program/selection-process.md to pinaxcon/templates/static_pages/program/selection_process.md
pinaxcon/templates/static_pages/sponsors/become-a-sponsor.html
Show inline comments
 
deleted file
pinaxcon/templates/static_pages/sponsors/become_a_sponsor.html
Show inline comments
 
new file 100644
 
{% extends "page_with_title_and_lede.html" %}
 

	
 
{% load i18n %}
 

	
 
{% block head_title %}Become a Sponsor{% endblock %}
 

	
 
{% block heading %}Become a Sponsor{% endblock %}
 

	
 
{% block body_class %}sponsors{% endblock %}
 

	
 
{% block content %}
 

	
 
<p>Our sponsors help put this conference on. Our base costs, including our venue, printing, web hosting, and more, are all funded through sponsorship.</p>
 

	
 
<p>In return, we offer complimentary corporate level tickets, a chance to talk about your company on our main stage, floor space in the lobby to display your free-standing banners, and as much praise as we can deliver in front of 400 grateful Pythonistas.</p>
 

	
 
<p>Below is an overview of sponsorship levels. Please see our <a href="/sponsors/prospectus">prospectus</a> or contact <a href="mailto:sponsor@northbaypython.org">sponsor@northbaypython.org</a> for additional details.</p>
 

	
 
<h2>Package Sponsorship</h2>
 

	
 
<p>Package sponsorships are the widest-reaching and best value sponsorships we offer at North Bay Python. When our attendees arrive at the venue, they'll see your signage as they walk through the door. As they're sitting in the theatre, they'll see your logo on the backdrop behind the speakers, and on-screen on between talks. You'll also get the chance to present a short talk about your organization between two of our invited presentations.</p>
 

	
 
<h2>À la Carte Sponsorship</h2>
 

	
 
<p>If you're looking for something a bit more exclusive, North Bay Python's À la Carte sponsorships allow you to promote your organization as part of an important offering during the conference, including lanyards, catering, or video branding. We'll also recognize you as a Silver package sponsor, with the opportunity for discounted upgrades to higher package tiers.</p>
 

	
 
<h2>In-Kind Partnerships</h2>
 

	
 
<p>Sponsorship can also be in the form of in-kind donations of goods and services essential to organizing the conference, or in assisting speakers to attend the conference. If you can make a substantial in-kind donation, we will recognize you as a package-level sponsor of equivalent value.</p>
 

	
 
<h2>Community Partnerships</h2>
 

	
 
<p>Community groups, such as Python Meetups and PyLadies groups, are the lifeblood of the Python community, and we need your help to put on the best conference we can. If you can help us with one of the following, we'll recognize you as a community partner, which comes with all of the benefits of a Silver sponsorship.</p>
 

	
 
<ul>
 
  <li>You help us find 10 submissions to our Call for Proposals</li>
 
  <li>Three members of your group attend at a Supporter level or higher</li>
 
  <li>You put us in contact with a sponsor who signs on at Silver level or above</li>
 
  <li>One of your members volunteers with the conference</li>
 
  <li>Anything else that we agree will make our conference even better</li>
 
</ul>
 

	
 
{% endblock %}
pinaxcon/templates/static_pages/terms_and_conditions.html
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/terms-and-conditions.html to pinaxcon/templates/static_pages/terms_and_conditions.html
pinaxcon/urls.py
Show inline comments
...
 
@@ -10,41 +10,41 @@ import symposion.views
 

	
 
urlpatterns = [
 
    url(r"^$", TemplateView.as_view(template_name="static_pages/homepage.html"), name="home"),
 

	
 
    # about
 
    # TODO add /about
 
    url(r"^about/north-bay-python$", TemplateView.as_view(template_name="static_pages/about/north-bay-python.html"), name="about/north-bay-python"),
 
    url(r"^about/north-bay-python$", TemplateView.as_view(template_name="static_pages/about/north_bay_python.html"), name="about/north-bay-python"),
 
    # TODO add /about/the-mystic
 
    # TODO add /about/petaluma
 
    url(r"^about/team$", TemplateView.as_view(template_name="static_pages/about/team.html"), name="about/team"),
 
    url(r"^about/colophon$", TemplateView.as_view(template_name="static_pages/about/colophon.html"), name="about/colophon"),
 

	
 
    # program
 
    # TODO add /program
 
    # TODO add /program/sessions
 
    # TODO add /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/selection-process$", TemplateView.as_view(template_name="static_pages/program/selection-process.html"), name="program/selection-process"),
 
    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/selection-process$", TemplateView.as_view(template_name="static_pages/program/selection_process.html"), name="program/selection-process"),
 

	
 
    # attend
 
    # TODO add /attend
 
    # TODO add /attend/buy-a-ticket
 
    # TODO add /attend/volunteer
 
    # TODO add /attend/financial-assistance
 
    # TODO add /attend/how-to-pitch-your-manager
 
    # TODO add /attend/how-to-get-here
 
    # TODO add /attend/where-to-stay
 
    url(r"^code-of-conduct$", TemplateView.as_view(template_name="static_pages/code-of-conduct/code-of-conduct.html"), name="code-of-conduct"),
 
    url(r"^code-of-conduct/harassment-incidents$", TemplateView.as_view(template_name="static_pages/code-of-conduct/harassment-procedure-attendee.html"), name="code-of-conduct/harassment-incidents"),
 
    url(r"^code-of-conduct/harassment-staff-procedures$", TemplateView.as_view(template_name="static_pages/code-of-conduct/harassment-procedure-staff.html"), name="code-of-conduct/harassment-staff-procedures"),
 
    url(r"^terms-and-conditions$", TemplateView.as_view(template_name="static_pages/terms-and-conditions.html"), name="terms-and-conditions"),
 
    url(r"^code-of-conduct$", TemplateView.as_view(template_name="static_pages/code_of_conduct/code_of_conduct.html"), name="code-of-conduct"),
 
    url(r"^code-of-conduct/harassment-incidents$", TemplateView.as_view(template_name="static_pages/code_of_conduct/harassment_procedure_attendee.html"), name="code-of-conduct/harassment-incidents"),
 
    url(r"^code-of-conduct/harassment-staff-procedures$", TemplateView.as_view(template_name="static_pages/code_of_conduct/harassment_procedure_staff.html"), name="code-of-conduct/harassment-staff-procedures"),
 
    url(r"^terms-and-conditions$", TemplateView.as_view(template_name="static_pages/terms_and_conditions.html"), name="terms-and-conditions"),
 

	
 
    # sponsor
 
    # TODO add /sponsors
 
    url(r"^sponsors/become-a-sponsor$", TemplateView.as_view(template_name="static_pages/sponsors/become-a-sponsor.html"), name="sponsors/become-a-sponsor"),
 
    url(r"^sponsors/become-a-sponsor$", TemplateView.as_view(template_name="static_pages/sponsors/become_a_sponsor.html"), name="sponsors/become-a-sponsor"),
 

	
 
    # news
 
    url(r"^news$", TemplateView.as_view(template_name="static_pages/news.html"), name="news"),
 

	
 
    # Django, Symposion, and Registrasion URLs
 

	
static/scss/custom.scss
Show inline comments
...
 
@@ -49,6 +49,22 @@ body.reviews.voting-status {
 
        border-color: #adadad;
 
        outline: 0;
 
        background-image: none;
 
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 
    }
 
}
 

	
 
#accountLogOutForm {
 
    display: none;
 
}
 

	
 
.sponsor-list h3 {
 
    margin-top: 3em;
 
}
 

	
 
.sponsor-list > div {
 
    margin: 10px 0;
 
}
 

	
 

	
 

	
 

	
0 comments (0 inline, 0 general)