Skip to content

Commit 80f4dbb

Browse files
committed
add dark overlay
1 parent fbaafef commit 80f4dbb

32 files changed

+19
-49
lines changed

_includes/page__hero.html

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
{% capture overlay_img_path %}{{ page.header.overlay_image | relative_url }}{% endcapture %}
22

3-
{% if page.header.overlay_filter contains "gradient" %}
4-
{% capture overlay_filter %}{{ page.header.overlay_filter }}{% endcapture %}
5-
{% elsif page.header.overlay_filter contains "rgba" %}
6-
{% capture overlay_filter %}{{ page.header.overlay_filter }}{% endcapture %}
7-
{% capture overlay_filter %}linear-gradient({{ overlay_filter }}, {{ overlay_filter }}){% endcapture %}
8-
{% elsif page.header.overlay_filter %}
9-
{% capture overlay_filter %}rgba(0, 0, 0, {{ page.header.overlay_filter }}){% endcapture %}
10-
{% capture overlay_filter %}linear-gradient({{ overlay_filter }}, {{ overlay_filter }}){% endcapture %}
11-
{% endif %}
12-
133
{% if page.header.image_description %}
144
{% assign image_description = page.header.image_description %}
155
{% else %}
@@ -29,7 +19,7 @@
2919
url('{{ overlay_img_path }}') type('image/png') 2x
3020
);
3121
{% endif %}
32-
>
22+
">
3323
{% if page.header.overlay_color or page.header.overlay_image %}
3424
<div class="wrapper">
3525
<h1 id="page-title" class="page__title" itemprop="headline">

_pages/about-peer-review.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,15 @@ header:
77
intro:
88
- 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)"
99
benefits_scientists:
10-
<<<<<<< HEAD
1110
- image_path: images/landing-pages/trusted-python-software.png
12-
=======
13-
- image_path: images/landing-pages/peer-review-trusted-software.png
14-
>>>>>>> a97a465 (Fix: remove overlay from hero)
1511
alt: "A pencil sketch of a round table with people sitting around it from different backgrounds working on laptops and also writing together."
1612
excerpt: "Through our partnerships with domain specific communities our catalog of trusted tools for scientists across domains continues to grow."
1713
title: "Scientists need trusted and vetted software"
1814
url: /partners.html
1915
btn_label: Learn more about scientific Python community partnerships
2016
btn_class: btn--primary
2117
benefits_maintainers:
22-
<<<<<<< HEAD
23-
- image_path: images/landing-pages/pyopensci-supports-maintainers.png
24-
=======
2518
- image_path: images/landing-pages/peer-review-supports-maintainers.png
26-
>>>>>>> a97a465 (Fix: remove overlay from hero)
2719
alt: "A pencil sketch of a round table with people sitting around it from different backgrounds working on laptops and also writing together."
2820
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."
2921
title: "Peer review benefits open source maintainers"

_pages/contributors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "The pyOpenSci Team & Contributors"
55
excerpt: "pyOpenSci is a diverse community of people interested in building a community of practice around scientific software written in Python."
66
classes:
77
header:
8-
overlay_image: images/header.png
8+
overlay_image: images/headers/pyopensci-learn-header.png
99
overlay_filter: 0.6
1010
redirect_from:
1111
- /contributors.html

_pages/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ classes: wide
55
title: "pyOpenSci Events"
66
excerpt: "pyOpenSci holds events that support scientists developing open science skills."
77
header:
8-
overlay_image: images/headers/scipy-2024-workshop.png
8+
overlay_image: images/headers/pyopensci-learn-header.png
99
overlay_filter: rgba(20, 13, 36, 0.8)
1010
author_profile: false
1111
---

_pages/home.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: splash
33
title: "Welcome to pyOpenSci"
4-
excerpt: "We make it easier for scientists to create, find, maintain and contribute to reusable code and software."
4+
excerpt: "We make it easier for scientists to create, find, maintain, and contribute to reusable code and software."
55
author_profile: false
66
published: true
77
site-map: true
88
permalink: /
99
header:
10-
overlay_image: /images/people/header-mentored-sprints-smaller.png
10+
overlay_image: /images/headers/pyopensci-sprints.png
1111
overlay_filter: 0.7
1212
actions:
1313
- label: "Submit a Package"

_pages/how-to-submit-package.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
layout: single
33
title: "How to submit a Python package to pyOpenSci for review"
44
header:
5-
overlay_image: images/header.png
6-
overlay_filter: 0.8
5+
overlay_image: images/headers/pyos-peer-review-header.png
76
author_profile: false
87
published: true
98
site-map: true

_pages/packaging-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permalink: /python-packaging-science.html
55
title: "Python packaging resources for scientists"
66
excerpt: "We make the Python package ecosystem easier to navigate through peer review and packaging resources."
77
header:
8-
overlay_image: images/header.png
8+
overlay_image: images/headers/pyopensci-software.png
99
overlay_filter: 0.8
1010
intro:
1111
- 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."

_pages/partners.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ permalink: /partners.html
44
title: "pyOpenSci Community Partners: affiliated package review"
55
classes: flowing
66
header:
7-
overlay_image: images/header.png
8-
overlay_filter: 0.6
7+
overlay_image: images/headers/pyos-peer-review-header.png
98
intro:
109
- excerpt: "More here on community partners."
1110
scientists:

_pages/python-packages.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ permalink: /python-packages.html
44
title: "pyOpenSci Open Peer Review & Accepted Packages"
55
classes:
66
header:
7-
overlay_image: images/header.png
8-
overlay_filter: 0.6
7+
overlay_image: images/headers/pyopensci-software.png
98
intro:
109
- excerpt: "The Python packages below have
1110
been accepted into the pyOpenSci ecosystem through our [open software peer review process](/about-peer-review/)."

_posts/2024-08-30-pyopensci-monumental-growth-2024.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ excerpt: "Learn about what pyOpenSci has accomplished in the last two years, inc
55
author: "Leah Wasser"
66
permalink: /blog/what-pyopensci-accomplished-with-two-years-of-funding.html
77
header:
8-
overlay_image: images/headers/pyos-two-years.png
9-
overlay_filter: rgba(20, 13, 36, 0.3)
8+
overlay_image: images/blog/headers/pyos-two-years.png
109
categories:
1110
- blog-post
1211
- community

0 commit comments

Comments
 (0)