diff --git a/public/authors/barry.jpg b/public/authors/barry.jpg new file mode 100644 index 0000000..4203e44 Binary files /dev/null and b/public/authors/barry.jpg differ diff --git a/src/components/authors.astro b/src/components/authors.astro index ab0cc0e..512e813 100644 --- a/src/components/authors.astro +++ b/src/components/authors.astro @@ -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; diff --git a/src/data/authors.json b/src/data/authors.json index 56a7952..c5691d3 100644 --- a/src/data/authors.json +++ b/src/data/authors.json @@ -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",