--- /dev/null
+{%extends "base.html" %}
+{%block title%}Diversity, Sustainability, & Inclusion | PostgresOpen{%endblock%}
+{%block pagetitle%}PostgresOpen{%endblock%}
+{%block content%}
+<!-- Main -->
+<h1>Diversity, Sustainability, & Inclusion</h1>
+
+
+<h2>Diversity</h2>
+
+<p>
+ Open source projects such as PostgreSQL are stronger when all members of our community have an active voice in its leadership and development. Towards that goal,
+ our objective is to increase the participation of diverse community members PostgresOpen. Members of communities who have not historically been well-represented
+ at PostgreSQL conferences and in PostgreSQL activities are encouraged to submit talks for consideration in our Call for Papers, as your voice represents an important
+ and growing part of the PostgreSQL community and the leadership and guidance of our project should reflect our full community of users to the greatest extent possible.
+</p>
+<p>To that end, we have put resources towards the following efforts to increase accessibility, sustainability, and safety at PostgresOpen:</p>
+
+<!-- Description -->
+<div class="container-fluid mt-4 px-5">
+ <div class="row">
+ <div class="col-sm-3 mb-4">
+ <div class="card">
+ <div class="card-body">
+ <h5 class="card-title mb-4">Code of Conduct</h5>
+ <p class="card-text">
+ PostgresOpen is a non–profit, community–run conference series in the United States focused on PostgreSQL,
+ the world’s leading open source database.
+ Our conference delivers two days packed with tutorials and presentations about PostgreSQL and related
+ technologies, one day of extended trainings, and the usual hallway and social track.
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm-3 mb-4">
+ <div class="card">
+ <div class="card-body">
+ <h5 class="card-title mb-4">Venue</h5>
+ <p class="card-text">
+ PostgresOpen is a non–profit, community–run conference series in the United States focused on PostgreSQL,
+ the world’s leading open source database.
+ Our conference delivers two days packed with tutorials and presentations about PostgreSQL and related
+ technologies, one day of extended trainings, and the usual hallway and social track.
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm-3 mb-4">
+ <div class="card">
+ <div class="card-body">
+ <h5 class="card-title mb-4">Pronoun Awareness</h5>
+ <p class="card-text">
+ For over 20 years, the PostgreSQL Community has worked to organize conferences with many technical and business
+ talks by developers and key users globally. PostgresOpen is an associated project of the <a href="https://postgresql.us/">
+ United States PostgreSQL Association</a> (PGUS), which is a non profit organization dedicated to promoting and supporting
+ the development of PostgreSQL in the United States. Any profits from the event go to PGUS (an IRS 501C3 non-profit) to fund
+ future PostgresOpen events and support the PGUS mission.
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm-3 mb-4">
+ <div class="card">
+ <div class="card-body">
+ <h5 class="card-title mb-4">Childcare</h5>
+ <p class="card-text">
+ PostgresOpen has committed to providing an environmentally friendly conference experience, involving an organized approach
+ to introducing sustainable materials and processes throughout the conference. 2019 is the first year of PostgresOpen's sustainable
+ approach, and we are working on making small, manageable changes in order to move on to more widespread and effective permanent
+ changes to how our conference is managed. Our goal is to contribute in a meaningful way towards a greener and more sustainable
+ future.
+ </p>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <div class="row">
+ <div class="col-sm-3 mb-4">
+ <div class="card">
+ <div class="card-body">
+ <h5 class="card-title mb-4">Donations</h5>
+ <p class="card-text">
+ PostgresOpen is a non–profit, community–run conference series in the United States focused on PostgreSQL,
+ the world’s leading open source database.
+ Our conference delivers two days packed with tutorials and presentations about PostgreSQL and related
+ technologies, one day of extended trainings, and the usual hallway and social track.
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm-3 mb-4">
+ <div class="card">
+ <div class="card-body">
+ <h5 class="card-title mb-4">Quiet Space</h5>
+ <p class="card-text">
+ We always work to provide a quiet space for people to use for whatever purpose that they need. Need to do
+ a bit of work? Are you a speaker who wants to look over your slides? Do you just need a quiet place to sit
+ for a while and relax while getting away from the crowds. Regardless of the reason, we always make sure a
+ room is available for that purpose.
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm-3 mb-4">
+ <div class="card">
+ <div class="card-body">
+ <h5 class="card-title mb-4">Food Accommodations</h5>
+ <p class="card-text">
+ We always work to provide a quiet space for people to use for whatever purpose that they need. Need to do
+ a bit of work? Are you a speaker who wants to look over your slides? Do you just need a quiet place to sit
+ for a while and relax while getting away from the crowds. Regardless of the reason, we always make sure a
+ room is available for that purpose.
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm-3 mb-4">
+ <div class="card">
+ <div class="card-body">
+ <h5 class="card-title mb-4">Speaker Support</h5>
+ <p class="card-text">
+ We always work to provide a quiet space for people to use for whatever purpose that they need. Need to do
+ a bit of work? Are you a speaker who wants to look over your slides? Do you just need a quiet place to sit
+ for a while and relax while getting away from the crowds. Regardless of the reason, we always make sure a
+ room is available for that purpose.
+ </p>
+ </div>
+ </div>
+ </div>
+ </div>
+</div>
+
+<p><strong>Our team here at PostgresOpen hope these actions will assist with making the event comfortable for everyone. If there's something more you think we could be doing, please get in touch.</strong></p>
+
+{% endblock %}