Changeset - bec992e989a2
[Not reviewed]
pinaxcon/templates/static_pages/homepage.html
Show inline comments
...
 
@@ -5,42 +5,44 @@
 
{% load thumbnail %}
 
{% load sponsorship_tags %}
 
{% load schedule_tags %}
 

	
 
{% block head_title %}Welcome{% endblock %}
 

	
 
{% block body_class %}home{% endblock %}
 

	
 
{% block body %}
 

	
 
  <div class="homepage-block-bg website-background"></div>
 
  <div class="jumbotron homepage-block light">
 
    <div class="homepage-block-bg website-background"></div>
 
    <div class="homepage-block-bg hphbg"></div>
 
    <div class="floop"></div>
 
    <div class="hills main"></div>
 
    <div class="clouds main"></div>
 
    <div class="container homepage-block-content">
 
      <div class="tight-headings">
 
        <h1>North Bay Python</h1>
 
        <h2 class="homepage-subtitle">A one-track Python conference in a live music venue, north of the Golden Gate</h2>
 
        <h2 class="homepage-subtitle">The Python conference in a live music venue</h2>
 
      </div>
 

	
 
      <div class="row">
 
        <div class="col-md-6">
 
          <h3>
 
            The Mystic Theatre</br>
 
            Petaluma, California
 
          </h3>
 

	
 
          <h4>
 
            November 3 &amp; 4, 2018<br/>
 
            Call for Proposals closes August 15th
 
            Call for Proposals closes August 10th
 
          </h4>
 
        </div>
 
        <div class="col-md-4 col-md-offset-2 email-signup-panel">
 
          <div class="panel panel-default">
 
            <div class="panel-heading">
 
              <h2 class="panel-title">Sign up for our low-volume announcements newsletter!</h4>
 
            </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">
...
 
@@ -89,25 +91,25 @@
 

	
 
      <p>&hellip; and it's only an hour away from San Francisco (on a good day).</p>
 
    </div>
 

	
 
    <div class="homepage-block-footer full-width">
 
      <div class="container">
 
        <div class="row">
 
          <div class="col-md-4">
 
            <a class="btn btn-lg btn-primary btn-shadow" href="/about/petaluma">Learn More</a>
 
          </div>
 

	
 
          <div class="col-md-8 text-right photo-attribution">
 
            Image credit: <a href="https://www.instagram.com/p/BU-G5dGAkHt">Mystic Theatre</a>, &copy; 2017 Christopher Neugebauer (<a href="https://creativecommons.org/licenses/by-sa/2.0/">CC BY-SA 2.0</a>)
 
            Image credit: <a href="https://www.instagram.com/p/BcOVJJRFWfF">Mystic Theatre</a>, &copy; 2017 Esten Hurtle (<a href="https://creativecommons.org/licenses/by-sa/2.0/">CC BY-SA 2.0</a>)
 
          </div>
 
        </div>
 
      </div>
 
    </div>
 
  </div>
 

	
 
  <div class="jumbotron homepage-block white">
 
    <div class="container homepage-block-content">
 
      <h1>Sponsors</h1>
 

	
 
      {% sponsor_levels as levels %}
 

	
pinaxcon/templates/static_pages/program/call_for_proposals.html
Show inline comments
...
 
@@ -2,23 +2,23 @@
 

	
 
{% 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 first-ever conference program! If you use Python professionally, as a hobbyist, or are just excited about Python or programming and open source, we'd love to hear from you.
 
North Bay Python is seeking speakers of all experience levels to contribute to our second conference program! If you use Python professionally, as a hobbyist, or are just excited about Python or programming and open source, we'd love to hear from you.
 

	
 
{% endblock %}
 

	
 
{% block content %}
 
  {% markdown %}
 

	
 
{% include "static_pages/program/call_for_proposals.md" %}
 

	
 
  {% endmarkdown %}
 
{% endblock %}
pinaxcon/templates/static_pages/program/call_for_proposals.md
Show inline comments
 
### The North Bay Python 2017 CFP closed on September 29
 

	
 
We've got lots of good information and resources below that you should read, but in case you've already read it and want to dive in now:
 

	
 
<div class="btn-group">
 
  <a class="btn btn-lg btn-primary" href="/dashboard">Submit a Proposal</a>
 
</div>
 

	
 
If you've never presented at a conference before and think you might like to try it, we want to hear from you! The program committee is *very* much interested in encouraging and supporting new speakers, and we will be able to provide detailed feedback and work with you to develop your proposal and talk content so you can give the best talk possible.
 

	
 
In the interest of transparency, we have documented our [selection process](/program/selection-process). Portions of this page were drawn from ideas seen on [DjangoCon EU](https://djangocon.eu), [SeaGL](https://seagl.org), [Fog City Ruby](http://www.fogcityruby.com/speak/), and others. Thanks to all for their inspiration and permission to borrow!
 

	
 
## Dates<a name="dates"></a>
 

	
 
+ **August 21**: CFP opens
 
+ **September 29**: CFP closes
 
+ **Week of October 9**: Acceptance notifications sent
 
+ **Week of October 16**: Speaker confirmations due; program finalized and announced
 
+ **December 2–3**: Conference happens!
 
+ **July 5**: CFP opens
 
+ **August 10**: CFP closes
 
+ **Week of August 31**: Acceptance notifications sent
 
+ **Week of September 7**: Speaker confirmations due; program finalized and announced
 
+ **November 3-4 2–3**: Conference happens!
 

	
 

	
 
## Speaker Benefits
 
**All speakers will receive complimentary registration to the conference, and requests for further financial compensation to assist with travel will be considered on a case-by-case basis independent of the proposal's merits.**
 

	
 

	
 
## Speakers<a name="speakers"></a>
 

	
 
North Bay Python is dedicated to featuring a diverse and inclusive speaker lineup.
 

	
 
**All speakers will be expected to have read and adhere to the conference [Code of Conduct](/code-of-conduct). In particular for speakers: slide contents and spoken material should be appropriate for a professional audience including people of many different backgrounds. Sexual language and imagery is not appropriate, and neither are language or imagery that denigrate or demean people based on race, gender, religion, sexual orientation, physical appearance, disability, or body size.**
 

	
 
We will make every effort to provide accommodations for speakers and attendees of all abilities&mdash;all we ask is that you let us know so we can prepare accordingly.
 

	
 
North Bay Python is a conference in support of the local programmer community outside of the core San Francisco Bay Area tech scene. We aim to feature a mix of local and non-local speakers to offer a program with broad appeal. **All speakers will receive complimentary registration to the conference, and requests for further financial compensation to assist with travel will be considered on a case-by-case basis independent of the proposal's merits.**
 
North Bay Python is a conference in support of the local programmer community outside of the core San Francisco Bay Area tech scene. We aim to feature a mix of local and non-local speakers to offer a program with broad appeal.
 

	
 

	
 
## Talk Formats<a name="talk-formats"></a>
 

	
 
**Most of the talk slots will be short**&mdash;approximately 25 to 30 minutes, including Q&A. If your ideas would benefit from a longer slot, please explain in your submission how you would use the additional time.
 
**Most of the talk slots will be short**&mdash;approximately 25 to 30 minutes, including Q&A if desired. If your ideas would benefit from a longer slot, please explain in your submission how you would use the additional time.
 

	
 

	
 
## Topics<a name="topics"></a>
 

	
 
**We are a single track conference. This means that your talk needs to hold the attention of beginners and experienced developers alike.**
 

	
 
This doesn't mean that every talk needs to be a beginner's talk. If you're talking about advanced concepts, people who are new to Python or your library should come away excited about the possibilities, and know what concepts they need to learn to get there.
 

	
 
This is a list of topics we think might go well in the North Bay Python program, but it is by no means exhaustive. If you have a talk idea on a subject not listed here and you think it fits well with our community and mission, we would love to [hear about it](mailto:program@northbaypython.org)!
 

	
 
+ The Python community
 
+ Python fundamentals
 
+ Useful libraries and tools
 
+ Testing in Python
 
+ Deploying, operating, or scaling Python
 
+ Organization and communication skills for software development
 
+ What Python can learn from other communities
 
+ Accessibility in Python (and other) software
 
+ Unexpected places Python gets used (Embedded systems! Health science!)
 
+ ... and anything else we might not have thought of!
 

	
 

	
 
## Resources<a name="resources"></a>
 

	
 
This [public speaking](https://github.com/vmbrasseur/Public_Speaking) repository, maintained by [VM Brasseur](https://twitter.com/vmbrasseur), has many useful resources to help you polish your proposals and talks.
 

	
 

	
 
### Office Hours and Mentorship<a name="mentorship"></a>
 

	
 
First time speakers are welcomed and encouraged. In order to support speakers, we offer mentorship and feedback, are running office hours, and hosting a speaker training on the Friday before North Bay Python. Above all we want you to be successful and have a good time telling other attendees about your ideas!
 

	
 
You can [contact the program committee](mailto:program@northbaypython.org) via email or drop by [#nbpy on the Freenode IRC network](https://webchat.freenode.net/?channels=%23nbpy) anytime to be connected with a mentor and receive guidance structuring your proposal and talk.
 

	
 
Our office hours will be held twice every week **Wednesday at 7pm** and **Friday at 3pm** Pacific Time starting August 21 and finishing September 29. We'll be holding them on IRC, a chat protocol, in the #nbpy channel on the Freenode network. New to IRC? You can use [this web client](https://webchat.freenode.net/?channels=%23nbpy) to connect.
 
Our office hours will be held twice every week **Wednesday at 7pm** and **Friday at 3pm** Pacific Time starting July 11 and finishing August 8. We'll be holding them on IRC, a chat protocol, in the #nbpy channel on the Freenode network. New to IRC? You can use [this web client](https://webchat.freenode.net/?channels=%23nbpy) to connect.
 

	
 
We're happy to help with any of the following:
 

	
 
+ Exploring and brainstorming your interests to help you identify hidden things that would make great talks
 
+ Connecting you with experienced speakers to help build your proposal and talk
 
+ Reviewing your outline, slide deck, or presenter notes
 
+ Connecting you with rehearsal audiences or even just watching you present over a video conference as practice
 
+ Anything else that'd help you be at ease and excited about bringing your ideas to our audience!
 

	
 

	
 
## Submitting<a name="submitting"></a>
 

	
 
To help us evaluate proposals and build our program, we would like as much detail as you can provide on your talk. At a minimum this should include: **a brief description (~400 characters) suitable for inclusion in a schedule page; a brief prose abstract (intended as the content for a talk detail page on the program site); and, if you'd like, a rough outline of the structure including estimated timings for each section of your talk.**
 

	
 
If you've given your talk before, links to video or slides would be excellent, or if you've blogged about this topic links to your blog posts would be of use as well.
 

	
 
Your speaker profile includes a space for you to describe your prior experience giving talks&mdash;this is your chance to talk yourself up and explain how you're qualified to share your ideas, so take advantage of it!
 

	
 
<div class="btn-group">
 
  <a class="btn btn-lg btn-primary" href="/dashboard">Submit a Proposal</a>
 
</div>
 

	
 

	
 
## How to Write Your Proposal<a name="how-to-write-your-proposal"></a>
 

	
 
If you have an idea (or don't!) and want to speak, here's a very rough process of what you should do next:
 

	
 
+ Brainstorm or [mind map](https://en.wikipedia.org/wiki/Mind_map) to expand upon your ideas or knowledge in search of a general topic
 
+ Write a paragraph or two, or some bullet points, to outline the core concepts you want to communicate and what people might learn from your talk
 
+ Get someone you trust to read your notes and tell you what they think they'd learn
 
+ Attend our office hours to get help building up your submission
 
+ Practice!
pinaxcon/templates/static_pages/program/events.html
Show inline comments
 
{% extends "page_with_title_and_lede.html" %}
 

	
 
{% load i18n %}
 

	
 
{% block head_title %}Events{% endblock %}
 

	
 
{% block heading %}Events{% endblock %}
 

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

	
 
{% block lede %}
 
  North Bay Python 2017 is coming, and with it: more Python. We'll add satellite events and more to this page as details are available.
 
  North Bay Python 2018 is coming, and with it: more Python. We'll add satellite events and more to this page as details are available.
 
{% endblock %}
 

	
 

	
 
{% block content %}
 

	
 
{% comment %}
 
<h2>A Taste of Python and Django<br/>
 
  <small>October 24, 2017</small></h2>
 

	
 
<p>A pre-conference event with local meetup group, Web &amp; Interactive Media Professionals (WIMP). At least three of the North Bay Python organizers will be present at this potluck-style event at Santa Rosa Junior College. <a href="https://www.facebook.com/events/1936385509950665/">Find more information and join us!</a></p>
 

	
 
<h2>Speaker Training (<a href="/wiki/meetups/speaker-training/">Wiki</a>)<br/>
 
  <small>December 1, 2017 @ 5pm</small></h2>
 

	
 
<p>We are running a free speaker training the day before the conference. Everyone is invited to attend, but seating is limited so people who are accepted to speak at the conference are given priority.</p>
 

	
 
<p><strong>You must <a href="/tickets/category/8">register to attend</a>.</strong> Due to the location, the training is only open to people age 21 and older.</p>
 

	
 
<p><strong>The Blue Room<br/>
 
  Jamison's Roaring Donkey</strong><br/>
 
  146 Kentucky Street</br>
 
  Petaluma, CA 94952</p>
 

	
 
<h2>Pre-conference Social Hour (<a href="/wiki/meetups/social-hour/">Wiki</a>)<br/>
 
  <small>December 1, 2017 @ 7:30pm</small></h2>
 

	
 
<p>Getting into town early? Come meet other attendees at the Pre-conference Social Hour! We have a table reserved for 20, come find us and say hello. The venue is quite large so once the table fills up we'll just start seeding tables in unreserved space.</p>
 

	
 
<p><strong>Brewster's</strong><br/>
 
  229 Water Street North<br/>
 
  Petaluma, CA 94952</p>
 

	
 
<h2>North Bay Python 2017<br/>
 
  <small>December 2-3, 2017</small></h2>
 

	
 
<p>This year's main event will run from 10:00am to about 6:15pm each day with check-in starting at 8:30am on Saturday. There are <a href="/schedule/general-sessions/list/">20 sessions</a> and <a href="/news">2 keynotes</a> that make up the North Bay Python 2017 program.</p>
 

	
 
<p>There will be a variety of official and unofficial events running during the conference, each day before opening, during lunch, and after closing. You can find a regularly updated list of events on the <a href="/wiki/">Attendee Wiki</a>. You can find events, and organize your own, on the <a href="/wiki/meetups/">Meetups</a> page.</p>
 

	
 
<h2>PyLadies Lunch (<a href="/wiki/meetups/pyladies-lunch/">Wiki</a>)<br/>
 
  <small>December 2, 2017 @ 12pm</small></h2>
 

	
 
<p>Come hear some awesome talks and then have lunch with your favorite women and non-binary programmers and their friends!</p>
 

	
 
<p>It's free to join and lunch is on us, but space is limited so <strong>you must <a href="/tickets/category/9">register to attend</a>.</strong></p>
 
{% endcomment %}
 

	
 
{% endblock %}
pinaxcon/templates/static_pages/terms_and_conditions.md
Show inline comments
...
 
@@ -6,32 +6,32 @@ Registration
 
------------
 

	
 
Registering for the event does not guarantee your ticket until it has been paid for in full. So to secure your ticket, pay the registration invoice as soon as possible.
 

	
 
Security and Credit Cards
 
-------------------------
 

	
 
All transactions are performed through a payment gateway facility and use SSL encryption. The facility accepts MasterCard, Visa, and may accept other cards as well. All transactions are performed by the event organizers on behalf of Software Freedom Conservancy.
 

	
 
Cancellation Policy
 
-------------------
 

	
 
**Cancellations made prior to November 2, 2017**: Incur a cancellation fee of $25 or 15% of the ticket cost, whichever is greater, which will be deducted from any registration fee paid. The balance will be refunded.
 
**Cancellations made prior to October 2, 2018**: Incur a cancellation fee of $25 or 15% of the ticket cost, whichever is greater, which will be deducted from any registration fee paid. The balance will be refunded.
 

	
 
**Cancellations made after November 2, 2017**: No refund.
 
**Cancellations made after October 2, 2018**: No refund.
 

	
 
Substitutions
 
-------------
 

	
 
You may substitute another person, however you must contact us with this person's details. If you wish to substitute after November 2, 2017 please note that we will not be able to provide any personalized items.
 
You may substitute another person, however you must contact us with this person's details. If you wish to substitute after October 2, 2018 please note that we will not be able to provide any personalized items.
 

	
 
Privacy Notice
 
--------------
 

	
 
In the course of registering for the event and related events, personal information will be collected about attendees such as their name, contact details, etc. This information is required to facilitate registration to the event, for catering requirements, and for organizers or their agents to contact particular attendees as and when required in respect of the event. Attendees who do not disclose this personal information will be unable to complete registration at the event and will therefore not be able to attend.
 

	
 
Personal information will only be disclosed to North Bay Python, Software Freedom Conservancy, and to Government agencies where organizers believe disclosure is appropriate for legal compliance and law enforcement; to facilitate court proceedings; to enforce our terms and conditions; or to protect the rights, property, or safety of the event, our attendees, or others. North Bay Python and Software Freedom Conservancy will not sell your personal information to third parties and will not use your personal information to send promotional material from any of our affiliated partners and/or sponsors.
 

	
 
As part of the registration process attendees will be asked if they would like to subscribe to the event mailing lists and/or the event announcement mailing list. Attendees who subscribe to one or more of these lists will be sent emails from the event organizers and other subscribers to the mailing lists. If at any time, attendees wish to unsubscribe from any of these mailing lists, please follow the 'how to unsubscribe' directions on the bottom of any message you receive from these mailing lists.
 

	
 
From time to time event organizers update their information and website practices. Please regularly review this page for the most recent information about the event privacy practices.
 

	
pinaxcon/urls.py
Show inline comments
...
 
@@ -25,45 +25,45 @@ urlpatterns = [
 
    url(r"^about/program-transparency$", TemplateView.as_view(template_name="static_pages/about/transparency/program.html"), name="about/program-transparency"),
 
    url(r"^about/colophon$", TemplateView.as_view(template_name="static_pages/about/colophon.html"), name="about/colophon"),
 

	
 
    # 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/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")),
 

	
 
    # attend
 
    url(r"^attend$", TemplateView.as_view(template_name="static_pages/attend/attend.html"), name="attend/attend"),
 
    url(r"^tickets$", RedirectView.as_view(url="attend")),
 
    url(r"^tickets/buy$", views.buy_ticket, name="buy_ticket"),
 
    url(r"^attend/business-case$", TemplateView.as_view(template_name="static_pages/attend/business-case.html"), name="attend/business-case"),
 
    url(r"^attend/finaid$", TemplateView.as_view(template_name="static_pages/attend/finaid.html"), name="attend/finaid"),
 
#    url(r"^attend$", TemplateView.as_view(template_name="static_pages/attend/attend.html"), name="attend/attend"),
 
#    url(r"^tickets$", RedirectView.as_view(url="attend")),
 
#    url(r"^tickets/buy$", views.buy_ticket, name="buy_ticket"),
 
#    url(r"^attend/business-case$", TemplateView.as_view(template_name="static_pages/attend/business-case.html"), name="attend/business-case"),
 
#    url(r"^attend/finaid$", TemplateView.as_view(template_name="static_pages/attend/finaid.html"), name="attend/finaid"),
 
    url(r"^attend/travel$", TemplateView.as_view(template_name="static_pages/attend/travel.html"), name="attend/travel"),
 
    url(r"^attend/hotels$", TemplateView.as_view(template_name="static_pages/attend/hotels.html"), name="attend/hotels"),
 
    url(r"^attend/tshirt$", TemplateView.as_view(template_name="static_pages/attend/tshirt.html"), name="attend/tshirt"),
 
    url(r"^attend/accessibility-and-accommodations$",TemplateView.as_view(template_name="static_pages/attend/accommodations.html"), name="attend/accessibility-and-accommodations"),
 
    url(r"^accessibility$", RedirectView.as_view(url="attend/accessibility-and-accommodations")),
 
    url(r"^guides$",TemplateView.as_view(template_name="static_pages/attend/guides.html"), name="attend/guides"),
 
    url(r"^guide$", RedirectView.as_view(url="guides")),
 
#    url(r"^attend/hotels$", TemplateView.as_view(template_name="static_pages/attend/hotels.html"), name="attend/hotels"),
 
#    url(r"^attend/tshirt$", TemplateView.as_view(template_name="static_pages/attend/tshirt.html"), name="attend/tshirt"),
 
#    url(r"^attend/accessibility-and-accommodations$",TemplateView.as_view(template_name="static_pages/attend/accommodations.html"), name="attend/accessibility-and-accommodations"),
 
#    url(r"^accessibility$", RedirectView.as_view(url="attend/accessibility-and-accommodations")),
 
#    url(r"^guides$",TemplateView.as_view(template_name="static_pages/attend/guides.html"), name="attend/guides"),
 
#    url(r"^guide$", RedirectView.as_view(url="guides")),
 

	
 
    url(r"^safety$", TemplateView.as_view(template_name="static_pages/safety.html"), name="safety"),
 
    url(r"^emergencies$", RedirectView.as_view(url="safety")),
 
    url(r"^emergency$", RedirectView.as_view(url="safety")),
 

	
 
    url(r"^attend/food$", TemplateView.as_view(template_name="static_pages/attend/food.html"), name="attend/food"),
 
    url(r"^food$", RedirectView.as_view(url="attend/food")),
 
    url(r"^attend/transit$", TemplateView.as_view(template_name="static_pages/attend/transit.html"), name="attend/transit"),
 
    url(r"^transit$", RedirectView.as_view(url="attend/transit")),
 
#    url(r"^attend/food$", TemplateView.as_view(template_name="static_pages/attend/food.html"), name="attend/food"),
 
#    url(r"^food$", RedirectView.as_view(url="attend/food")),
 
#    url(r"^attend/transit$", TemplateView.as_view(template_name="static_pages/attend/transit.html"), name="attend/transit"),
 
#    url(r"^transit$", RedirectView.as_view(url="attend/transit")),
 

	
 
    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"^terms$", RedirectView.as_view(url="terms-and-conditions")),
 

	
 
    # sponsor
 
    url(r"^sponsors/prospectus$", RedirectView.as_view(url=_static("assets/northbaypython_prospectus.pdf")), name="sponsors/prospectus"),
 
    url(r"^northbaypython_prospectus.pdf$", RedirectView.as_view(url=_static("assets/northbaypython_prospectus.pdf")), name="northbaypython_prospectus.pdf"),
 
    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/donate$", TemplateView.as_view(template_name="static_pages/sponsors/donate.html"), name="sponsors/donate"),
static/images/homepage-clouds-bottom.svg
Show inline comments
 
new file 100644
 
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
<!-- Created with Inkscape (http://www.inkscape.org/) -->
 

	
 
<svg
 
   xmlns:dc="http://purl.org/dc/elements/1.1/"
 
   xmlns:cc="http://creativecommons.org/ns#"
 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
   xmlns:svg="http://www.w3.org/2000/svg"
 
   xmlns="http://www.w3.org/2000/svg"
 
   xmlns:xlink="http://www.w3.org/1999/xlink"
 
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 
   width="480mm"
 
   height="60mm"
 
   viewBox="0 0 1700.7874 212.59843"
 
   id="svg7090"
 
   version="1.1"
 
   inkscape:version="0.91 r13725"
 
   sodipodi:docname="homepage-clouds-bottom.svg"
 
   inkscape:export-filename="/Users/chrisjrn/Desktop/tinyletter-background.png"
 
   inkscape:export-xdpi="635"
 
   inkscape:export-ydpi="635">
 
  <defs
 
     id="defs7092">
 
    <linearGradient
 
       id="linearGradient6747">
 
      <stop
 
         id="stop6749"
 
         offset="0"
 
         style="stop-color:#3c9c00;stop-opacity:1" />
 
      <stop
 
         id="stop6751"
 
         offset="1"
 
         style="stop-color:#309600;stop-opacity:1;" />
 
    </linearGradient>
 
    <clipPath
 
       id="clipPath3055"
 
       clipPathUnits="userSpaceOnUse">
 
      <path
 
         id="path3057"
 
         d="M 0,0 487,0 487,172 0,172 0,0 Z"
 
         inkscape:connector-curvature="0" />
 
    </clipPath>
 
    <linearGradient
 
       id="linearGradient2795">
 
      <stop
 
         style="stop-color:#b8b8b8;stop-opacity:0.49803922;"
 
         offset="0"
 
         id="stop2797" />
 
      <stop
 
         style="stop-color:#7f7f7f;stop-opacity:0;"
 
         offset="1"
 
         id="stop2799" />
 
    </linearGradient>
 
    <linearGradient
 
       id="linearGradient2787">
 
      <stop
 
         style="stop-color:#7f7f7f;stop-opacity:0.5;"
 
         offset="0"
 
         id="stop2789" />
 
      <stop
 
         style="stop-color:#7f7f7f;stop-opacity:0;"
 
         offset="1"
 
         id="stop2791" />
 
    </linearGradient>
 
    <linearGradient
 
       id="linearGradient3676">
 
      <stop
 
         style="stop-color:#b2b2b2;stop-opacity:0.5;"
 
         offset="0"
 
         id="stop3678" />
 
      <stop
 
         style="stop-color:#b3b3b3;stop-opacity:0;"
 
         offset="1"
 
         id="stop3680" />
 
    </linearGradient>
 
    <linearGradient
 
       id="linearGradient3236">
 
      <stop
 
         style="stop-color:#f4f4f4;stop-opacity:1"
 
         offset="0"
 
         id="stop3244" />
 
      <stop
 
         style="stop-color:white;stop-opacity:1"
 
         offset="1"
 
         id="stop3240" />
 
    </linearGradient>
 
    <linearGradient
 
       id="linearGradient4671">
 
      <stop
 
         style="stop-color:#ffd43b;stop-opacity:1;"
 
         offset="0"
 
         id="stop4673" />
 
      <stop
 
         style="stop-color:#ffe873;stop-opacity:1"
 
         offset="1"
 
         id="stop4675" />
 
    </linearGradient>
 
    <linearGradient
 
       id="linearGradient4689">
 
      <stop
 
         style="stop-color:#4abf00;stop-opacity:1;"
 
         offset="0"
 
         id="stop4691" />
 
      <stop
 
         style="stop-color:#309600;stop-opacity:1;"
 
         offset="1"
 
         id="stop4693" />
 
    </linearGradient>
 
    <linearGradient
 
       x1="224.23996"
 
       y1="144.75717"
 
       x2="-65.308502"
 
       y2="144.75717"
 
       id="linearGradient2987"
 
       xlink:href="#linearGradient4671"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="translate(100.2702,99.61116)" />
 
    <linearGradient
 
       x1="172.94208"
 
       y1="77.475983"
 
       x2="26.670298"
 
       y2="76.313133"
 
       id="linearGradient2990"
 
       xlink:href="#linearGradient4689"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="translate(100.2702,99.61116)" />
 
    <linearGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient4671"
 
       id="linearGradient2255"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="matrix(0.562541,0,0,0.567972,-11.5974,-7.60954)"
 
       x1="224.23996"
 
       y1="144.75717"
 
       x2="-65.308502"
 
       y2="144.75717" />
 
    <linearGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient4689"
 
       id="linearGradient2258"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="matrix(0.562541,0,0,0.567972,-11.5974,-7.60954)"
 
       x1="172.94208"
 
       y1="76.176224"
 
       x2="26.670298"
 
       y2="76.313133" />
 
    <radialGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient2795"
 
       id="radialGradient2801"
 
       cx="61.518883"
 
       cy="132.28575"
 
       fx="61.518883"
 
       fy="132.28575"
 
       r="29.036913"
 
       gradientTransform="matrix(1,0,0,0.177966,0,108.7434)"
 
       gradientUnits="userSpaceOnUse" />
 
    <radialGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient2795"
 
       id="radialGradient1480"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="matrix(2.382716e-8,-0.296405,1.43676,4.683673e-7,-128.544,150.5202)"
 
       cx="61.518883"
 
       cy="132.28575"
 
       fx="61.518883"
 
       fy="132.28575"
 
       r="29.036913" />
 
    <linearGradient
 
       id="linearGradient4125">
 
      <stop
 
         style="stop-color:#000080;stop-opacity:0.28456914;"
 
         offset="0"
 
         id="stop4127" />
 
      <stop
 
         style="stop-color:#000080;stop-opacity:0;"
 
         offset="1"
 
         id="stop4129" />
 
    </linearGradient>
 
    <inkscape:perspective
 
       sodipodi:type="inkscape:persp3d"
 
       inkscape:vp_x="0 : 526.18112 : 1"
 
       inkscape:vp_y="0 : 1000 : 0"
 
       inkscape:vp_z="744.09451 : 526.18112 : 1"
 
       inkscape:persp3d-origin="372.04724 : 350.7874 : 1"
 
       id="perspective3015" />
 
    <clipPath
 
       id="clipPath3055-6"
 
       clipPathUnits="userSpaceOnUse">
 
      <path
 
         id="path3057-3"
 
         d="M 0,0 487,0 487,172 0,172 0,0 Z"
 
         inkscape:connector-curvature="0" />
 
    </clipPath>
 
    <linearGradient
 
       x1="224.23996"
 
       y1="144.75717"
 
       x2="-65.308502"
 
       y2="144.75717"
 
       id="linearGradient5337"
 
       xlink:href="#linearGradient4671"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="translate(100.2702,99.61116)" />
 
    <linearGradient
 
       x1="172.94208"
 
       y1="77.475983"
 
       x2="26.670298"
 
       y2="76.313133"
 
       id="linearGradient5339"
 
       xlink:href="#linearGradient4689"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="translate(100.2702,99.61116)" />
 
    <linearGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient4671"
 
       id="linearGradient5341"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="matrix(0.562541,0,0,0.567972,-11.5974,-7.60954)"
 
       x1="224.23996"
 
       y1="144.75717"
 
       x2="-65.308502"
 
       y2="144.75717" />
 
    <linearGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient4689"
 
       id="linearGradient5343"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="matrix(0.562541,0,0,0.567972,-11.5974,-7.60954)"
 
       x1="172.94208"
 
       y1="76.176224"
 
       x2="26.670298"
 
       y2="76.313133" />
 
    <radialGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient2795"
 
       id="radialGradient2801-4"
 
       cx="61.518883"
 
       cy="132.28575"
 
       fx="61.518883"
 
       fy="132.28575"
 
       r="29.036913"
 
       gradientTransform="matrix(1,0,0,0.177966,0,108.7434)"
 
       gradientUnits="userSpaceOnUse" />
 
    <radialGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient2795"
 
       id="radialGradient1480-2"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="matrix(2.382716e-8,-0.296405,1.43676,4.683673e-7,-128.544,150.5202)"
 
       cx="61.518883"
 
       cy="132.28575"
 
       fx="61.518883"
 
       fy="132.28575"
 
       r="29.036913" />
 
    <inkscape:perspective
 
       sodipodi:type="inkscape:persp3d"
 
       inkscape:vp_x="0 : 526.18111 : 1"
 
       inkscape:vp_y="0 : 1000 : 0"
 
       inkscape:vp_z="744.09455 : 526.18111 : 1"
 
       inkscape:persp3d-origin="372.04727 : 350.7874 : 1"
 
       id="perspective3015-3" />
 
    <clipPath
 
       id="clipPath3055-0"
 
       clipPathUnits="userSpaceOnUse">
 
      <path
 
         id="path3057-7"
 
         d="M 0,0 487,0 487,172 0,172 0,0 Z"
 
         inkscape:connector-curvature="0" />
 
    </clipPath>
 
    <linearGradient
 
       x1="224.23996"
 
       y1="144.75717"
 
       x2="-65.308502"
 
       y2="144.75717"
 
       id="linearGradient4668"
 
       xlink:href="#linearGradient4671"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="translate(100.2702,99.61116)" />
 
    <linearGradient
 
       x1="172.94208"
 
       y1="77.475983"
 
       x2="26.670298"
 
       y2="76.313133"
 
       id="linearGradient4670"
 
       xlink:href="#linearGradient4689"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="translate(100.2702,99.61116)" />
 
    <linearGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient4671"
 
       id="linearGradient4672"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="matrix(0.562541,0,0,0.567972,-11.5974,-7.60954)"
 
       x1="224.23996"
 
       y1="144.75717"
 
       x2="-65.308502"
 
       y2="144.75717" />
 
    <linearGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient4689"
 
       id="linearGradient4674"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="matrix(0.562541,0,0,0.567972,-11.5974,-7.60954)"
 
       x1="172.94208"
 
       y1="76.176224"
 
       x2="26.670298"
 
       y2="76.313133" />
 
    <radialGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient2795"
 
       id="radialGradient2801-3"
 
       cx="61.518883"
 
       cy="132.28575"
 
       fx="61.518883"
 
       fy="132.28575"
 
       r="29.036913"
 
       gradientTransform="matrix(1,0,0,0.177966,0,108.7434)"
 
       gradientUnits="userSpaceOnUse" />
 
    <radialGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient2795"
 
       id="radialGradient1480-5"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="matrix(2.382716e-8,-0.296405,1.43676,4.683673e-7,-128.544,150.5202)"
 
       cx="61.518883"
 
       cy="132.28575"
 
       fx="61.518883"
 
       fy="132.28575"
 
       r="29.036913" />
 
    <inkscape:perspective
 
       sodipodi:type="inkscape:persp3d"
 
       inkscape:vp_x="0 : 526.18109 : 1"
 
       inkscape:vp_y="0 : 999.99999 : 0"
 
       inkscape:vp_z="744.09453 : 526.18109 : 1"
 
       inkscape:persp3d-origin="372.04725 : 350.78738 : 1"
 
       id="perspective3015-0" />
 
  </defs>
 
  <sodipodi:namedview
 
     id="base"
 
     pagecolor="#ffffff"
 
     bordercolor="#666666"
 
     borderopacity="1.0"
 
     inkscape:pageopacity="0.0"
 
     inkscape:pageshadow="2"
 
     inkscape:zoom="0.49394029"
 
     inkscape:cx="941.17469"
 
     inkscape:cy="81.900456"
 
     inkscape:document-units="px"
 
     inkscape:current-layer="layer1"
 
     showgrid="false"
 
     fit-margin-top="0"
 
     fit-margin-left="0"
 
     fit-margin-right="0"
 
     fit-margin-bottom="0"
 
     borderlayer="true"
 
     inkscape:window-width="1440"
 
     inkscape:window-height="806"
 
     inkscape:window-x="4"
 
     inkscape:window-y="0"
 
     inkscape:window-maximized="0" />
 
  <metadata
 
     id="metadata7095">
 
    <rdf:RDF>
 
      <cc:Work
 
         rdf:about="">
 
        <dc:format>image/svg+xml</dc:format>
 
        <dc:type
 
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
 
        <dc:title></dc:title>
 
      </cc:Work>
 
    </rdf:RDF>
 
  </metadata>
 
  <g
 
     inkscape:label="Layer 1"
 
     inkscape:groupmode="layer"
 
     id="layer1"
 
     transform="translate(619.31519,191.00009)">
 
    <path
 
       inkscape:export-ydpi="187.72"
 
       inkscape:export-xdpi="187.72"
 
       inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 
       d="m -565.18123,-114.11374 c -0.25719,-0.023 -0.9257,-0.12486 -1.16172,-0.17702 -1.00602,-0.22235 -2.04984,-0.67975 -2.80866,-1.23076 l -0.18454,-0.134 -0.19041,0.0959 c -0.4653,0.23431 -0.8614,0.32357 -1.43593,0.32357 -0.4646,0 -0.65308,-0.0288 -1.04159,-0.15923 -0.29295,-0.0983 -0.65479,-0.28724 -0.888,-0.46356 -0.11138,-0.0842 -0.22095,-0.14747 -0.24351,-0.14056 -0.0226,0.007 -0.18047,0.0628 -0.35094,0.12421 -0.17046,0.0614 -0.46567,0.14444 -0.65602,0.18451 -0.3089,0.065 -0.4078,0.0731 -0.92012,0.0748 -0.60182,0.002 -0.75986,-0.0154 -1.25715,-0.13929 -0.72399,-0.18034 -1.34787,-0.52242 -1.83426,-1.00574 -0.37971,-0.37732 -0.62612,-0.78914 -0.75299,-1.25843 -0.0839,-0.31047 -0.084,-0.86478 -5e-5,-1.17538 0.28835,-1.06735 1.32837,-1.9645 2.63054,-2.26917 l 0.20749,-0.0485 -0.0128,-0.26656 c -0.0226,-0.47057 0.12272,-0.79144 0.53201,-1.17423 0.256,-0.23943 0.5503,-0.42102 0.9278,-0.57247 0.2779,-0.11149 0.89088,-0.2749 1.03118,-0.2749 0.0908,0 0.0926,0.0286 -0.025,-0.39636 -0.0696,-0.25126 -0.0759,-0.31418 -0.0778,-0.77903 -10e-4,-0.33471 0.0102,-0.55652 0.0343,-0.65603 0.16716,-0.69004 0.44878,-1.20809 0.90662,-1.66774 0.45175,-0.45354 1.00587,-0.74934 1.66741,-0.8901 0.28446,-0.0605 0.87839,-0.0678 1.17539,-0.0145 0.43316,0.0778 0.91902,0.27524 1.28839,0.52342 0.38388,0.25794 0.88053,0.82958 1.06779,1.22903 0.0346,0.0738 0.0709,0.13472 0.0806,0.13534 0.01,5.2e-4 0.0974,-0.0472 0.19471,-0.10641 0.32559,-0.1978 0.76722,-0.35088 1.19107,-0.41285 0.1504,-0.022 0.22292,-0.0444 0.22292,-0.0688 0,-0.0199 0.058,-0.15074 0.12908,-0.2907 0.10924,-0.2154 0.17328,-0.2989 0.41685,-0.54349 0.4939,-0.49598 1.03522,-0.78639 1.82539,-0.97929 0.47449,-0.11584 0.78555,-0.15125 1.31885,-0.15015 1.82588,0.004 3.35806,0.8615 3.68135,2.06079 0.0654,0.24253 0.0608,0.66436 -0.01,0.90281 l -0.0528,0.17843 0.34316,-0.11572 c 0.89648,-0.30231 1.89577,-0.35828 2.85984,-0.1602 1.25739,0.25837 2.19726,0.94648 2.3884,1.74868 0.0392,0.16429 0.0403,0.51373 0.002,0.64396 -0.0439,0.15004 -0.0392,0.15588 0.14285,0.17608 0.47806,0.053 1.12171,0.24168 1.60506,0.47037 0.87442,0.41372 1.55004,1.05133 1.90069,1.79379 0.54021,1.14381 0.2704,2.40281 -0.72025,3.36091 -0.56101,0.54258 -1.27378,0.93019 -2.10427,1.14433 -0.17536,0.0452 -0.32569,0.0909 -0.33408,0.10144 -0.63403,0.80003 -1.19834,1.25719 -2.08449,1.68867 -1.25064,0.60895 -2.83687,0.80455 -4.27894,0.52765 -0.54411,-0.10448 -1.23427,-0.33612 -1.69617,-0.56929 l -0.17466,-0.0882 -0.29229,0.13879 c -0.71274,0.33845 -1.43494,0.55309 -2.31024,0.68662 -0.29451,0.0449 -0.54012,0.0604 -1.06605,0.0669 -0.37585,0.005 -0.73871,0.004 -0.80637,-0.002 z"
 
       id="path4239"
 
       inkscape:connector-curvature="0"
 
       sodipodi:nodetypes="csscssssssssssssscsssssssssssscssssssssscssscssssscssscssscc" />
 
    <path
 
       inkscape:export-ydpi="187.72"
 
       inkscape:export-xdpi="187.72"
 
       inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
       style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
 
       d="m -448.97454,-499.48693 c -2.16601,0 -3.9524,1.73997 -4.08731,3.9812 l -0.025,0.41778 -0.28002,-0.0214 c -0.36007,-0.0274 -0.85585,0.0782 -1.25272,0.26646 -0.38517,0.18276 -0.98249,0.76343 -1.17978,1.14693 l -0.13262,0.25801 -0.34604,-0.17694 c -0.73937,-0.37773 -1.46336,-0.54949 -2.31553,-0.54919 -0.60509,1.6e-4 -1.06088,0.0724 -1.59786,0.25259 -1.46159,0.49065 -2.59387,1.65205 -3.0058,3.08358 l -0.10882,0.37798 -0.32885,0 c -1.56942,0 -3.1023,0.90718 -3.53178,2.09037 -0.32521,0.89594 -0.10096,1.73263 0.66855,2.49549 0.33738,0.33448 0.47117,0.43082 0.87624,0.63089 0.70403,0.34773 1.23234,0.47149 2.04819,0.47956 l 0.65408,0.006 0.33066,0.32373 c 0.4583,0.44877 1.12116,0.75265 1.64156,0.75265 0.15832,0 0.17868,0.017 0.3171,0.26345 0.2319,0.41281 0.73886,0.88179 1.19424,1.10502 0.52858,0.25911 0.88249,0.34303 1.4607,0.34604 0.58321,0.003 0.9995,-0.0931 1.48994,-0.34392 l 0.34694,-0.17755 0.14317,0.1706 c 0.89249,1.06392 2.19008,1.7625 3.58544,1.93002 1.34959,0.16203 2.87257,-0.26376 3.95349,-1.10501 l 0.28876,-0.22487 0.44309,0.1899 c 0.87853,0.37683 1.70696,0.53033 2.63867,0.48861 1.50957,-0.0676 2.7902,-0.61448 3.86244,-1.6497 0.32663,-0.31534 0.73145,-0.77895 0.81838,-0.93712 0.004,-0.007 0.12823,0.059 0.2764,0.14679 0.31643,0.18754 0.97041,0.41403 1.39168,0.48197 1.19512,0.19278 2.52992,-0.22123 3.3883,-1.05076 0.16946,-0.16375 0.34815,-0.35187 0.39728,-0.41808 l 0.0895,-0.12026 0.40994,0.14107 c 0.36935,0.12721 0.46463,0.1412 0.95974,0.14106 0.48216,-1.4e-4 0.59466,-0.0156 0.91572,-0.1272 0.88619,-0.30783 1.52031,-0.92621 1.81397,-1.76936 0.15249,-0.43769 0.15165,-1.13316 -0.002,-1.60086 -0.21923,-0.66946 -0.7543,-1.2915 -1.38564,-1.6102 -0.36502,-0.18426 -0.89605,-0.31621 -1.27293,-0.31621 l -0.30534,0 -0.11936,-0.48227 c -0.57575,-2.32692 -2.99062,-3.96325 -5.85151,-3.96494 -0.75758,-4.4e-4 -1.15259,0.0463 -1.82301,0.21582 -0.25954,0.0656 -0.47669,0.11197 -0.48258,0.10279 -0.006,-0.009 -0.092,-0.18156 -0.1914,-0.38311 -0.1374,-0.27861 -0.26903,-0.45437 -0.5483,-0.73337 -0.54882,-0.54829 -1.1282,-0.80118 -1.83657,-0.80118 l -0.32826,0 -0.0305,-0.22938 c -0.0816,-0.61537 -0.4365,-1.40829 -0.87593,-1.95685 -0.79638,-0.99412 -1.91271,-1.53726 -3.15923,-1.53726 z"
 
       id="path4287"
 
       inkscape:connector-curvature="0"
 
       sodipodi:nodetypes="scccsccccsccsssscccsssscccscccsscsssccccsccssccsscsssccss" />
 
    <path
 
       sodipodi:nodetypes="csscssssssssssssscsssssssssssscssssssssscssscssssscssscssscc"
 
       inkscape:connector-curvature="0"
 
       id="path4247"
 
       d="m -462.79482,-166.02565 c -0.20113,-0.018 -0.72392,-0.0976 -0.90849,-0.13844 -0.78673,-0.17388 -1.60302,-0.53158 -2.19643,-0.96248 l -0.14432,-0.1048 -0.1489,0.075 c -0.36388,0.18324 -0.67364,0.25304 -1.12293,0.25304 -0.36333,0 -0.51072,-0.0225 -0.81455,-0.12452 -0.22909,-0.0769 -0.51206,-0.22463 -0.69443,-0.36252 -0.0871,-0.0659 -0.17279,-0.11532 -0.19043,-0.10992 -0.0177,0.006 -0.14113,0.0491 -0.27445,0.0971 -0.1333,0.048 -0.36416,0.11296 -0.51302,0.14429 -0.24156,0.0508 -0.31891,0.0572 -0.71955,0.0585 -0.47064,0.002 -0.59423,-0.012 -0.98312,-0.10893 -0.56618,-0.14103 -1.05407,-0.40855 -1.43443,-0.78652 -0.29694,-0.29507 -0.48964,-0.61712 -0.58886,-0.98411 -0.0656,-0.24279 -0.0657,-0.67628 -4e-5,-0.91917 0.2255,-0.8347 1.03882,-1.53629 2.05714,-1.77454 l 0.16227,-0.0379 -0.01,-0.20846 c -0.0177,-0.368 0.096,-0.61892 0.41604,-0.91827 0.2002,-0.18724 0.43035,-0.32925 0.72556,-0.44769 0.21732,-0.0872 0.69669,-0.21498 0.8064,-0.21498 0.071,0 0.0724,0.0224 -0.0195,-0.30996 -0.0544,-0.19649 -0.0593,-0.24569 -0.0608,-0.60922 -7.8e-4,-0.26175 0.008,-0.43521 0.0268,-0.51303 0.13072,-0.53962 0.35095,-0.94475 0.70899,-1.30421 0.35328,-0.35467 0.78661,-0.586 1.30395,-0.69607 0.22246,-0.0473 0.68692,-0.053 0.91918,-0.0113 0.33874,0.0608 0.7187,0.21524 1.00755,0.40932 0.30021,0.20172 0.6886,0.64875 0.83504,0.96113 0.0271,0.0577 0.0554,0.10535 0.063,0.10584 0.008,4.1e-4 0.0762,-0.0369 0.15227,-0.0832 0.25462,-0.15468 0.59998,-0.2744 0.93144,-0.32286 0.11762,-0.0172 0.17433,-0.0347 0.17433,-0.0538 0,-0.0156 0.0454,-0.11788 0.10094,-0.22733 0.0854,-0.16845 0.13551,-0.23375 0.32599,-0.42502 0.38624,-0.38787 0.80956,-0.61498 1.42749,-0.76583 0.37106,-0.0906 0.61432,-0.11828 1.03137,-0.11742 1.42788,0.003 2.62608,0.67371 2.8789,1.61158 0.0511,0.18967 0.0476,0.51955 -0.008,0.70602 l -0.0413,0.13954 0.26836,-0.0905 c 0.70106,-0.23642 1.48253,-0.28019 2.23645,-0.12528 0.98331,0.20205 1.71831,0.74016 1.86778,1.3675 0.0307,0.12848 0.0315,0.40175 0.002,0.50359 -0.0343,0.11734 -0.0307,0.12191 0.11171,0.1377 0.37385,0.0414 0.8772,0.189 1.25519,0.36784 0.68382,0.32354 1.21217,0.82217 1.48638,1.40279 0.42246,0.89448 0.21146,1.87905 -0.56325,2.6283 -0.43872,0.42431 -0.99612,0.72743 -1.64558,0.89489 -0.13714,0.0354 -0.2547,0.0711 -0.26126,0.0793 -0.49583,0.62564 -0.93713,0.98316 -1.63012,1.32058 -0.97803,0.47622 -2.21849,0.62918 -3.34622,0.41264 -0.42551,-0.0817 -0.96523,-0.26285 -1.32644,-0.4452 l -0.13659,-0.069 -0.22858,0.10854 c -0.55738,0.26467 -1.12215,0.43253 -1.80666,0.53695 -0.23031,0.0351 -0.42238,0.0472 -0.83367,0.0523 -0.29393,0.004 -0.57769,0.003 -0.6306,-0.002 z"
 
       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 
       inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
       inkscape:export-xdpi="187.72"
 
       inkscape:export-ydpi="187.72" />
 
    <path
 
       inkscape:export-ydpi="187.72"
 
       inkscape:export-xdpi="187.72"
 
       inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
       sodipodi:nodetypes="csscssssssssssssscsssssssssssscssssssssscssscssssscssscssscc"
 
       inkscape:connector-curvature="0"
 
       id="path4269"
 
       d="m -358.25718,-554.98058 c -0.4768,-0.0426 -1.71621,-0.2315 -2.15379,-0.32819 -1.86514,-0.41223 -3.80037,-1.26024 -5.20718,-2.2818 l -0.34215,-0.24843 -0.35301,0.17779 c -0.86265,0.43442 -1.59702,0.59991 -2.66218,0.59991 -0.86137,0 -1.21081,-0.0533 -1.9311,-0.29521 -0.54311,-0.18232 -1.21398,-0.53253 -1.64633,-0.85945 -0.20649,-0.15604 -0.40962,-0.27339 -0.45146,-0.26058 -0.0419,0.0125 -0.33461,0.11627 -0.65063,0.2303 -0.31604,0.11395 -0.86334,0.26776 -1.21625,0.34206 -0.57269,0.12055 -0.75605,0.13535 -1.70589,0.13874 -1.11575,0.004 -1.40877,-0.0287 -2.33073,-0.25824 -1.34228,-0.33432 -2.49892,-0.96855 -3.40068,-1.86461 -0.70397,-0.69953 -1.16082,-1.46304 -1.39604,-2.33311 -0.15568,-0.5756 -0.15568,-1.60328 -7e-5,-2.17913 0.53459,-1.97885 2.46275,-3.64214 4.87695,-4.20699 l 0.38468,-0.0899 -0.0237,-0.49418 c -0.0421,-0.87244 0.22752,-1.46732 0.98632,-2.17701 0.47463,-0.44389 1.02026,-0.78056 1.72014,-1.06135 0.51521,-0.20668 1.65167,-0.50965 1.91178,-0.50965 0.16835,0 0.17174,0.053 -0.0464,-0.73484 -0.12894,-0.46584 -0.14071,-0.58249 -0.14428,-1.44431 -0.002,-0.62053 0.0189,-1.03178 0.0635,-1.21627 0.30992,-1.27932 0.83205,-2.23976 1.68086,-3.09196 0.83753,-0.84084 1.86485,-1.38925 3.09134,-1.65022 0.52738,-0.11217 1.62851,-0.12572 2.17915,-0.0268 0.80308,0.14427 1.70384,0.5103 2.38865,0.97043 0.71171,0.47822 1.63248,1.53803 1.97966,2.27859 0.064,0.13678 0.13143,0.24978 0.14944,0.25092 0.018,8.5e-4 0.18051,-0.0876 0.361,-0.19728 0.60362,-0.36672 1.42238,-0.65053 2.2082,-0.76542 0.27884,-0.0408 0.4133,-0.0824 0.4133,-0.1275 0,-0.0371 0.10754,-0.27947 0.23929,-0.53898 0.20253,-0.39932 0.32126,-0.55413 0.77284,-1.00759 0.91568,-0.91954 1.91928,-1.45796 3.38425,-1.81559 0.87966,-0.21477 1.45639,-0.28043 2.4451,-0.27838 3.38516,0.007 6.22578,1.59722 6.82514,3.82067 0.12127,0.44963 0.11271,1.23171 -0.018,1.67378 l -0.0979,0.33082 0.6362,-0.21455 c 1.66206,-0.56047 3.51472,-0.66424 5.30208,-0.297 2.3312,0.479 4.07368,1.75476 4.42807,3.24202 0.0726,0.30459 0.0747,0.95242 0.005,1.19388 -0.0815,0.27818 -0.0728,0.28899 0.26484,0.32645 0.88631,0.0984 2.07962,0.44806 2.97574,0.87205 1.62115,0.76703 2.87374,1.94914 3.52384,3.32565 1.00153,2.12059 0.50132,4.45477 -1.33532,6.23106 -1.04013,1.00592 -2.36157,1.72455 -3.90126,2.12155 -0.32513,0.0838 -0.60385,0.16853 -0.61938,0.18809 -1.1755,1.48323 -2.22172,2.33079 -3.86461,3.13074 -2.31864,1.12898 -5.25949,1.49162 -7.93307,0.97826 -1.00877,-0.19371 -2.28831,-0.62315 -3.14468,-1.05545 l -0.32381,-0.16353 -0.5419,0.25734 c -1.32139,0.62748 -2.66035,1.02541 -4.28312,1.27297 -0.54604,0.0833 -1.00139,0.11181 -1.97644,0.12394 -0.69682,0.009 -1.36956,0.007 -1.495,-0.004 z"
 
       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
 
    <path
 
       inkscape:export-ydpi="187.72"
 
       inkscape:export-xdpi="187.72"
 
       inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
       style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
 
       d="m -361.36229,-690.86183 c -9.28266,0 -16.93843,7.45681 -17.51655,17.06182 l -0.10716,1.79041 -1.20005,-0.0917 c -1.5431,-0.11749 -3.66783,0.33492 -5.36866,1.14193 -1.65067,0.78326 -4.21055,3.27174 -5.05604,4.91524 l -0.56837,1.10574 -1.48298,-0.75825 c -3.16862,-1.61885 -6.27134,-2.35494 -9.92342,-2.35365 -2.59315,6.9e-4 -4.54652,0.31004 -6.84777,1.08252 -6.26377,2.10271 -11.11624,7.07999 -12.88163,13.21495 l -0.46633,1.61986 -1.40934,0 c -6.72588,0 -13.29519,3.88781 -15.13577,8.95848 -1.39372,3.83966 -0.43265,7.42535 2.86516,10.69467 1.44586,1.4334 2.01923,1.8463 3.7552,2.70371 3.01717,1.49021 5.28131,2.02062 8.77768,2.0552 l 2.80315,0.0273 1.41706,1.38737 c 1.96412,1.92325 4.80481,3.22556 7.03507,3.22556 0.6785,0 0.76572,0.073 1.35894,1.12901 0.99384,1.76916 3.16642,3.77902 5.11803,4.73569 2.26525,1.11041 3.78197,1.47007 6.25997,1.48298 2.49938,0.0151 4.28341,-0.39904 6.38526,-1.47392 l 1.48685,-0.76087 0.6136,0.73111 c 3.82483,4.55952 9.38576,7.55336 15.3657,8.27129 5.78376,0.69438 12.31068,-1.1304 16.94301,-4.73565 l 1.23754,-0.96369 1.89891,0.81386 c 3.76501,1.61491 7.31534,2.27277 11.30823,2.09395 6.46941,-0.28985 11.95767,-2.63342 16.55288,-7.06992 1.39979,-1.35143 3.13466,-3.33825 3.50719,-4.01615 0.0172,-0.031 0.54959,0.25291 1.18456,0.6291 1.35611,0.8037 4.1588,1.77436 5.96415,2.06555 5.12184,0.82616 10.8422,-0.94809 14.52092,-4.50314 0.72619,-0.70178 1.49197,-1.50794 1.70255,-1.7917 l 0.38366,-0.51542 1.75682,0.60457 c 1.58289,0.5452 1.99125,0.60512 4.11305,0.60454 2.06632,-6e-4 2.54849,-0.0671 3.92441,-0.54513 3.79785,-1.31922 6.51541,-3.96937 7.77393,-7.58275 0.65348,-1.87578 0.64993,-4.85624 -0.006,-6.86063 -0.93956,-2.86904 -3.23263,-5.53488 -5.93832,-6.90068 -1.5643,-0.78965 -3.8401,-1.35512 -5.45523,-1.35512 l -1.30855,0 -0.51154,-2.06682 c -2.46745,-9.97225 -12.81658,-16.98489 -25.0772,-16.9921 -3.24669,-0.002 -4.93951,0.19841 -7.81266,0.92492 -1.11228,0.28135 -2.04289,0.47986 -2.06813,0.44048 -0.0243,-0.0394 -0.39433,-0.77807 -0.82029,-1.64182 -0.58884,-1.19399 -1.15295,-1.94725 -2.34977,-3.14293 -2.35203,-2.34972 -4.83502,-3.43351 -7.87081,-3.43351 l -1.40675,0 -0.13062,-0.98306 c -0.34985,-2.63721 -1.8707,-6.03537 -3.75391,-8.38626 -3.41291,-4.26038 -8.19709,-6.58805 -13.53915,-6.58805 z"
 
       id="path4277"
 
       inkscape:connector-curvature="0"
 
       sodipodi:nodetypes="scccsccccsccsssscccsssscccscccsscsssccccsccssccsscsssccss" />
 
    <path
 
       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 
       d="m -407.42535,-546.53174 c -0.45998,-0.0412 -1.65562,-0.22333 -2.07775,-0.3166 -1.79929,-0.39768 -3.6662,-1.21575 -5.02334,-2.20124 l -0.33006,-0.23967 -0.34054,0.17152 c -0.8322,0.41908 -1.54065,0.57873 -2.5682,0.57873 -0.83094,0 -1.16805,-0.0514 -1.8629,-0.28479 -0.52395,-0.17588 -1.17112,-0.51372 -1.58821,-0.82911 -0.1992,-0.15052 -0.39516,-0.26373 -0.43553,-0.25137 -0.0405,0.0119 -0.32278,0.11221 -0.62766,0.22216 -0.30487,0.10998 -0.83285,0.25832 -1.1733,0.32999 -0.55247,0.1163 -0.72935,0.13054 -1.64566,0.13384 -1.07636,0.004 -1.35903,-0.0277 -2.24844,-0.24912 -1.29489,-0.32252 -2.41069,-0.93435 -3.28061,-1.79879 -0.67911,-0.67482 -1.11983,-1.41137 -1.34675,-2.25072 -0.15019,-0.55528 -0.15019,-1.54668 -6e-5,-2.10219 0.5157,-1.90899 2.37579,-3.51355 4.70474,-4.05846 l 0.3711,-0.0868 -0.0229,-0.47674 c -0.0406,-0.84163 0.21949,-1.4155 0.9515,-2.10014 0.45787,-0.42822 0.98424,-0.753 1.65941,-1.02387 0.49702,-0.1994 1.59334,-0.49166 1.84428,-0.49166 0.16239,0 0.16566,0.0512 -0.0447,-0.70889 -0.12435,-0.4494 -0.13575,-0.56192 -0.13919,-1.39332 -10e-4,-0.59862 0.0182,-0.99536 0.0613,-1.17332 0.29898,-1.23415 0.80267,-2.1607 1.6215,-2.9828 0.80798,-0.81115 1.79902,-1.3402 2.9822,-1.59196 0.50876,-0.10826 1.57101,-0.12132 2.10221,-0.0258 0.77473,0.13918 1.64368,0.49228 2.30432,0.93617 0.68658,0.46133 1.57484,1.48373 1.90975,2.19814 0.0617,0.13195 0.12673,0.24095 0.14417,0.24205 0.0174,8.3e-4 0.17414,-0.0845 0.34826,-0.19031 0.58231,-0.35377 1.37216,-0.62756 2.13023,-0.73839 0.269,-0.0394 0.39871,-0.0795 0.39871,-0.12303 0,-0.0357 0.10378,-0.2696 0.23085,-0.51995 0.19537,-0.38522 0.30991,-0.53456 0.74554,-0.97201 0.88336,-0.88708 1.85152,-1.40649 3.26477,-1.75149 0.8486,-0.20719 1.40497,-0.27052 2.35877,-0.26855 3.26564,0.007 6.00597,1.54082 6.58416,3.68577 0.11697,0.43376 0.10879,1.18822 -0.0174,1.61469 l -0.0944,0.31914 0.61374,-0.20698 c 1.60338,-0.54068 3.39062,-0.64079 5.11487,-0.28652 2.2489,0.4621 3.92986,1.69281 4.27172,3.12755 0.07,0.29384 0.0721,0.91879 0.005,1.15174 -0.0786,0.26836 -0.0702,0.27879 0.25549,0.31493 0.85502,0.0949 2.0062,0.43223 2.87067,0.84125 1.56392,0.73995 2.77228,1.88032 3.39942,3.20823 0.96617,2.04572 0.48363,4.29748 -1.28817,6.01107 -1.0034,0.9704 -2.27819,1.66366 -3.76352,2.04664 -0.31365,0.0808 -0.58253,0.16258 -0.59751,0.18145 -1.134,1.43085 -2.14327,2.24849 -3.72816,3.02019 -2.23678,1.08913 -5.07379,1.43897 -7.65297,0.94373 -0.97316,-0.18687 -2.20752,-0.60115 -3.03365,-1.01818 l -0.31239,-0.15776 -0.52276,0.24825 c -1.27474,0.60533 -2.56642,0.98921 -4.13189,1.22803 -0.52677,0.0803 -0.96604,0.10787 -1.90667,0.1196 -0.67221,0.009 -1.32119,0.007 -1.44221,-0.004 z"
 
       id="path4283"
 
       inkscape:connector-curvature="0"
 
       sodipodi:nodetypes="csscssssssssssssscsssssssssssscssssssssscssscssssscssscssscc"
 
       inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
       inkscape:export-xdpi="187.72"
 
       inkscape:export-ydpi="187.72" />
 
    <path
 
       inkscape:export-ydpi="187.72"
 
       inkscape:export-xdpi="187.72"
 
       inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
       sodipodi:nodetypes="csscssssssssssssscsssssssssssscssssssssscssscssssscssscssscc"
 
       inkscape:connector-curvature="0"
 
       id="path4285"
 
       d="m -532.3902,-79.637954 c -0.30464,-0.02728 -1.09653,-0.147906 -1.3761,-0.209687 -1.19168,-0.263381 -2.42813,-0.805189 -3.32698,-1.457882 l -0.21859,-0.158728 -0.22555,0.113593 c -0.55117,0.277552 -1.02037,0.383284 -1.70092,0.383284 -0.55035,0 -0.77361,-0.03412 -1.23382,-0.188614 -0.347,-0.116491 -0.77563,-0.340243 -1.05187,-0.549119 -0.13193,-0.09975 -0.26172,-0.174676 -0.28844,-0.16649 -0.0267,0.0082 -0.21379,0.07432 -0.4157,0.147137 -0.20193,0.07276 -0.55162,0.17108 -0.77709,0.218549 -0.36591,0.07704 -0.48306,0.0865 -1.08993,0.08868 -0.71287,0.0028 -0.9001,-0.01826 -1.48915,-0.164989 -0.8576,-0.213607 -1.59661,-0.618817 -2.17276,-1.191343 -0.44977,-0.44694 -0.74167,-0.934764 -0.89195,-1.490658 -0.0994,-0.367767 -0.0994,-1.024373 -4e-5,-1.392295 0.34155,-1.264319 1.57349,-2.32703 3.11597,-2.687923 l 0.24578,-0.05746 -0.0152,-0.315743 c -0.0269,-0.557424 0.14535,-0.9375 0.63017,-1.390941 0.30326,-0.283608 0.65187,-0.49871 1.09904,-0.678109 0.32917,-0.132058 1.05528,-0.325635 1.22147,-0.325635 0.10759,0 0.10973,0.03384 -0.0297,-0.469494 -0.0824,-0.297638 -0.0899,-0.372166 -0.0922,-0.9228 -10e-4,-0.396475 0.012,-0.659222 0.0405,-0.777101 0.19802,-0.817386 0.53161,-1.431028 1.07393,-1.975508 0.53513,-0.537232 1.1915,-0.887627 1.97512,-1.054357 0.33695,-0.07167 1.04049,-0.08031 1.3923,-0.01706 0.5131,0.09222 1.08862,0.326037 1.52616,0.620023 0.45472,0.305541 1.04302,0.982671 1.26483,1.455831 0.0409,0.08741 0.084,0.159588 0.0955,0.160314 0.0116,5.5e-4 0.11532,-0.05598 0.23064,-0.126036 0.38567,-0.234307 0.90879,-0.415638 1.41087,-0.489044 0.17815,-0.02602 0.26406,-0.05259 0.26406,-0.0815 0,-0.02362 0.0687,-0.178553 0.15289,-0.344353 0.1294,-0.255139 0.20526,-0.354054 0.49378,-0.643774 0.58505,-0.587508 1.22627,-0.931515 2.16226,-1.160019 0.56204,-0.137218 0.93051,-0.17916 1.56223,-0.177855 2.16283,0.0042 3.97777,1.020488 4.36071,2.441096 0.0775,0.287281 0.072,0.786964 -0.0114,1.069409 l -0.0626,0.211365 0.40647,-0.13707 c 1.06193,-0.358101 2.24563,-0.424401 3.3876,-0.189763 1.48945,0.306049 2.60276,1.121144 2.82918,2.071384 0.0464,0.194613 0.0477,0.608523 0.003,0.762803 -0.052,0.177728 -0.0465,0.184637 0.16922,0.208573 0.56628,0.06282 1.32871,0.28628 1.90125,0.55717 1.03579,0.490059 1.83609,1.24534 2.25146,2.124817 0.63989,1.354893 0.32029,2.846243 -0.85317,3.981148 -0.66455,0.642711 -1.50886,1.101848 -2.49259,1.355507 -0.20773,0.05358 -0.38581,0.107628 -0.39574,0.120163 -0.75105,0.947667 -1.4195,1.489193 -2.46917,2.000297 -1.48143,0.721327 -3.36039,0.953025 -5.06859,0.625021 -0.64452,-0.123759 -1.46204,-0.398132 -2.00919,-0.674337 l -0.2069,-0.104442 -0.34622,0.164411 c -0.84427,0.400909 -1.69975,0.655153 -2.73657,0.813332 -0.34888,0.05323 -0.63982,0.07148 -1.26279,0.07922 -0.44521,0.0056 -0.87504,0.0042 -0.95518,-0.0028 z"
 
       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
 
    <path
 
       sodipodi:nodetypes="scccsccccsccsssscccsssscccscccsscsssccccsccssccsscsssccss"
 
       inkscape:connector-curvature="0"
 
       id="path4281"
 
       d="m -301.28858,-173.43431 c -6.81022,0 -12.42689,5.47068 -12.85103,12.51742 l -0.0787,1.31353 -0.88041,-0.0673 c -1.1321,-0.0861 -2.69091,0.24572 -3.93872,0.83778 -1.21102,0.57463 -3.08908,2.40031 -3.70938,3.60607 l -0.41698,0.81123 -1.08798,-0.5563 c -2.32467,-1.18767 -4.60099,-1.7277 -7.28034,-1.72675 -1.90246,5e-4 -3.33556,0.22746 -5.02387,0.79419 -4.59543,1.54267 -8.15544,5.19425 -9.45062,9.69516 l -0.34213,1.18841 -1.03397,0 c -4.93445,0 -9.75402,2.8523 -11.10437,6.57241 -1.02251,2.81696 -0.31742,5.4476 2.10203,7.84615 1.06076,1.05162 1.48141,1.35454 2.755,1.98359 2.21355,1.09329 3.87464,1.48243 6.43975,1.5078 l 2.05655,0.02 1.03962,1.01785 c 1.44098,1.411 3.52506,2.36643 5.16129,2.36643 0.49778,0 0.56178,0.0534 0.99699,0.82831 0.72913,1.29793 2.32305,2.77246 3.75485,3.47434 1.6619,0.81465 2.77465,1.07852 4.59262,1.08798 1.83369,0.0113 3.14255,-0.29275 4.68457,-1.08134 l 1.09083,-0.55822 0.45016,0.53639 c 2.80609,3.34509 6.88588,5.54153 11.27307,6.06825 4.24326,0.50943 9.03174,-0.82933 12.43026,-3.47433 l 0.90792,-0.707 1.39313,0.59708 c 2.76222,1.18478 5.36691,1.66743 8.2963,1.53624 4.74629,-0.21267 8.77276,-1.93203 12.14403,-5.18686 1.02696,-0.99149 2.29975,-2.44912 2.57306,-2.94645 0.0127,-0.0227 0.40321,0.18555 0.86906,0.46153 0.99491,0.58964 3.0511,1.30177 4.37561,1.5154 3.75764,0.60611 7.95439,-0.69557 10.65329,-3.30374 0.53277,-0.51486 1.09458,-1.1063 1.24907,-1.31449 l 0.28147,-0.37813 1.2889,0.44354 c 1.16128,0.39999 1.46087,0.44395 3.01754,0.44353 1.51597,-4.4e-4 1.8697,-0.0492 2.87915,-0.39993 2.78629,-0.96785 4.78003,-2.91214 5.70336,-5.5631 0.47942,-1.37617 0.47682,-3.56279 -0.004,-5.03332 -0.68932,-2.10487 -2.37163,-4.06066 -4.35666,-5.06269 -1.14766,-0.57933 -2.8173,-0.99418 -4.00224,-0.99418 l -0.96001,0 -0.3753,-1.51633 c -1.81025,-7.31614 -9.40291,-12.46097 -18.39792,-12.46627 -2.38193,-10e-4 -3.62388,0.14556 -5.73177,0.67857 -0.81603,0.20641 -1.49877,0.35205 -1.51728,0.32316 -0.0178,-0.0289 -0.2893,-0.57084 -0.60181,-1.20452 -0.43201,-0.87598 -0.84587,-1.4286 -1.72391,-2.30581 -1.72557,-1.72389 -3.54722,-2.51901 -5.77442,-2.51901 l -1.03207,0 -0.0959,-0.72122 c -0.25666,-1.9348 -1.37244,-4.42785 -2.75405,-6.15259 -2.50389,-3.12565 -6.0138,-4.83335 -9.93302,-4.83335 z"
 
       style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
 
       inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
       inkscape:export-xdpi="187.72"
 
       inkscape:export-ydpi="187.72" />
 
    <path
 
       inkscape:export-ydpi="187.72"
 
       inkscape:export-xdpi="187.72"
 
       inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
       style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
 
       d="m -483.29976,-178.18302 c -3.40511,0 -6.21344,2.73534 -6.42551,6.25871 l -0.0393,0.65677 -0.44021,-0.0336 c -0.56605,-0.0431 -1.34545,0.12285 -1.96936,0.41888 -0.60551,0.28732 -1.54454,1.20016 -1.85469,1.80304 l -0.20849,0.40561 -0.54399,-0.27815 c -1.16233,-0.59383 -2.30049,-0.86384 -3.64017,-0.86337 -0.95123,2.5e-4 -1.66778,0.11373 -2.51193,0.39709 -2.29772,0.77134 -4.07772,2.59713 -4.72531,4.84759 l -0.17107,0.59421 -0.51698,0 c -2.46723,0 -4.87701,1.42614 -5.55219,3.2862 -0.51125,1.40848 -0.15871,2.7238 1.05102,3.92307 0.53038,0.52582 0.7407,0.67727 1.3775,0.9918 1.10677,0.54664 1.93732,0.74121 3.21987,0.7539 l 1.02828,0.01 0.51981,0.50892 c 0.72048,0.7055 1.76253,1.18322 2.58064,1.18322 0.24889,0 0.28089,0.0267 0.4985,0.41415 0.36456,0.64897 1.16152,1.38623 1.87742,1.73717 0.83095,0.40733 1.38733,0.53927 2.29631,0.544 0.91685,0.006 1.57128,-0.14638 2.34228,-0.54068 l 0.54542,-0.27911 0.22508,0.2682 c 1.40305,1.67255 3.44294,2.77076 5.63653,3.03412 2.12164,0.25472 4.51588,-0.41466 6.21514,-1.73716 l 0.45396,-0.3535 0.69656,0.29854 c 1.38111,0.59239 2.68346,0.83371 4.14815,0.76812 2.37315,-0.10633 4.38638,-0.96601 6.07202,-2.59343 0.51348,-0.49574 1.14987,-1.22456 1.28653,-1.47323 0.006,-0.0113 0.2016,0.0928 0.43453,0.23077 0.49745,0.29482 1.52555,0.65088 2.1878,0.7577 1.87882,0.30305 3.9772,-0.34779 5.32665,-1.65187 0.26638,-0.25743 0.54729,-0.55315 0.62453,-0.65725 l 0.14074,-0.18906 0.64445,0.22177 c 0.58064,0.19999 0.73043,0.22197 1.50877,0.22176 0.75798,-2.2e-4 0.93485,-0.0246 1.43957,-0.19996 1.39315,-0.48393 2.39002,-1.45607 2.85168,-2.78155 0.23971,-0.68809 0.23841,-1.7814 -0.002,-2.51666 -0.34466,-1.05243 -1.18582,-2.03033 -2.17833,-2.53135 -0.57383,-0.28966 -1.40865,-0.49709 -2.00112,-0.49709 l -0.48001,0 -0.18765,-0.75816 c -0.90512,-3.65808 -4.70145,-6.23049 -9.19896,-6.23314 -1.19096,-7.1e-4 -1.81194,0.0728 -2.86588,0.33928 -0.40802,0.10321 -0.74939,0.17603 -0.75864,0.16159 -0.009,-0.0144 -0.14465,-0.28542 -0.30091,-0.60227 -0.216,-0.43798 -0.42293,-0.71429 -0.86195,-1.1529 -0.86279,-0.86194 -1.77362,-1.25951 -2.88722,-1.25951 l -0.51603,0 -0.0479,-0.36061 c -0.12833,-0.9674 -0.68622,-2.21392 -1.37702,-3.07629 -1.25195,-1.56282 -3.0069,-2.41667 -4.96651,-2.41667 z"
 
       id="path4894"
 
       inkscape:connector-curvature="0"
 
       sodipodi:nodetypes="scccsccccsccsssscccsssscccscccsscsssccccsccssccsscsssccss" />
 
    <g
 
       style="stroke-width:18.33097004;stroke-miterlimit:4;stroke-dasharray:none"
 
       id="g4896"
 
       transform="matrix(0.21820996,0,0,0.21820996,-445.87315,-109.0846)">
 
      <path
 
         inkscape:export-ydpi="187.72"
 
         inkscape:export-xdpi="187.72"
 
         inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
         sodipodi:nodetypes="csscssssssssssssscsssssssssssscssssssssscssscssssscssscssscc"
 
         inkscape:connector-curvature="0"
 
         id="path4898"
 
         d="m -618.36935,-28.423272 c -1.6609,-0.14878 -5.97823,-0.80638 -7.5025,-1.14323 -6.49697,-1.43593 -13.23811,-4.38986 -18.13859,-7.94834 l -1.19181,-0.86539 -1.22969,0.6193 c -3.00493,1.51324 -5.563,2.08969 -9.27336,2.08969 -3.00049,0 -4.2177,-0.18605 -6.72675,-1.02834 -1.89187,-0.63511 -4.22873,-1.85499 -5.73479,-2.99378 -0.71929,-0.54386 -1.4269,-0.95233 -1.5726,-0.90769 -0.14567,0.0447 -1.16556,0.40514 -2.26638,0.80218 -1.10089,0.3967 -3.00739,0.93274 -4.23668,1.19153 -1.99492,0.41999 -2.63364,0.47158 -5.94224,0.48348 -3.8866,0.0155 -4.90732,-0.0997 -8.11883,-0.89953 -4.67564,-1.1646 -8.70468,-3.3738 -11.84584,-6.49517 -2.45218,-2.43672 -4.0436,-5.09632 -4.86293,-8.12706 -0.54209,-2.00505 -0.54212,-5.58486 -2.5e-4,-7.59075 1.86217,-6.89308 8.5787,-12.68694 16.98825,-14.65453 l 1.33999,-0.31339 -0.0829,-1.72141 c -0.14629,-3.03906 0.7925,-5.11126 3.4357,-7.58339 1.65335,-1.54622 3.55398,-2.71896 5.99194,-3.69704 1.79464,-0.72 5.75336,-1.77535 6.65941,-1.77535 0.5866,0 0.59828,0.18449 -0.16182,-2.559689 -0.44925,-1.62269 -0.48991,-2.02902 -0.50262,-5.03109 -0.009,-2.161559 0.0659,-3.594079 0.22115,-4.236739 1.07958,-4.45636 2.89833,-7.80195 5.85509,-10.77045 2.91746,-2.92895 6.496,-4.8393 10.7683,-5.74833 1.83708,-0.39076 5.67274,-0.43785 7.59081,-0.0932 2.79742,0.50283 5.9351,1.77756 8.3206,3.38038 2.47911,1.66578 5.68652,5.35751 6.89584,7.93716 0.22301,0.47655 0.4577,0.87008 0.52078,0.87403 0.0631,0.003 0.62875,-0.30501 1.25747,-0.68717 2.10266,-1.27741 4.95472,-2.26604 7.69203,-2.66625 0.97128,-0.14195 1.43966,-0.28669 1.43966,-0.44432 0,-0.12889 0.3749,-0.97348 0.83356,-1.87742 0.7055,-1.39102 1.11909,-1.93028 2.69209,-3.50983 3.18967,-3.2031 6.68557,-5.07862 11.7886,-6.32441 3.06422,-0.74811 5.07315,-0.9768 8.51723,-0.96966 11.79177,0.0248 21.68673,5.56368 23.77455,13.3088 0.42251,1.56626 0.39275,4.2905 -0.0624,5.83042 l -0.34116,1.15236 2.2161,-0.74734 c 5.78961,-1.95233 12.24312,-2.31381 18.46916,-1.03457 8.12041,1.66857 14.19018,6.112479 15.4246,11.293159 0.25283,1.061 0.25997,3.317669 0.0155,4.158769 -0.28358,0.96898 -0.25345,1.00666 0.92258,1.13714 3.08736,0.34265 7.24411,1.56079 10.36561,3.0377 5.64711,2.67181 10.01032,6.78958 12.27487,11.58447 3.48872,7.38683 1.74629,15.51765 -4.65142,21.70514 -3.62314,3.50403 -8.22626,6.00725 -13.58957,7.3902 -1.13254,0.29196 -2.10342,0.58681 -2.15755,0.65514 -4.0947,5.16667 -7.73909,8.11905 -13.4619,10.90556 -8.07671,3.93266 -18.32078,5.1959 -27.63387,3.40763 -3.51391,-0.67472 -7.97101,-2.17063 -10.95408,-3.67648 l -1.12797,-0.56942 -1.88764,0.89636 c -4.60293,2.18575 -9.26699,3.57189 -14.91975,4.43427 -1.90202,0.2901 -3.48822,0.38974 -6.88469,0.43189 -2.42725,0.0311 -4.77069,0.0249 -5.20761,-0.0155 z"
 
         style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:18.33097004;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
 
    </g>
 
    <path
 
       sodipodi:nodetypes="csscssssssssssssscsssssssssssscssssssssscssscssssscssscssscc"
 
       inkscape:connector-curvature="0"
 
       id="path4214"
 
       d="m -150.15129,-89.819304 c -0.25719,-0.023 -0.9257,-0.12486 -1.16172,-0.17702 -1.00602,-0.22235 -2.04984,-0.67975 -2.80866,-1.23076 l -0.18454,-0.134 -0.19041,0.0959 c -0.4653,0.23431 -0.8614,0.32357 -1.43593,0.32357 -0.4646,0 -0.65308,-0.0288 -1.04159,-0.15923 -0.29295,-0.0983 -0.65479,-0.28724 -0.888,-0.46356 -0.11138,-0.0842 -0.22095,-0.14747 -0.24351,-0.14056 -0.0226,0.007 -0.18047,0.0628 -0.35094,0.12421 -0.17046,0.0614 -0.46567,0.14444 -0.65602,0.18451 -0.3089,0.065 -0.4078,0.0731 -0.92012,0.0748 -0.60182,0.002 -0.75986,-0.0154 -1.25715,-0.13929 -0.72399,-0.18034 -1.34787,-0.52242 -1.83426,-1.00574 -0.37971,-0.37732 -0.62612,-0.78914 -0.75299,-1.25843 -0.0839,-0.31047 -0.084,-0.86478 -5e-5,-1.17538 0.28835,-1.06735 1.32837,-1.9645 2.63054,-2.26917 l 0.20749,-0.0485 -0.0128,-0.26656 c -0.0226,-0.47057 0.12272,-0.79144 0.53201,-1.17423 0.256,-0.23943 0.5503,-0.42102 0.9278,-0.57247 0.2779,-0.11149 0.89088,-0.2749 1.03118,-0.2749 0.0908,0 0.0926,0.0286 -0.025,-0.39636 -0.0696,-0.251256 -0.0759,-0.314176 -0.0778,-0.779026 -0.001,-0.33471 0.0102,-0.55652 0.0343,-0.65603 0.16716,-0.69004 0.44878,-1.20809 0.90662,-1.66774 0.45175,-0.45354 1.00587,-0.74934 1.66741,-0.8901 0.28446,-0.0605 0.87839,-0.0678 1.17539,-0.0145 0.43316,0.0778 0.91902,0.27524 1.28839,0.52342 0.38388,0.25794 0.88053,0.82958 1.06779,1.22903 0.0346,0.0738 0.0709,0.13472 0.0806,0.13534 0.01,5.2e-4 0.0974,-0.0472 0.19471,-0.10641 0.32559,-0.1978 0.76722,-0.35088 1.19107,-0.41285 0.1504,-0.022 0.22292,-0.0444 0.22292,-0.0688 0,-0.0199 0.058,-0.15074 0.12908,-0.2907 0.10924,-0.2154 0.17328,-0.2989 0.41685,-0.54349 0.4939,-0.49598 1.03522,-0.78639 1.82539,-0.97929 0.47449,-0.11584 0.78555,-0.15125 1.31885,-0.15015 1.82588,0.004 3.35806,0.8615 3.68135,2.06079 0.0654,0.24253 0.0608,0.66436 -0.01,0.90281 l -0.0528,0.17843 0.34316,-0.11572 c 0.89648,-0.30231 1.89577,-0.35828 2.85984,-0.1602 1.25739,0.25837 2.19726,0.94648 2.3884,1.748676 0.0392,0.16429 0.0403,0.51373 0.002,0.64396 -0.0439,0.15004 -0.0392,0.15588 0.14285,0.17608 0.47806,0.053 1.12171,0.24168 1.60506,0.47037 0.87442,0.41372 1.55004,1.05133 1.90069,1.79379 0.54021,1.14381 0.2704,2.40281 -0.72025,3.36091 -0.56101,0.54258 -1.27378,0.93019 -2.10427,1.14433 -0.17536,0.0452 -0.32569,0.0909 -0.33408,0.10144 -0.63403,0.80003 -1.19834,1.25719 -2.08449,1.68867 -1.25064,0.60895 -2.83687,0.80455 -4.27894,0.52765 -0.54411,-0.10448 -1.23427,-0.33612 -1.69617,-0.56929 l -0.17466,-0.0882 -0.29229,0.13879 c -0.71274,0.33845 -1.43494,0.55309 -2.31024,0.68662 -0.29451,0.0449 -0.54012,0.0604 -1.06605,0.0669 -0.37585,0.005 -0.73871,0.004 -0.80637,-0.002 z"
 
       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 
       inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
       inkscape:export-xdpi="187.72"
 
       inkscape:export-ydpi="187.72" />
 
    <path
 
       inkscape:export-ydpi="187.72"
 
       inkscape:export-xdpi="187.72"
 
       inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 
       d="m 79.780912,-147.80482 c -0.20113,-0.018 -0.72392,-0.0976 -0.90849,-0.13844 -0.78673,-0.17388 -1.60302,-0.53158 -2.19643,-0.96248 l -0.14432,-0.1048 -0.1489,0.075 c -0.36388,0.18324 -0.67364,0.25304 -1.12293,0.25304 -0.36333,0 -0.51072,-0.0225 -0.81455,-0.12452 -0.22909,-0.0769 -0.51206,-0.22463 -0.69443,-0.36252 -0.0871,-0.0659 -0.17279,-0.11532 -0.19043,-0.10992 -0.0177,0.006 -0.14113,0.0491 -0.27445,0.0971 -0.1333,0.048 -0.36416,0.11296 -0.51302,0.14429 -0.24156,0.0508 -0.31891,0.0572 -0.71955,0.0585 -0.47064,0.002 -0.59423,-0.012 -0.98312,-0.10893 -0.56618,-0.14103 -1.05407,-0.40855 -1.43443,-0.78652 -0.29694,-0.29507 -0.48964,-0.61712 -0.58886,-0.98411 -0.0656,-0.24279 -0.0657,-0.67628 -4e-5,-0.91917 0.2255,-0.8347 1.03882,-1.53629 2.05714,-1.77454 l 0.16227,-0.0379 -0.01,-0.20846 c -0.0177,-0.368 0.096,-0.61892 0.41604,-0.91827 0.2002,-0.18724 0.43035,-0.32925 0.72556,-0.44769 0.21732,-0.0872 0.69669,-0.21498 0.8064,-0.21498 0.071,0 0.0724,0.0224 -0.0195,-0.30996 -0.0544,-0.19649 -0.0593,-0.24569 -0.0608,-0.60922 -7.8e-4,-0.26175 0.008,-0.43521 0.0268,-0.51303 0.13072,-0.53962 0.35095,-0.94475 0.70899,-1.30421 0.35328,-0.35467 0.78661,-0.586 1.30395,-0.69607 0.22246,-0.0473 0.68692,-0.053 0.91918,-0.0113 0.33874,0.0608 0.7187,0.21524 1.00755,0.40932 0.30021,0.20172 0.6886,0.64875 0.83504,0.96113 0.0271,0.0577 0.0554,0.10535 0.063,0.10584 0.008,4.1e-4 0.0762,-0.0369 0.15227,-0.0832 0.25462,-0.15468 0.59998,-0.2744 0.93144,-0.32286 0.11762,-0.0172 0.17433,-0.0347 0.17433,-0.0538 0,-0.0156 0.0454,-0.11788 0.10094,-0.22733 0.0854,-0.16845 0.13551,-0.23375 0.32599,-0.42502 0.38624,-0.38787 0.80956,-0.61498 1.42749,-0.76583 0.37106,-0.0906 0.61432,-0.11828 1.03137,-0.11742 1.42788,0.003 2.62608,0.67371 2.8789,1.61158 0.0511,0.18967 0.0476,0.51955 -0.008,0.70602 l -0.0413,0.13954 0.26836,-0.0905 c 0.70106,-0.23642 1.48253,-0.28019 2.23645,-0.12528 0.98331,0.20205 1.71831,0.74016 1.86778,1.3675 0.0307,0.12848 0.0315,0.40175 0.002,0.50359 -0.0343,0.11734 -0.0307,0.12191 0.11171,0.1377 0.37385,0.0414 0.8772,0.189 1.25519,0.36784 0.68382,0.32354 1.21217,0.82217 1.48638,1.40279 0.42246,0.89448 0.21146,1.87905 -0.56325,2.6283 -0.43872,0.42431 -0.99612,0.72743 -1.64558,0.89489 -0.13714,0.0354 -0.2547,0.0711 -0.26126,0.0793 -0.49583,0.62564 -0.93713,0.98316 -1.63012,1.32058 -0.97803,0.47622 -2.21849,0.62918 -3.34622,0.41264 -0.42551,-0.0817 -0.96523,-0.26285 -1.32644,-0.4452 l -0.13659,-0.069 -0.22858,0.10854 c -0.55738,0.26467 -1.12215,0.43253 -1.80666,0.53695 -0.23031,0.0351 -0.42238,0.0472 -0.83367,0.0523 -0.29393,0.004 -0.57769,0.003 -0.6306,-0.002 z"
 
       id="path4216"
 
       inkscape:connector-curvature="0"
 
       sodipodi:nodetypes="csscssssssssssssscsssssssssssscssssssssscssscssssscssscssscc" />
 
    <path
 
       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 
       d="m -36.378803,-132.2759 c -0.30464,-0.0273 -1.09653,-0.1479 -1.3761,-0.20969 -1.19168,-0.26338 -2.42813,-0.80518 -3.32698,-1.45788 l -0.21859,-0.15873 -0.22555,0.1136 c -0.55117,0.27755 -1.02037,0.38328 -1.70092,0.38328 -0.55035,0 -0.77361,-0.0341 -1.23382,-0.18861 -0.347,-0.11649 -0.77563,-0.34025 -1.05187,-0.54912 -0.13193,-0.0998 -0.26172,-0.17468 -0.28844,-0.16649 -0.0267,0.008 -0.21379,0.0743 -0.4157,0.14714 -0.20193,0.0728 -0.55162,0.17108 -0.77709,0.21854 -0.36591,0.077 -0.48306,0.0865 -1.08993,0.0887 -0.71287,0.003 -0.9001,-0.0183 -1.48915,-0.16498 -0.8576,-0.21361 -1.59661,-0.61882 -2.17276,-1.19135 -0.44977,-0.44694 -0.74167,-0.93476 -0.89195,-1.49066 -0.0994,-0.36776 -0.0994,-1.02437 -4e-5,-1.39229 0.34155,-1.26432 1.57349,-2.32703 3.11597,-2.68792 l 0.24578,-0.0575 -0.0152,-0.31575 c -0.0269,-0.55742 0.14535,-0.9375 0.63017,-1.39094 0.30326,-0.28361 0.65187,-0.49871 1.09904,-0.67811 0.32917,-0.13205 1.05528,-0.32563 1.22147,-0.32563 0.10759,0 0.10973,0.0338 -0.0297,-0.4695 -0.0824,-0.29763 -0.0899,-0.37216 -0.0922,-0.9228 -10e-4,-0.39647 0.012,-0.65922 0.0405,-0.7771 0.19802,-0.81738 0.53161,-1.43102 1.07393,-1.9755 0.53513,-0.53724 1.1915,-0.88763 1.97512,-1.05436 0.33695,-0.0717 1.04049,-0.0803 1.3923,-0.0171 0.5131,0.0922 1.08862,0.32604 1.52616,0.62002 0.45472,0.30554 1.04302,0.98267 1.26483,1.45583 0.0409,0.0874 0.084,0.15959 0.0955,0.16032 0.0116,5.5e-4 0.11532,-0.056 0.23064,-0.12604 0.38567,-0.23431 0.90879,-0.41564 1.41087,-0.48904 0.17815,-0.026 0.26406,-0.0526 0.26406,-0.0815 0,-0.0236 0.0687,-0.17856 0.15289,-0.34436 0.1294,-0.25514 0.20526,-0.35405 0.49378,-0.64377 0.58505,-0.58751 1.22627,-0.93152 2.16226,-1.16002 0.56204,-0.13722 0.93051,-0.17916 1.56223,-0.17785 2.16283,0.004 3.97777,1.02048 4.36071,2.44109 0.0775,0.28728 0.072,0.78697 -0.0114,1.06941 l -0.0626,0.21137 0.40647,-0.13707 c 1.06193,-0.35811 2.24563,-0.42441 3.3876,-0.18977 1.48945,0.30605 2.60276,1.12115 2.82918,2.07139 0.0464,0.19461 0.0477,0.60852 0.003,0.7628 -0.052,0.17773 -0.0465,0.18464 0.16922,0.20857 0.56628,0.0628 1.32871,0.28628 1.90125,0.55717 1.03579,0.49006 1.83609,1.24534 2.25146,2.12482 0.63989,1.35489 0.32029,2.84624 -0.85317,3.98115 -0.66455,0.64271 -1.50886,1.10185 -2.49259,1.3555 -0.20773,0.0536 -0.38581,0.10763 -0.39574,0.12017 -0.75105,0.94766 -1.4195,1.48919 -2.46917,2.00029 -1.48143,0.72133 -3.36039,0.95303 -5.06859,0.62503 -0.64452,-0.12376 -1.46204,-0.39814 -2.00919,-0.67434 l -0.2069,-0.10444 -0.34622,0.16441 c -0.84427,0.40091 -1.69975,0.65515 -2.73657,0.81333 -0.34888,0.0532 -0.63982,0.0715 -1.26279,0.0792 -0.44521,0.006 -0.87504,0.004 -0.95518,-0.003 z"
 
       id="path4218"
 
       inkscape:connector-curvature="0"
 
       sodipodi:nodetypes="csscssssssssssssscsssssssssssscssssssssscssscssssscssscssscc"
 
       inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
       inkscape:export-xdpi="187.72"
 
       inkscape:export-ydpi="187.72" />
 
    <path
 
       inkscape:export-ydpi="187.72"
 
       inkscape:export-xdpi="187.72"
 
       inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
       style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
 
       d="m 261.53252,-136.99266 c -6.81022,0 -12.42689,5.47068 -12.85103,12.51742 l -0.0787,1.31353 -0.88041,-0.0673 c -1.1321,-0.0861 -2.69091,0.24572 -3.93872,0.83778 -1.21102,0.57463 -3.08908,2.40031 -3.70938,3.60607 l -0.41698,0.81123 -1.08798,-0.5563 c -2.32467,-1.18767 -4.60099,-1.7277 -7.28034,-1.72675 -1.90246,5e-4 -3.33556,0.22746 -5.02387,0.79419 -4.59543,1.54267 -8.15544,5.19425 -9.45062,9.69516 l -0.34213,1.18841 -1.03397,0 c -4.93445,0 -9.75402,2.8523 -11.10437,6.57241 -1.02251,2.816964 -0.31742,5.447604 2.10203,7.846154 1.06076,1.05162 1.48141,1.35454 2.755,1.98359 2.21355,1.09329 3.87464,1.48243 6.43975,1.5078 l 2.05655,0.02 1.03962,1.01785 c 1.44098,1.411 3.52506,2.36643 5.16129,2.36643 0.49778,0 0.56178,0.0534 0.99699,0.82831 0.72913,1.29793 2.32305,2.77246 3.75485,3.47434 1.6619,0.81465 2.77465,1.07852 4.59262,1.08798 1.83369,0.0113 3.14255,-0.29275 4.68457,-1.08134 l 1.09083,-0.55822 0.45016,0.53639 c 2.80609,3.34509 6.88588,5.54153 11.27307,6.06825 4.24326,0.50943 9.03174,-0.82933 12.43026,-3.47433 l 0.90792,-0.707 1.39313,0.59708 c 2.76222,1.18478 5.36691,1.66743 8.2963,1.53624 4.74629,-0.21267 8.77276,-1.93203 12.14403,-5.18686 1.02696,-0.99149 2.29975,-2.44912 2.57306,-2.94645 0.0127,-0.0227 0.40321,0.18555 0.86906,0.46153 0.99491,0.58964 3.0511,1.30177 4.37561,1.5154 3.75764,0.60611 7.95439,-0.69557 10.65329,-3.30374 0.53277,-0.51486 1.09458,-1.1063 1.24907,-1.31449 l 0.28147,-0.37813 1.2889,0.44354 c 1.16128,0.39999 1.46087,0.44395 3.01754,0.44353 1.51597,-4.4e-4 1.8697,-0.0492 2.87915,-0.39993 2.78629,-0.96785 4.78003,-2.91214 5.70336,-5.5631 0.47942,-1.37617 0.47682,-3.56279 -0.004,-5.033324 -0.68932,-2.10487 -2.37163,-4.06066 -4.35666,-5.06269 -1.14766,-0.57933 -2.8173,-0.99418 -4.00224,-0.99418 l -0.96001,0 -0.3753,-1.51633 c -1.81025,-7.31614 -9.40291,-12.46097 -18.39792,-12.46627 -2.38193,-0.001 -3.62388,0.14556 -5.73177,0.67857 -0.81603,0.20641 -1.49877,0.35205 -1.51728,0.32316 -0.0178,-0.0289 -0.2893,-0.57084 -0.60181,-1.20452 -0.43201,-0.87598 -0.84587,-1.4286 -1.72391,-2.30581 -1.72557,-1.72389 -3.54722,-2.51901 -5.77442,-2.51901 l -1.03207,0 -0.0959,-0.72122 c -0.25666,-1.9348 -1.37244,-4.42785 -2.75405,-6.15259 -2.50389,-3.12565 -6.0138,-4.83335 -9.93302,-4.83335 z"
 
       id="path4220"
 
       inkscape:connector-curvature="0"
 
       sodipodi:nodetypes="scccsccccsccsssscccsssscccscccsscsssccccsccssccsscsssccss" />
 
    <path
 
       sodipodi:nodetypes="scccsccccsccsssscccsssscccscccsscsssccccsccssccsscsssccss"
 
       inkscape:connector-curvature="0"
 
       id="path4222"
 
       d="m 59.275972,-159.96219 c -3.40511,0 -6.21344,2.73534 -6.42551,6.25871 l -0.0393,0.65677 -0.44021,-0.0336 c -0.56605,-0.0431 -1.34545,0.12285 -1.96936,0.41888 -0.60551,0.28732 -1.54454,1.20016 -1.85469,1.80304 l -0.20849,0.40561 -0.54399,-0.27815 c -1.16233,-0.59383 -2.30049,-0.86384 -3.64017,-0.86337 -0.95123,2.5e-4 -1.66778,0.11373 -2.51193,0.39709 -2.29772,0.77134 -4.07772,2.59713 -4.72531,4.84759 l -0.17107,0.59421 -0.51698,0 c -2.46723,0 -4.87701,1.42614 -5.55219,3.2862 -0.51125,1.40848 -0.15871,2.7238 1.05102,3.92307 0.53038,0.52582 0.7407,0.67727 1.3775,0.9918 1.10677,0.54664 1.93732,0.74121 3.21987,0.7539 l 1.02828,0.01 0.51981,0.50892 c 0.72048,0.7055 1.76253,1.18322 2.58064,1.18322 0.24889,0 0.28089,0.0267 0.4985,0.41415 0.36456,0.64897 1.16152,1.38623 1.87742,1.73717 0.83095,0.40733 1.38733,0.53927 2.29631,0.544 0.91685,0.006 1.57128,-0.14638 2.34228,-0.54068 l 0.54542,-0.27911 0.22508,0.2682 c 1.40305,1.67255 3.44294,2.77076 5.63653,3.03412 2.12164,0.25472 4.51588,-0.41466 6.21514,-1.73716 l 0.45396,-0.3535 0.69656,0.29854 c 1.38111,0.59239 2.68346,0.83371 4.14815,0.76812 2.37315,-0.10633 4.38638,-0.96601 6.07202,-2.59343 0.51348,-0.49574 1.14987,-1.22456 1.28653,-1.47323 0.006,-0.0113 0.2016,0.0928 0.43453,0.23077 0.49745,0.29482 1.52555,0.65088 2.1878,0.7577 1.87882,0.30305 3.9772,-0.34779 5.32665,-1.65187 0.26638,-0.25743 0.54729,-0.55315 0.62453,-0.65725 l 0.14074,-0.18906 0.64445,0.22177 c 0.58064,0.19999 0.73043,0.22197 1.50877,0.22176 0.75798,-2.2e-4 0.93485,-0.0246 1.43957,-0.19996 1.39315,-0.48393 2.39002,-1.45607 2.85168,-2.78155 0.23971,-0.68809 0.23841,-1.7814 -0.002,-2.51666 -0.34466,-1.05243 -1.18582,-2.03033 -2.17833,-2.53135 -0.57383,-0.28966 -1.40865,-0.49709 -2.00112,-0.49709 l -0.48001,0 -0.18765,-0.75816 c -0.90512,-3.65808 -4.70145,-6.23049 -9.19896,-6.23314 -1.19096,-7.1e-4 -1.81194,0.0728 -2.86588,0.33928 -0.40802,0.10321 -0.74939,0.17603 -0.75864,0.16159 -0.009,-0.0144 -0.14465,-0.28542 -0.30091,-0.60227 -0.216,-0.43798 -0.42293,-0.71429 -0.86195,-1.1529 -0.86279,-0.86194 -1.77362,-1.25951 -2.88722,-1.25951 l -0.51603,0 -0.0479,-0.36061 c -0.12833,-0.9674 -0.68622,-2.21392 -1.37702,-3.07629 -1.25195,-1.56282 -3.0069,-2.41667 -4.96651,-2.41667 z"
 
       style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
 
       inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
       inkscape:export-xdpi="187.72"
 
       inkscape:export-ydpi="187.72" />
 
    <g
 
       transform="matrix(0.21820996,0,0,0.21820996,-30.843206,-84.790164)"
 
       id="g4224"
 
       style="stroke-width:18.33097004;stroke-miterlimit:4;stroke-dasharray:none">
 
      <path
 
         style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:18.33097004;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 
         d="m -618.36935,-28.423272 c -1.6609,-0.14878 -5.97823,-0.80638 -7.5025,-1.14323 -6.49697,-1.43593 -13.23811,-4.38986 -18.13859,-7.94834 l -1.19181,-0.86539 -1.22969,0.6193 c -3.00493,1.51324 -5.563,2.08969 -9.27336,2.08969 -3.00049,0 -4.2177,-0.18605 -6.72675,-1.02834 -1.89187,-0.63511 -4.22873,-1.85499 -5.73479,-2.99378 -0.71929,-0.54386 -1.4269,-0.95233 -1.5726,-0.90769 -0.14567,0.0447 -1.16556,0.40514 -2.26638,0.80218 -1.10089,0.3967 -3.00739,0.93274 -4.23668,1.19153 -1.99492,0.41999 -2.63364,0.47158 -5.94224,0.48348 -3.8866,0.0155 -4.90732,-0.0997 -8.11883,-0.89953 -4.67564,-1.1646 -8.70468,-3.3738 -11.84584,-6.49517 -2.45218,-2.43672 -4.0436,-5.09632 -4.86293,-8.12706 -0.54209,-2.00505 -0.54212,-5.58486 -2.5e-4,-7.59075 1.86217,-6.89308 8.5787,-12.68694 16.98825,-14.65453 l 1.33999,-0.31339 -0.0829,-1.72141 c -0.14629,-3.03906 0.7925,-5.11126 3.4357,-7.58339 1.65335,-1.54622 3.55398,-2.71896 5.99194,-3.69704 1.79464,-0.72 5.75336,-1.77535 6.65941,-1.77535 0.5866,0 0.59828,0.18449 -0.16182,-2.559689 -0.44925,-1.62269 -0.48991,-2.02902 -0.50262,-5.03109 -0.009,-2.161559 0.0659,-3.594079 0.22115,-4.236739 1.07958,-4.45636 2.89833,-7.80195 5.85509,-10.77045 2.91746,-2.92895 6.496,-4.8393 10.7683,-5.74833 1.83708,-0.39076 5.67274,-0.43785 7.59081,-0.0932 2.79742,0.50283 5.9351,1.77756 8.3206,3.38038 2.47911,1.66578 5.68652,5.35751 6.89584,7.93716 0.22301,0.47655 0.4577,0.87008 0.52078,0.87403 0.0631,0.003 0.62875,-0.30501 1.25747,-0.68717 2.10266,-1.27741 4.95472,-2.26604 7.69203,-2.66625 0.97128,-0.14195 1.43966,-0.28669 1.43966,-0.44432 0,-0.12889 0.3749,-0.97348 0.83356,-1.87742 0.7055,-1.39102 1.11909,-1.93028 2.69209,-3.50983 3.18967,-3.2031 6.68557,-5.07862 11.7886,-6.32441 3.06422,-0.74811 5.07315,-0.9768 8.51723,-0.96966 11.79177,0.0248 21.68673,5.56368 23.77455,13.3088 0.42251,1.56626 0.39275,4.2905 -0.0624,5.83042 l -0.34116,1.15236 2.2161,-0.74734 c 5.78961,-1.95233 12.24312,-2.31381 18.46916,-1.03457 8.12041,1.66857 14.19018,6.112479 15.4246,11.293159 0.25283,1.061 0.25997,3.317669 0.0155,4.158769 -0.28358,0.96898 -0.25345,1.00666 0.92258,1.13714 3.08736,0.34265 7.24411,1.56079 10.36561,3.0377 5.64711,2.67181 10.01032,6.78958 12.27487,11.58447 3.48872,7.38683 1.74629,15.51765 -4.65142,21.70514 -3.62314,3.50403 -8.22626,6.00725 -13.58957,7.3902 -1.13254,0.29196 -2.10342,0.58681 -2.15755,0.65514 -4.0947,5.16667 -7.73909,8.11905 -13.4619,10.90556 -8.07671,3.93266 -18.32078,5.1959 -27.63387,3.40763 -3.51391,-0.67472 -7.97101,-2.17063 -10.95408,-3.67648 l -1.12797,-0.56942 -1.88764,0.89636 c -4.60293,2.18575 -9.26699,3.57189 -14.91975,4.43427 -1.90202,0.2901 -3.48822,0.38974 -6.88469,0.43189 -2.42725,0.0311 -4.77069,0.0249 -5.20761,-0.0155 z"
 
         id="path4226"
 
         inkscape:connector-curvature="0"
 
         sodipodi:nodetypes="csscssssssssssssscsssssssssssscssssssssscssscssssscssscssscc"
 
         inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
         inkscape:export-xdpi="187.72"
 
         inkscape:export-ydpi="187.72" />
 
    </g>
 
    <path
 
       inkscape:export-ydpi="187.72"
 
       inkscape:export-xdpi="187.72"
 
       inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 
       d="m 414.69435,-146.50632 c -0.25719,-0.023 -0.9257,-0.12486 -1.16172,-0.17702 -1.00602,-0.22235 -2.04984,-0.67975 -2.80866,-1.23076 l -0.18454,-0.134 -0.19041,0.0959 c -0.4653,0.23431 -0.8614,0.32357 -1.43593,0.32357 -0.4646,0 -0.65308,-0.0288 -1.04159,-0.15923 -0.29295,-0.0983 -0.65479,-0.28724 -0.888,-0.46356 -0.11138,-0.0842 -0.22095,-0.14747 -0.24351,-0.14056 -0.0226,0.007 -0.18047,0.0628 -0.35094,0.12421 -0.17046,0.0614 -0.46567,0.14444 -0.65602,0.18451 -0.3089,0.065 -0.4078,0.0731 -0.92012,0.0748 -0.60182,0.002 -0.75986,-0.0154 -1.25715,-0.13929 -0.72399,-0.18034 -1.34787,-0.52242 -1.83426,-1.00574 -0.37971,-0.37732 -0.62612,-0.78914 -0.75299,-1.25843 -0.0839,-0.31047 -0.084,-0.86478 -5e-5,-1.17538 0.28835,-1.06735 1.32837,-1.9645 2.63054,-2.26917 l 0.20749,-0.0485 -0.0128,-0.26656 c -0.0226,-0.47057 0.12272,-0.79144 0.53201,-1.17423 0.256,-0.23943 0.5503,-0.42102 0.9278,-0.57247 0.2779,-0.11149 0.89088,-0.2749 1.03118,-0.2749 0.0908,0 0.0926,0.0286 -0.025,-0.39636 -0.0696,-0.25126 -0.0759,-0.31418 -0.0778,-0.77903 -10e-4,-0.33471 0.0102,-0.55652 0.0343,-0.65603 0.16716,-0.69004 0.44878,-1.20809 0.90662,-1.66774 0.45175,-0.45354 1.00587,-0.74934 1.66741,-0.8901 0.28446,-0.0605 0.87839,-0.0678 1.17539,-0.0145 0.43316,0.0778 0.91902,0.27524 1.28839,0.52342 0.38388,0.25794 0.88053,0.82958 1.06779,1.22903 0.0346,0.0738 0.0709,0.13472 0.0806,0.13534 0.01,5.2e-4 0.0974,-0.0472 0.19471,-0.10641 0.32559,-0.1978 0.76722,-0.35088 1.19107,-0.41285 0.1504,-0.022 0.22292,-0.0444 0.22292,-0.0688 0,-0.0199 0.058,-0.15074 0.12908,-0.2907 0.10924,-0.2154 0.17328,-0.2989 0.41685,-0.54349 0.4939,-0.49598 1.03522,-0.78639 1.82539,-0.97929 0.47449,-0.11584 0.78555,-0.15125 1.31885,-0.15015 1.82588,0.004 3.35806,0.8615 3.68135,2.06079 0.0654,0.24253 0.0608,0.66436 -0.01,0.90281 l -0.0528,0.17843 0.34316,-0.11572 c 0.89648,-0.30231 1.89577,-0.35828 2.85984,-0.1602 1.25739,0.25837 2.19726,0.94648 2.3884,1.74868 0.0392,0.16429 0.0403,0.51373 0.002,0.64396 -0.0439,0.15004 -0.0392,0.15588 0.14285,0.17608 0.47806,0.053 1.12171,0.24168 1.60506,0.47037 0.87442,0.41372 1.55004,1.05133 1.90069,1.79379 0.54021,1.14381 0.2704,2.40281 -0.72025,3.36091 -0.56101,0.54258 -1.27378,0.93019 -2.10427,1.14433 -0.17536,0.0452 -0.32569,0.0909 -0.33408,0.10144 -0.63403,0.80003 -1.19834,1.25719 -2.08449,1.68867 -1.25064,0.60895 -2.83687,0.80455 -4.27894,0.52765 -0.54411,-0.10448 -1.23427,-0.33612 -1.69617,-0.56929 l -0.17466,-0.0882 -0.29229,0.13879 c -0.71274,0.33845 -1.43494,0.55309 -2.31024,0.68662 -0.29451,0.0449 -0.54012,0.0604 -1.06605,0.0669 -0.37585,0.005 -0.73871,0.004 -0.80637,-0.002 z"
 
       id="path4228"
 
       inkscape:connector-curvature="0"
 
       sodipodi:nodetypes="csscssssssssssssscsssssssssssscssssssssscssscssssscssscssscc" />
 
    <path
 
       sodipodi:nodetypes="csscssssssssssssscsssssssssssscssssssssscssscssssscssscssscc"
 
       inkscape:connector-curvature="0"
 
       id="path4230"
 
       d="m 626.40572,-137.68214 c -0.20113,-0.018 -0.72392,-0.0976 -0.90849,-0.13844 -0.78673,-0.17388 -1.60302,-0.53158 -2.19643,-0.96248 l -0.14432,-0.1048 -0.1489,0.075 c -0.36388,0.18324 -0.67364,0.25304 -1.12293,0.25304 -0.36333,0 -0.51072,-0.0225 -0.81455,-0.12452 -0.22909,-0.0769 -0.51206,-0.22463 -0.69443,-0.36252 -0.0871,-0.0659 -0.17279,-0.11532 -0.19043,-0.10992 -0.0177,0.006 -0.14113,0.0491 -0.27445,0.0971 -0.1333,0.048 -0.36416,0.11296 -0.51302,0.14429 -0.24156,0.0508 -0.31891,0.0572 -0.71955,0.0585 -0.47064,0.002 -0.59423,-0.012 -0.98312,-0.10893 -0.56618,-0.14103 -1.05407,-0.40855 -1.43443,-0.78652 -0.29694,-0.29507 -0.48964,-0.61712 -0.58886,-0.98411 -0.0656,-0.24279 -0.0657,-0.67628 -4e-5,-0.91917 0.2255,-0.8347 1.03882,-1.53629 2.05714,-1.77454 l 0.16227,-0.0379 -0.01,-0.20846 c -0.0177,-0.368 0.096,-0.61892 0.41604,-0.91827 0.2002,-0.18724 0.43035,-0.32925 0.72556,-0.44769 0.21732,-0.0872 0.69669,-0.21498 0.8064,-0.21498 0.071,0 0.0724,0.0224 -0.0195,-0.30996 -0.0544,-0.19649 -0.0593,-0.24569 -0.0608,-0.60922 -7.8e-4,-0.26175 0.008,-0.43521 0.0268,-0.51303 0.13072,-0.53962 0.35095,-0.94475 0.70899,-1.30421 0.35328,-0.35467 0.78661,-0.586 1.30395,-0.69607 0.22246,-0.0473 0.68692,-0.053 0.91918,-0.0113 0.33874,0.0608 0.7187,0.21524 1.00755,0.40932 0.30021,0.20172 0.6886,0.64875 0.83504,0.96113 0.0271,0.0577 0.0554,0.10535 0.063,0.10584 0.008,4.1e-4 0.0762,-0.0369 0.15227,-0.0832 0.25462,-0.15468 0.59998,-0.2744 0.93144,-0.32286 0.11762,-0.0172 0.17433,-0.0347 0.17433,-0.0538 0,-0.0156 0.0454,-0.11788 0.10094,-0.22733 0.0854,-0.16845 0.13551,-0.23375 0.32599,-0.42502 0.38624,-0.38787 0.80956,-0.61498 1.42749,-0.76583 0.37106,-0.0906 0.61432,-0.11828 1.03137,-0.11742 1.42788,0.003 2.62608,0.67371 2.8789,1.61158 0.0511,0.18967 0.0476,0.51955 -0.008,0.70602 l -0.0413,0.13954 0.26836,-0.0905 c 0.70106,-0.23642 1.48253,-0.28019 2.23645,-0.12528 0.98331,0.20205 1.71831,0.74016 1.86778,1.3675 0.0307,0.12848 0.0315,0.40175 0.002,0.50359 -0.0343,0.11734 -0.0307,0.12191 0.11171,0.1377 0.37385,0.0414 0.8772,0.189 1.25519,0.36784 0.68382,0.32354 1.21217,0.82217 1.48638,1.40279 0.42246,0.89448 0.21146,1.87905 -0.56325,2.6283 -0.43872,0.42431 -0.99612,0.72743 -1.64558,0.89489 -0.13714,0.0354 -0.2547,0.0711 -0.26126,0.0793 -0.49583,0.62564 -0.93713,0.98316 -1.63012,1.32058 -0.97803,0.47622 -2.21849,0.62918 -3.34622,0.41264 -0.42551,-0.0817 -0.96523,-0.26285 -1.32644,-0.4452 l -0.13659,-0.069 -0.22858,0.10854 c -0.55738,0.26467 -1.12215,0.43253 -1.80666,0.53695 -0.23031,0.0351 -0.42238,0.0472 -0.83367,0.0523 -0.29393,0.004 -0.57769,0.003 -0.6306,-0.002 z"
 
       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 
       inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
       inkscape:export-xdpi="187.72"
 
       inkscape:export-ydpi="187.72" />
 
    <path
 
       inkscape:export-ydpi="187.72"
 
       inkscape:export-xdpi="187.72"
 
       inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
       sodipodi:nodetypes="csscssssssssssssscsssssssssssscssssssssscssscssssscssscssscc"
 
       inkscape:connector-curvature="0"
 
       id="path4232"
 
       d="m 469.75528,-79.637954 c -0.30464,-0.02728 -1.09653,-0.147906 -1.3761,-0.209687 -1.19168,-0.263381 -2.42813,-0.805189 -3.32698,-1.457882 l -0.21859,-0.158728 -0.22555,0.113593 c -0.55117,0.277552 -1.02037,0.383284 -1.70092,0.383284 -0.55035,0 -0.77361,-0.03412 -1.23382,-0.188614 -0.347,-0.116491 -0.77563,-0.340243 -1.05187,-0.549119 -0.13193,-0.09975 -0.26172,-0.174676 -0.28844,-0.16649 -0.0267,0.0082 -0.21379,0.07432 -0.4157,0.147137 -0.20193,0.07276 -0.55162,0.17108 -0.77709,0.218549 -0.36591,0.07704 -0.48306,0.0865 -1.08993,0.08868 -0.71287,0.0028 -0.9001,-0.01826 -1.48915,-0.164989 -0.8576,-0.213607 -1.59661,-0.618817 -2.17276,-1.191343 -0.44977,-0.44694 -0.74167,-0.934764 -0.89195,-1.490658 -0.0994,-0.367767 -0.0994,-1.024373 -4e-5,-1.392295 0.34155,-1.264319 1.57349,-2.32703 3.11597,-2.687923 l 0.24578,-0.05746 -0.0152,-0.315743 c -0.0269,-0.557424 0.14535,-0.9375 0.63017,-1.390941 0.30326,-0.283608 0.65187,-0.49871 1.09904,-0.678109 0.32917,-0.132058 1.05528,-0.325635 1.22147,-0.325635 0.10759,0 0.10973,0.03384 -0.0297,-0.469494 -0.0824,-0.297638 -0.0899,-0.372166 -0.0922,-0.9228 -10e-4,-0.396475 0.012,-0.659222 0.0405,-0.777101 0.19802,-0.817386 0.53161,-1.431028 1.07393,-1.975508 0.53513,-0.537232 1.1915,-0.887627 1.97512,-1.054357 0.33695,-0.07167 1.04049,-0.08031 1.3923,-0.01706 0.5131,0.09222 1.08862,0.326037 1.52616,0.620023 0.45472,0.305541 1.04302,0.982671 1.26483,1.455831 0.0409,0.08741 0.084,0.159588 0.0955,0.160314 0.0116,5.5e-4 0.11532,-0.05598 0.23064,-0.126036 0.38567,-0.234307 0.90879,-0.415638 1.41087,-0.489044 0.17815,-0.02602 0.26406,-0.05259 0.26406,-0.0815 0,-0.02362 0.0687,-0.178553 0.15289,-0.344353 0.1294,-0.255139 0.20526,-0.354054 0.49378,-0.643774 0.58505,-0.587508 1.22627,-0.931515 2.16226,-1.160019 0.56204,-0.137218 0.93051,-0.17916 1.56223,-0.177855 2.16283,0.0042 3.97777,1.020488 4.36071,2.441096 0.0775,0.287281 0.072,0.786964 -0.0114,1.069409 l -0.0626,0.211365 0.40647,-0.13707 c 1.06193,-0.358101 2.24563,-0.424401 3.3876,-0.189763 1.48945,0.306049 2.60276,1.121144 2.82918,2.071384 0.0464,0.194613 0.0477,0.608523 0.003,0.762803 -0.052,0.177728 -0.0465,0.184637 0.16922,0.208573 0.56628,0.06282 1.32871,0.28628 1.90125,0.55717 1.03579,0.490059 1.83609,1.24534 2.25146,2.124817 0.63989,1.354893 0.32029,2.846243 -0.85317,3.981148 -0.66455,0.642711 -1.50886,1.101848 -2.49259,1.355507 -0.20773,0.05358 -0.38581,0.107628 -0.39574,0.120163 -0.75105,0.947667 -1.4195,1.489193 -2.46917,2.000297 -1.48143,0.721327 -3.36039,0.953025 -5.06859,0.625021 -0.64452,-0.123759 -1.46204,-0.398132 -2.00919,-0.674337 l -0.2069,-0.104442 -0.34622,0.164411 c -0.84427,0.400909 -1.69975,0.655153 -2.73657,0.813332 -0.34888,0.05323 -0.63982,0.07148 -1.26279,0.07922 -0.44521,0.0056 -0.87504,0.0042 -0.95518,-0.0028 z"
 
       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
 
    <path
 
       sodipodi:nodetypes="scccsccccsccsssscccsssscccscccsscsssccccsccssccsscsssccss"
 
       inkscape:connector-curvature="0"
 
       id="path4234"
 
       d="m 810.18259,-151.057 c -5.86966,0 -10.71062,4.71513 -11.07618,10.78865 l -0.0678,1.13212 -0.75882,-0.058 c -0.97575,-0.0742 -2.31927,0.21178 -3.39475,0.72207 -1.04377,0.49527 -2.66245,2.06881 -3.19708,3.10804 l -0.35939,0.69919 -0.93772,-0.47947 c -2.00361,-1.02364 -3.96555,-1.48908 -6.27486,-1.48827 -1.63971,4.4e-4 -2.87489,0.19605 -4.33003,0.68451 -3.96076,1.32961 -7.0291,4.47688 -8.1454,8.35617 l -0.29488,1.02428 -0.89117,0 c -4.25296,0 -8.40691,2.45837 -9.57076,5.6647 -0.88129,2.42791 -0.27358,4.69524 1.81172,6.76253 0.91426,0.90638 1.27682,1.16746 2.37451,1.70964 1.90784,0.94229 3.33952,1.27769 5.55036,1.29956 l 1.77253,0.0172 0.89603,0.87728 c 1.24197,1.21613 3.03822,2.0396 4.44847,2.0396 0.42904,0 0.4842,0.046 0.8593,0.71392 0.62843,1.11867 2.00222,2.38956 3.23627,2.9945 1.43238,0.70214 2.39145,0.92957 3.95834,0.93772 1.58044,0.01 2.70854,-0.25232 4.03759,-0.932 l 0.94018,-0.48112 0.38799,0.46231 c 2.41854,2.8831 5.93487,4.776191 9.71615,5.230166 3.65723,0.439073 7.78438,-0.714792 10.71353,-2.994496 l 0.78253,-0.60936 1.20073,0.51462 c 2.38073,1.02115 4.62569,1.43715 7.1505,1.32407 4.09079,-0.18329 7.56117,-1.6652 10.46683,-4.4705 0.88513,-0.85456 1.98214,-2.11088 2.2177,-2.53952 0.0109,-0.0196 0.34752,0.15992 0.74904,0.39779 0.8575,0.5082 2.62971,1.12198 3.7713,1.30611 3.23867,0.5224 6.85581,-0.59951 9.18197,-2.84747 0.45919,-0.44375 0.94341,-0.95351 1.07656,-1.13294 l 0.2426,-0.32591 1.11089,0.38228 c 1.0009,0.34475 1.25911,0.38264 2.60079,0.38228 1.3066,-3.8e-4 1.61148,-0.0424 2.48151,-0.3447 2.40148,-0.83418 4.11987,-2.50995 4.91568,-4.79478 0.41321,-1.18611 0.41097,-3.07074 -0.003,-4.33818 -0.59412,-1.81417 -2.04408,-3.49984 -3.75496,-4.36348 -0.98916,-0.49932 -2.42821,-0.85688 -3.4495,-0.85688 l -0.82742,0 -0.32347,-1.30691 c -1.56024,-6.30572 -8.10428,-10.74 -15.857,-10.74457 -2.05297,-8.6e-4 -3.12339,0.12546 -4.94016,0.58486 -0.70333,0.1779 -1.29178,0.30343 -1.30773,0.27853 -0.0154,-0.0249 -0.24935,-0.49201 -0.5187,-1.03817 -0.37234,-0.755 -0.72905,-1.2313 -1.48582,-1.98736 -1.48725,-1.4858 -3.05732,-2.17111 -4.97692,-2.17111 l -0.88953,0 -0.0827,-0.62161 c -0.22121,-1.66759 -1.18289,-3.81633 -2.37369,-5.30286 -2.15808,-2.69397 -5.18324,-4.16583 -8.56118,-4.16583 z"
 
       style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
 
       inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
       inkscape:export-xdpi="187.72"
 
       inkscape:export-ydpi="187.72" />
 
    <path
 
       inkscape:export-ydpi="187.72"
 
       inkscape:export-xdpi="187.72"
 
       inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
       style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
 
       d="m 605.90078,-149.83951 c -3.40511,0 -6.21344,2.73534 -6.42551,6.25871 l -0.0393,0.65677 -0.44021,-0.0336 c -0.56605,-0.0431 -1.34545,0.12285 -1.96936,0.41888 -0.60551,0.28732 -1.54454,1.20016 -1.85469,1.80304 l -0.20849,0.40561 -0.54399,-0.27815 c -1.16233,-0.59383 -2.30049,-0.86384 -3.64017,-0.86337 -0.95123,2.5e-4 -1.66778,0.11373 -2.51193,0.39709 -2.29772,0.77134 -4.07772,2.59713 -4.72531,4.84759 l -0.17107,0.59421 -0.51698,0 c -2.46723,0 -4.87701,1.42614 -5.55219,3.2862 -0.51125,1.40848 -0.15871,2.7238 1.05102,3.92307 0.53038,0.52582 0.7407,0.67727 1.3775,0.9918 1.10677,0.54664 1.93732,0.74121 3.21987,0.7539 l 1.02828,0.01 0.51981,0.50892 c 0.72048,0.7055 1.76253,1.18322 2.58064,1.18322 0.24889,0 0.28089,0.0267 0.4985,0.41415 0.36456,0.64897 1.16152,1.38623 1.87742,1.73717 0.83095,0.40733 1.38733,0.53927 2.29631,0.544 0.91685,0.006 1.57128,-0.14638 2.34228,-0.54068 l 0.54542,-0.27911 0.22508,0.2682 c 1.40305,1.67255 3.44294,2.77076 5.63653,3.03412 2.12164,0.25472 4.51588,-0.41466 6.21514,-1.73716 l 0.45396,-0.3535 0.69656,0.29854 c 1.38111,0.59239 2.68346,0.83371 4.14815,0.76812 2.37315,-0.10633 4.38638,-0.96601 6.07202,-2.59343 0.51348,-0.49574 1.14987,-1.22456 1.28653,-1.47323 0.006,-0.0113 0.2016,0.0928 0.43453,0.23077 0.49745,0.29482 1.52555,0.65088 2.1878,0.7577 1.87882,0.30305 3.9772,-0.34779 5.32665,-1.65187 0.26638,-0.25743 0.54729,-0.55315 0.62453,-0.65725 l 0.14074,-0.18906 0.64445,0.22177 c 0.58064,0.19999 0.73043,0.22197 1.50877,0.22176 0.75798,-2.2e-4 0.93485,-0.0246 1.43957,-0.19996 1.39315,-0.48393 2.39002,-1.45607 2.85168,-2.78155 0.23971,-0.68809 0.23841,-1.7814 -0.002,-2.51666 -0.34466,-1.05243 -1.18582,-2.03033 -2.17833,-2.53135 -0.57383,-0.28966 -1.40865,-0.49709 -2.00112,-0.49709 l -0.48001,0 -0.18765,-0.75816 c -0.90512,-3.65808 -4.70145,-6.23049 -9.19896,-6.23314 -1.19096,-7.1e-4 -1.81194,0.0728 -2.86588,0.33928 -0.40802,0.10321 -0.74939,0.17603 -0.75864,0.16159 -0.009,-0.0144 -0.14465,-0.28542 -0.30091,-0.60227 -0.216,-0.43798 -0.42293,-0.71429 -0.86195,-1.1529 -0.86279,-0.86194 -1.77362,-1.25951 -2.88722,-1.25951 l -0.51603,0 -0.0479,-0.36061 c -0.12833,-0.9674 -0.68622,-2.21392 -1.37702,-3.07629 -1.25195,-1.56282 -3.0069,-2.41667 -4.96651,-2.41667 z"
 
       id="path4236"
 
       inkscape:connector-curvature="0"
 
       sodipodi:nodetypes="scccsccccsccsssscccsssscccscccsscsssccccsccssccsscsssccss" />
 
    <g
 
       style="stroke-width:18.33097004;stroke-miterlimit:4;stroke-dasharray:none"
 
       id="g4238"
 
       transform="matrix(0.21820996,0,0,0.21820996,534.00243,-141.47718)">
 
      <path
 
         inkscape:export-ydpi="187.72"
 
         inkscape:export-xdpi="187.72"
 
         inkscape:export-filename="/Users/chrisjrn/Desktop/nbp-logo-2"
 
         sodipodi:nodetypes="csscssssssssssssscsssssssssssscssssssssscssscssssscssscssscc"
 
         inkscape:connector-curvature="0"
 
         id="path4240"
 
         d="m -618.36935,-28.423272 c -1.6609,-0.14878 -5.97823,-0.80638 -7.5025,-1.14323 -6.49697,-1.43593 -13.23811,-4.38986 -18.13859,-7.94834 l -1.19181,-0.86539 -1.22969,0.6193 c -3.00493,1.51324 -5.563,2.08969 -9.27336,2.08969 -3.00049,0 -4.2177,-0.18605 -6.72675,-1.02834 -1.89187,-0.63511 -4.22873,-1.85499 -5.73479,-2.99378 -0.71929,-0.54386 -1.4269,-0.95233 -1.5726,-0.90769 -0.14567,0.0447 -1.16556,0.40514 -2.26638,0.80218 -1.10089,0.3967 -3.00739,0.93274 -4.23668,1.19153 -1.99492,0.41999 -2.63364,0.47158 -5.94224,0.48348 -3.8866,0.0155 -4.90732,-0.0997 -8.11883,-0.89953 -4.67564,-1.1646 -8.70468,-3.3738 -11.84584,-6.49517 -2.45218,-2.43672 -4.0436,-5.09632 -4.86293,-8.12706 -0.54209,-2.00505 -0.54212,-5.58486 -2.5e-4,-7.59075 1.86217,-6.89308 8.5787,-12.68694 16.98825,-14.65453 l 1.33999,-0.31339 -0.0829,-1.72141 c -0.14629,-3.03906 0.7925,-5.11126 3.4357,-7.58339 1.65335,-1.54622 3.55398,-2.71896 5.99194,-3.69704 1.79464,-0.72 5.75336,-1.77535 6.65941,-1.77535 0.5866,0 0.59828,0.18449 -0.16182,-2.559689 -0.44925,-1.62269 -0.48991,-2.02902 -0.50262,-5.03109 -0.009,-2.161559 0.0659,-3.594079 0.22115,-4.236739 1.07958,-4.45636 2.89833,-7.80195 5.85509,-10.77045 2.91746,-2.92895 6.496,-4.8393 10.7683,-5.74833 1.83708,-0.39076 5.67274,-0.43785 7.59081,-0.0932 2.79742,0.50283 5.9351,1.77756 8.3206,3.38038 2.47911,1.66578 5.68652,5.35751 6.89584,7.93716 0.22301,0.47655 0.4577,0.87008 0.52078,0.87403 0.0631,0.003 0.62875,-0.30501 1.25747,-0.68717 2.10266,-1.27741 4.95472,-2.26604 7.69203,-2.66625 0.97128,-0.14195 1.43966,-0.28669 1.43966,-0.44432 0,-0.12889 0.3749,-0.97348 0.83356,-1.87742 0.7055,-1.39102 1.11909,-1.93028 2.69209,-3.50983 3.18967,-3.2031 6.68557,-5.07862 11.7886,-6.32441 3.06422,-0.74811 5.07315,-0.9768 8.51723,-0.96966 11.79177,0.0248 21.68673,5.56368 23.77455,13.3088 0.42251,1.56626 0.39275,4.2905 -0.0624,5.83042 l -0.34116,1.15236 2.2161,-0.74734 c 5.78961,-1.95233 12.24312,-2.31381 18.46916,-1.03457 8.12041,1.66857 14.19018,6.112479 15.4246,11.293159 0.25283,1.061 0.25997,3.317669 0.0155,4.158769 -0.28358,0.96898 -0.25345,1.00666 0.92258,1.13714 3.08736,0.34265 7.24411,1.56079 10.36561,3.0377 5.64711,2.67181 10.01032,6.78958 12.27487,11.58447 3.48872,7.38683 1.74629,15.51765 -4.65142,21.70514 -3.62314,3.50403 -8.22626,6.00725 -13.58957,7.3902 -1.13254,0.29196 -2.10342,0.58681 -2.15755,0.65514 -4.0947,5.16667 -7.73909,8.11905 -13.4619,10.90556 -8.07671,3.93266 -18.32078,5.1959 -27.63387,3.40763 -3.51391,-0.67472 -7.97101,-2.17063 -10.95408,-3.67648 l -1.12797,-0.56942 -1.88764,0.89636 c -4.60293,2.18575 -9.26699,3.57189 -14.91975,4.43427 -1.90202,0.2901 -3.48822,0.38974 -6.88469,0.43189 -2.42725,0.0311 -4.77069,0.0249 -5.20761,-0.0155 z"
 
         style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:18.33097004;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
 
    </g>
 
  </g>
 
</svg>
static/images/homepage-header-background.svg
Show inline comments
 
new file 100644
 
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
<!-- Created with Inkscape (http://www.inkscape.org/) -->
 

	
 
<svg
 
   xmlns:dc="http://purl.org/dc/elements/1.1/"
 
   xmlns:cc="http://creativecommons.org/ns#"
 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
   xmlns:svg="http://www.w3.org/2000/svg"
 
   xmlns="http://www.w3.org/2000/svg"
 
   xmlns:xlink="http://www.w3.org/1999/xlink"
 
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 
   width="40.988667mm"
 
   height="18.849855mm"
 
   viewBox="0 0 145.23543 66.790829"
 
   id="svg7090"
 
   version="1.1"
 
   inkscape:version="0.91 r13725"
 
   sodipodi:docname="homepage-header-background.svg"
 
   inkscape:export-filename="/Users/chrisjrn/Desktop/tinyletter-background.png"
 
   inkscape:export-xdpi="635"
 
   inkscape:export-ydpi="635">
 
  <defs
 
     id="defs7092">
 
    <linearGradient
 
       id="linearGradient6747">
 
      <stop
 
         id="stop6749"
 
         offset="0"
 
         style="stop-color:#3c9c00;stop-opacity:1" />
 
      <stop
 
         id="stop6751"
 
         offset="1"
 
         style="stop-color:#309600;stop-opacity:1;" />
 
    </linearGradient>
 
    <clipPath
 
       id="clipPath3055"
 
       clipPathUnits="userSpaceOnUse">
 
      <path
 
         id="path3057"
 
         d="M 0,0 487,0 487,172 0,172 0,0 Z"
 
         inkscape:connector-curvature="0" />
 
    </clipPath>
 
    <linearGradient
 
       id="linearGradient2795">
 
      <stop
 
         style="stop-color:#b8b8b8;stop-opacity:0.49803922;"
 
         offset="0"
 
         id="stop2797" />
 
      <stop
 
         style="stop-color:#7f7f7f;stop-opacity:0;"
 
         offset="1"
 
         id="stop2799" />
 
    </linearGradient>
 
    <linearGradient
 
       id="linearGradient2787">
 
      <stop
 
         style="stop-color:#7f7f7f;stop-opacity:0.5;"
 
         offset="0"
 
         id="stop2789" />
 
      <stop
 
         style="stop-color:#7f7f7f;stop-opacity:0;"
 
         offset="1"
 
         id="stop2791" />
 
    </linearGradient>
 
    <linearGradient
 
       id="linearGradient3676">
 
      <stop
 
         style="stop-color:#b2b2b2;stop-opacity:0.5;"
 
         offset="0"
 
         id="stop3678" />
 
      <stop
 
         style="stop-color:#b3b3b3;stop-opacity:0;"
 
         offset="1"
 
         id="stop3680" />
 
    </linearGradient>
 
    <linearGradient
 
       id="linearGradient3236">
 
      <stop
 
         style="stop-color:#f4f4f4;stop-opacity:1"
 
         offset="0"
 
         id="stop3244" />
 
      <stop
 
         style="stop-color:white;stop-opacity:1"
 
         offset="1"
 
         id="stop3240" />
 
    </linearGradient>
 
    <linearGradient
 
       id="linearGradient4671">
 
      <stop
 
         style="stop-color:#ffd43b;stop-opacity:1;"
 
         offset="0"
 
         id="stop4673" />
 
      <stop
 
         style="stop-color:#ffe873;stop-opacity:1"
 
         offset="1"
 
         id="stop4675" />
 
    </linearGradient>
 
    <linearGradient
 
       id="linearGradient4689">
 
      <stop
 
         style="stop-color:#4abf00;stop-opacity:1;"
 
         offset="0"
 
         id="stop4691" />
 
      <stop
 
         style="stop-color:#309600;stop-opacity:1;"
 
         offset="1"
 
         id="stop4693" />
 
    </linearGradient>
 
    <linearGradient
 
       x1="224.23996"
 
       y1="144.75717"
 
       x2="-65.308502"
 
       y2="144.75717"
 
       id="linearGradient2987"
 
       xlink:href="#linearGradient4671"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="translate(100.2702,99.61116)" />
 
    <linearGradient
 
       x1="172.94208"
 
       y1="77.475983"
 
       x2="26.670298"
 
       y2="76.313133"
 
       id="linearGradient2990"
 
       xlink:href="#linearGradient4689"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="translate(100.2702,99.61116)" />
 
    <linearGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient4671"
 
       id="linearGradient2255"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="matrix(0.562541,0,0,0.567972,-11.5974,-7.60954)"
 
       x1="224.23996"
 
       y1="144.75717"
 
       x2="-65.308502"
 
       y2="144.75717" />
 
    <linearGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient4689"
 
       id="linearGradient2258"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="matrix(0.562541,0,0,0.567972,-11.5974,-7.60954)"
 
       x1="172.94208"
 
       y1="76.176224"
 
       x2="26.670298"
 
       y2="76.313133" />
 
    <radialGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient2795"
 
       id="radialGradient2801"
 
       cx="61.518883"
 
       cy="132.28575"
 
       fx="61.518883"
 
       fy="132.28575"
 
       r="29.036913"
 
       gradientTransform="matrix(1,0,0,0.177966,0,108.7434)"
 
       gradientUnits="userSpaceOnUse" />
 
    <radialGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient2795"
 
       id="radialGradient1480"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="matrix(2.382716e-8,-0.296405,1.43676,4.683673e-7,-128.544,150.5202)"
 
       cx="61.518883"
 
       cy="132.28575"
 
       fx="61.518883"
 
       fy="132.28575"
 
       r="29.036913" />
 
    <linearGradient
 
       id="linearGradient4125">
 
      <stop
 
         style="stop-color:#000080;stop-opacity:0.28456914;"
 
         offset="0"
 
         id="stop4127" />
 
      <stop
 
         style="stop-color:#000080;stop-opacity:0;"
 
         offset="1"
 
         id="stop4129" />
 
    </linearGradient>
 
    <inkscape:perspective
 
       sodipodi:type="inkscape:persp3d"
 
       inkscape:vp_x="0 : 526.18112 : 1"
 
       inkscape:vp_y="0 : 1000 : 0"
 
       inkscape:vp_z="744.09449 : 526.18112 : 1"
 
       inkscape:persp3d-origin="372.04724 : 350.78741 : 1"
 
       id="perspective3015" />
 
    <clipPath
 
       id="clipPath3055-6"
 
       clipPathUnits="userSpaceOnUse">
 
      <path
 
         id="path3057-3"
 
         d="M 0,0 487,0 487,172 0,172 0,0 Z"
 
         inkscape:connector-curvature="0" />
 
    </clipPath>
 
    <linearGradient
 
       x1="224.23996"
 
       y1="144.75717"
 
       x2="-65.308502"
 
       y2="144.75717"
 
       id="linearGradient5337"
 
       xlink:href="#linearGradient4671"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="translate(100.2702,99.61116)" />
 
    <linearGradient
 
       x1="172.94208"
 
       y1="77.475983"
 
       x2="26.670298"
 
       y2="76.313133"
 
       id="linearGradient5339"
 
       xlink:href="#linearGradient4689"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="translate(100.2702,99.61116)" />
 
    <linearGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient4671"
 
       id="linearGradient5341"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="matrix(0.562541,0,0,0.567972,-11.5974,-7.60954)"
 
       x1="224.23996"
 
       y1="144.75717"
 
       x2="-65.308502"
 
       y2="144.75717" />
 
    <linearGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient4689"
 
       id="linearGradient5343"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="matrix(0.562541,0,0,0.567972,-11.5974,-7.60954)"
 
       x1="172.94208"
 
       y1="76.176224"
 
       x2="26.670298"
 
       y2="76.313133" />
 
    <radialGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient2795"
 
       id="radialGradient2801-4"
 
       cx="61.518883"
 
       cy="132.28575"
 
       fx="61.518883"
 
       fy="132.28575"
 
       r="29.036913"
 
       gradientTransform="matrix(1,0,0,0.177966,0,108.7434)"
 
       gradientUnits="userSpaceOnUse" />
 
    <radialGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient2795"
 
       id="radialGradient1480-2"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="matrix(2.382716e-8,-0.296405,1.43676,4.683673e-7,-128.544,150.5202)"
 
       cx="61.518883"
 
       cy="132.28575"
 
       fx="61.518883"
 
       fy="132.28575"
 
       r="29.036913" />
 
    <inkscape:perspective
 
       sodipodi:type="inkscape:persp3d"
 
       inkscape:vp_x="0 : 526.18111 : 1"
 
       inkscape:vp_y="0 : 1000 : 0"
 
       inkscape:vp_z="744.09453 : 526.18111 : 1"
 
       inkscape:persp3d-origin="372.04727 : 350.78741 : 1"
 
       id="perspective3015-3" />
 
    <linearGradient
 
       id="linearGradient8426-1"
 
       inkscape:collect="always">
 
      <stop
 
         id="stop8428-0"
 
         offset="0"
 
         style="stop-color:#449fe8;stop-opacity:0" />
 
      <stop
 
         id="stop8430-9"
 
         offset="1"
 
         style="stop-color:#000000;stop-opacity:1" />
 
    </linearGradient>
 
    <clipPath
 
       id="clipPath3055-9"
 
       clipPathUnits="userSpaceOnUse">
 
      <path
 
         id="path3057-31"
 
         d="M 0,0 487,0 487,172 0,172 0,0 Z"
 
         inkscape:connector-curvature="0" />
 
    </clipPath>
 
    <linearGradient
 
       x1="224.23996"
 
       y1="144.75717"
 
       x2="-65.308502"
 
       y2="144.75717"
 
       id="linearGradient4723"
 
       xlink:href="#linearGradient4671"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="translate(100.2702,99.61116)" />
 
    <linearGradient
 
       x1="172.94208"
 
       y1="77.475983"
 
       x2="26.670298"
 
       y2="76.313133"
 
       id="linearGradient4725"
 
       xlink:href="#linearGradient4689"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="translate(100.2702,99.61116)" />
 
    <linearGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient4671"
 
       id="linearGradient4727"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="matrix(0.562541,0,0,0.567972,-11.5974,-7.60954)"
 
       x1="224.23996"
 
       y1="144.75717"
 
       x2="-65.308502"
 
       y2="144.75717" />
 
    <linearGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient4689"
 
       id="linearGradient4729"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="matrix(0.562541,0,0,0.567972,-11.5974,-7.60954)"
 
       x1="172.94208"
 
       y1="76.176224"
 
       x2="26.670298"
 
       y2="76.313133" />
 
    <radialGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient2795"
 
       id="radialGradient2801-9"
 
       cx="61.518883"
 
       cy="132.28575"
 
       fx="61.518883"
 
       fy="132.28575"
 
       r="29.036913"
 
       gradientTransform="matrix(1,0,0,0.177966,0,108.7434)"
 
       gradientUnits="userSpaceOnUse" />
 
    <radialGradient
 
       inkscape:collect="always"
 
       xlink:href="#linearGradient2795"
 
       id="radialGradient1480-25"
 
       gradientUnits="userSpaceOnUse"
 
       gradientTransform="matrix(2.382716e-8,-0.296405,1.43676,4.683673e-7,-128.544,150.5202)"
 
       cx="61.518883"
 
       cy="132.28575"
 
       fx="61.518883"
 
       fy="132.28575"
 
       r="29.036913" />
 
    <inkscape:perspective
 
       sodipodi:type="inkscape:persp3d"
 
       inkscape:vp_x="0 : 526.18109 : 1"
 
       inkscape:vp_y="0 : 1000 : 0"
 
       inkscape:vp_z="744.09451 : 526.18109 : 1"
 
       inkscape:persp3d-origin="372.04725 : 350.78739 : 1"
 
       id="perspective3015-0" />
 
    <linearGradient
 
       y2="317.79077"
 
       x2="242.77402"
 
       y1="150.29053"
 
       x1="242.06917"
 
       gradientTransform="matrix(0.95512897,0,0,0.95512897,419.4888,272.48614)"
 
       gradientUnits="userSpaceOnUse"
 
       id="linearGradient8442"
 
       xlink:href="#linearGradient8426-1"
 
       inkscape:collect="always" />
 
    <filter
 
       inkscape:collect="always"
 
       style="color-interpolation-filters:sRGB"
 
       id="filter5766"
 
       x="-0.013318205"
 
       width="1.0266364"
 
       y="-0.013318205"
 
       height="1.0266364">
 
      <feGaussianBlur
 
         inkscape:collect="always"
 
         stdDeviation="0.96918889"
 
         id="feGaussianBlur5768" />
 
    </filter>
 
  </defs>
 
  <sodipodi:namedview
 
     id="base"
 
     pagecolor="#ffffff"
 
     bordercolor="#666666"
 
     borderopacity="1.0"
 
     inkscape:pageopacity="0.0"
 
     inkscape:pageshadow="2"
 
     inkscape:zoom="2.4278946"
 
     inkscape:cx="-8.9551943"
 
     inkscape:cy="3.5780528"
 
     inkscape:document-units="px"
 
     inkscape:current-layer="g5760"
 
     showgrid="false"
 
     fit-margin-top="0"
 
     fit-margin-left="0"
 
     fit-margin-right="0"
 
     fit-margin-bottom="0"
 
     borderlayer="true"
 
     inkscape:window-width="1440"
 
     inkscape:window-height="806"
 
     inkscape:window-x="0"
 
     inkscape:window-y="1"
 
     inkscape:window-maximized="1"
 
     showguides="false" />
 
  <metadata
 
     id="metadata7095">
 
    <rdf:RDF>
 
      <cc:Work
 
         rdf:about="">
 
        <dc:format>image/svg+xml</dc:format>
 
        <dc:type
 
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
 
        <dc:title></dc:title>
 
      </cc:Work>
 
    </rdf:RDF>
 
  </metadata>
 
  <g
 
     inkscape:label="Layer 1"
 
     inkscape:groupmode="layer"
 
     id="layer1"
 
     transform="translate(619.14929,262.55624)">
 
    <g
 
       id="layer2"
 
       inkscape:label="blue"
 
       transform="matrix(0.83156965,0,0,0.382422,-619.14929,-262.55624)">
 
      <rect
 
         style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#449fe8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
 
         id="rect4276"
 
         width="174.65216"
 
         height="174.65216"
 
         x="-163.77289"
 
         y="282.04794"
 
         inkscape:export-filename="/Users/chrisjrn/Desktop/twitter-icon.png"
 
         inkscape:export-xdpi="187.72"
 
         inkscape:export-ydpi="187.72" />
 
    </g>
 
    <g
 
       id="layer3"
 
       inkscape:label="black"
 
       transform="matrix(0.96835017,0,0,0.382422,-631.0938,-262.55624)">
 
      <rect
 
         transform="translate(-561.39362,-431.6564)"
 
         inkscape:export-ydpi="187.72"
 
         inkscape:export-xdpi="187.72"
 
         inkscape:export-filename="/Users/chrisjrn/Desktop/twitter-icon.png"
 
         y="431.6564"
 
         x="561.39362"
 
         height="174.65216"
 
         width="174.65216"
 
         id="rect8432"
 
         style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient8442);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
 
    </g>
 
    <g
 
       transform="matrix(0.96835017,0,0,0.382422,-631.0938,-262.55624)"
 
       inkscape:label="black"
 
       id="g5760">
 
      <rect
 
         style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient8442);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate;filter:url(#filter5766)"
 
         id="rect5762"
 
         width="174.65216"
 
         height="174.65216"
 
         x="561.39362"
 
         y="431.6564"
 
         inkscape:export-filename="/Users/chrisjrn/Desktop/twitter-icon.png"
 
         inkscape:export-xdpi="187.72"
 
         inkscape:export-ydpi="187.72"
 
         transform="translate(-561.39362,-431.6564)" />
 
    </g>
 
  </g>
 
</svg>
static/images/mystic-marquee.jpg
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
static/scss/custom.scss
Show inline comments
...
 
@@ -253,35 +253,84 @@ $homepage-block-min-height: 480px;
 
  box-shadow: 1px 1px 5px $gray-dark;
 
}
 

	
 
.hills {
 
  background-size: 100%;
 
  background-position: bottom;
 
  background-repeat: no-repeat;
 
  width: 50%;
 
  height: 100%;
 
  position: absolute;
 
  bottom: 0;
 
  right: 0;
 
  z-index: -9999;
 
  z-index: -7999;
 

	
 
  &.main {
 
    background-image: url("../images/hills.svg");
 
  }
 

	
 
  &.footer {
 
    background-image: url("../images/hills-footer.svg");
 
  }
 
}
 

	
 
.hphbg {
 
  background-color: #449fe8;
 
  opacity: 1;
 
  /* will be "on top", if browser supports it */
 
  background-size: 100%;
 
  background-position: bottom;
 
  top: 0;
 
  bottom: 0;
 
  background-repeat: no-repeat;
 
  width: 100%;
 
  height: 100%;
 
}
 

	
 
.floop {
 

	
 
  background-size: 100%;
 
  background-position: bottom;
 
  background-repeat: no-repeat;
 
  width: 100%;
 
  height: 50%;
 
  position: absolute;
 
  bottom: 0;
 
  right: 0;
 
  z-index: -9999;
 
  background-color: #449fe8;
 

	
 

	
 
  background-image: linear-gradient(transparent, black);
 
}
 

	
 
.clouds {
 
  background-position: bottom;
 
  background-repeat: repeat-x;
 
  width: 100%;
 
  height: 100%;
 
  position: absolute;
 
  top: 0;
 
  //right: 0;
 
  z-index: -9000;
 

	
 
  &.main {
 
    background-image: url("../images/homepage-clouds-bottom.svg");
 
  }
 

	
 
}
 

	
 

	
 

	
 

	
 
.circle {
 
  position: relative;
 
  border-radius: 100%;
 
  overflow: hidden;
 
  width: 100%;
 
  border: 0.05em solid black;
 
  box-shadow: 0px 0px 1em $gray-dark;
 
}
 

	
 
.circle:before {
 
  content: "";
 
  display: block;
...
 
@@ -308,31 +357,37 @@ $homepage-block-min-height: 480px;
 
  margin-bottom: 5%;
 
}
 

	
 
.btn-group + p {
 
  margin-top: 1em;
 
}
 

	
 
.website-background {
 
  background-image: url("../images/website-background.svg");
 
}
 

	
 
.mystic-background {
 
  background-image: url("../images/mystic.jpg");
 
  background-image: url("../images/mystic-marquee.jpg");
 
}
 

	
 
.djangogirls-background {
 
  background-image: url("../images/django-girls-2014.jpg");
 
}
 

	
 

	
 
.homepage-header-background {
 
  background-image: url("../images/homepage-header-background.svg");
 
}
 

	
 

	
 
.sponsor-list a img {
 
  width: 100%;
 
  max-width: 300px;
 
}
 

	
 
.sponsor-list {
 
  margin-top: 1em;
 
}
 

	
 
.full-width {
 
  width: 100%;
 
}
0 comments (0 inline, 0 general)