Skip to content

Commit

Permalink
Fix: contributors update
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Jul 31, 2024
1 parent 136e0c6 commit b6d1a5a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 25 deletions.
30 changes: 15 additions & 15 deletions _data/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
editorial_board: false
emeritus_editor: true
advisory: false
emeritus_advisory: true
emeritus_advisory: false
twitter: leahawasser
mastodon: https://fosstodon.org/@leahawasser
orcidid: 0000-0002-8177-6550
Expand Down Expand Up @@ -170,7 +170,7 @@
deia_advisory: false
editorial_board:
emeritus_editor:
advisory: false
advisory: true
emeritus_advisory:
twitter:
mastodon:
Expand Down Expand Up @@ -315,7 +315,7 @@
editorial_board:
emeritus_editor: true
advisory: true
emeritus_advisory: true
emeritus_advisory: false
twitter: xmnlab
mastodon:
orcidid: 0000-0001-5049-4289
Expand Down Expand Up @@ -394,9 +394,9 @@
date_added: '2023-01-18'
deia_advisory: false
editorial_board:
emeritus_editor:
advisory: true
emeritus_advisory:
emeritus_editor: false
advisory: false
emeritus_advisory: true
twitter:
mastodon:
orcidid:
Expand All @@ -423,7 +423,7 @@
editorial_board:
emeritus_editor:
advisory: false
emeritus_advisory:
emeritus_advisory: true
twitter: lindsey_jh
mastodon:
orcidid:
Expand Down Expand Up @@ -534,7 +534,7 @@
editorial_board: false
emeritus_editor: true
advisory: false
emeritus_advisory: true
emeritus_advisory: false
twitter: arianemsasso
mastodon:
orcidid:
Expand Down Expand Up @@ -651,7 +651,7 @@
editorial_board: false
emeritus_editor: true
advisory: false
emeritus_advisory: true
emeritus_advisory: false
twitter:
mastodon:
orcidid:
Expand Down Expand Up @@ -721,7 +721,7 @@
editorial_board: false
emeritus_editor: true
advisory: false
emeritus_advisory: true
emeritus_advisory: false
twitter: underdarkGIS
mastodon:
orcidid:
Expand Down Expand Up @@ -824,7 +824,7 @@
editorial_board: false
emeritus_editor: true
advisory: false
emeritus_advisory: true
emeritus_advisory: false
twitter:
mastodon:
orcidid:
Expand Down Expand Up @@ -2572,7 +2572,7 @@
editorial_board: false
emeritus_editor: true
advisory: false
emeritus_advisory: true
emeritus_advisory: false
twitter: jbencook
mastodon:
orcidid:
Expand Down Expand Up @@ -5799,7 +5799,7 @@
github_image_id: 709020
title:
- Editor
sort: 1
sort: 2
bio:
organization:
date_added:
Expand Down Expand Up @@ -6976,12 +6976,12 @@
github_username: NimaSarajpoor
github_image_id: 38519522
title:
sort:
sort: 2
bio: Data Scientist | OSS Contributor | Philomath
organization:
date_added: '2024-07-04'
deia_advisory: false
editorial_board:
editorial_board: true
emeritus_editor:
advisory: false
emeritus_advisory:
Expand Down
22 changes: 12 additions & 10 deletions _sass/minimal-mistakes/_pyos-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,9 @@ $colors: (
transition: transform 0.15s ease-out;
}

// Cards are also used to style the isotope layout
// do not adjust the display or structure of the cards element.
.cards {
display: flex;
flex-direction: column;
height: 100%;
top: 0px;
position: relative;
max-width: 362px;
Expand All @@ -142,13 +141,6 @@ $colors: (
overflow: hidden;
border: 1px solid #f2f8f9;
font-size: .8em;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
transition: transform 0.3s ease, box-shadow 0.3s ease;

&:hover {
transform: scale(1.05); // Slightly enlarge the card
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4); // Enhanced shadow on hover
}

&.highlight div {
padding:0;
Expand Down Expand Up @@ -238,6 +230,16 @@ $colors: (

.blog__grid .cards {
padding: 0 !important;
display: flex;
flex-direction: column;
height: 100%;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
transition: transform 0.3s ease, box-shadow 0.3s ease;

&:hover {
transform: scale(1.05); // Slightly enlarge the card
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4); // Enhanced shadow on hover
}

.card__header {
position: relative;
Expand Down

0 comments on commit b6d1a5a

Please sign in to comment.