Files @ d86ccada4a2a
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/static_pages/about/venue.html

Brett Smith
venue: Fix typo in last commit.
{% extends "site_base_home.html" %}

{% block head_title %}Venue{% endblock %}

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

{% block body %}

<div class="chunkfive tight-headings text-center" style="padding: 1.5em;">
<h2>CopyleftConf Venue</h2>
</div>

<div class="center-block" style="max-width: 50em;">
  <p>CopyleftConf will be held at:</p>

  <address><a href="https://digityser.org/">DigitYser</a><br>
    Boulevard d&rsquo;Anvers 40<br>
    1000 Bruxelles<br>
    Belgium</address>

  <p>DigitYser is located just a few minutes&rsquo; walk from Grande Place.  We&rsquo;ll
    have coffee throughout the day. We&rsquo;ll also be bringing in lunch for everyone
    who pre-registers.</p>

  <div class="embed-responsive embed-responsive-4by3">
    <iframe class="embed-responsive-item" width="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=4.344406127929688%2C50.85490188165717%2C4.355896711349488%2C50.859859431296265&amp;layer=mapnik&amp;marker=50.857380722355124%2C4.350151419639587" style="border: 1px solid black"></iframe>
  </div>

  <p class="text-center"><a href="https://www.openstreetmap.org/?mlat=50.85738&amp;mlon=4.35015#map=17/50.85738/4.35015">View Larger Map</a></p>

  <p>Accessibility Notes: CopyleftConf will take place on the ground floor
of a building with a wide entrance and a brand-new ramp at the entrance to
welcome wheelchairs from the front door. We have been assured that there is
a wheelchair ready bathroom one floor down that can be accessed via the
elevator. All presentations and breakout discussions will take place on the
first floor and will be delivered via a microphone. We will make space as
close to the front of each room as possible available for wheelchair
users.</p>
</div>

{% endblock %}