From 2100a3b0ad7b2680f87de10b4e4b452dae7bcdec Mon Sep 17 00:00:00 2001 From: yuliia-barabash <146951532+yuliia-barabash@users.noreply.github.com> Date: Mon, 7 Jul 2025 12:06:26 +0200 Subject: [PATCH 1/5] resume workshop --- src/content/pages/resume-workshop.mdx | 32 +++++++++++++++++++++++++++ src/data/links.json | 4 ++++ 2 files changed, 36 insertions(+) create mode 100644 src/content/pages/resume-workshop.mdx diff --git a/src/content/pages/resume-workshop.mdx b/src/content/pages/resume-workshop.mdx new file mode 100644 index 000000000..b5b589a9b --- /dev/null +++ b/src/content/pages/resume-workshop.mdx @@ -0,0 +1,32 @@ +--- +title: Resume Workshop +subtitle: Get expert feedback on your CV from HR professionals and recruiters +--- + +# Resume Workshop (CV Review with HR Experts) + +Attendees reviewing CVs during a workshop + +
+ +Join our special **Resume Workshop** where you’ll get hands-on feedback from experienced professionals in hiring and recruitment. This is a fantastic opportunity to ask questions about your resume and receive personalized tips to make it stand out — directly from people who read CVs every day. + +This event is part of our commitment to supporting underrepresented groups in tech and is **exclusively available to EuroPython ticket holders**. + +### Meet Our Experts + +👩‍💼 **Barbora** – HR specialist at **Pale Fire Capital**, a private equity investment group. Barbora manages the HR agenda for PFC and its portfolio companies. + +🤝 **Luu Ly** – Owner of a headhunting agency based in Prague, Luu is deeply connected to the local tech scene and has years of experience matching candidates with roles across a wide range of companies and levels. + +### 📅 Workshop Details + +- **When:** Thursday, 16th July 2025, 14:00–17:00 +- **Where:** Prague Congress Centre (PCC), Open Space (Room TBD) +- **Format:** Small group feedback sessions, 12 attendees per 30-minute slot +- **Capacity:** **Only 72 spots available** +- **What to bring:** A **printed copy of your CV** is required for review + +
+ +
\ No newline at end of file diff --git a/src/data/links.json b/src/data/links.json index 5b1d7cb00..db27747b7 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -253,6 +253,10 @@ "name": "Thursday Social Event", "path": "/social-event" }, + { + "name": "Resume Workshop", + "path": "/resume-workshop" + }, { "name": "PyLadies Events", "path": "/pyladies" From d026570237660034cf08cc3b9168f2ad7969239c Mon Sep 17 00:00:00 2001 From: yuliia-barabash <146951532+yuliia-barabash@users.noreply.github.com> Date: Mon, 7 Jul 2025 12:13:41 +0200 Subject: [PATCH 2/5] resume workshop --- src/content/pages/resume-workshop.mdx | 10 ++++------ src/data/links.json | 12 ++++++++---- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/content/pages/resume-workshop.mdx b/src/content/pages/resume-workshop.mdx index b5b589a9b..8eced8f27 100644 --- a/src/content/pages/resume-workshop.mdx +++ b/src/content/pages/resume-workshop.mdx @@ -5,9 +5,6 @@ subtitle: Get expert feedback on your CV from HR professionals and recruiters # Resume Workshop (CV Review with HR Experts) -Attendees reviewing CVs during a workshop - -
Join our special **Resume Workshop** where you’ll get hands-on feedback from experienced professionals in hiring and recruitment. This is a fantastic opportunity to ask questions about your resume and receive personalized tips to make it stand out — directly from people who read CVs every day. @@ -15,13 +12,14 @@ This event is part of our commitment to supporting underrepresented groups in te ### Meet Our Experts -👩‍💼 **Barbora** – HR specialist at **Pale Fire Capital**, a private equity investment group. Barbora manages the HR agenda for PFC and its portfolio companies. +**Luu Ly Fabián Nguyen** – Owner of a headhunting agency based in Prague, Luu is deeply connected to the local tech scene and has years of experience matching candidates with roles across a wide range of companies and levels. + +**Barbora Němcová** – HR specialist at **Pale Fire Capital**, a private equity investment group. Barbora manages the HR agenda for PFC and its portfolio companies. -🤝 **Luu Ly** – Owner of a headhunting agency based in Prague, Luu is deeply connected to the local tech scene and has years of experience matching candidates with roles across a wide range of companies and levels. ### 📅 Workshop Details -- **When:** Thursday, 16th July 2025, 14:00–17:00 +- **When:** Wednesday, 16th July 2025, 14:00–17:00 - **Where:** Prague Congress Centre (PCC), Open Space (Room TBD) - **Format:** Small group feedback sessions, 12 attendees per 30-minute slot - **Capacity:** **Only 72 spots available** diff --git a/src/data/links.json b/src/data/links.json index db27747b7..0cf9f6e4f 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -87,6 +87,10 @@ { "name": "Open Spaces", "path": "/open-spaces" + }, + { + "name": "Resume Workshop", + "path": "/resume-workshop" } ] }, @@ -253,10 +257,6 @@ "name": "Thursday Social Event", "path": "/social-event" }, - { - "name": "Resume Workshop", - "path": "/resume-workshop" - }, { "name": "PyLadies Events", "path": "/pyladies" @@ -292,6 +292,10 @@ { "name": "Open Spaces", "path": "/open-spaces" + }, + { + "name": "Resume Workshop", + "path": "/resume-workshop" } ] }, From b73f141ad10cb7603e92d3f131e939aa5f373f95 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 10:20:29 +0000 Subject: [PATCH 3/5] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/pages/resume-workshop.mdx | 2 +- src/data/links.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/content/pages/resume-workshop.mdx b/src/content/pages/resume-workshop.mdx index 8eced8f27..5afa137ff 100644 --- a/src/content/pages/resume-workshop.mdx +++ b/src/content/pages/resume-workshop.mdx @@ -27,4 +27,4 @@ This event is part of our commitment to supporting underrepresented groups in te
-
\ No newline at end of file + diff --git a/src/data/links.json b/src/data/links.json index 0cf9f6e4f..1a006b01a 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -89,8 +89,8 @@ "path": "/open-spaces" }, { - "name": "Resume Workshop", - "path": "/resume-workshop" + "name": "Resume Workshop", + "path": "/resume-workshop" } ] }, @@ -294,8 +294,8 @@ "path": "/open-spaces" }, { - "name": "Resume Workshop", - "path": "/resume-workshop" + "name": "Resume Workshop", + "path": "/resume-workshop" } ] }, From dbfed9540b6e76262675af213bb2d1429e37ab2d Mon Sep 17 00:00:00 2001 From: yuliia-barabash <146951532+yuliia-barabash@users.noreply.github.com> Date: Mon, 7 Jul 2025 12:27:54 +0200 Subject: [PATCH 4/5] resume workshop --- src/content/pages/resume-workshop.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/content/pages/resume-workshop.mdx b/src/content/pages/resume-workshop.mdx index 5afa137ff..798ea55c5 100644 --- a/src/content/pages/resume-workshop.mdx +++ b/src/content/pages/resume-workshop.mdx @@ -3,16 +3,14 @@ title: Resume Workshop subtitle: Get expert feedback on your CV from HR professionals and recruiters --- -# Resume Workshop (CV Review with HR Experts) +# Resume Workshop Join our special **Resume Workshop** where you’ll get hands-on feedback from experienced professionals in hiring and recruitment. This is a fantastic opportunity to ask questions about your resume and receive personalized tips to make it stand out — directly from people who read CVs every day. -This event is part of our commitment to supporting underrepresented groups in tech and is **exclusively available to EuroPython ticket holders**. - ### Meet Our Experts -**Luu Ly Fabián Nguyen** – Owner of a headhunting agency based in Prague, Luu is deeply connected to the local tech scene and has years of experience matching candidates with roles across a wide range of companies and levels. +**Luu Ly Fabián Nguyen** – Owner of a headhunting agency based in Prague, Luu Ly is deeply connected to the local tech scene and has years of experience matching candidates with roles across a wide range of companies and levels. **Barbora Němcová** – HR specialist at **Pale Fire Capital**, a private equity investment group. Barbora manages the HR agenda for PFC and its portfolio companies. From b6f23e9368c87eee12b6b2569888233925becf4e Mon Sep 17 00:00:00 2001 From: yuliia-barabash <146951532+yuliia-barabash@users.noreply.github.com> Date: Tue, 8 Jul 2025 10:02:29 +0200 Subject: [PATCH 5/5] resume workshop --- src/content/pages/feedback-session.mdx | 28 ++++++++++++++++++++++++++ src/content/pages/resume-workshop.mdx | 28 -------------------------- src/data/links.json | 8 ++++---- 3 files changed, 32 insertions(+), 32 deletions(-) create mode 100644 src/content/pages/feedback-session.mdx delete mode 100644 src/content/pages/resume-workshop.mdx diff --git a/src/content/pages/feedback-session.mdx b/src/content/pages/feedback-session.mdx new file mode 100644 index 000000000..79c521eab --- /dev/null +++ b/src/content/pages/feedback-session.mdx @@ -0,0 +1,28 @@ +--- +title: Resume Workshop +subtitle: Get expert feedback on your CV from HR professionals and recruiters +--- + +# CV Feedback Session + + +Join our special **CV Feedback Session** where you’ll get hands-on feedback from experienced professionals in hiring and recruitment. This is a fantastic opportunity to ask questions about your resume and receive personalized tips to make it stand out — directly from people who read CVs every day. + +### Meet Our Experts + +**[Luu Ly Fabián Nguyen](https://www.linkedin.com/in/luuly/)** – Owner of a headhunting agency based in Prague, Luu Ly is deeply connected to the local tech scene and has years of experience matching candidates with roles across a wide range of companies and levels. + +**[Barbora Němcová](https://www.linkedin.com/in/barbora-nemcova/)**, a private equity investment group. Barbora manages the HR agenda for PFC and its portfolio companies. + + +### 📅 Workshop Details + +- **When:** Wednesday, 16th July 2025, 14:00–17:00 +- **Where:** Prague Congress Centre (PCC), Open Space (Room TBD) +- **Format:** Small group feedback sessions, 12 attendees per 30-minute slot +- **Capacity:** **Only 72 spots available** +- **What to bring:** A **printed copy of your CV** is required for review + +
+ +
diff --git a/src/content/pages/resume-workshop.mdx b/src/content/pages/resume-workshop.mdx deleted file mode 100644 index 798ea55c5..000000000 --- a/src/content/pages/resume-workshop.mdx +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Resume Workshop -subtitle: Get expert feedback on your CV from HR professionals and recruiters ---- - -# Resume Workshop - - -Join our special **Resume Workshop** where you’ll get hands-on feedback from experienced professionals in hiring and recruitment. This is a fantastic opportunity to ask questions about your resume and receive personalized tips to make it stand out — directly from people who read CVs every day. - -### Meet Our Experts - -**Luu Ly Fabián Nguyen** – Owner of a headhunting agency based in Prague, Luu Ly is deeply connected to the local tech scene and has years of experience matching candidates with roles across a wide range of companies and levels. - -**Barbora Němcová** – HR specialist at **Pale Fire Capital**, a private equity investment group. Barbora manages the HR agenda for PFC and its portfolio companies. - - -### 📅 Workshop Details - -- **When:** Wednesday, 16th July 2025, 14:00–17:00 -- **Where:** Prague Congress Centre (PCC), Open Space (Room TBD) -- **Format:** Small group feedback sessions, 12 attendees per 30-minute slot -- **Capacity:** **Only 72 spots available** -- **What to bring:** A **printed copy of your CV** is required for review - -
- -
diff --git a/src/data/links.json b/src/data/links.json index 1a006b01a..e4d546b73 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -89,8 +89,8 @@ "path": "/open-spaces" }, { - "name": "Resume Workshop", - "path": "/resume-workshop" + "name": "CV Feedback Session", + "path": "/feedback-session" } ] }, @@ -294,8 +294,8 @@ "path": "/open-spaces" }, { - "name": "Resume Workshop", - "path": "/resume-workshop" + "name": "CV Feedback Session", + "path": "/feedback-session" } ] },