diff --git a/_includes/page__hero.html b/_includes/page__hero.html index dd1c26fb..f5f5f4a8 100644 --- a/_includes/page__hero.html +++ b/_includes/page__hero.html @@ -1,15 +1,5 @@ {% capture overlay_img_path %}{{ page.header.overlay_image | relative_url }}{% endcapture %} -{% if page.header.overlay_filter contains "gradient" %} - {% capture overlay_filter %}{{ page.header.overlay_filter }}{% endcapture %} -{% elsif page.header.overlay_filter contains "rgba" %} - {% capture overlay_filter %}{{ page.header.overlay_filter }}{% endcapture %} - {% capture overlay_filter %}linear-gradient({{ overlay_filter }}, {{ overlay_filter }}){% endcapture %} -{% elsif page.header.overlay_filter %} - {% capture overlay_filter %}rgba(0, 0, 0, {{ page.header.overlay_filter }}){% endcapture %} - {% capture overlay_filter %}linear-gradient({{ overlay_filter }}, {{ overlay_filter }}){% endcapture %} -{% endif %} - {% if page.header.image_description %} {% assign image_description = page.header.image_description %} {% else %} @@ -17,10 +7,19 @@ {% endif %} {% assign image_description = image_description | markdownify | strip_html | strip_newlines | escape_once %} - +
+ style=" + {% if page.header.overlay_color %} + background-color: {{ page.header.overlay_color | default: '#33205c' }}; + {% endif %} + {% if overlay_img_path %} + background-image: image-set( + url('{{ overlay_img_path | replace: '.png', '.webp' }}') 1x, + url('{{ overlay_img_path }}') type('image/png') 2x + ); + {% endif %} +"> {% if page.header.overlay_color or page.header.overlay_image %}

diff --git a/_pages/about-peer-review.md b/_pages/about-peer-review.md index 4dbcdd29..2a34278d 100644 --- a/_pages/about-peer-review.md +++ b/_pages/about-peer-review.md @@ -3,8 +3,7 @@ layout: splash permalink: /about-peer-review/ title: "pyOpenSci Makes Python Software Better and Easier to Find Through Peer Review" header: - overlay_image: images/header.png - overlay_filter: 0.8 + overlay_image: images/headers/pyos-peer-review-header.png intro: - excerpt: "Our open peer review process makes scientific software better and easier to discover. [Check out our accepted packages.](https://www.pyopensci.org/python-packages.html)" benefits_scientists: @@ -16,7 +15,7 @@ benefits_scientists: btn_label: Learn more about scientific Python community partnerships btn_class: btn--primary benefits_maintainers: - - image_path: images/landing-pages/pyopensci-supports-maintainers.png + - image_path: images/landing-pages/peer-review-supports-maintainers.png alt: "A pencil sketch of a round table with people sitting around it from different backgrounds working on laptops and also writing together." excerpt: "The pyOpenSci peer review process multiplies shared knowledge, making it easier for Pythonistas of all levels to accomplish challenging tasks, such as navigating the Python packaging ecosystem, with relative ease. And our diverse community supports scientific package maintainers in their efforts to develop and build robust software." title: "Peer review benefits open source maintainers" diff --git a/_pages/contributors.md b/_pages/contributors.md index e04ad543..353307d1 100644 --- a/_pages/contributors.md +++ b/_pages/contributors.md @@ -5,7 +5,7 @@ title: "The pyOpenSci Team & Contributors" excerpt: "pyOpenSci is a diverse community of people interested in building a community of practice around scientific software written in Python." classes: header: - overlay_image: images/header.png + overlay_image: images/headers/pyopensci-learn-header.png overlay_filter: 0.6 redirect_from: - /contributors.html diff --git a/_pages/events.md b/_pages/events.md index 8aa975b3..0733c049 100644 --- a/_pages/events.md +++ b/_pages/events.md @@ -5,7 +5,7 @@ classes: wide title: "pyOpenSci Events" excerpt: "pyOpenSci holds events that support scientists developing open science skills." header: - overlay_image: images/headers/scipy-2024-workshop.png + overlay_image: images/headers/pyopensci-learn-header.png overlay_filter: rgba(20, 13, 36, 0.8) author_profile: false --- diff --git a/_pages/home.md b/_pages/home.md index ba331585..dfacd6df 100644 --- a/_pages/home.md +++ b/_pages/home.md @@ -1,13 +1,13 @@ --- layout: splash title: "Welcome to pyOpenSci" -excerpt: "We make it easier for scientists to create, find, maintain and contribute to reusable code and software." +excerpt: "We make it easier for scientists to create, find, maintain, and contribute to reusable code and software." author_profile: false published: true site-map: true permalink: / header: - overlay_image: /images/people/header-mentored-sprints-smaller.png + overlay_image: /images/headers/pyopensci-sprints.png overlay_filter: 0.7 actions: - label: "Submit a Package" diff --git a/_pages/how-to-submit-package.md b/_pages/how-to-submit-package.md index ac7c9756..45e8aacb 100644 --- a/_pages/how-to-submit-package.md +++ b/_pages/how-to-submit-package.md @@ -2,8 +2,7 @@ layout: single title: "How to submit a Python package to pyOpenSci for review" header: - overlay_image: images/header.png - overlay_filter: 0.8 + overlay_image: images/headers/pyos-peer-review-header.png author_profile: false published: true site-map: true diff --git a/_pages/packaging-resources.md b/_pages/packaging-resources.md index f01d29f8..3a82e684 100644 --- a/_pages/packaging-resources.md +++ b/_pages/packaging-resources.md @@ -5,7 +5,7 @@ permalink: /python-packaging-science.html title: "Python packaging resources for scientists" excerpt: "We make the Python package ecosystem easier to navigate through peer review and packaging resources." header: - overlay_image: images/header.png + overlay_image: images/headers/pyopensci-software.png overlay_filter: 0.8 intro: - excerpt: "There are many tools and approaches that can be used to create a Python package. We build resources that help you both understand the tool ecosystem and also learn how to create a Python package using modern best practices." diff --git a/_pages/partners.md b/_pages/partners.md index 04ab0b26..6b91ac3d 100644 --- a/_pages/partners.md +++ b/_pages/partners.md @@ -4,8 +4,7 @@ permalink: /partners.html title: "pyOpenSci Community Partners: affiliated package review" classes: flowing header: - overlay_image: images/header.png - overlay_filter: 0.6 + overlay_image: images/headers/pyos-peer-review-header.png intro: - excerpt: "More here on community partners." scientists: diff --git a/_pages/python-packages.md b/_pages/python-packages.md index 7518dd73..d9c7d9b0 100644 --- a/_pages/python-packages.md +++ b/_pages/python-packages.md @@ -4,8 +4,7 @@ permalink: /python-packages.html title: "pyOpenSci Open Peer Review & Accepted Packages" classes: header: - overlay_image: images/header.png - overlay_filter: 0.6 + overlay_image: images/headers/pyopensci-software.png intro: - excerpt: "The Python packages below have been accepted into the pyOpenSci ecosystem through our [open software peer review process](/about-peer-review/)." diff --git a/_posts/2019-10-25-welcome-to-pyopensci.md b/_posts/2019-10-25-welcome-to-pyopensci.md index aa1993b0..85f12d83 100644 --- a/_posts/2019-10-25-welcome-to-pyopensci.md +++ b/_posts/2019-10-25-welcome-to-pyopensci.md @@ -5,8 +5,7 @@ excerpt: "pyOpenSci is a community organization devoted to the development of ro author: "Leah Wasser" permalink: blog/welcome-to-pyopensci/ header: - overlay_filter: 0.6 - overlay_color: "#333" + overlay_color: "#33205c" categories: - updates - blog-post diff --git a/_posts/2019-10-26-pyos-min-mistakes-theme.md b/_posts/2019-10-26-pyos-min-mistakes-theme.md index edfa4479..236c318a 100644 --- a/_posts/2019-10-26-pyos-min-mistakes-theme.md +++ b/_posts/2019-10-26-pyos-min-mistakes-theme.md @@ -5,8 +5,7 @@ excerpt: "pyOpenSci minimal mistakes theme documentation." author: "Leah Wasser" permalink: docs/pyos-website/ header: - overlay_filter: 0.6 - overlay_color: "#333" + overlay_color: "#33205c" last_modified: 2025-03-05 toc: true categories: diff --git a/_posts/2019-11-18-pandera-dataframe-validation.md b/_posts/2019-11-18-pandera-dataframe-validation.md index dc2cfe5f..876baf13 100644 --- a/_posts/2019-11-18-pandera-dataframe-validation.md +++ b/_posts/2019-11-18-pandera-dataframe-validation.md @@ -5,8 +5,7 @@ excerpt: "Pandera is a a flexible and expressive toolkit for performing statisti author: "Niels Bantilan" permalink: /blog/pandera-python-pandas-dataframe-validation header: - overlay_image: images/pandas.jpg - overlay_filter: 0.6 + overlay_image: images/blog/headers/pandas.png caption: "Photo credit: [**Ann Batdorf, Smithsonian's National Zoo**](https://www.flickr.com/photos/nationalzoo/5371290900/in/photostream/)" categories: - blog-post diff --git a/_posts/2019-12-03-agu-2019-pyopensci-events.md b/_posts/2019-12-03-agu-2019-pyopensci-events.md index 07d440c0..adbddd41 100644 --- a/_posts/2019-12-03-agu-2019-pyopensci-events.md +++ b/_posts/2019-12-03-agu-2019-pyopensci-events.md @@ -5,8 +5,7 @@ excerpt: "Several pyOpenSci and Open Source Software events will occur at AGU 20 author: "Leah Wasser" permalink: /blog/pyopensci-at-agu-2019-python header: - overlay_color: "#333" - caption: + overlay_color: "#33205c" categories: - updates - blog-post diff --git a/_posts/2020-04-29-movingpandas-movement-data-analysis.md b/_posts/2020-04-29-movingpandas-movement-data-analysis.md index 3ab4b4df..9897bc74 100644 --- a/_posts/2020-04-29-movingpandas-movement-data-analysis.md +++ b/_posts/2020-04-29-movingpandas-movement-data-analysis.md @@ -5,8 +5,7 @@ excerpt: "MovingPandas is an easy to use toolkit for exploring movement data tha author: "Anita Graser" permalink: /blog/movingpandas-movement-data-analysis header: - overlay_image: images/pandas.jpg - overlay_filter: 0.6 + overlay_image: images/blog/headers/pandas.png caption: "Photo credit: [**Ann Batdorf, Smithsonian's National Zoo**](https://www.flickr.com/photos/nationalzoo/5371290900/in/photostream/)" categories: - blog-post diff --git a/_posts/2022-09-10-executive-director-pyopensci-leah-wasser-updates.md b/_posts/2022-09-10-executive-director-pyopensci-leah-wasser-updates.md index c8b9853f..70b92fe4 100644 --- a/_posts/2022-09-10-executive-director-pyopensci-leah-wasser-updates.md +++ b/_posts/2022-09-10-executive-director-pyopensci-leah-wasser-updates.md @@ -5,8 +5,7 @@ excerpt: "pyOpenSci has recently transitioned to a fiscal sponsor and has a new author: "Leah Wasser" permalink: /blog/new-executive-director-leah-wasser header: - overlay_color: "#666" - overlay_filter: 0.6 + overlay_color: "#33205c" categories: - updates - blog-post diff --git a/_posts/2022-09-27-call-for-python-software-review-editors.md b/_posts/2022-09-27-call-for-python-software-review-editors.md index 17c08389..77f6ed6e 100644 --- a/_posts/2022-09-27-call-for-python-software-review-editors.md +++ b/_posts/2022-09-27-call-for-python-software-review-editors.md @@ -5,8 +5,7 @@ excerpt: "pyOpenSci is developing its open peer review process for Python scient author: "Leah Wasser" permalink: /blog/python-software-review-process-editor-in-chief header: - overlay_color: "#666" - overlay_filter: 0.6 + overlay_color: "#33205c" categories: - updates - blog-post diff --git a/_posts/2022-10-24-why-should-python-open-source-matter-science.md b/_posts/2022-10-24-why-should-python-open-source-matter-science.md index 182b51d1..40ae3ef4 100644 --- a/_posts/2022-10-24-why-should-python-open-source-matter-science.md +++ b/_posts/2022-10-24-why-should-python-open-source-matter-science.md @@ -5,8 +5,7 @@ excerpt: "Free and open source software tools are the foundation for thousands i author: "Leah Wasser" permalink: /blog/why-python-open-source-software-matters-for-scientists.html header: - overlay_color: "#666" - overlay_filter: 0.6 + overlay_color: "#33205c" categories: - blog-post - highlight diff --git a/_posts/2022-11-07-why-python-package-health-metrics-matter.md b/_posts/2022-11-07-why-python-package-health-metrics-matter.md index 8b32c9db..d0ac3d62 100644 --- a/_posts/2022-11-07-why-python-package-health-metrics-matter.md +++ b/_posts/2022-11-07-why-python-package-health-metrics-matter.md @@ -5,8 +5,7 @@ excerpt: "Collecting baseline data that aligns with the goals and outcomes of yo author: "Leah Wasser" permalink: /blog/why-python-package-health-metrics-matter.html header: - overlay_color: "#666" - overlay_filter: 0.6 + overlay_color: "#33205c" categories: - blog-post - highlight diff --git a/_posts/2022-11-21-what-makes-a-python-package-healthy.md b/_posts/2022-11-21-what-makes-a-python-package-healthy.md index cc0a8cd2..8c9876b6 100644 --- a/_posts/2022-11-21-what-makes-a-python-package-healthy.md +++ b/_posts/2022-11-21-what-makes-a-python-package-healthy.md @@ -5,8 +5,7 @@ excerpt: "How should pyOpenSci measure Python open source package health and lev author: "Leah Wasser" permalink: /blog/what-makes-open-source-python-package-healthy.html header: - overlay_color: "#666" - overlay_filter: 0.6 + overlay_color: "#33205c" categories: - blog-post - highlight diff --git a/_posts/2023-03-22-demystifying-python-packaging.md b/_posts/2023-03-22-demystifying-python-packaging.md index 267628ae..324f8c54 100644 --- a/_posts/2023-03-22-demystifying-python-packaging.md +++ b/_posts/2023-03-22-demystifying-python-packaging.md @@ -5,8 +5,7 @@ excerpt: "pyOpenSci has published the packaging structure and tool section of it author: "Leah Wasser" permalink: /blog/demystifying-python-packaging.html header: - overlay_color: "#666" - overlay_filter: 0.6 + overlay_color: "#33205c" categories: - blog-post - highlight diff --git a/_posts/2023-06-13-pycon2023-peer-review-david-nicholson-crowsetta.md b/_posts/2023-06-13-pycon2023-peer-review-david-nicholson-crowsetta.md index 19632db5..9e079c13 100644 --- a/_posts/2023-06-13-pycon2023-peer-review-david-nicholson-crowsetta.md +++ b/_posts/2023-06-13-pycon2023-peer-review-david-nicholson-crowsetta.md @@ -5,9 +5,8 @@ excerpt: "David Nicholson gave a lightning talk about his experience going throu author: Leah Wasser permalink: /blog/pycon2023-crowsetta-peer-review.html header: - overlay_color: "#666" - overlay_filter: 0.6 - overlay_image: /images/talks/david-nicholson-crowsetta-lightning-pycon2023.png + overlay_color: "#33205c" + overlay_image: /images/blog/headers/david-nicholson-2023-header.png categories: - blog-post - highlight diff --git a/_posts/2023-06-14-pycon-maintainers-summit-python-packaging-talk-leah-wasser.md b/_posts/2023-06-14-pycon-maintainers-summit-python-packaging-talk-leah-wasser.md index 198f4710..56ff7563 100644 --- a/_posts/2023-06-14-pycon-maintainers-summit-python-packaging-talk-leah-wasser.md +++ b/_posts/2023-06-14-pycon-maintainers-summit-python-packaging-talk-leah-wasser.md @@ -5,8 +5,7 @@ excerpt: "This year I attended by first PyCon US meeting representing pyOpenSci. author: "Leah Wasser" permalink: /blog/pycon-2023-packaging-presentation-sprints-leah-wasser.html header: - overlay_color: "#666" - overlay_filter: 0.6 + overlay_color: "#33205c" categories: - blog-post - highlight diff --git a/_posts/2023-07-18-pyopensci-scipy-2023.md b/_posts/2023-07-18-pyopensci-scipy-2023.md index bbc74f07..e5a7ec27 100644 --- a/_posts/2023-07-18-pyopensci-scipy-2023.md +++ b/_posts/2023-07-18-pyopensci-scipy-2023.md @@ -5,8 +5,7 @@ excerpt: "The SciPy 2023 meeting did not disappoint this year. We have a whole n author: "Leah Wasser" permalink: /blog/scipy-2023-community.html header: - overlay_color: "#542668" - overlay_filter: 0.6 + overlay_color: "#33205c" categories: - blog-post - highlight diff --git a/_posts/2023-09-11-community-manager-job-available.md b/_posts/2023-09-11-community-manager-job-available.md index f3698326..a4bc80fa 100644 --- a/_posts/2023-09-11-community-manager-job-available.md +++ b/_posts/2023-09-11-community-manager-job-available.md @@ -5,8 +5,7 @@ excerpt: "This position has been filled. pyOpenSci is hiring a community manager author: "Leah Wasser" permalink: /blog/pyOpenSci-hiring-community-manager-fall-2023.html header: - overlay_color: "#666" - overlay_filter: 0.6 + overlay_color: "#33205c" categories: - blog-post - jobs diff --git a/_posts/2023-10-18-rse-2023-pyopensci-bof.md b/_posts/2023-10-18-rse-2023-pyopensci-bof.md index ed6865fe..729343c0 100644 --- a/_posts/2023-10-18-rse-2023-pyopensci-bof.md +++ b/_posts/2023-10-18-rse-2023-pyopensci-bof.md @@ -5,8 +5,7 @@ excerpt: "pyOpenSci held a community birds of a feather session at the 2023 RSE author: "Leah Wasser" permalink: /blog/pyOpenSci-research-software-2023.html header: - overlay_color: "#666" - overlay_filter: 0.6 + overlay_color: "#33205c" categories: - blog-post - community diff --git a/_posts/2023-11-29-welcome-jesse-pyos-community-manager.md b/_posts/2023-11-29-welcome-jesse-pyos-community-manager.md index 53249bd2..1cec4a8d 100644 --- a/_posts/2023-11-29-welcome-jesse-pyos-community-manager.md +++ b/_posts/2023-11-29-welcome-jesse-pyos-community-manager.md @@ -5,8 +5,7 @@ excerpt: "Learn more about our new pyOpenSci Community Manager, Jesse Mostipak, author: "Jesse Mostipak" permalink: /blog/pyOpenSci-new-community-manager.html header: - overlay_color: "#666" - overlay_filter: 0.6 + overlay_color: "#33205c" categories: - blog-post - community diff --git a/_posts/2024-01-03-czi-funds-pyopensci-2024.md b/_posts/2024-01-03-czi-funds-pyopensci-2024.md index 905c3a7a..b3ce61fd 100644 --- a/_posts/2024-01-03-czi-funds-pyopensci-2024.md +++ b/_posts/2024-01-03-czi-funds-pyopensci-2024.md @@ -5,8 +5,7 @@ excerpt: "CZI has received funding from the Chan Zuckerberg Foundation. Learn mo author: "Leah Wasser" permalink: /blog/czi-funds-pyOpenSci-2024.html header: - overlay_color: "#666" - overlay_filter: 0.6 + overlay_color: "#33205c" categories: - blog-post - community diff --git a/_posts/2024-03-01-pyos-newsletter-march-2024.md b/_posts/2024-03-01-pyos-newsletter-march-2024.md index 0e323187..c2359541 100644 --- a/_posts/2024-03-01-pyos-newsletter-march-2024.md +++ b/_posts/2024-03-01-pyos-newsletter-march-2024.md @@ -5,8 +5,7 @@ excerpt: "New partnerships, packages, and conference announcements!" author: "Jesse Mostipak" permalink: /blog/pyos-newsletter-march-2024.html header: - overlay_color: "#666" - overlay_filter: 0.6 + overlay_color: "#33205c" categories: - blog-post - community diff --git a/_posts/2024-04-01-pyos-newsletter-april-2024.md b/_posts/2024-04-01-pyos-newsletter-april-2024.md index 6a327dc9..bec519dc 100644 --- a/_posts/2024-04-01-pyos-newsletter-april-2024.md +++ b/_posts/2024-04-01-pyos-newsletter-april-2024.md @@ -5,8 +5,7 @@ excerpt: "New contributors, a new package, and a few new social campaigns, all t author: "Jesse Mostipak" permalink: /blog/pyos-newsletter-april-2024.html header: - overlay_color: "#666" - overlay_filter: 0.6 + overlay_color: "#33205c" categories: - blog-post - community diff --git a/_posts/2024-04-16-pyos-open-education-resources-announcement.md b/_posts/2024-04-16-pyos-open-education-resources-announcement.md index 79c15b47..b64f59f1 100644 --- a/_posts/2024-04-16-pyos-open-education-resources-announcement.md +++ b/_posts/2024-04-16-pyos-open-education-resources-announcement.md @@ -5,8 +5,7 @@ excerpt: "We're excited to share information about the pyOpenSci approach to edu author: "Jesse Mostipak" permalink: /blog/pyos-education-announcement.html header: - overlay_color: "#666" - overlay_filter: 0.6 + overlay_color: "#33205c" categories: - blog-post - community diff --git a/_posts/2024-04-18-rdata-read-r-datasets.md b/_posts/2024-04-18-rdata-read-r-datasets.md index 7ed66cce..228146ce 100644 --- a/_posts/2024-04-18-rdata-read-r-datasets.md +++ b/_posts/2024-04-18-rdata-read-r-datasets.md @@ -5,8 +5,7 @@ excerpt: "rdata is a library for reading R datasets and converting them to Pytho author: "Carlos Ramos Carreño" permalink: /blog/read-r-datasets-from-python.html header: - overlay_image: images/pandas.jpg - overlay_filter: 0.6 + overlay_image: images/blog/headers/pandas.png caption: "Photo credit: [**Ann Batdorf, Smithsonian's National Zoo**](https://www.flickr.com/photos/nationalzoo/5371290900/in/photostream/)" categories: - blog-post diff --git a/_posts/2024-04-29-pyos-newsletter-may-2024.md b/_posts/2024-04-29-pyos-newsletter-may-2024.md index ad0265d4..69e510dc 100644 --- a/_posts/2024-04-29-pyos-newsletter-may-2024.md +++ b/_posts/2024-04-29-pyos-newsletter-may-2024.md @@ -5,8 +5,7 @@ excerpt: "May has brought two new packages, the first (of many!) pyOpenSci works author: "Jesse Mostipak" permalink: /blog/pyos-newsletter-may-2024.html header: - overlay_color: "#666" - overlay_filter: 0.6 + overlay_color: "#33205c" categories: - blog-post - community diff --git a/_posts/2024-05-14-pyos-guide-to-pyconus-2024.md b/_posts/2024-05-14-pyos-guide-to-pyconus-2024.md index 570fc08d..1edc9403 100644 --- a/_posts/2024-05-14-pyos-guide-to-pyconus-2024.md +++ b/_posts/2024-05-14-pyos-guide-to-pyconus-2024.md @@ -6,7 +6,6 @@ author: "Jesse Mostipak" permalink: /blog/pyos-guide-to-pyconus-2024.html header: overlay_image: images/blog/2024/may/pycon-us-2024.png - overlay_filter: rgba(20, 13, 36, 0.8) categories: - blog-post - community diff --git a/_posts/2024-05-23-pyos-call-for-editors.md b/_posts/2024-05-23-pyos-call-for-editors.md index 02d97772..7a2c5cc1 100644 --- a/_posts/2024-05-23-pyos-call-for-editors.md +++ b/_posts/2024-05-23-pyos-call-for-editors.md @@ -5,8 +5,7 @@ excerpt: "pyOpenSci is looking for volunteers from a wide array of scientific ba author: "Jesse Mostipak" permalink: /blog/pyos-call-for-editors-may-2024.html header: - overlay_image: images/blog/headers/23-05-2024-call-for-editors.png - overlay_filter: rgba(20, 13, 36, 0.8) + overlay_image: images/blog/headers/call-for-editors.png categories: - blog-post - community diff --git a/_posts/2024-05-24-oss-fall-festival-save-the-date-2024.md b/_posts/2024-05-24-oss-fall-festival-save-the-date-2024.md index a0d3b74f..fd87009a 100644 --- a/_posts/2024-05-24-oss-fall-festival-save-the-date-2024.md +++ b/_posts/2024-05-24-oss-fall-festival-save-the-date-2024.md @@ -5,8 +5,7 @@ excerpt: "Shake off those post-PyCon blues by adding our Open Science Fall Festi author: "Jesse Mostipak" permalink: /blog/save-the-date-oss-fall-festival-2024.html header: - overlay_image: images/blog/2024/may/fall-festival-save-the-date-2024.png - overlay_filter: rgba(20, 13, 36, 0.8) + overlay_color: "#33205c" categories: - blog-post - community diff --git a/_posts/2024-05-28-pyos-newsletter-june-2024.md b/_posts/2024-05-28-pyos-newsletter-june-2024.md index d4fc0e85..60b80078 100644 --- a/_posts/2024-05-28-pyos-newsletter-june-2024.md +++ b/_posts/2024-05-28-pyos-newsletter-june-2024.md @@ -5,8 +5,7 @@ excerpt: "We're starting June with a record number of Python package submissions author: "Jesse Mostipak" permalink: /blog/pyos-newsletter-june-2024.html header: - overlay_image: images/blog/2024/may/pyos-june-newsletter.png - overlay_filter: rgba(20, 13, 36, 0.8) + overlay_image: images/headers/scipy-2024-workshop.png categories: - blog-post - community diff --git a/_posts/2024-05-30-pyos-pyconus-2024-recap.md b/_posts/2024-05-30-pyos-pyconus-2024-recap.md index 8deb2f09..3a6a404b 100644 --- a/_posts/2024-05-30-pyos-pyconus-2024-recap.md +++ b/_posts/2024-05-30-pyos-pyconus-2024-recap.md @@ -5,8 +5,7 @@ excerpt: "Learn about pyOpenSci's experience at PyCon US 2024, how pyOpenSci is author: "Leah Wasser" permalink: /blog/recap-pyos-pyconus-2024.html header: - overlay_image: images/blog/2024/may/pycon-us-2024.png - overlay_filter: rgba(20, 13, 36, 0.8) + overlay_image: images/blog/headers/pycon-us-2024-header.png categories: - blog-post - community diff --git a/_posts/2024-06-03-sleplet-slepian-wavelets.md b/_posts/2024-06-03-sleplet-slepian-wavelets.md index 4b9f5123..e753b54a 100644 --- a/_posts/2024-06-03-sleplet-slepian-wavelets.md +++ b/_posts/2024-06-03-sleplet-slepian-wavelets.md @@ -5,8 +5,7 @@ excerpt: SLEPLET is a tool to create Slepian scale-discretised wavelets that has author: Patrick J. Roddy permalink: /blog/sleplet-slepian-wavelets header: - overlay_image: /images/sleplet/planck_2018_temp_mask.jpg - overlay_filter: rgba(20, 13, 36, 0.8) + overlay_image: images/blog/headers/sleptlet-header.png caption: "Figure credit: [**The Planck Collaboration 2018**](https://www.aanda.org/articles/aa/full_html/2020/09/aa33881-18/F38.html)" categories: - blog-post diff --git a/_posts/2024-06-05-friends-dont-let-friends-package-alone-pyconus-24.md b/_posts/2024-06-05-friends-dont-let-friends-package-alone-pyconus-24.md index 11ec32bc..60fca849 100644 --- a/_posts/2024-06-05-friends-dont-let-friends-package-alone-pyconus-24.md +++ b/_posts/2024-06-05-friends-dont-let-friends-package-alone-pyconus-24.md @@ -5,8 +5,7 @@ excerpt: "A blog post from the Executive Director of pyOpenSci on Python packagi author: "Leah Wasser" permalink: /blog/python-packaging-friends-dont-let-friends-package-alone.html header: - overlay_image: images/blog/2024/may/pycon-us-2024.png - overlay_filter: rgba(20, 13, 36, 0.8) + overlay_color: "#33205c" categories: - blog-post - community diff --git a/_posts/2024-06-06-get-involved-with-pyos.md b/_posts/2024-06-06-get-involved-with-pyos.md index d966ca3a..4ec60d00 100644 --- a/_posts/2024-06-06-get-involved-with-pyos.md +++ b/_posts/2024-06-06-get-involved-with-pyos.md @@ -5,8 +5,7 @@ excerpt: "Fun fact: there are a multitude of ways for you to get involved with p author: "Jesse Mostipak" permalink: /blog/get-involved-with-pyos.html header: - overlay_image: images/blog/2024/may/23-05-2024-get-involved.png - overlay_filter: rgba(20, 13, 36, 0.8) + overlay_color: "#33205c" categories: - blog-post - community diff --git a/_posts/2024-06-20-pyos-guide-to-scipy.md b/_posts/2024-06-20-pyos-guide-to-scipy.md index c8e317d6..ebef895f 100644 --- a/_posts/2024-06-20-pyos-guide-to-scipy.md +++ b/_posts/2024-06-20-pyos-guide-to-scipy.md @@ -5,8 +5,7 @@ excerpt: "We've got another incredible conference on the horizon, and wanted to author: "Jesse Mostipak" permalink: /blog/pyos-guide-to-scipy-2024.html header: - overlay_image: images/blog/2024/may/23-05-2024-get-involved.png - overlay_filter: rgba(20, 13, 36, 0.8) + overlay_color: "#33205c" categories: - blog-post - community diff --git a/_posts/2024-07-10-automata.md b/_posts/2024-07-10-automata.md index b5e96431..e3278c4b 100644 --- a/_posts/2024-07-10-automata.md +++ b/_posts/2024-07-10-automata.md @@ -5,8 +5,7 @@ excerpt: automata is a package implementing structures and algorithms for manipu author: Eliot W. Robson permalink: /blog/automata header: - overlay_image: /images/automata/finite_language_dfa.png - overlay_filter: rgba(20, 13, 36, 0.8) + overlay_image: /images/blog/headers/automata-header.png categories: - blog-post - automata diff --git a/_posts/2024-07-31-pyconus-pyopensci-sprints.md b/_posts/2024-07-31-pyconus-pyopensci-sprints.md index 08f1a092..549e301e 100644 --- a/_posts/2024-07-31-pyconus-pyopensci-sprints.md +++ b/_posts/2024-07-31-pyconus-pyopensci-sprints.md @@ -5,8 +5,7 @@ excerpt: "pyOpenSci holds beginner-friendly sprints with the goal of making new author: "Leah Wasser" permalink: /blog/pyopensci-pyconus-2024-sprints.html header: - overlay_image: images/blog/2024/may/23-05-2024-get-involved.png - overlay_filter: rgba(20, 13, 36, 0.8) + overlay_image: images/blog/headers/pycon-us-2024-header.png categories: - blog-post - community diff --git a/_posts/2024-08-02-community-news-august-2024.md b/_posts/2024-08-02-community-news-august-2024.md index 8fc6a91b..79da138f 100644 --- a/_posts/2024-08-02-community-news-august-2024.md +++ b/_posts/2024-08-02-community-news-august-2024.md @@ -5,8 +5,7 @@ excerpt: "Welcome to the first edition of pyOpenSci's Community News newsletter, author: "Jesse Mostipak" permalink: /blog/pyos-community-news-aug-2024.html header: - overlay_image: /images/headers/white-header.png - overlay_filter: rgba(20, 13, 36, 0.8) + overlay_image: images/blog/headers/pycon-us-2024-header.png categories: - blog-post - community @@ -16,7 +15,6 @@ comments: true last_modified: 2024-08-29 --- - ## pyOpenSci community news As the pyOpenSci community has continued to grow, we wanted to dedicate at least one newsletter issue a month to sharing conversations, contributions, and news related to our diverse and vibrant community! This month we’re celebrating everyone who’s participated in a pyOpenSci sprint, sharing the exciting news around the Spanish translation of our Python Packaging Guide, and elevating a discussion from GitHub around the use of Hatch for Python package creation. diff --git a/_posts/2024-08-02-pyopensci-at-scipy-2024.md b/_posts/2024-08-02-pyopensci-at-scipy-2024.md index 32994c8a..121a117e 100644 --- a/_posts/2024-08-02-pyopensci-at-scipy-2024.md +++ b/_posts/2024-08-02-pyopensci-at-scipy-2024.md @@ -5,8 +5,7 @@ excerpt: "pyOpenSci had an incredibly impactful SciPy conference this year in Ta author: "Leah Wasser" permalink: /blog/pyos-scipy-2024-recap.html header: - overlay_image: images/headers/scipy-2024-workshop.png - overlay_filter: rgba(20, 13, 36, 0.8) + overlay_color: "#33205c" categories: - blog-post - community diff --git a/_posts/2024-08-30-pyopensci-monumental-growth-2024.md b/_posts/2024-08-30-pyopensci-monumental-growth-2024.md index 82fee493..5b39ffb1 100644 --- a/_posts/2024-08-30-pyopensci-monumental-growth-2024.md +++ b/_posts/2024-08-30-pyopensci-monumental-growth-2024.md @@ -5,8 +5,7 @@ excerpt: "Learn about what pyOpenSci has accomplished in the last two years, inc author: "Leah Wasser" permalink: /blog/what-pyopensci-accomplished-with-two-years-of-funding.html header: - overlay_image: images/headers/pyos-two-years.png - overlay_filter: rgba(20, 13, 36, 0.3) + overlay_image: images/blog/headers/pyos-two-years.png categories: - blog-post - community diff --git a/_posts/2024-09-17-pyopensci-sustainability-plan-2024.md b/_posts/2024-09-17-pyopensci-sustainability-plan-2024.md index 834bc9e4..4cfd66dd 100644 --- a/_posts/2024-09-17-pyopensci-sustainability-plan-2024.md +++ b/_posts/2024-09-17-pyopensci-sustainability-plan-2024.md @@ -5,8 +5,7 @@ excerpt: "pyOpenSci is exploring various sustainability methods to supplement ou author: "Leah Wasser" permalink: /blog/pyopensci-funding-sustainability.html header: - overlay_image: images/headers/pyopensci-sustainability.png - overlay_filter: rgba(20, 13, 36, 0.3) + overlay_image: images/blog/headers/pyopensci-sustainability.png categories: - blog-post - community diff --git a/_posts/2024-10-10-pyOpenSci-celebrates-Inessa-pawson.md b/_posts/2024-10-10-pyOpenSci-celebrates-Inessa-pawson.md index d540d4d1..cba3728d 100644 --- a/_posts/2024-10-10-pyOpenSci-celebrates-Inessa-pawson.md +++ b/_posts/2024-10-10-pyOpenSci-celebrates-Inessa-pawson.md @@ -5,8 +5,7 @@ excerpt: "Inessa’s leadership and dedication have profoundly shaped the open s author: "Leah Wasser" permalink: /blog/pyopensci-celebrates-inessa-pawson.html header: - overlay_image: images/headers/pyopensci-inessa.png - overlay_filter: rgba(20, 13, 36, 0.3) + overlay_image: images/headers/pyopensci-floral.png categories: - blog-post - community diff --git a/_posts/2024-10-28-human-dimension-data-science.md b/_posts/2024-10-28-human-dimension-data-science.md index 2fcc53d8..e2f444c1 100644 --- a/_posts/2024-10-28-human-dimension-data-science.md +++ b/_posts/2024-10-28-human-dimension-data-science.md @@ -5,8 +5,7 @@ excerpt: "Discover how to create clean, accessible, and impactful data science c author: "Eric J. Ma" permalink: /blog/human-dimension-clean-documented-data-science-code.html header: - overlay_image: /images/blog/2024/eric-ma-blog-post-header.webp - overlay_filter: rgba(20, 13, 36, 0.7) + overlay_image: /images/blog/headers/eric-ma-header.png categories: - blog-post - community diff --git a/_posts/2024-12-13-pyOpenSci-job-communications.md b/_posts/2024-12-13-pyOpenSci-job-communications.md index 175d25c9..0e6c5d0a 100644 --- a/_posts/2024-12-13-pyOpenSci-job-communications.md +++ b/_posts/2024-12-13-pyOpenSci-job-communications.md @@ -5,8 +5,7 @@ excerpt: "pyOpenSci is hiring a part-time Writer and Social Media Specialist to author: "Leah Wasser" permalink: /blog/pyopensci-job-communications.html header: - overlay_image: images/headers/pyopensci-inessa.png - overlay_filter: rgba(20, 13, 36, 0.3) + overlay_image: images/headers/pyopensci-floral.png categories: - blog-post - community diff --git a/_posts/2025-01-17-quadratik.md b/_posts/2025-01-17-quadratik.md index ddc6c594..bb8fd9e5 100644 --- a/_posts/2025-01-17-quadratik.md +++ b/_posts/2025-01-17-quadratik.md @@ -5,8 +5,7 @@ excerpt: "QuadratiK provides a set of goodness-of-fit tests, a clustering techni author: "Raktim Mukhopadhyay" permalink: /blog/quadratik.html header: - overlay_image: images/quadratik/quadratik-organization.png - overlay_filter: rgba(20, 13, 36, 0.7) + overlay_image: images/headers/pyopensci-quadratik.png categories: - blog-post - quadratic distances diff --git a/_posts/2025-02-07-pyopensci-2024-a-year-in-review.md b/_posts/2025-02-07-pyopensci-2024-a-year-in-review.md index f8253819..e613e448 100644 --- a/_posts/2025-02-07-pyopensci-2024-a-year-in-review.md +++ b/_posts/2025-02-07-pyopensci-2024-a-year-in-review.md @@ -5,8 +5,7 @@ excerpt: "2024 was a transformative year for pyOpenSci. Through training, mentor author: "Leah Wasser" permalink: /blog/2024-pyopensci-retrospective.html header: - overlay_color: "#666" - overlay_filter: 0.6 + overlay_image: images/headers/pyopensci-floral.png categories: - blog-post - community diff --git a/_posts/2025-03-05-pyOpenSci-first-open-science-festival.md b/_posts/2025-03-05-pyOpenSci-first-open-science-festival.md index b547b45d..e4e00ff4 100644 --- a/_posts/2025-03-05-pyOpenSci-first-open-science-festival.md +++ b/_posts/2025-03-05-pyOpenSci-first-open-science-festival.md @@ -5,8 +5,7 @@ excerpt: "pyOpenSci ran 6 workshops in 2024, 4 of which happened during our Fall author: "Leah Wasser" permalink: /blog/pyopensci-reflections-fall-festival-2024.html header: - overlay_image: images/headers/pyopensci-inessa.png - overlay_filter: rgba(20, 13, 36, 0.3) + overlay_image: images/headers/pyopensci-floral.png categories: - blog-post - community diff --git a/_posts/2025-03-13-python-packaging-security-pypi.md b/_posts/2025-03-13-python-packaging-security-pypi.md index e002d342..a5b01a24 100644 --- a/_posts/2025-03-13-python-packaging-security-pypi.md +++ b/_posts/2025-03-13-python-packaging-security-pypi.md @@ -5,8 +5,7 @@ excerpt: "Learn how to secure your Python package PyPI publishing workflows and author: "Leah Wasser" permalink: /blog/python-packaging-security-publish-pypi.html header: - overlay_image: images/headers/pyopensci-inessa.png - overlay_filter: rgba(20, 13, 36, 0.3) + overlay_image: images/headers/pyopensci-floral.png categories: - python-packaging - blog-post diff --git a/_posts/2025-03-18-contribute-to-open-source-github-lessons.md b/_posts/2025-03-18-contribute-to-open-source-github-lessons.md index 8e6b061b..84a3bb30 100644 --- a/_posts/2025-03-18-contribute-to-open-source-github-lessons.md +++ b/_posts/2025-03-18-contribute-to-open-source-github-lessons.md @@ -5,8 +5,7 @@ excerpt: "Contributing to open source isn’t just about code—it’s also abou author: "Leah Wasser" permalink: /blog/contribute-to-open-source-lessons.html header: - overlay_image: images/headers/pyopensci-inessa.png - overlay_filter: rgba(20, 13, 36, 0.3) + overlay_image: images/headers/pyopensci-floral.png categories: - blog-post - community diff --git a/_posts/events/2024-04-29-create-your-first-python-package-pyopensci-online-workshop.md b/_posts/events/2024-04-29-create-your-first-python-package-pyopensci-online-workshop.md index 4aebc99d..edc2b49a 100644 --- a/_posts/events/2024-04-29-create-your-first-python-package-pyopensci-online-workshop.md +++ b/_posts/events/2024-04-29-create-your-first-python-package-pyopensci-online-workshop.md @@ -8,8 +8,7 @@ event: location: Online permalink: /events/april-2024-create-python-package-pyopensci-online-workshop.html header: - overlay_image: images/headers/scipy-2024-workshop.png - overlay_filter: rgba(20, 13, 36, 0.8) + overlay_image: images/headers/pyopensci-sustainability.png categories: - events start_date: 2024-04-29 diff --git a/_posts/events/2024-06-25-create-your-first-python-package-scipy-2024.md b/_posts/events/2024-06-25-create-your-first-python-package-scipy-2024.md index 9198a664..8793945c 100644 --- a/_posts/events/2024-06-25-create-your-first-python-package-scipy-2024.md +++ b/_posts/events/2024-06-25-create-your-first-python-package-scipy-2024.md @@ -6,7 +6,6 @@ author: permalink: /events/create-first-python-package-scipy-2024.html header: overlay_image: images/headers/scipy-2024-workshop.png - overlay_filter: rgba(20, 13, 36, 0.8) categories: - events event: diff --git a/_posts/events/2024-08-09-pyopensci-fall-festival.md b/_posts/events/2024-08-09-pyopensci-fall-festival.md index 5fdba7f2..f09296ef 100644 --- a/_posts/events/2024-08-09-pyopensci-fall-festival.md +++ b/_posts/events/2024-08-09-pyopensci-fall-festival.md @@ -9,8 +9,7 @@ event: location: Online using [Gather](https://www.gather.town/) permalink: /events/pyopensci-2024-fall-festival.html header: - overlay_image: images/headers/white-header.png - overlay_filter: rgba(20, 13, 36, 0.8) + overlay_image: images/headers/pyopensci-sustainability.png categories: - events classes: wide diff --git a/_sass/minimal-mistakes/_page.scss b/_sass/minimal-mistakes/_page.scss index a57eae95..c9e0bbcd 100644 --- a/_sass/minimal-mistakes/_page.scss +++ b/_sass/minimal-mistakes/_page.scss @@ -71,6 +71,7 @@ .page__title { margin-top: 0; line-height: 1; + max-width: 85%; a { color: $text-color; @@ -670,4 +671,7 @@ #main { padding: 0 .6rem; } + .page__title { + max-width: 100%; + } } diff --git a/_sass/minimal-mistakes/_pyos-grid.scss b/_sass/minimal-mistakes/_pyos-grid.scss index 00a00604..068a4c48 100644 --- a/_sass/minimal-mistakes/_pyos-grid.scss +++ b/_sass/minimal-mistakes/_pyos-grid.scss @@ -366,7 +366,7 @@ $colors: ( min-height: 6rem; display: flex; align-items: center; /* Vertically center the title */ - padding: 0 1rem; + padding: 0; } .card-excerpt{ diff --git a/images/blog/2024/eric-ma-blog-post-header.png b/images/blog/2024/eric-ma-blog-post-header.png index 507075ff..03a7d136 100644 Binary files a/images/blog/2024/eric-ma-blog-post-header.png and b/images/blog/2024/eric-ma-blog-post-header.png differ diff --git a/images/blog/2024/eric-ma-blog-post-header.webp b/images/blog/2024/eric-ma-blog-post-header.webp index 7c62e356..608d4c09 100644 Binary files a/images/blog/2024/eric-ma-blog-post-header.webp and b/images/blog/2024/eric-ma-blog-post-header.webp differ diff --git a/images/blog/headers/23-05-2024-call-for-editors.webp b/images/blog/headers/23-05-2024-call-for-editors.webp new file mode 100644 index 00000000..ad65c317 Binary files /dev/null and b/images/blog/headers/23-05-2024-call-for-editors.webp differ diff --git a/images/blog/headers/automata-header.png b/images/blog/headers/automata-header.png new file mode 100644 index 00000000..93957d59 Binary files /dev/null and b/images/blog/headers/automata-header.png differ diff --git a/images/blog/headers/automata-header.webp b/images/blog/headers/automata-header.webp new file mode 100644 index 00000000..5fd7aeb7 Binary files /dev/null and b/images/blog/headers/automata-header.webp differ diff --git a/images/blog/headers/call-for-editors.png b/images/blog/headers/call-for-editors.png new file mode 100644 index 00000000..7e83a2e1 Binary files /dev/null and b/images/blog/headers/call-for-editors.png differ diff --git a/images/blog/headers/call-for-editors.webp b/images/blog/headers/call-for-editors.webp new file mode 100644 index 00000000..70c71360 Binary files /dev/null and b/images/blog/headers/call-for-editors.webp differ diff --git a/images/blog/headers/david-nicholson-2023-header.png b/images/blog/headers/david-nicholson-2023-header.png new file mode 100644 index 00000000..b5388ab7 Binary files /dev/null and b/images/blog/headers/david-nicholson-2023-header.png differ diff --git a/images/blog/headers/david-nicholson-2023-header.webp b/images/blog/headers/david-nicholson-2023-header.webp new file mode 100644 index 00000000..15d986a2 Binary files /dev/null and b/images/blog/headers/david-nicholson-2023-header.webp differ diff --git a/images/blog/headers/eric-ma-blog-post-header.png b/images/blog/headers/eric-ma-blog-post-header.png new file mode 100644 index 00000000..507075ff Binary files /dev/null and b/images/blog/headers/eric-ma-blog-post-header.png differ diff --git a/images/blog/headers/eric-ma-blog-post-header.webp b/images/blog/headers/eric-ma-blog-post-header.webp new file mode 100644 index 00000000..608d4c09 Binary files /dev/null and b/images/blog/headers/eric-ma-blog-post-header.webp differ diff --git a/images/blog/headers/eric-ma-header.png b/images/blog/headers/eric-ma-header.png new file mode 100644 index 00000000..b21f4811 Binary files /dev/null and b/images/blog/headers/eric-ma-header.png differ diff --git a/images/blog/headers/eric-ma-header.webp b/images/blog/headers/eric-ma-header.webp new file mode 100644 index 00000000..1cb7c14b Binary files /dev/null and b/images/blog/headers/eric-ma-header.webp differ diff --git a/images/pandas.jpg b/images/blog/headers/pandas.jpg similarity index 100% rename from images/pandas.jpg rename to images/blog/headers/pandas.jpg diff --git a/images/blog/headers/pandas.png b/images/blog/headers/pandas.png new file mode 100644 index 00000000..abff5b83 Binary files /dev/null and b/images/blog/headers/pandas.png differ diff --git a/images/blog/headers/pandas.webp b/images/blog/headers/pandas.webp new file mode 100644 index 00000000..f8a5f44a Binary files /dev/null and b/images/blog/headers/pandas.webp differ diff --git a/images/blog/headers/pycon-us-2024-header.png b/images/blog/headers/pycon-us-2024-header.png new file mode 100644 index 00000000..5d37cc88 Binary files /dev/null and b/images/blog/headers/pycon-us-2024-header.png differ diff --git a/images/blog/headers/pycon-us-2024-header.webp b/images/blog/headers/pycon-us-2024-header.webp new file mode 100644 index 00000000..a4be50a9 Binary files /dev/null and b/images/blog/headers/pycon-us-2024-header.webp differ diff --git a/images/blog/headers/pycon-us-2024.png b/images/blog/headers/pycon-us-2024.png new file mode 100644 index 00000000..e962ebb6 Binary files /dev/null and b/images/blog/headers/pycon-us-2024.png differ diff --git a/images/blog/headers/pycon-us-2024.webp b/images/blog/headers/pycon-us-2024.webp new file mode 100644 index 00000000..08297677 Binary files /dev/null and b/images/blog/headers/pycon-us-2024.webp differ diff --git a/images/blog/headers/pyopensci-sustainability.png b/images/blog/headers/pyopensci-sustainability.png new file mode 100644 index 00000000..e59c4565 Binary files /dev/null and b/images/blog/headers/pyopensci-sustainability.png differ diff --git a/images/blog/headers/pyopensci-sustainability.webp b/images/blog/headers/pyopensci-sustainability.webp new file mode 100644 index 00000000..d811604c Binary files /dev/null and b/images/blog/headers/pyopensci-sustainability.webp differ diff --git a/images/blog/headers/pyos-two-years.png b/images/blog/headers/pyos-two-years.png new file mode 100644 index 00000000..97c33057 Binary files /dev/null and b/images/blog/headers/pyos-two-years.png differ diff --git a/images/blog/headers/pyos-two-years.webp b/images/blog/headers/pyos-two-years.webp new file mode 100644 index 00000000..2fe9b2a7 Binary files /dev/null and b/images/blog/headers/pyos-two-years.webp differ diff --git a/images/blog/headers/sleptlet-header.png b/images/blog/headers/sleptlet-header.png new file mode 100644 index 00000000..6c0814fc Binary files /dev/null and b/images/blog/headers/sleptlet-header.png differ diff --git a/images/blog/headers/sleptlet-header.webp b/images/blog/headers/sleptlet-header.webp new file mode 100644 index 00000000..5b4ab22b Binary files /dev/null and b/images/blog/headers/sleptlet-header.webp differ diff --git a/images/headers/pyopensci-floral.png b/images/headers/pyopensci-floral.png new file mode 100644 index 00000000..09029ee9 Binary files /dev/null and b/images/headers/pyopensci-floral.png differ diff --git a/images/headers/pyopensci-floral.webp b/images/headers/pyopensci-floral.webp new file mode 100644 index 00000000..8ef9f648 Binary files /dev/null and b/images/headers/pyopensci-floral.webp differ diff --git a/images/headers/pyopensci-inessa.png b/images/headers/pyopensci-inessa.png deleted file mode 100644 index 1d7c8488..00000000 Binary files a/images/headers/pyopensci-inessa.png and /dev/null differ diff --git a/images/headers/pyopensci-learn-header.webp b/images/headers/pyopensci-learn-header.webp new file mode 100644 index 00000000..f215fc88 Binary files /dev/null and b/images/headers/pyopensci-learn-header.webp differ diff --git a/images/headers/pyopensci-quadratik.png b/images/headers/pyopensci-quadratik.png new file mode 100644 index 00000000..a10ddedb Binary files /dev/null and b/images/headers/pyopensci-quadratik.png differ diff --git a/images/headers/pyopensci-quadratik.webp b/images/headers/pyopensci-quadratik.webp new file mode 100644 index 00000000..9c8b94b4 Binary files /dev/null and b/images/headers/pyopensci-quadratik.webp differ diff --git a/images/headers/pyopensci-software.png b/images/headers/pyopensci-software.png new file mode 100644 index 00000000..5cdc4af6 Binary files /dev/null and b/images/headers/pyopensci-software.png differ diff --git a/images/headers/pyopensci-software.webp b/images/headers/pyopensci-software.webp new file mode 100644 index 00000000..a721c016 Binary files /dev/null and b/images/headers/pyopensci-software.webp differ diff --git a/images/headers/pyopensci-sprints.png b/images/headers/pyopensci-sprints.png new file mode 100644 index 00000000..b3b1c251 Binary files /dev/null and b/images/headers/pyopensci-sprints.png differ diff --git a/images/headers/pyopensci-sprints.webp b/images/headers/pyopensci-sprints.webp new file mode 100644 index 00000000..50534f7b Binary files /dev/null and b/images/headers/pyopensci-sprints.webp differ diff --git a/images/headers/pyopensci-sustainability.webp b/images/headers/pyopensci-sustainability.webp new file mode 100644 index 00000000..ecdd0308 Binary files /dev/null and b/images/headers/pyopensci-sustainability.webp differ diff --git a/images/headers/pyos-peer-review-header.png b/images/headers/pyos-peer-review-header.png new file mode 100644 index 00000000..2015c3a2 Binary files /dev/null and b/images/headers/pyos-peer-review-header.png differ diff --git a/images/headers/pyos-peer-review-header.webp b/images/headers/pyos-peer-review-header.webp new file mode 100644 index 00000000..f55d8769 Binary files /dev/null and b/images/headers/pyos-peer-review-header.webp differ diff --git a/images/headers/pyos-two-years.png b/images/headers/pyos-two-years.png deleted file mode 100644 index eedfc669..00000000 Binary files a/images/headers/pyos-two-years.png and /dev/null differ diff --git a/images/headers/python-packaging-header.png b/images/headers/python-packaging-header.png new file mode 100644 index 00000000..a8b614dd Binary files /dev/null and b/images/headers/python-packaging-header.png differ diff --git a/images/headers/python-packaging-header.webp b/images/headers/python-packaging-header.webp new file mode 100644 index 00000000..eaf8cea8 Binary files /dev/null and b/images/headers/python-packaging-header.webp differ diff --git a/images/headers/scipy-2024-workshop.png b/images/headers/scipy-2024-workshop.png index c2d3c32f..a0215e3c 100644 Binary files a/images/headers/scipy-2024-workshop.png and b/images/headers/scipy-2024-workshop.png differ diff --git a/images/headers/scipy-2024-workshop.webp b/images/headers/scipy-2024-workshop.webp new file mode 100644 index 00000000..27ebea34 Binary files /dev/null and b/images/headers/scipy-2024-workshop.webp differ diff --git a/images/headers/white-header.webp b/images/headers/white-header.webp new file mode 100644 index 00000000..350a1f50 Binary files /dev/null and b/images/headers/white-header.webp differ diff --git a/images/landing-pages/peer-review-supports-maintainers.png b/images/landing-pages/peer-review-supports-maintainers.png new file mode 100644 index 00000000..8be47478 Binary files /dev/null and b/images/landing-pages/peer-review-supports-maintainers.png differ diff --git a/images/landing-pages/peer-review-supports-maintainers.webp b/images/landing-pages/peer-review-supports-maintainers.webp new file mode 100644 index 00000000..e34b6366 Binary files /dev/null and b/images/landing-pages/peer-review-supports-maintainers.webp differ diff --git a/images/landing-pages/peer-review-trusted-software.png b/images/landing-pages/peer-review-trusted-software.png new file mode 100644 index 00000000..e922f0ac Binary files /dev/null and b/images/landing-pages/peer-review-trusted-software.png differ diff --git a/images/landing-pages/peer-review-trusted-software.webp b/images/landing-pages/peer-review-trusted-software.webp new file mode 100644 index 00000000..398a805c Binary files /dev/null and b/images/landing-pages/peer-review-trusted-software.webp differ diff --git a/images/landing-pages/trusted-software.png b/images/landing-pages/trusted-software.png new file mode 100644 index 00000000..edd74d21 Binary files /dev/null and b/images/landing-pages/trusted-software.png differ diff --git a/images/landing-pages/trusted-software.webp b/images/landing-pages/trusted-software.webp new file mode 100644 index 00000000..b9f9a1ee Binary files /dev/null and b/images/landing-pages/trusted-software.webp differ diff --git a/images/people/header-mentored-sprints-smaller.png b/images/people/header-mentored-sprints-smaller.png deleted file mode 100644 index cbfe148e..00000000 Binary files a/images/people/header-mentored-sprints-smaller.png and /dev/null differ