From 3986e58e98b538b540796c398632249ba776f50e Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 22 Jun 2023 15:29:57 +0100 Subject: [PATCH] Initial content. --- {static => media}/README.md | 0 media/img/pgday-uk-elephant.svg | 86 +++++++++++++++++++++++++++++++++ template/index.html | 27 ++++++++++- 3 files changed, 111 insertions(+), 2 deletions(-) rename {static => media}/README.md (100%) create mode 100644 media/img/pgday-uk-elephant.svg diff --git a/static/README.md b/media/README.md similarity index 100% rename from static/README.md rename to media/README.md diff --git a/media/img/pgday-uk-elephant.svg b/media/img/pgday-uk-elephant.svg new file mode 100644 index 0000000..2674e5f --- /dev/null +++ b/media/img/pgday-uk-elephant.svg @@ -0,0 +1,86 @@ + + + + diff --git a/template/index.html b/template/index.html index 9956370..e1d36d4 100644 --- a/template/index.html +++ b/template/index.html @@ -3,11 +3,34 @@ {%block maincontent%}
-

PGDay UK

+

Welcome to PGDay UK

+ +

+ PGDay UK is an annual one day PostgreSQL + community conference organised by PostgreSQL + Europe in the United Kingdom, starting in 2023. Event logistics and other + support is provided by Slonik Enterprises + Ltd. who operate on a not-for-profit basis. +

+ +

+ PGDay is aimed at users, developers, community members and anyone else + interested in learning more about PostgreSQL, the World's Most Advanced + Open Source Database. +

+ +

PGDay UK 2023

+ +
PGDay UK Elephant
+

- Welcome to PGDay UK. + PGDay UK 2023 will be held on September 12th 2023 at the Hallam Conference + Centre in Marylebone, London. For more information, please visit the event + website at:

+

https://2023.pgday.uk/

+
{%endblock%} -- 2.39.5