first
This commit is contained in:
29
src/residents/jennifer-hawke.njk
Normal file
29
src/residents/jennifer-hawke.njk
Normal file
@ -0,0 +1,29 @@
|
||||
---
|
||||
title: Jennifer Hawke
|
||||
img:
|
||||
src: residents/jennifer-hawke/jennifer-hawke.jpg
|
||||
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.
|
||||
---
|
||||
|
||||
<div class="topic">
|
||||
<img src="/img/residents/jennifer-hawke/jennifer-hawke.jpg" 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.">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="contact">
|
||||
<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
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.facebook.com/pugetsoundgypsy">Jennifer Hawke on facebook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="mailto:montanahawke@gmail.com?subject=Beall%20Greenhouses">email Jennifer Hawke</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
9
src/residents/residents.11tydata.js
Normal file
9
src/residents/residents.11tydata.js
Normal file
@ -0,0 +1,9 @@
|
||||
export default {
|
||||
permalink: function ({ title }) {
|
||||
return `/artists/${this.slugify(title)}/index.html`;
|
||||
},
|
||||
tags: [
|
||||
"residents"
|
||||
],
|
||||
layout: "resident.njk"
|
||||
};
|
||||
Reference in New Issue
Block a user