-# List of pages to generat headers for
+# List of pages to generate headers for
# Name:URL
Call For Papers:cfp
Become A Sponsor:cfs
-COVID-19 Information:covid-19
Register Now:register-now
Schedule:schedule
Sponsor FAQ:sponsor-faq
</div>
</section>
-<section>
- <h3>COVID-19 Information</h3>
- <div class="container">
- <div class="card">
- <p>
- We take the safety and health of our staff, speakers, and attendees very seriously. For information on the measures we are taking for COVID-19, please see <a href="{{ link("covid-19/") }}">this page</a>.
- </p>
- </div>
- </div>
-</section>
-
{% endblock %}
+++ /dev/null
-{% extends "base.html" %}
-{% block title %}COVID-19{% endblock %}
-
-{% block ogptitle -%}<meta property="og:title" content="COVID-19">{%- endblock %}
-{% block ogpurl -%}<meta property="og:url" content="https://{{ year }}.pgday.uk/covid-19/">{%- endblock %}
-{% block ogpdescription -%}<meta property="og:description" content="An important note about COVID-19">{%- endblock %}
-{% block ogpimage -%}
-<meta property="og:image" content="{{ media("img/ogp/covid-19.png") }}">
-<meta property="og:image:secure_url" content="{{ media("img/ogp/covid-19.png") }}">
-<meta property="og:image:type" content="image/png">
-<meta property="og:image:width" content="800">
-<meta property="og:image:height" content="419">
-<meta property="og:image:alt" content="An important note about COVID-19">
-{%- endblock %}
-
-{% block content %}
-<section class="page">
- <h2>COVID-19</h2>
- <h5>{{ confname }} {{ year }} will be an in-person event.</h5>
- <div class="container">
- <p>
- The health of our community is our foremost concern. In order to reduce risk
- where we can, we have secured a large venue which will allow for ample
- personal space, and the break-out room for coffee and snacks will be very
- spacious.
- </p>
- <p>
- We are continuously monitoring the information from the {{ country_adjective }}
- authorities, and will react appropriately based on the advice given should the
- situation change.
- </p>
- </div>
-</section
-{% endblock content %}