Skip to content

Commit 7ef4148

Browse files
chore: set next meetup event
1 parent 38cea4f commit 7ef4148

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

public/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"nextMeetup": {
5757
"title": "Next Meetup",
5858
"description": "We organise regular meetups to share knowledge, experiences and passion for Python. Everyone is welcome, from beginners to experts.",
59-
"date": "Tuesday, 14 July 2026, 6:30 PM",
59+
"date": "Thursday, 23 April 2026, 6:30 PM",
6060
"join": "Join us"
6161
},
6262
"supporters": {

public/i18n/it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"nextMeetup": {
5757
"title": "Prossimo Meetup",
5858
"description": "Organizziamo incontri periodici per condividere conoscenza, esperienze e passione per Python. Chiunque sia curioso è il benvenuto, dal principiante all'esperto.",
59-
"date": "Martedì 14 luglio 2026, ore 18:30",
59+
"date": "Giovedì 23 aprile 2026, ore 18:30",
6060
"join": "Unisciti a noi"
6161
},
6262
"supporters": {
42.5 KB
Loading

src/app/components/meetup/meetup.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="w-full md:w-1/2">
44
<img
55
ngSrc="/images/homepage/NextMeetup.jpg"
6-
alt="Meetup Python Catania - After PyCon Italia 2026"
6+
alt="from catania import pycciotti 🙈🙉🙊"
77
width="842"
88
height="474"
99
class="w-full rounded-(--radius) object-cover shadow-lg"
@@ -18,7 +18,7 @@ <h2>{{ 'nextMeetup.title' | transloco }}</h2>
1818
id="meetup-link"
1919
rel="me noopener"
2020
target="_blank"
21-
href="https://www.meetup.com/python-catania/events/315327982/"
21+
href="https://www.meetup.com/python-catania/events/314071729/"
2222
role="button"
2323
aria-label="Meetup"
2424
class="inline-flex cursor-pointer items-center justify-center gap-2 rounded-(--radius) border-2 border-(--color-primary) bg-(--color-primary) px-4 py-2 text-base font-semibold text-white no-underline transition-colors hover:border-(--color-primary-hover) hover:bg-(--color-primary-hover) hover:text-white [&_svg]:shrink-0"

0 commit comments

Comments
 (0)