Skip to content

Commit a66908c

Browse files
committed
Update data
1 parent 206e41d commit a66908c

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
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/week/01_sprints.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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 />
11+
Saturday-Sunday

src/content/week/02_talks.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
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
9+
day, social events, and more!
1010

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

src/content/week/03_tutorials.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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
9-
10-
July 14-15
8+
Two days of tutorials, Rust summit, C-API summit, and WASM summit.
119

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

src/content/week/sprints.jpg

265 KB
Loading

0 commit comments

Comments
 (0)