Skip to content

Commit

Permalink
Add Barry as an author
Browse files Browse the repository at this point in the history
  • Loading branch information
bramus committed Dec 5, 2024
1 parent 7587b79 commit b2e9889
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Binary file added public/authors/barry.jpg
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 src/components/authors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const authorInfo = Object.values(authors).reverse();
--hover-overlap-size: 2em;
--border-size: 5px;

--num-children: 4; /* Ideally, this is computed. Oh well */
--num-children: 5; /* Ideally, this is computed. Oh well */
--num-children-1: calc(var(--num-children) - 1);

display: grid;
Expand Down
5 changes: 5 additions & 0 deletions src/data/authors.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"url": "https://developer.chrome.com/authors/rachel-andrew",
"image": "./authors/rachel.jpg"
},
"barry": {
"name": "Barry Pollard",
"url": "https://developer.chrome.com/authors/barry-pollard",
"image": "./authors/barry.jpg"
},
"una": {
"name": "Una Kravets",
"url": "https://una.im",
Expand Down

0 comments on commit b2e9889

Please sign in to comment.