Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/committee_communications.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Communications Committee"
meta_title: "Communications Committee"
description: "Team in charge of all the internal and external communications"
draft: false
weight: 3
weight: 5
---

## Roles
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/committee_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Design Committee"
meta_title: "Design Committee"
description: "Team in charge of the creation of all the conference assets"
draft: false
weight: 4
weight: 6
---

## Roles
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/committee_finance.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Finance and Sponsorship Committee"
meta_title: "Finance and Sponsorship Committee"
description: "Team in charge of the budget and sponsorship of the confenrence"
draft: false
weight: 1
weight: 3
---


Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/committee_infra.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ meta_title: "Infrastructure Committee"
description: "Team in charge of the infra in the conference including website,
bots, ticketing system, streaming, etc."
draft: false
weight: 2
weight: 4
---

## Roles
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/committee_program.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ meta_title: "Program Committee"
description: "Team in charge of the call for proposals for talks, sprints,
workshops, panels and the interaction with speakers"
draft: false
weight: 6
weight: 8
---

## Roles
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/committee_volunteers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ meta_title: "Volunteers Committee"
description: "Team in charge of calling for volunteers, the logistics of the
process and coordination of the helpers during the event."
draft: false
weight: 5
weight: 7
---

*Role: Volunteers Coordinator*
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/roles_and_responsibilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "Roles and Responsibilities"
meta_title: ""
description: "Description of the working groups"
draft: false
weight: 2
---

## General Team member responsibilities
Expand Down
435 changes: 435 additions & 0 deletions src/content/docs/speaker_guide.md

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions src/content/posts/2025-speaker-support.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: "Speaker Support for PyLadiesCon 2025"
meta_title: "Speaker Support for PyLadiesCon 2025"
description: "PyLadiesCon 2025 is supporting speakers"
date: 2025-09-15T05:00:00Z
image: "/images/posts/2025-CFP-open.png"
categories: ["Blog Post",]
authors: ["Abigail Dogbe"]
tags: ["python", "publicspeaking", "pyladies"]
draft: false
---

We would like to offer our heartfelt congratulations to all the selected speakers for PyLadiesCon 2025!
We are excited to have you on board and look forward to your contributions to the conference.
We understand that public speaking can be a daunting task, especially for those who are new to it.
To help you prepare and deliver your presentations effectively, we are pleased to offer ways to support you.

## Speaker Guide

Please read through our [Speakers Guide Documentation](https://conference.pyladies.com/docs/speaker_guide) which contains
helpful information such as dates to remember, how to prepare your talk, how to record, and recommendations
for recording equipment. We will be updating it with new information as it arises, so please check back often.

## Mentorship

If you are new to public speaking and would love to get a friendly mentor to help you prepare your presentation,
please contact us at [email protected].

Currently, we have the following mentors:

- Mariatta (English speaking)
- Denny Perez (English and Spanish speaking)
- Lorena Mesa (English and Spanish speaking)
- Maria Jose Molina-Contreras (English and Spanish speaking)

## Speaker Equipment Grant

If you need help getting the right equipment to record your talk, please fill out the [equipment support grant](https://forms.gle/L5xgYk4yvTD9C7r56)

Congratulations once again on being selected to speak at PyLadiesCon 2025!
2 changes: 1 addition & 1 deletion src/layouts/Docs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { BsArrowRightCircle } from "react-icons/bs";
const { docs, headings } = Astro.props;
---
<div class="row">
<h2 class="text-3xl p-5">Voluntering Guide</h2>
<h2 class="text-3xl p-5">Volunteering Guide</h2>
<div class="flex flex-col">
{
docs.map((doc) => (
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const resources = [
This second part is for the content that the `resources` variable on the top of this
document has inside. These are not actual mdx files, but simplified URL-based content
-->
<h2 class="text-3xl p-5">Voluntering Resources</h2>
<h2 class="text-3xl p-5">Volunteering Resources</h2>
<div class="flex flex-col">
{
resources.map((resource) => (
Expand Down