summaryrefslogtreecommitdiff
path: root/template/index.html
blob: dc6fc53b20a2304cea8aea72bf41e5be33c54557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{%extends "base.html" %}
{%block title%}PGDay UK{%endblock%}
{%block maincontent%}
<div class="row">
  <div class="col-md-7 offset-md-2">
    <h1>Welcome to PGDay UK</h1>

    <p>
      PGDay UK is an annual one day <a href="https://www.postgresql.org/">PostgreSQL</a>
      community conference organised by <a href="https://www.postgresql.eu/">PostgreSQL
      Europe</a> in the United Kingdom, starting in 2023. Event logistics and other
      support is provided by <a href="https://slonik.enterprises/">Slonik Enterprises
      Ltd.</a> who operate on a not-for-profit basis.
    </p>

    <p>
      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.
    </p>

    <h1>PGDay UK 2025</h1>

    <p>
        It's back! PGDay UK 2025 will be held at the Cavendish Conference Center
        in the west end of London on 9th September 2025. Join us for a day of
        talks and networking with PostgreSQL experts.
    </p>

    <p>
        Visit the event website at <a href="https://2025.pgday.uk/">2025.pgday.uk</a>
        for more information about the event, and to submit a paper for presentation
        or to find out more about showing off your companies work as one of our
        sponsors.
    </p>
    <p>
        We look forward to seeing you in September!
    </p>

    <div class="text-center"><img src="/media/local/img/pgday-uk-elephant.svg" alt="PGDay UK Elephant" /></div>
    
    <h3 class="text-center"><a href="https://2025.pgday.uk/">https://2025.pgday.uk/</a></h3>

    <h1>PGDay UK 2024</h1>
    
    <p>
        PGDay UK 2024 was held on September 11th 2024 at the Cavendish Conference
        Centre in the west end of London. For more information, please visit the event
        website at:
    </p>
    
    <h3 class="text-center"><a href="https://2024.pgday.uk/">https://2024.pgday.uk/</a></h3>

    <h1>PGDay UK 2023</h1>

    <p>
      PGDay UK 2023 was held on September 12th 2023 at the Hallam Conference
      Centre in Marylebone, London. For more information, please visit the event
      website at:
    </p>

    <h3 class="text-center"><a href="https://2023.pgday.uk/">https://2023.pgday.uk/</a></h3>

  </div>
</div>
{%endblock%}