homepage: More from CopyleftConf 2019.
This commit is contained in:
parent
6123581ec4
commit
b941d0ef10
1 changed files with 6 additions and 189 deletions
|
@ -6,7 +6,7 @@
|
|||
{% load sponsorship_tags %}
|
||||
{% load schedule_tags %}
|
||||
|
||||
{% block head_title %}November 2 and 3, 2019{% endblock %}
|
||||
{% block head_title %}February 3, 2020{% endblock %}
|
||||
|
||||
{% block body_class %}home{% endblock %}
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
|||
|
||||
<div class="chunkfive tight-headings text-center" style="padding: 1.5em;">
|
||||
<h1>Second Annual International Copyleft Conference</h1>
|
||||
<h2>February 3, 2019 in Brussels, Belgium</h2>
|
||||
<h2>February 3, 2020 in Brussels, Belgium</h2>
|
||||
</div>
|
||||
|
||||
<div class="center-block" style="max-width: 50em;">
|
||||
|
@ -24,193 +24,10 @@ welcomed for an in-depth, high bandwidth, and expert-level discussion about the
|
|||
using copyleft licensing, obstacles facing copyleft and the future of copyleft as a strategy to advance and
|
||||
defend software freedom for users and developers around the world.</p>
|
||||
|
||||
<div class="jumbotron homepage-block dark shallow">
|
||||
<div class="container homepage-block-footer">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<p class="">
|
||||
<span class="wrap-break"><a href="/attend">Tickets on sale now!</a></span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-4 email-signup-panel">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h2 class="panel-title homepage-title">Sign up for our 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">
|
||||
<span>
|
||||
<label class="hidden-accessible" for="tlemail">Email address:</label>
|
||||
</span>
|
||||
<span>
|
||||
<input class="form-control" type="email" name="email" id="tlemail" placeholder="E-mail address"/>
|
||||
</span>
|
||||
</div>
|
||||
<span>
|
||||
<input class="btn btn-primary" type="submit" value="Subscribe" />
|
||||
</span>
|
||||
|
||||
<input type="hidden" value="1" name="embed"/>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="jumbotron homepage-block smaller">
|
||||
<div class="container speakers_">
|
||||
|
||||
<h1>Featuring</h2>
|
||||
|
||||
<div class="speaker_ headline">
|
||||
<span class="speaker-name"><a href="/program/featured-speakers/#jacob">Jacob Kaplan-Moss</a></span>
|
||||
<span class="speaker-description">Headline Speaker • Saturday</span>
|
||||
</div>
|
||||
|
||||
<div class="speaker_ headline">
|
||||
<span class="speaker-name"><a href="/program/featured-speakers/#jessica-sha">Jessica McKellar</a></span>
|
||||
<span class="speaker-description">Headline Speaker • Sunday</span>
|
||||
</div>
|
||||
|
||||
<div class="speaker_ headline">
|
||||
<span class="speaker-name"><a href="/program/featured-speakers/#jessica-sha">Shadeed Wallace-Stepter</a></span>
|
||||
<span class="speaker-description">Headline Speaker • Sunday</span>
|
||||
</div>
|
||||
|
||||
<div class="speaker_ headline">
|
||||
<span class="speaker-name"><a href="/program/featured-speakers/#guido">Guido van Rossum</a></span>
|
||||
<span class="speaker-description">Featured Speaker</span>
|
||||
</div>
|
||||
|
||||
{% speakers as speakers %}
|
||||
{% for speaker in speakers %}
|
||||
{% for presentation in speaker.presentations.all %}
|
||||
<div class="speaker_">
|
||||
<span class="speaker-name">{{ speaker.conferencespeaker.name }}</span>
|
||||
<span class="speaker-description">
|
||||
<a href="{% url "schedule_presentation_detail" presentation.id %}">{{ presentation.title }}</a>
|
||||
</span>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{%endfor%}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Homepage content begins here -->
|
||||
<div class="homepage-vertical-space"></div>
|
||||
<div class="homepage-vertical-space"></div>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="homepage-vertical-space"></div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<h1>One Hour from San Francisco</h1>
|
||||
<p class="lead">
|
||||
<span class="wrap-break">Whether you're from Sonoma County,</span>
|
||||
<span class="wrap-break">from the Bay Area, </span>
|
||||
<span class="wrap-break">or flying here for the first time,</span>
|
||||
<span class="wrap-break">North Bay Python in Petaluma is easy to get to.</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="homepage-callout">
|
||||
<div class="callout-image">
|
||||
<h3 class="txt"><a href="/go/fly">Fly</a></h3>
|
||||
<div class="filter"></div>
|
||||
<div class="bg" style="background-image: url('{% static "images/homepage/snoopy.jpg" %}');"></div>
|
||||
<p>
|
||||
Fly into Sonoma County Airport at Santa Rosa, 30 minutes away.
|
||||
Or, we're an express bus ride away from San Francisco and Oakland
|
||||
international airports.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="homepage-callout">
|
||||
<div class="callout-image">
|
||||
<h3 class="txt"><a href="/go/stay">Stay</a></h3>
|
||||
<div class="filter"></div>
|
||||
<div class="bg" style="background-image: url('{% static "images/homepage/golden-gate.jpg" %}');"></div>
|
||||
<p>
|
||||
Drive 35 miles North of the Golden Gate Bridge, or take transit from
|
||||
downtown San Francisco, and spend the night.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="homepage-callout">
|
||||
<div class="callout-image">
|
||||
<h3 class="txt"><a href="/go/day-trip">Day Trip</a></h3>
|
||||
<div class="filter"></div>
|
||||
<div class="bg" style="background-image: url('{% static "images/homepage/mystic-marquee-2017.jpg" %}');"></div>
|
||||
<p>Enjoy free all-day parking close to the venue, or take regular buses from San Francisco, Marin County, and Sonoma County</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="homepage-vertical-space"></div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<h1>Inclusion and Diversity</h1>
|
||||
<p class="lead">We're a conference for everyone in Northern California. Every aspect of our planning
|
||||
focuses on improving access, diversity, and inclusion within our Python community.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="homepage-callout">
|
||||
<div class="callout-image">
|
||||
<h3 class="txt"><a href="/code-of-conduct">Attendee Safety</a></h3>
|
||||
<div class="filter"></div>
|
||||
<div class="bg" style="background-image: url('{% static "images/homepage/4th-street-parade.jpg" %}');"></div>
|
||||
<p>We take our code of conduct seriously: our staff have taken enforcement training.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="homepage-callout">
|
||||
<div class="callout-image">
|
||||
<h3 class="txt"><a href="/opportunity-grant">Opportunity Grants</a></h3>
|
||||
<div class="filter"></div>
|
||||
<div class="bg" style="background-image: url('{% static "images/homepage/django-girls-2014.jpg" %}');"></div>
|
||||
<p>If you live out of town, we want to make sure you can attend.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="homepage-callout">
|
||||
<div class="callout-image">
|
||||
<h3 class="txt"><a href="/program/selection-process">Diversity Targets</a></h3>
|
||||
<div class="filter"></div>
|
||||
<div class="bg" style="background-image: url('{% static "images/homepage/old-bank.jpg" %}');"></div>
|
||||
<p>We want to look like the Bay Area. We have diversity targets for our speakers and audience.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="homepage-vertical-space"></div>
|
||||
|
||||
</div>
|
||||
<p>Who’s organizing this? Software Freedom Conservancy is a not-for-profit charity that helps promote,
|
||||
improve, develop, and defend Free, Libre, and Open Source Software (FLOSS) projects. Conservancy
|
||||
provides a non-profit home and infrastructure for FLOSS projects. Conservancy is also the only
|
||||
organization currently working on enforcement of the GPL, the world’s most popular copyleft license.</p>
|
||||
|
||||
<p>This event will provide a friendly and safe place for discussion of all aspects of copyleft, including as a
|
||||
key strategy for defending software freedom! Your sponsorship will help make this a sustainable annual
|
||||
|
|
Loading…
Reference in a new issue