-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
250 lines (222 loc) · 9.75 KB
/
index.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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/index.css">
<link href="https://fonts.googleapis.com/css?family=Raleway:600|Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="js/filter.js"></script>
<script src="https://codepen.io/darrylhuffman/pen/zogYQW.js"></script>
<script src="js/paint.js"></script>
<title>💻🦄🎨 || Althea Espejo</title>
<link rel="icon" type="image/png" href="img/favicon althea.png" />
<meta name="description" content="UI developer and illustrator. I like to play with code, design and colour!">
</head>
<body>
<script>
$(document).ready(function () {
var slider = new gooSlider('body');
var l1, l2;
$('body').click(function () {
var c = 'hsla(' + (Math.floor(Math.random() * 7) * 20) + ',82%,78%,1)';
if (c != l1 && c != l2) {
slider.wave(c, function () {});
l2 = l1;
l1 = c;
} else {
$('body').click();
}
});
var count = 5,
cur = 0;
function start() {
slider.wave('hsla(151, 95%, 75%, 1)', function () {});
cur++;
if (cur < count) {
setTimeout(function () {
start();
}, 1500)
}
}
start();
});
</script>
<div class="intro--wrapper">
<div>
<h1 class="intro--h1">Althea Espejo</h1>
<h2 class="intro--h2">UI developer & illustrator 🦄</h2>
</div>
</div>
<section class="filter--wrapper">
<p class="filter--text">What type of work do you want see?</p>
<div class="filter--btn__wrapper">
<button class="btn btn--stripe btn--all btn--active" data-rel="all">All</button>
<button class="btn btn--stripe" data-rel="uiWeb">UI Design</button>
<button class="btn btn--stripe" data-rel="illust">Illustration</button>
<button class="btn btn--stripe" data-rel="gDesign">Graphic Design</button>
<button class="btn btn--stripe" data-rel="coding">Coding</button>
<button class="btn btn--stripe" data-rel="misc">Misc</button>
</div>
</section>
<!-- <div id="portfolio" class="grid">
<a href="projects/adobe.html" class="item uiWeb item--medium all adobe">
<div class="item__details uiWeb all">
xD Adobe Challenge
</div>
</a>
<a href="projects/worka.html" class="item uiWeb coding item--large all worka">
<div class="item__details uiWeb all">
Worka portfolio templates
</div>
</a>
<a href="projects/sanrio.html" class="item uiWeb item--medium all samrio">
<div class="item__details uiWeb all">
Sanrio mobile game
</div>
</a>
<a class="item uiWeb item--medium all entryscape">
<div class="item__details uiWeb all">
Open Data app redesign
</div>
</a>
<a href="projects/locomotora.html" class="item uiWeb coding all locomotora">
<div class="item__details uiWeb coding all">
La locomotora website
</div>
</a>
<a href="projects/aren.html" class="item item--large illust all aren">
<div class="item__details illust all">
Illustrated epic poem
</div>
</a>
<a href="projects/unity.html" class="item misc coding all unity">
<div class="item__details misc coding all">
Playing with Unity
</div>
</a>
<a href="projects/jsChallenge.html" class="item item--medium coding all js">
<div class="item__details coding all">
Javascript challenge
</div>
</a>
<a href="projects/thorns.html" class="item item--medium gDesign illust misc all th">
<div class="item__details gDesign illust misc all">
Thorns & Horns. Toys & illustration
</div>
</a>
<a class="item uiWeb all">
<div class="item__details uiWeb all">
Fikka app
</div>
</a>
<a class="item illust all">
<div class="item__details illust all">
ALCE Editorial illustration
</div>
</a>
<a class="item coding uiWeb all">
<div class="item__details coding uiWeb all">
Boreal
</div>
</a>
<a class="item illust gDesign misc all">
<div class="item__details illust misc all">
Pattern design
</div>
</a>
<a class="item coding all">
<div class="item__details coding all">
Playing with Processing
</div>
</a>
<a class="item misc coding all">
<div class="item__details coding all">
Electroganchillo
</div>
</a>
<a class="item gDesignn all">
<div class="item__details gDesign all">
Japón en Granada poster
</div>
</a>
</div> -->
<section id="portfolio" class="project__wrapper">
<div class="adobe project__card all uiWeb">
<div class="project__card--img">
<img src="img/adobe/mobile2.png" alt="">
</div>
<div class="project__card--description">
<h5 class="text--note">Much prototype</h5>
<h3>Adobe xD Challenge</h3>
<p>Experiments on animation, prototyping and a lot of screens and wireframes</p>
<a href="projects/adobe.html"><button class="btn btn--stripe">View Project</button></a>
</div>
</div>
<div class=" alce project__card all --left illust">
<div class="project__card--description">
<h5 class="text--note">Learning spanish</h5>
<h3>ALCE Editorial Books</h3>
<p>Ministry of Education and Culture of Spain</p>
<a href="projects/alce.html"><button class="btn btn--stripe">View Project</button></a>
</div>
<div class="project__card--img">
<img src="img/alce/astro_low.png" alt="">
</div>
</div>
<div class="sanrio project__card all uiWeb ">
<div class="project__card--description">
<h5 class="text--note">Kawaii Prototype</h5>
<h3>Sanrio</h3>
<p>What would happen if you mix Sanrio world and the mechanics of Pokemon Go?</p>
<a href="projects/sanrio.html"><button class="btn btn--stripe">View Project</button></a>
</div>
<div class="project__card--img">
<img src="img/sanrio/mobile1.png" alt="">
</div>
</div>
<div class="locomotora project__card all uiWeb coding">
<div class="project__card--description">
<h5 class="text--note">Reinventing the wheel</h5>
<h3>La Locomotora</h3>
<p>Design and implementation of website. Cool animations.</p>
<a href="projects/locomotora.html"><button class="btn btn--stripe">View Project</button></a>
</div>
<div class="project__card--img"></div>
</div>
<div class="worka project__card all --left coding uiWeb">
<div class="project__card--img">
<img src="img/worka/workaPhone.png" alt="">
</div>
<div class="project__card--description">
<h5 class="text--note">Artsy</h5>
<h3>Worka</h3>
<p>Design and front end development of responsive portfolio templates</p>
<a href="projects/worka.html"><button class="btn btn--stripe">View Project</button></a>
</div>
</div>
<div class="js project__card all coding">
<div class="project__card--description">
<h5 class="text--note">Challenge challenge</h5>
<h3>30 Days of Javascript and Sass</h3>
<p>Vanilla JS challenge curated by Wes Bos</p>
<a href="projects/jsChallenge.html"><button class="btn btn--stripe">View Project</button></a>
</div>
<div class="project__card--img"></div>
</div>
<div class="thorns project__card --left all misc illust">
<div class="project__card--description">
<h5 class="text--note">Cute Critters Art Toys</h5>
<h3>Thorns & Horns</h3>
<p>An unnatural victorian society focused on cryptids and cute specimens</p>
<a href="projects/thorns.html"><button class="btn btn--stripe">View Project</button></a>
</div>
<div class="project__card--img">
<img src="img/thorns/Seta-Agujeros-Completo(2).png" alt="">
</div>
</div>
</section>
</body>
</html>