Skip to content

Commit 42405df

Browse files
committed
Merge branch 'ep2025' into ep2025-hero3
2 parents bfca43b + 701c721 commit 42405df

File tree

15 files changed

+47
-33
lines changed

15 files changed

+47
-33
lines changed

src/components/sections/updates/week.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ deadlines = deadlines
1212
---
1313

1414
<Section>
15-
<Headline id="the_week" title="Week of All things Python" center="true" />
15+
<Headline id="the_week" title="A Week of All Things Python" center="true" />
1616
<section class="justify-center gap-6 flex flex-wrap px-6">
1717
{deadlines.map((deadline) => <DeadlineCard id={deadline.slug} />)}
1818
</section>

src/content/sponsors/gel/gel.svg

Lines changed: 9 additions & 17 deletions
Loading

src/content/sponsors/gel/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ socials:
1414
discord: "https://discord.gg/gel"
1515
youtube: "https://www.youtube.com/@EdgeDB"
1616
tier: Platinum
17-
logo_padding: 10px
17+
logo_padding: 5px
1818
draft: true
1919
---
2020

90.1 KB
Loading
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Pydantic
3+
url: https://pydantic.dev/
4+
description:
5+
The Pydantic platform gives devs visibility to stay in flow, from local to
6+
prod, from AI to API. Ship robust apps faster, in Python, TypeScript, Rust and
7+
others.
8+
socials:
9+
linkedin: https://www.linkedin.com/company/pydantic
10+
twitter: https://x.com/pydantic
11+
bluesky: https://bsky.app/profile/pydantic.dev
12+
mastodon: https://fosstodon.org/@pydantic
13+
github: https://github.com/pydantic/pydantic
14+
15+
tier: Gold
16+
draft: true
17+
---
18+
19+
## About Pydantic
20+
21+
Pydantic is built on the pillars of open source: transparency, collaboration and
22+
excellence. Our origins inform every product we craft. Whether it’s a community
23+
project or enterprise solution, developer experience is our cornerstone.
Lines changed: 1 addition & 0 deletions
Loading

src/content/week/01_sprints.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Sprints Weekend
3-
subtitle: See More Info
3+
subtitle: What are Sprints?
44
url: /sprints
55
image: "./sprints.jpg"
66
---
77

8-
10+ open-source projects & beginners' workshops and unconference session.
8+
10+ open-source projects, beginners' workshops and unconference session.
99

10-
July 19-20 Saturday-Sunday
10+
July 19-20 <br /> Saturday-Sunday

src/content/week/02_talks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Talks & Open Spaces
3-
subtitle: See in Schedule
2+
title: Main Conference
3+
subtitle: See the Schedule
44
url: /schedule/talks/
55
image: "talks.jpg"
66
---
77

8-
120+ talks across 6 parallel tracks over 3 days. Open spaces. PyLadies
9-
Workshops.
8+
120+ talks, six parallel tracks, open spaces, PyLadies day, social events, and
9+
more!
1010

11-
July 16-18 Wednesday-Friday
11+
July 16-18 <br /> Wednesday-Friday

src/content/week/03_tutorials.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
---
22
title: Tutorials & Summits
3-
subtitle: See in Schedule
3+
subtitle: Learn More
44
url: /schedule/tutorials/
55
image: "./tutorials.jpg"
66
---
77

8-
16 tutorials & 3 summits
8+
Two days of tutorials, Rust summit, C-API summit, and WASM summit.
99

10-
July 14-15
11-
12-
Monday-Tuesday
10+
July 14-15 <br /> Monday-Tuesday

src/content/week/sprints.jpg

265 KB
Loading

0 commit comments

Comments
 (0)