diff --git a/content/home.md b/content/home.md
new file mode 100644
index 0000000..40d7647
--- /dev/null
+++ b/content/home.md
@@ -0,0 +1,46 @@
+---
+title: Welcome to pyOpenSci
+subtitle: We make it easier for researchers to create, find, maintain and contributors to reusable code and software.
+callout: "A mission statement might go text here"
+hero_image: images/headers/pyopensci-sprints.png
+buttons:
+ - label: "Submit a Package For Review"
+ url: "https://www.pyopensci.org/how-to-submit-a-package-to-pyopensci.html"
+ - label: "Learn to Create a Python Package"
+ url: "https://www.pyopensci.org/python-package-guide/tutorials/create-python-package.html"
+feature_cards:
+ - image_path: images/landing-pages/software-peer-review.png
+ alt: "Light purple image that says software Peer Review..."
+ title: "We Run Software Peer Review"
+ excerpt: "We review Python packages and software with the goal of helping scientists build better, discoverable and usable software.
+
+ Your package can also be published in JOSS through our review process.
+
+ Submit a package today for review today.
+ Apply to become a reviewer.
+ "
+ - image_path: images/landing-pages/community-partnerships.png
+ alt: "Light purple image with a bunch from different backgrounds..."
+ title: "We Build Community Partnerships"
+ excerpt: "We [partner with open source communities](...)...
..."
+ - image_path: images/landing-pages/simple-python-packaging-header.png
+ title: "We Break Down Python Packaging Painpoints"
+ alt: "Light purple image that says python packaging guide..."
+ excerpt: "Check out our beginner-friendly...
..."
+---
+
+This is your new homepage, written in Markdown.
+
+
+
+
{{ hero_title }}
- -{{ hero_subtitle }}
-We review Python packages and software with the goal of helping scientists build better, discoverable and usable software.
-Your package can also be published in JOSS through our review process.
-We partner with open source communities to share resources and processes such as Peer review.
-Learn more about our partnerships with:
-Check out our beginner-friendly resources:
-All of our resources are co-developed with the broader Python community and reviewed by beginner to expert Pythonistas to ensure the material is accessible for all.
-Are you new to software peer review but you want to get involved? We've got you!
-We offer support and mentorship to new reviewers completing their first review.
-All reviewers don't need to be python package experts. We welcome reviewers that focus on software accessibility and usability.
-Are you new to peer review? We offer a mentorship program for anyone interested in participating in peer review but who might like a bit of support.
-- {{ contributor.display_name }} -
- - {% if contributor.organization %} -{{ contributor.organization }}
- {% endif %} - - {% if contributor.title %} -- {% for title in contributor.title %} - {{ title }}{% if not forloop.last %}, {% endif %} - {% endfor %} -
- {% endif %} - - -Unable to load contributor data at this time. Please try again later.
-March {{ forloop.counter }}, 2025
-Brief description of the blog post content...
-- - {% if package.all_current_maintainers %} - {% for maintainer in package.all_current_maintainers %} - {% if maintainer.name %} - {{ maintainer.name }}{% if not forloop.last %}, {% endif %} - {% else %} - {{ maintainer.github_username }}{% if not forloop.last %}, {% endif %} - {% endif %} - {% endfor %} - {% elif package.submitting_author.name != 'Name' %} - {{ package.submitting_author.name }} - {% else %} - {{ package.submitting_author.github_username }} - {% endif %} -
-{{ package.package_description|truncatewords:20 }}
-Unable to load package data at this time. Please try again later.
-{{ meta.callout }}
+{{ meta.subtitle }}
+ {% if meta.buttons %} +{{ hero_title }}
+ +{{ hero_subtitle }}
+We review Python packages and software with the goal of helping scientists build better, discoverable and usable software.
+Your package can also be published in JOSS through our review process.
+We partner with open source communities to share resources and processes such as Peer review.
+Learn more about our partnerships with:
+Check out our beginner-friendly resources:
+All of our resources are co-developed with the broader Python community and reviewed by beginner to expert Pythonistas to ensure the material is accessible for all.
+Are you new to software peer review but you want to get involved? We've got you!
+We offer support and mentorship to new reviewers completing their first review.
+All reviewers don't need to be python package experts. We welcome reviewers that focus on software accessibility and usability.
+Are you new to peer review? We offer a mentorship program for anyone interested in participating in peer review but who might like a bit of support.
++ {{ contributor.display_name }} +
+ + {% if contributor.organization %} +{{ contributor.organization }}
+ {% endif %} + + {% if contributor.title %} ++ {% for title in contributor.title %} + {{ title }}{% if not forloop.last %}, {% endif %} + {% endfor %} +
+ {% endif %} + + +Unable to load contributor data at this time. Please try again later.
+March {{ forloop.counter }}, 2025
+Brief description of the blog post content...
++ + {% if package.all_current_maintainers %} + {% for maintainer in package.all_current_maintainers %} + {% if maintainer.name %} + {{ maintainer.name }}{% if not forloop.last %}, {% endif %} + {% else %} + {{ maintainer.github_username }}{% if not forloop.last %}, {% endif %} + {% endif %} + {% endfor %} + {% elif package.submitting_author.name != 'Name' %} + {{ package.submitting_author.name }} + {% else %} + {{ package.submitting_author.github_username }} + {% endif %} +
+{{ package.package_description|truncatewords:20 }}
+Unable to load package data at this time. Please try again later.
+