-
Notifications
You must be signed in to change notification settings - Fork 0
/
work.html
121 lines (103 loc) · 3.65 KB
/
work.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!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>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 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="mainWork">
<div class="triangle" id="t1">
<a href="proj1.html"> <img src="images/elenSmall.jpg"></a>
</div>
<div class ="title" id="title1">
<h1> THE LEAP </h1>
<p>Digital Media</p>
</div>
<div class="triangle" id="t2">
<a href="proj2.html"><img src="images/Large/idna.png"></a>
</div>
<div class ="title" id="title2">
<h1>i-do-not-accept</h1>
<p>Netart</p>
</div>
<div class="triangle" id="t3">
<a href="proj3.html"> <img src="images/glitchsmall.gif"></a>
</div>
<div class ="title" id="title3">
<h1> Nature Not Natural </h1>
<p>Digital Media</p>
</div>
<div class="triangle" id="t4">
<a href="proj4.html"> <img src="images/BeforeSmall.jpg"></a>
</div>
<div class ="title" id="title4">
<h1> Are You Human? </h1>
<p>Digital Media</p>
</div>
<div class="triangle" id="t5">
<a href="proj5.html"> <img src="images/trance_action.png"></a>
</div>
<div class ="title" id="title5">
<h1> Trance-Action </h1>
<p>Digital Media</p>
</div>
<div class="triangle" id="t6">
<a href="proj6.html"> <img src="images/Large/extant2.png"></a>
</div>
<div class ="title" id="title6">
<h1> Extant </h1>
<p>AR App</p>
</div>
<div class="triangle" id="t7">
<a href="proj7.html"> <img src="images/andCounting.jpg"></a>
</div>
<div class ="title" id="title7">
<h1> ..and Counting </h1>
<p>Digital Video</p>
</div>
<div class="triangle" id="t8">
<a href="proj8.html"> <img src="images/social_complex.jpg"></a>
</div>
<div class ="title" id="title8">
<h1> Social Complex </h1>
<p>Net Art</p>
</div>
<div class="triangle" id="t9">
<a href="proj9.html"> <img src="images/codeArtSmall.jpg"></a>
</div>
<div class ="title" id="title9">
<h1> You Have Changed </h1>
<p>Code Art</p>
</div>
<div class="triangle" id="t10">
<a href="proj10.html"> <img src="images/changeSmall.jpg"></a>
</div>
<div class ="title" id="title10">
<h1> Acceptance of Change </h1>
<p>Mixed Media</p>
</div>
</div>
<footer>
<p>© Angelabelle Abarientos 2018</p>
</footer>
</body>
</html>