diff --git a/_posts/2019-10-26-pyos-min-mistakes-theme.md b/_posts/2019-10-26-pyos-min-mistakes-theme.md
index 3755c353..d2dfb69f 100644
--- a/_posts/2019-10-26-pyos-min-mistakes-theme.md
+++ b/_posts/2019-10-26-pyos-min-mistakes-theme.md
@@ -351,11 +351,16 @@ Which will render like this
 </div>
 
 
-<div class="notice--info" markdown="1">
+<div class=".notice notice--info" markdown="1">
 #### Notice Headline
 {: .no_toc }
 
-here is some html text.
+Here is some html text.
+
+Here is a list
+* item 1
+* item 2
+* item 3
 
 Testing a div with a h4 header
 
diff --git a/_posts/2025-05-06-pyos-pyconus-2025.md b/_posts/2025-05-06-pyos-pyconus-2025.md
new file mode 100644
index 00000000..d1901288
--- /dev/null
+++ b/_posts/2025-05-06-pyos-pyconus-2025.md
@@ -0,0 +1,53 @@
+---
+layout: single
+title: "pyOpenSci at PyCon US 2025 - Python, Packaging and Community"
+excerpt: "pyOpenSci is excited to be at PyCon US for the third year in a row! Find us at the Maintainers summit on May 16th and then join us for a beginner-friendly sprint after the meeting."
+author: "Leah Wasser"
+permalink: /blog/pyopensci-at-pyconus-2025.html
+header:
+  overlay_image: images/blog/headers/pycon-us-2024-header.png
+categories:
+  - blog-post
+  - community
+classes: wide
+toc: true
+comments: true
+event:
+  start_date: "2025-05-16"
+  location: Online
+last_modified: 2025-05-06
+---
+
+<div class="notice" markdown = "1">
+## TL;DR
+
+* We’re excited to get back to PyCon US this year!
+* Join us for the Maintainers Summit, community events, and the Packaging Summit. At the end of each meeting, we will hold beginner-friendly sprints.
+* Join us in our beginner-friendly sprints on Monday / Tuesday following the conference.
+* Last year’s recap: [Read about pyOpenSci at PyCon US 2024](recap-pyos-pyconus-2024.html)
+
+</div>
+
+## PyCon US Maintainers Summit: Co-hosted by pyOpenSci
+
+I'm thrilled to be a second-time organizer of the PyCon US [Maintainers Summit](https://us.pycon.org/2025/events/maintainers-summit/) alongside long-time organizer [Inessa Pawson](https://github.com/InessaPawson) and Python Steering Council alum and past PyCon chair [Mariatta Wijaya](https://github.com/mariatta). This annual event brings maintainers, contributors, and community leaders together to share challenges and strategies in maintaining and sustaining open source software.
+
+
+<figure>
+    <picture>
+    <source srcset="/images/events/pyconus-maintainers-summit-2025.webp" type="image/webp">
+    <img src="/images/events/pyconus-maintainers-summit-2025.png" alt="Group of attendees collaborating at round tables during the PyCon US Maintainers Summit 2025, with text that reads ‘Join Us! PyCon US Maintainers Summit 2025 – Friday 16 May 2025’. Two organizers pose and smile in the foreground wearing conference badges and masks.">
+    </picture>
+</figure>
+
+All are welcome to attend, listen to talks, and connect with fellow Pythonistas who care about maintaining open source software!
+
+## Python packaging summit
+
+We’re also excited to attend the **Packaging Summit** this year. There's been a lot of work to improve the Python packaging ecosystem in the past year. This event is an excellent opportunity to learn more about current efforts.
+
+## Community lead activities
+
+Our advisory council member Chase Million will be hosting a space-focused open space (that's a mouthful!!), so if you are in the space science arena, keep an eye out on the Open Space board in the Hallway track at PyCon US for that!
+
+Also, check out [Zack Weinberg's talk on writing Extensions in Python that can be interrupted if you need to pause the task](https://us.pycon.org/2025/schedule/presentation/39/).
diff --git a/_sass/minimal-mistakes/_notices.scss b/_sass/minimal-mistakes/_notices.scss
index ee042472..92a57326 100644
--- a/_sass/minimal-mistakes/_notices.scss
+++ b/_sass/minimal-mistakes/_notices.scss
@@ -15,7 +15,9 @@
 /* Notice elements with figures */
 .notice {
 
-
+ ul li {
+    font-size: 1rem !important;
+  }
 
   h2, h3 {
     margin-top: 0 !important;
@@ -82,7 +84,7 @@
   }
 
   p, li {
-    font-size: $type-size-6!important;
+    font-size: 1rem!important;
     font-weight: 300;
   }
 
diff --git a/images/events/pyconus-maintainers-summit-2025.png b/images/events/pyconus-maintainers-summit-2025.png
new file mode 100644
index 00000000..d1556065
Binary files /dev/null and b/images/events/pyconus-maintainers-summit-2025.png differ
diff --git a/images/events/pyconus-maintainers-summit-2025.webp b/images/events/pyconus-maintainers-summit-2025.webp
new file mode 100644
index 00000000..056ca80f
Binary files /dev/null and b/images/events/pyconus-maintainers-summit-2025.webp differ
diff --git a/images/pyopensci-square-logo-dark-purple.png b/images/pyopensci-square-logo-dark-purple.png
new file mode 100644
index 00000000..4d58d120
Binary files /dev/null and b/images/pyopensci-square-logo-dark-purple.png differ