This commit is contained in:
2026-05-05 14:26:08 -07:00
parent ed33548adc
commit d2a5dd573e
15 changed files with 970 additions and 349 deletions

View File

@ -56,16 +56,34 @@
}
}
.topic img {
.topic figure,
.topic > img {
grid-area: img;
}
.topic img {
border-radius: 1rem;
}
.topic figcaption {
text-align: center;
margin-top: .25rem;
}
@media (max-width: 950px) {
.topic img {
border-radius: 1rem 1rem 0 0;
.topic figure,
.topic > img {
border-bottom: .25rem solid var(--color-accent);
}
.topic > img {
border-radius: 1rem 1rem 0 0;
}
.topic figcaption {
text-align: right;
margin-bottom: 1rem;
}
}
.topic h1,
@ -508,10 +526,18 @@ footer a:focus-visible {
<div class="topic">
<img src="/img/Lo1hpKdVZo-1024.jpeg" alt="jennifer hawke, the artist, a white person with a beard and knowing eyes. the top half of their face is painted blue with a white heart, and they are wearing a huge elaborate flower crown, a red shawl, and several chunky pendants." loading="lazy" decoding="async" width="1024" height="681">
<figure>
<img src="/img/Lo1hpKdVZo-1024.jpeg" alt="jennifer hawke, the artist, a white person with a beard and knowing eyes. the top half of their face is painted blue with a white heart, and they are wearing a huge elaborate flower crown, a red shawl, and several chunky pendants." loading="lazy" decoding="async" width="1024" height="681">
<figcaption>Photography: Hope Black</figcaption>
</figure>
<h1>Jennifer Hawke</h1>
<div class="desc">
<p>Jennifer Hawke hails from Billings, Montana where they got their degree in Cast Metals and Painting. They have been on Vashon Island for about 18 years and love doing the Bearded Lady Road Report. They have had their Studio at the Beall Greenhouses for about 8 years and only recently started opening to the public. Their space is warmed by a singular woodstove & all the ephemera that comes with being the child of an antique dealer.</p>
<p>Jennifer Hawke hails from Billings, Montana where they got their degree in
Cast Metals and Painting. They have been on Vashon Island for about 18 years
and love doing the Bearded Lady Road Report. They have had their Studio at
the Beall Greenhouses for about 8 years and only recently started opening
to the public. Their space is warmed by a singular woodstove & all the ephemera
that comes with being the child of an antique dealer.</p>
</div>
</div>
@ -519,7 +545,8 @@ footer a:focus-visible {
<h2>Get in touch...</h2>
<ul>
<li>
<a href="https://www.instagram.com/jenniferhawkestudio">@jenniferhawkestudio</a> and <a href="https://www.instagram.com/montana_hawke">@montana_hawke</a> on instagram
<a href="https://www.instagram.com/jenniferhawkestudio">@jenniferhawkestudio</a>
and <a href="https://www.instagram.com/montana_hawke">@montana_hawke</a> on instagram
</li>
<li>
<a href="https://www.facebook.com/pugetsoundgypsy">Jennifer Hawke on facebook</a>
@ -542,6 +569,6 @@ footer a:focus-visible {
<p><a href="/attribution/">site attribution</a></p>
</footer>
<!-- This page `/artists/jennifer-hawke/` was built on 2026-05-04T02:09:45.460Z -->
<!-- This page `/artists/jennifer-hawke/` was built on 2026-05-05T21:25:57.401Z -->
</body>
</html>