-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
65 lines (50 loc) · 2.72 KB
/
about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?php
include("includes/init.php");
?>
<!DOCTYPE html>
<html lang="en">
<?php include("includes/head.php");?>
<body>
<?php $about="current_page"; ?>
<?php include("includes/header.php");?>
<div id="content-wrap">
<div class="info">
<!-- Artwork created by Jennifer Gibson. -->
<p><img src="images/alternative-about-image.jpg" alt="Alternative Image" style="width:500px;height:640px;"><cite><a href="https://images.squarespace-cdn.com/content/5a0cc7c1b7411c602e377db0/1554255556468-DKLOTL0WV15V1QBUR92D/Maria-1.jpg?content-type=image%2Fjpeg"></a></cite>
Hi! I am an artist / illustrator based in the Finger Lakes region of upstate New York. I work in a variety of media but primarily pencil, gouache, oils and digital. My focus is children's picture book illustration and plein air / portrait painting from life. <br>
For picture book inquiries, please write to my agent, Mike Hoogland, at mhoogland@dystel.com. All other inquiries or just to say hello, write to illustrationjennifer@gmail.com or click <a href="contact.php">here</a>.
</p>
</div>
<hr>
<p>Exhibitions and Plein Air Events</p>
<ul class="a">
<li>Morristown Plein Air Festival, Morristown, NY, August 1 - 4, 2019</li>
<li>Hudson Valley Plein Air Festival, Montgomery, NY, October 10 - 14, 2018, 2nd Place Quick Draw</li>
<li>Parrsboro International Plein Air Festival, Parrsboro, Nova Scotia, Canada, June 14 - 17, 2018</li>
<li>Paul Smith's VIC Paint-Out, Saranac Lake, NY, August 2017</li>
<li>Finger Lakes Community Paint-Out, Canandaigua, NY, June 10, 2017, 3rd Place</li>
<li>Eastern Frontier Artist Residency, Norton Island, ME, July 2016</li>
<li>Yates County Arts Council Annual Juried Show: Painting, Penn Yan, NY, 2015</li>
<li>Main Street Arts Small Works Juried Show: Painting, Clifton Springs, NY, 2015</li>
<li>Shakespeare and Friends, Bundy Museum of History and Art, Binghamton, NY, 2015</li>
<li>Illustrator Show, Artist Resource Centre, Toronto, Canada, 2015</li>
<li>Character Studies, Buffalo Street Books, Ithaca, NY, 2014</li>
</ul>
<p>Publications</p>
<ul class="a">
<li>805 Literary Magazine, 2017: “Chris” (illustration)</li>
<li>Children and Libraries, 2016: Text Optional: Visual Storytelling with Wordless Picture Books (text)</li>
<li>CALYX Journal, 2016: “The Wild Swans,” “Magical Mustache” (illustration)</li>
<li>Sandy River Review, 2015: “1890” (illustration)</li>
<li>Park Slope Reader, 2015: “Cafe Pig” (illustration)</li>
</ul>
<p>Education</p>
<ul class="a">
<li>Bachelor of Humanities and Fine Arts, Carnegie Mellon</li>
</ul>
<br>
<p>Artwork created by Jennifer Gibson.</p>
</div>
<?php include("includes/footer.php");?>
</body>
</html>