From 1faad583d249f2fee134fadfe07ae38251910e88 Mon Sep 17 00:00:00 2001 From: Telmo Guerra Date: Thu, 10 Nov 2022 12:48:20 +0000 Subject: [PATCH 1/3] add col-12 --- pycon_portugal_2022/templates/pages/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pycon_portugal_2022/templates/pages/home.html b/pycon_portugal_2022/templates/pages/home.html index 8584012..044d3b7 100644 --- a/pycon_portugal_2022/templates/pages/home.html +++ b/pycon_portugal_2022/templates/pages/home.html @@ -23,12 +23,12 @@
- - From 8a954d1e566598bdaf2e0dd5bc8e1819287b40f7 Mon Sep 17 00:00:00 2001 From: Telmo Guerra Date: Thu, 10 Nov 2022 12:49:38 +0000 Subject: [PATCH 2/3] close tickets --- pycon_portugal_2022/content/tickets/tickets.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pycon_portugal_2022/content/tickets/tickets.md b/pycon_portugal_2022/content/tickets/tickets.md index bd98096..1d7ee78 100644 --- a/pycon_portugal_2022/content/tickets/tickets.md +++ b/pycon_portugal_2022/content/tickets/tickets.md @@ -2,7 +2,8 @@ title: Tickets layout: simple **All tickets include access to the full day of the conference (September 24th)**. Don't forget to follow us on Twitter [@PyConPT](https://twitter.com/PyConPT){:target="_blank"} for the latest up to date information! -[
](https://pretix.evolutio.pt/evolutio/pyconpt2022/){:target="_blank"} + +
If you are from a marginalised or under-represented group, and you are not able to afford a ticket, you should apply for a [grant](/information/grants/). **Please consider making an extra donation** to help us offer grants to people from marginalised or under-represented groups. @@ -14,7 +15,7 @@ The following **ticket types** are available: - **Individual Ticket (€55)** - If you are paying your ticket from your personal money and are not being reimbursed by your employer. - **Business Ticket (€65)** - If your employer is paying for the ticket or reimbursing you for your conference expenses. -[
](https://pretix.evolutio.pt/evolutio/pyconpt2022/){:target="_blank"} +
** Be sure to grab your ticket ASAP! ** The tickets include the following food: morning snack, lunch, and afternoon snack. Please don't forget to ** add your dietary restrictions when purchasing your ticket! ** From 01cb133ed593fab1d55f1312a8ac642026ed12e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 09:01:47 +0000 Subject: [PATCH 3/3] Bump traefik from v2.2.11 to 2.9.8 in /compose/production/traefik Bumps traefik from v2.2.11 to 2.9.8. --- updated-dependencies: - dependency-name: traefik dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- compose/production/traefik/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/production/traefik/Dockerfile b/compose/production/traefik/Dockerfile index aa87905..2365c4c 100644 --- a/compose/production/traefik/Dockerfile +++ b/compose/production/traefik/Dockerfile @@ -1,4 +1,4 @@ -FROM traefik:v2.2.11 +FROM traefik:2.9.8 RUN mkdir -p /etc/traefik/acme \ && touch /etc/traefik/acme/acme.json \ && chmod 600 /etc/traefik/acme/acme.json