Skip to content

Commit 5fe6468

Browse files
authored
Merge branch 'ep2025' into ep2025-remote-tickets
2 parents 010d750 + fdbac50 commit 5fe6468

File tree

10 files changed

+23
-26
lines changed

10 files changed

+23
-26
lines changed

public/prague.svg

Lines changed: 1 addition & 1 deletion
Loading

src/components/SponsorCard.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const logo = sponsorLogos[sponsor.id];
6767
description && (
6868
<div class="flex-1">
6969
<h2 id=`sponsor-${sponsorId}` class="sponsor text-2xl font-bold mb-2 ">
70-
{ !isSponsorPage && tier !== 'Partners' ?
70+
{ !isSponsorPage && tier !== 'Partners' && ["Diamond", "Platinum"].includes(tier) ?
7171
<a href={`/sponsor/${sponsor.id}`}>
7272
{title}
7373
</a> :
@@ -103,7 +103,7 @@ const logo = sponsorLogos[sponsor.id];
103103
{(tier !== "Partners") && website && (
104104
<div class="website-btn-container flex flex-col sm:flex-row justify-center gap-2 mt-4">
105105

106-
{ !isSponsorPage && sponsor.body && tier && ["Gold", "Platinum"].includes(tier) &&
106+
{ !isSponsorPage && sponsor.body && tier && ["Diamond", "Platinum"].includes(tier) &&
107107
<a href={`/sponsor/${sponsor.id}`} class="website-btn-outline">
108108
About {title}
109109
</a>

src/components/SponsorLogo.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const {
2020
} = sponsor.data;
2121
2222
const logo = sponsorLogos[sponsor.id];
23-
const slug = tier==="Partners"? `/community-partners#sponsor-${sponsorId}`: tier==="Platinum" ? `/sponsor/${sponsorId}` : tier==="Media Partners" ? `/media-partners#sponsor-${sponsorId}` : tier==="Startups" ? `/startups#sponsor-${sponsorId}` : ""
23+
const slug = tier==="Partners"? `/community-partners#sponsor-${sponsorId}`: tier==="Platinum" ? `/sponsor/${sponsorId}` : tier==="Media Partners" ? `/media-partners#sponsor-${sponsorId}` : tier==="Startups" ? `/startups#sponsor-${sponsorId}` : `/sponsors#sponsor-${sponsorId}`
2424
2525
---
2626

src/components/sections/subscribe.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
import Button from "@ui/Button.astro";
33
import Section from "@ui/Section.astro"
44
const socialLinks = [
5-
{ href: "https://linkedin.com/sponsor/europython/", icon: "linkedin", label: "LinkedIn" },
6-
{ href: "https://instagram.com/europython/", icon: "instagram", label: "Instagram" },
7-
{ href: "https://youtube.com/channel/UC98CzaYuFNAA_gOINFB0e4Q", icon: "youtube", label: "YouTube" },
5+
{ href: "https://www.linkedin.com/company/europython/", icon: "linkedin", label: "LinkedIn" },
6+
{ href: "https://www.instagram.com/europython/", icon: "instagram", label: "Instagram" },
7+
{ href: "https://www.youtube.com/channel/UC98CzaYuFNAA_gOINFB0e4Q", icon: "youtube", label: "YouTube" },
88
{ href: "https://fosstodon.org/@europython", icon: "mastodon", label: "Mastodon" },
99
{ href: "https://bsky.app/profile/europython.eu", icon: "bluesky", label: "Bluesky" },
1010
{ href: "https://x.com/europython", icon: "x", label: "X (formerly Twitter)" },

src/content/pages/beginners-day-unconference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ On the other hand, what do seniors expect from juniors? What is it like to mento
4141

4242
Come share your perspective and help us explore those questions together!
4343

44-
![A group of people looking at a projector screen in a classroo](./images/sprints2.jpg)
44+
![A group of people looking at a projector screen in a classroom](./images/sprints2.jpg)
4545

4646
### Q&A session: From Junior To Senior
4747

src/content/pages/beginners-day.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ subtitle:
77

88
# EuroPython Beginners' Day
99

10-
On **Saturday 19th July**, we'll be hosting a day to help introduce people to programming and its applications, which will feature three tracks running in parallel. The events are designed to welcome newcomers to the Python ecosystem, including a series of talks and panels by junior developers and two workshops designed to introduce complete beginners to web development and data science. The day will be held at the [Prague University of Economics and Business](https://ep2025.europython.eu/venue/#sprints-venue--saturday--sunday).
10+
On **Saturday 19th July**, we'll be hosting a day to help introduce people to programming and its applications, which will feature three tracks running in parallel. The events are designed to welcome newcomers to the Python ecosystem, including a series of talks and panels by junior developers and two workshops designed to introduce complete beginners to web development and data science. The day will be held at [WPP Prague](https://ep2025.europython.eu/venue/#sprints-venue--saturday--sunday).
1111

1212
We are running the following three tracks:
1313
* **The Unconference (48 places)**: a series of panels and discussions designed to help people new to or early in tech to start and grow their career
@@ -35,6 +35,8 @@ The Unconference is designed to help you start and grow your tech career. On the
3535

3636
Whether you're considering a career change, looking for your first tech role, or wanting to advance your early career, these collaborative sessions provide insights and advice from people who've been in your shoes.
3737

38+
<Button url="https://ep2025.europython.eu/beginners-day-unconference/">Check The Unconference Programme</Button>
39+
3840
## Django Girls
3941

4042
Django Girls is a welcoming, hands-on workshop designed specifically for women and other underrepresented groups with little to no previous programming experience. Throughout this full-day session, participants will build their very own web application using Python and Django, guided by experienced mentors who provide personalized support every step of the way. The workshop follows a carefully designed curriculum that makes web development accessible and fun, creating a supportive environment where beginners can ask questions, experiment, and celebrate their progress together.

src/content/pages/sponsorship/information.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ you can bring a printed ad and pin it to the whiteboard yourself.
305305

306306
### Recruiting Session / Talent Track
307307

308-
The dedicated recruiting session will take place on one of the main conference days between 16 and 18 July,
309-
and will be part of the official conference schedule. The room and time will be announced closer to the conference date.
308+
The dedicated [Sponsor Highlight & Recruitment Fair](/session/sponsor-highlight-recruitment-fair) will take place on **Friday 18 July in room Terrace 2B**.
309+
It is part of the official [conference schedule](/schedule/#session-sponsor-highlight-recruitment-fair).
310310

311311
This session is available to **Gold sponsors and above**, or any sponsor who has purchased the Talent Track add-on.
312312
During the session, each sponsor will have the opportunity to give a 3-minute pitch, presenting your company and job offers.

src/content/pages/venue.mdx

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,13 @@ Address: 5. května 1640/65, 140 21 Praha 4, Nusle
2929

3030
## Sprints Venue – Saturday & Sunday
3131
### Where
32-
The EuroPython sprints, along with the Unconference day, Humble Data, and Django Girls, will be held at a **different venue**.
33-
Details of the location will be announced soon, so stay tuned!
34-
{/*
35-
Italská Budova Building, Prague University of Economics and Business, Žižkov Campus on Saturday & Sunday **19–20 July**.
36-
37-
Address: Vysoká škola ekonomická v Praze - Italská budova, náměstí Winstona Churchilla 1938, 130 00 Praha 3, Žižkov
32+
The EuroPython sprints on Saturday & Sunday **19–20 July**, along with the Unconference day, Humble Data, and Django Girls, will be held at a **different venue**:
3833

39-
<Map location="Vysoká škola ekonomická v Praze - Italská budova, nám. Winstona Churchilla 1938, 130 00 Praha 3-Žižkov, Czechia" title="Sprints Venue" />
34+
Address: WPP Prague located in Ogilvy+ Geometry Business Centre, Bubenská 1, 170 00 Praha 7-Holešovice
4035

36+
<Map location="WPP Prague, Bubenská 1, 170 00 Praha 7-Holešovice" title="Sprints Venue" />
4137

42-
Refer to the [Žižkov Campus Map (PDF)](https://www.vse.cz/english/wp-content/uploads/sites/2/page/1000/planek_en.pdf) to help you navigate. Look for the inscription **"Vysoká škola ekonomická v Praze"** above the entrance.
43-
38+
{/*
4439
### How to Get There
4540
- **By bus:** The nearest stops are **Náměstí Winstona Churchilla** (line 135) and **Viktoria Žižkov** (lines 101, 123, 135, 175, 176). If you get off at **Náměstí Winstona Churchilla**, the entrance is directly across the street on **Italská**.
4641
- **By tram:** From **Viktoria Žižkov** stop (lines 5, 9, 26), walk 5–10 minutes via **Seifertova Street**, through the park by **Winston Churchill Monument**, then up **Italská Street**. The entrance will be on your left.

src/data/links.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -314,11 +314,11 @@
314314
"items": [
315315
{
316316
"name": "EuroPython Society",
317-
"path": "https://europython-society.org"
317+
"path": "https://europython-society.org/"
318318
},
319319
{
320320
"name": "EuroPython Blog",
321-
"path": "https://blog.europython.eu"
321+
"path": "https://blog.europython.eu/"
322322
}
323323
]
324324
}
@@ -343,11 +343,11 @@
343343
],
344344
"socials": {
345345
"mastodon": "https://fosstodon.org/@europython",
346-
"linkedin": "https://linkedin.com/company/europython",
346+
"linkedin": "https://www.linkedin.com/company/europython",
347347
"github": "https://github.com/europython",
348348
"bluesky": "https://bsky.app/profile/europython.eu",
349349
"twitter": "https://x.com/europython",
350-
"instagram": "https://instagram.com/europython/",
351-
"youtube": "https://youtube.com/channel/UC98CzaYuFNAA_gOINFB0e4Q"
350+
"instagram": "https://www.instagram.com/europython/",
351+
"youtube": "https://www.youtube.com/channel/UC98CzaYuFNAA_gOINFB0e4Q"
352352
}
353353
}

src/pages/sponsor/[sponsor]/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export async function getStaticPaths() {
1414
const isProduction = import.meta.env.MODE === "production";
1515
1616
const sponsors = await getCollection("sponsors", ({ data }) =>
17-
data.tier && ["Gold", "Platinum"].includes(data.tier) && (isProduction ? data.draft !== true : true)
17+
data.tier && ["Diamond", "Platinum"].includes(data.tier) && (isProduction ? data.draft !== true : true)
1818
);
1919
2020
return sponsors.map((sponsor: any) => ({

0 commit comments

Comments
 (0)