Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
Binary file added src/content/keynoters/guido.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/content/keynoters/guido.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Guido van Rossum
image: ./guido.jpg
tagline: Creator of Python
bio:
"The creator of Python, now a CPython core developer at Microsoft. Continues
to contribute to the language he started in 1989 as a side project."
order: 3
---
10 changes: 10 additions & 0 deletions src/content/keynoters/leah.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Leah Wasser
image: ./leah.png
tagline: Executive Director & Founder of pyOpenSci
bio:
"Executive Director and founder of pyOpenSci, building a community of 400+
researchers making scientific software development more accessible. Organizer
of the Maintainers Summit at PyCon US."
order: 4
---
Binary file added src/content/keynoters/leah.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/content/keynoters/lukasz.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Łukasz Langa
image: ./lukasz.webp
tagline: CPython Core Developer & PEP 703 (nogil) author
bio:
"Python core developer, creator of PEP 703 (nogil), and the current Python
Release Manager. Driving performance and concurrency improvements in CPython."
order: 2
---
Binary file added src/content/keynoters/lukasz.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/keynoters/pablo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/content/keynoters/pablo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Pablo Galindo Salgado
image: ./pablo.jpg
tagline: CPython Core Developer & Steering Council member
bio:
"Python core developer and Steering Council member. Maintainer of the parser,
designer of many language features, and a leading voice in Python's evolution."
order: 1
---
16 changes: 8 additions & 8 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import KrakowGallery from "@sections/krakow-gallery.astro";
import Updates from "@sections/updates/updates.astro";
import "../styles/bg-universe.css";
// import Week from "@sections/updates/week.astro";
// import Keynoters from "@sections/keynoters/keynoters.astro";
// import Speakers from "@sections/speakers.astro";
// import City from "@sections/city.astro";
import Keynoters from "@sections/keynoters/keynoters.astro";
import Speakers from "@sections/speakers.astro";
import City from "@sections/city.astro";
import Sponsors from "@sections/sponsors/sponsors.astro";
import Testimonials from "@sections/testimonials.astro";
import CommunityPartners from "@sections/community-partners.astro";
Expand All @@ -25,13 +25,13 @@ import Subscribe from "@sections/subscribe.astro";
<!-- <Week /> -->
<Updates />
</div>
<KrakowGallery />
<Keynoters />
<Speakers />
<Testimonials />
<CommunityPartners />
<!-- <Keynoters /> -->
<!-- <Speakers /> -->
<!-- <City /> -->
<KrakowGallery />
<City />
<Sponsors />
<CommunityPartners />
<Subscribe/>

</Layout>
Expand Down
Loading