-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
63 lines (53 loc) · 2.71 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="javascript/main.js"></script>
<title>Angelabelle Abarientos</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 href="work.html">Artwork</a></li>
<li><a href="artiststatement.html">Statement</a></li>
<li><a class= "active" 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 id="about">
<div class="info">
<p>
Angelabelle Abarientos is a San Diego based mixed-media artist. She received her BFA in Digital Media Arts at San Jose State University, in May 2020. Abarientos specializes in Digital Media and Composite Art.
<br />
<br />
She was first inspired by Japanese Anime and her desire to recreate its graphic illustrations. Her scope of abilities would go beyond the realm of Anime as her curiosity and eagerness to learn brought her to study Studio Arts at San Diego Community College. Abarientos always had a passion for math, so when she came across web development, it was the perfect combination of both math and the arts. This finding would be the gateway into Digital Media Arts. She has thus created mixed media work since 2011.
<br />
<br/>
Abarientos’ artwork uses todays technology to point to specific relationships between society and technology. She composes net-art, installations, and digital sculptures that yearn for truths behind technology, and she hopes that society can reconnect as they once did before technology.
</p>
<br /><br />
<h3>GROUP EXHIBITIONS</h3>
<ul id="exhibitions">
<li>2018 May 1-3, <i>Visions of Transmissions</i>, San Jose State University </li>
<li>2017 Nov 28-30, <i>.RAW</i>, San Jose State University</li>
<li>2016 April, <i>Domo and the Gato: A Domo Kun and Hello Kitty Fan Art Show</i>, Thumbprint Gallery</li>
<li>2013 May 2-16,<i>The Art of Imagination</i>, San Diego Mesa College</li>
<li>2011 December 1-13,<i>Experiments</i>, San Diego Mesa Colleges
<br /><br />
<h3>SOLO EXHIBITIONS</h3>
<li>2018 September, <i>Acceptance of Change</i>, San Jose State University </li>
</div>
</div>
<footer>
<p>© Angelabelle Abarientos 2018</p>
</footer>
</body></li>
</ul>
</html>