diff --git a/assets/scss/main.scss b/assets/scss/main.scss index 016a01d..b0ca8d3 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -16,8 +16,45 @@ body { font-family: $font-garamond; } +.wompum-radial-grid { + @apply absolute w-full h-full top-0 left-0; +} + +.narrator-image-container { + @apply relative; + + .wompum-radial-grid { + @apply absolute inset-0 w-full h-full; + } +} + +.narrator-headshot { + @apply w-full rounded-full object-cover relative z-10 border-2 border-white; + aspect-ratio: 1; +} + .interviewer-question { font-style: italic; color: #444; margin-left: -1rem; +} + +// Narrator Image Component +.narrator { + &__container { + @apply relative; + } + + &__frame { + @apply relative p-4; + } + + &__image { + @apply w-full rounded-full object-cover relative z-10 bg-white text-center border-4 border-white grid place-items-center; + aspect-ratio: 1; + } + + &__wompum { + @apply absolute inset-0 w-full h-full; + } } \ No newline at end of file diff --git a/content/articles/dorsey-the_gut.md b/content/articles/dorsey-the_gut.md index 9867bed..47b90ec 100644 --- a/content/articles/dorsey-the_gut.md +++ b/content/articles/dorsey-the_gut.md @@ -7,6 +7,7 @@ approved: 2025-03-20 summary: "Drawing on many ancestral traditions and the experience of her own body, Asia Dorsey learns and teaches the pattern language of a healthy gut." location: "Denver CO" tags: [ancestors, food, health, indigeneity] +headshot: "/headshots/placeholder-headshot.png" links: - text: "Bugs Bones & Botany" url: "https://www.bonesbugsandbotany.com" diff --git a/content/articles/ehmke-contributor_covenant.md b/content/articles/ehmke-contributor_covenant.md index 64b437f..4aaec4b 100644 --- a/content/articles/ehmke-contributor_covenant.md +++ b/content/articles/ehmke-contributor_covenant.md @@ -6,6 +6,7 @@ date: 2024-10-10 approved: 2024-10-11 summary: "After widespread resistance to codes of conduct in open-source software communities, Coraline Ada Ehmke's Contributor Covenant became the most popular code of conduct in the ecosystem." location: "Chicago, USA" +headshot: "/headshots/placeholder-headshot.png" tags: [code of conduct, dispute resolution, gender, open source, organizations, software] --- diff --git a/content/articles/kiessel-good_market.md b/content/articles/kiessel-good_market.md index 1bd03d0..2ecc1fa 100644 --- a/content/articles/kiessel-good_market.md +++ b/content/articles/kiessel-good_market.md @@ -6,6 +6,7 @@ date: 2024-10-29 approved: 2024-12-16 summary: "Good Market is a digital commons for enterprises that prioritize people and the planet over profit. It enables communities to set and enforce their own standards for doing business." location: "Sri Lanka / United States" +headshot: "/headshots/placeholder-headshot.png" tags: [economics, organizations, ecology, standards] --- diff --git a/content/articles/littauer-constructed_languages.md b/content/articles/littauer-constructed_languages.md index cdd4193..ffd5db1 100644 --- a/content/articles/littauer-constructed_languages.md +++ b/content/articles/littauer-constructed_languages.md @@ -6,6 +6,7 @@ date: 2025-02-04 approved: 2025-02-11 summary: "Constructed languages, or conlangs, are the basis of a hobby, a science, and a community that now occupies a small corner of the entertainment industry." location: "Wellington, NZ" +headshot: "/headshots/placeholder-headshot.png" tags: [fiction, gender, language, open source, software] --- diff --git a/content/articles/mannan-diplomatic_protocols.md b/content/articles/mannan-diplomatic_protocols.md index 6cfd0cf..4279ad8 100644 --- a/content/articles/mannan-diplomatic_protocols.md +++ b/content/articles/mannan-diplomatic_protocols.md @@ -6,6 +6,7 @@ date: 2024-12-13 approved: 2025-03-04 summary: "A diplomat for Bangladesh describes the role of protocol in high-profile international visits and treaty negotiations." location: "Dhaka, Bangladesh" +headshot: "/headshots/placeholder-headshot.png" tags: [diplomacy, government, friendship] --- diff --git a/content/articles/prodromou-distributed_social_networks.md b/content/articles/prodromou-distributed_social_networks.md index 9278e64..0055cc7 100644 --- a/content/articles/prodromou-distributed_social_networks.md +++ b/content/articles/prodromou-distributed_social_networks.md @@ -6,6 +6,7 @@ date: 2024-12-06 approved: 2025-04-01 summary: "A career-long journey to build online social networks that cannot be controlled by a single company, culminating with the ActivityPub standard." location: "Montreal, Canada" +headshot: "/headshots/placeholder-headshot.png" links: - text: Website url: https://evanp.me/ diff --git a/content/articles/zargham-ultimate_frisbee.md b/content/articles/zargham-ultimate_frisbee.md index e4ca0d8..da6ad26 100644 --- a/content/articles/zargham-ultimate_frisbee.md +++ b/content/articles/zargham-ultimate_frisbee.md @@ -6,6 +6,7 @@ date: 2024-11-04 approved: 2024-12-02 summary: "As a sport often played with no referees, ultimate frisbee has developed a strong set of norms for addressing conflict and self-governing." location: "East Greenbush, NY USA" +headshot: "/headshots/placeholder-headshot.png" tags: [frisbee, sports, organizations, dispute resolution] --- diff --git a/layouts/articles/single.html b/layouts/articles/single.html index b540c2a..042a774 100644 --- a/layouts/articles/single.html +++ b/layouts/articles/single.html @@ -6,6 +6,13 @@