Remove the COVID info page.
authorDave Page <dpage@pgadmin.org>
Thu, 4 Apr 2024 10:21:35 +0000 (11:21 +0100)
committerDave Page <dpage@pgadmin.org>
Thu, 4 Apr 2024 10:21:35 +0000 (11:21 +0100)
static/img/ogp/src/pages.lst
templates/pages/about.html
templates/pages/covid-19.html [deleted file]

index 458e0b4d1b3063ffba0317be6f5d3d6ecd039e6f..b866484909af1b71916a99735acc913dcccbaaf9 100644 (file)
@@ -1,8 +1,7 @@
-# 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
index 866247f3086280d7fc4464cfdae49803eccde4d5..4872c8cc0127b161bc5671dc8cc4896eebe0d634 100644 (file)
   </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 %}
diff --git a/templates/pages/covid-19.html b/templates/pages/covid-19.html
deleted file mode 100644 (file)
index bbe5d09..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-{% 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 %}