-
Notifications
You must be signed in to change notification settings - Fork 0
/
proj2original.html
64 lines (50 loc) · 2.49 KB
/
proj2original.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/work.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="libraries/p5.js"></script>
<script src="libraries/p5.dom.js"></script>
<script src="libraries/p5.sound.js"></script>
<script src="javascript/main.js"></script>
<title>WORK | Angelabelle</title> <!-- Your Name/Website Name Here -->
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body onresize="displayNav()">
<header id = "navBar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a class="active" href="work.html">Artwork</a></li>
<li><a href="artiststatement.html">Statement</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</header>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
<div class = "project">
<div id="text">
<img id = "img2"src="images/Large/angelabelle_abarientos_composite3.jpg">
</div>
<div id="description">
<p>"Home and Home"</p>
<p>Digital Media</p>
<p>1200px by 1128px</p>
<p>2018</p>
<br>
<p>
<br> I was inspired by artists, like Mishka Henner, where she captured images from Google Maps and reimagined them. Having an aerial view is a point of view that we normally don't see. It led me to the idea of making
composite art from the mappings of where I grew up and where I was born. Both these places are special to me, but they are far from the same.
<br><br> I used the pen tool to cut out parts of each map and put them together. Grabbing different structures and roads, even bodies of waters allowed me to compare and contrast in ways I never imagined. The map from far away, looks normal,
but is composed in ways that are non functional; You would not find your way with this newly structured map. But for me, looking closely, I know where every part came from and makes me think of home, and who I am today. I included the idea
of CMYK processing to my project, to connect the idea of an image and how it's made up of these 4 different combinations of colors, but somehow come together to make the picture concrete.
</p>
</div>
</div>
<footer>
<p>© Angelabelle Abarientos 2018</p>
</footer>
</body>
</html>