Skip to content

Commit

Permalink
Update Birds.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Jun 12, 2023
1 parent 274d805 commit 18ff3f1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
5 changes: 2 additions & 3 deletions content/_includes/faces/oddbird.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion content/birds/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ and proud of the careers they've built since.
{% set name = birds.author(
name=bird.data.bird,
page=bird,
link=is_author
link=is_author or bird.data.show_detail
) %}
<li>{{ name | safe }}, {{ utility.datetime(bird.date, bird.data.end) }}</li>
{% endfor %}
Expand Down
5 changes: 4 additions & 1 deletion content/birds/patricia.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Patricia Realini
sub: Technical project manager
bird: patricia
date: 2020-11-02
end: 2023-06-09
show_detail: true
image:
src: birds/patricia.jpg
position: top
Expand All @@ -17,7 +19,8 @@ summary: |
and artist.
---

**Patricia navigates projects through development**, to ensure smooth sailing
**Patricia is an OddBird Emeritus**
who navigated projects through development, to ensure smooth sailing
for our clients and an enchanting experience for their users. With experience in
software engineering and a background in art & marketing, they harness their
passions to act as a conduit for empathetic user experience, high impact
Expand Down
5 changes: 0 additions & 5 deletions src/scss/patterns/_faces.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,3 @@
--x: 2090px;
--y: 100px;
}

[data-nest='patricia'] {
--x: 2455px;
--y: -10px;
}

0 comments on commit 18ff3f1

Please sign in to comment.