-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (42 loc) · 2.01 KB
/
index.html
File metadata and controls
48 lines (42 loc) · 2.01 KB
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
<!DOCTYPE html>
<html>
<body>
<script src="vendors/lightbox/js/jquery-1.11.0.min.js"></script>
<script src="vendors/lightbox/js/lightbox.min.js"></script>
<link href="vendors/lightbox/css/lightbox.css" rel="stylesheet" />
<link href="resources/css/page.css" rel="stylesheet" />
<p>
<div class="center">
<div align="center">
<a data-lightbox="image-1" href="resources/images/image-1.png">
<img src="resources/images/image-1.png" />
</a>
<a data-lightbox="image-2" href="resources/images/image-2.png">
<img src="resources/images/image-2.png" />
</a>
<a data-lightbox="image-3" href="resources/images/image-3.png">
<img src="resources/images/image-3.png" />
</a>
<a data-lightbox="image-4" href="resources/images/image-4.png">
<img src="resources/images/image-4.png" />
</a>
<p></p>
<img src="resources/images/signature.jpg" data-lightbox="group" />
<p></p>
<div align="left">
<p>
<p class="big">Jessica LeMaster is a printmaker living and working in Chicago. Mainly a screenprinter, Jessica wants to focus on the colorful community she belongs to and how it influences her as an artist. Her work frequently includes themes of separation and isolation in social situations, or the desire to belong. Most frequently they are an attempt to relate to the viewer based on past, similar experiences of social disconnection. In most of her work, Jessica strives to relate to her viewer through required interaction with the piece or by an overall sense of empathy.
<br>
<br>She enjoys collaborating and is always looking for more projects to join.
<br>
<br>
<h1>
Contact: <a href="mailto:jessicalemaster@gmail.com">jessicalemaster@gmail.com</a>
</h1>
</p>
</p>
</div>
</div>
</div>
</body>
</html>