Skip to content

Commit dca020e

Browse files
committed
Update image url
2 parents 19be09d + 4745458 commit dca020e

68 files changed

Lines changed: 901 additions & 369 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

public/apple-touch-icon.png

18.7 KB
Loading

src/components/sections/connect.astro

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,17 @@ import Section2 from "@ui/Section2.astro";
2424

2525
<div class="connect-block">
2626
<div class="connect-socials">
27-
<a href="https://x.com/europython" class="connect-social-link" title="X / Twitter">
28-
<i class="fab fa-x-twitter"></i>
29-
<span>X</span>
27+
<a href="https://linkedin.com/company/europython" class="connect-social-link" title="LinkedIn">
28+
<i class="fab fa-linkedin-in"></i>
29+
<span>LinkedIn</span>
30+
</a>
31+
<a href="https://github.com/europython" class="connect-social-link" title="GitHub">
32+
<i class="fab fa-github"></i>
33+
<span>GitHub</span>
34+
</a>
35+
<a href="https://youtube.com/channel/UC98CzaYuFNAA_gOINFB0e4Q" class="connect-social-link" title="YouTube">
36+
<i class="fab fa-youtube"></i>
37+
<span>YouTube</span>
3038
</a>
3139
<a href="https://fosstodon.org/@europython" class="connect-social-link" title="Mastodon">
3240
<i class="fab fa-mastodon"></i>
@@ -36,21 +44,17 @@ import Section2 from "@ui/Section2.astro";
3644
<i class="fab fa-bluesky"></i>
3745
<span>Bluesky</span>
3846
</a>
39-
<a href="https://linkedin.com/company/europython" class="connect-social-link" title="LinkedIn">
40-
<i class="fab fa-linkedin-in"></i>
41-
<span>LinkedIn</span>
42-
</a>
4347
<a href="https://instagram.com/europython" class="connect-social-link" title="Instagram">
4448
<i class="fab fa-instagram"></i>
4549
<span>Instagram</span>
4650
</a>
47-
<a href="https://youtube.com/channel/UC98CzaYuFNAA_gOINFB0e4Q" class="connect-social-link" title="YouTube">
48-
<i class="fab fa-youtube"></i>
49-
<span>YouTube</span>
51+
<a href="https://www.tiktok.com/@europython" class="connect-social-link" title="TikTok">
52+
<i class="fab fa-tiktok"></i>
53+
<span>TikTok</span>
5054
</a>
51-
<a href="https://github.com/europython" class="connect-social-link" title="GitHub">
52-
<i class="fab fa-github"></i>
53-
<span>GitHub</span>
55+
<a href="https://x.com/europython" class="connect-social-link" title="X / Twitter">
56+
<i class="fab fa-x-twitter"></i>
57+
<span>X</span>
5458
</a>
5559
</div>
5660
</div>

src/content/pages/_accessibility.mdx

Lines changed: 0 additions & 251 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ subtitle: Everything you need to know about childcare
44
---
55
import { Image } from 'astro:assets';
66

7-
import childcareArea from "./images/childcare-area.jpg";
8-
import childcareBalls from "./images/childcare-balls.jpg";
7+
import childcareArea from "./childcare-area.jpg";
8+
import childcareBalls from "./childcare-balls.jpg";
99

1010

11-
# Childcare at EuroPython 2025
11+
# Childcare at EuroPython 2026
1212

1313
We’re committed to making EuroPython as inclusive and accessible as possible — and that includes supporting parents attending the conference.
1414

@@ -29,7 +29,7 @@ To request childcare, please make sure to:
2929

3030
If you have any questions or specific needs, feel free to reach out to us at helpdesk@europython.eu.
3131

32-
We look forward to welcoming you and your family to EuroPython 2025!
32+
We look forward to welcoming you and your family to EuroPython 2026!
3333

3434
<div class="flex gap-4 max-w-[800px]" >
3535
<Image src={childcareArea} alt="Childcare room" class="w-[60%] border-4 border-white rounded-lg shadow-lg" />
File renamed without changes.

src/content/pages/images/community-booths2.jpg renamed to src/content/pages/_community-activities/community-booths2.jpg

File renamed without changes.

src/content/pages/_community-activities.mdx renamed to src/content/pages/_community-activities/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ the reason they stick around and keep meetups, conferences, forums, and so much
1212

1313
This year at EuroPython, we have several activities focused on communities across Europe and around the world, as well as initiatives centered around Python itself.
1414

15-
![](./images/pyo-open-space2.jpg)
15+
![](./pyo-open-space2.jpg)
1616

1717
## Community Organisers Open Space
1818

@@ -27,7 +27,7 @@ goals and addressing your current challenges.
2727
* Room: 223+224
2828
* Time: Friday 18th, 11:00h - 13:00h
2929

30-
![](./images/pyo-open-space.jpg)
30+
![](./pyo-open-space.jpg)
3131

3232
## Community Organisers Lunch
3333

@@ -44,9 +44,9 @@ Join us in the Exhibit Hall during the main conference days to meet this year’
4444
<Button url="https://forms.gle/p2cG6YAXxoq1qRd69">Sign Up For a Booth!</Button>
4545

4646

47-
![](./images/community-booths.jpg)
47+
![](./community-booths.jpg)
4848

49-
![](./images/community-booths2.jpg)
49+
![](./community-booths2.jpg)
5050

5151
## PyLadies Open Space & Lunch
5252

File renamed without changes.

0 commit comments

Comments
 (0)