-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
420 lines (389 loc) · 15.9 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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="assets/favicon.png" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Cutive+Mono" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Major+Mono+Display" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Alba Talaya Vidal</title>
</head>
<body id="Portfolio">
<!--todo: animations-->
<script type="module" src="./main.js"></script>
<link rel="stylesheet" href="./style.css" />
<div class="absolute-border"></div>
<div id="splash">
<img width="100vw" src="./assets/logo.png" />
</div>
<div class="burger-tags" id="burger-tags">
<a href="#AboutMe" class="navigate" id="Burger-AboutMe" style="margin-top: 20vh"> <About me></a>
<a href="#MyProjects" class="navigate" id="Burger-MyProjects"> <My projects></a>
<a href="#Contact" class="navigate" id="Burger-Contact"> <Contact></a>
<a class="navigate" href="./assets/CV_English.pdf" id="Burger-CV"> <CV></a>
<a class="burger-color-mode" id="burger-color-mode">
<img id="burger-night" src="./assets/moon.png" /> <img id="burger-light" src="./assets/sun.png"
/></a>
</div>
<div id="flag">
<a href="#Portfolio"><img src="./assets/logo.png" /></a>
</div>
<div class="selected-language">
<img id="language-icon" src="./assets/languages.png" />
<a id="selected">en</a>
<img
id="down"
height="15px"
src="./assets/down-arrow.png"
style="left: 65px; top: 1.5vw; position: fixed; z-index: 2"
/>
<img
id="up"
height="15px"
src="./assets/up-arrow.png"
style="left: 65px; top: 1.5vw; position: fixed; z-index: 2"
/>
</div>
<div class="languages" id="languages">
<a id="en">en</a> <br />
<a id="es">es</a> <br />
<a id="cat">cat</a>
</div>
<span class="tags">
<a href="#AboutMe" class="navigate" id="Nav-AboutMe"> <About me></a>
<a href="#MyProjects" class="navigate" id="Nav-MyProjects"> <My projects></a>
<a href="#Contact" class="navigate" id="Nav-Contact"> <Contact></a>
<a class="navigate" href="./assets/CV_English.pdf" id="Nav-CV"> <CV></a>
</span>
<a class="color-mode" id="color-mode">
<img id="night" src="./assets/moon.png" /> <img id="light" src="./assets/sun.png"
/></a>
<a class="burger-menu" id="burger-menu">
<img src="./assets/menu.png" style="z-index: 2" />
<img id="Back" src="./assets/back.png" />
</a>
<section class="name" id="Home">
<h1 id="name">Alba talaya Vidal</h1>
<div class="bubbles">
<a class="bubble" href="mailto:[email protected]"
><img src="./assets/email.png" /><span class="bubbletag" style="width: auto; padding: 2px">Mail</span></a
>
<br />
<a class="bubble" href="https://www.linkedin.com/in/albatalaya/"
><img src="./assets/linkedin.png" style="margin-top: 50px" /><span
class="bubbletag"
style="width: auto; padding: 2px; margin-top: 65px"
>LinkedIn</span
></a
>
<a class="bubble" href="https://github.com/albatalaya"
><img src="./assets/github-bubble.png" style="margin-top: 100px" /><span
class="bubbletag"
style="width: auto; padding: 2px; margin-top: 115px"
>GitHub</span
></a
>
</div>
</section>
<div class="header"></div>
<!--todo: highlight-->
<section class="AboutMe black" id="AboutMe" data-label="AboutMe">
<div class="about-flex">
<p id="AboutMe-info">
<span id="AboutMe-title"><About me></span>
<br />
<br />
My name is Alba Talaya Vidal. I have studied the Bachelor’s degree of Telecommunications Engineering with
speciality in Telematics Systems, and I am currently coursing a postgraduate in Full-Stack Web Technologies. I
am a creative person, organized and with the capacity to adapt in different environments. Eager to start
working on the field of Software Development. Based in Barcelona.
</p>
<img src="./assets/profile.png" />
</div>
<div class="darktriangle1 triangle"></div>
</section>
<!--
-->
<section class="MyProjects black" id="MyProjects" data-label="MyProjects">
<div class="lighttriangle1 triangle"></div>
<div class="grey">
<h2 id="MyProjects-title"><my projects></h2>
<div class="project">
<h3 id="Project-title1">
01. BACHELOR THESIS - OPTICAL WARNING OF BICYCLE RIDERS CONCERNING MOTORIZED VEHICLES CLOSING FROM BEHIND
USING THE SMARTPHONE'S MICROPHONE:
<a class="icon" href="./assets/thesis.pdf">
<img
class="openWeb"
src="./assets/link.png"
width="20px"
style="position: absolute; margin-left: 10px; margin-top: 5px"
/>
<span class="icontag" style="width: auto; margin-top: 30px; margin-left: -10px; padding: 2px"
>Open PDF</span
>
</a>
<a class="icon" href="https://github.com/albatalaya/BachelorThesis-Frontend">
<img
src="./assets/github-line.png"
width="25px"
style="position: absolute; margin-left: 10px; margin-top: 2px"
/>
<span class="icontag" style="width: auto; margin-top: 30px; margin-left: -40px; padding: 2px"
>Open Github Repository</span
>
</a>
</h3>
<p id="Project-info1">
Mobile application for cyclists with hearing problems. The microphone of the mobile device is used to
analyze the audio in real time, and when an approaching motorized vehicle is detected, it shows a visual
warning through augmented reality glasses connected via Bluetooth.
</p>
<p id="Project-technologies1">Technologies I used:</p>
<div class="technologies">
<span class="icon">
<img src="./assets/vscode.png" />
<span class="icontag">VSCode</span>
</span>
<span class="icon">
<img src="./assets/angular.png" />
<span class="icontag">Angular</span>
</span>
<span class="icon">
<img src="./assets/ionic.png" />
<span class="icontag">Ionic</span>
</span>
<span class="icon">
<img src="./assets/python.png" />
<span class="icontag">Python</span>
</span>
<span class="icon">
<img src="./assets/matlab.png" />
<span class="icontag">MatLab</span>
</span>
<span class="icon">
<img src="./assets/github.png" />
<span class="icontag">GitHub</span>
</span>
<span class="icon">
<img src="./assets/xd.png" />
<span class="icontag">Adobe XD</span>
</span>
<span class="icon">
<img src="./assets/photoshop.png" />
<span class="icontag double" style="margin-top: 24px">Adobe Photoshop</span>
</span>
<span class="icon">
<img src="./assets/premiere.png" />
<span class="icontag double" style="margin-top: 10px">Adobe Premiere Pro</span>
</span>
</div>
<iframe
width="512"
height="315"
src="https://www.youtube.com/embed/WKyUsdZbQ0Y"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
<!--
-->
<div class="project">
<h3 id="Project-title2">
02. ADVANCED ENGINEERING PROJECT:
<a class="icon" href="https://github.com/albatalaya/PAEST-UPC-App">
<img
src="./assets/github-line.png"
width="25px"
style="position: absolute; margin-left: 10px; margin-top: 2px"
/>
<span class="icontag" style="width: auto; margin-top: 30px; margin-left: -40px; padding: 2px"
>Open Github Repository</span
>
</a>
</h3>
<p id="Project-info2">
Creation of a new implementation for the existing UPC student’s app by IThinkUPC. Project done in a group of
5 students.
</p>
<p id="Project-technologies2">Technologies I used:</p>
<div class="technologies">
<span class="icon">
<img src="./assets/vscode.png" />
<span class="icontag">VSCode</span>
</span>
<span class="icon">
<img src="./assets/angular.png" />
<span class="icontag">Angular</span>
</span>
<span class="icon">
<img src="./assets/ionic.png" />
<span class="icontag">Ionic</span>
</span>
<span class="icon">
<img src="./assets/github.png" />
<span class="icontag">GitHub</span>
</span>
<span class="icon">
<img src="./assets/xd.png" />
<span class="icontag">Adobe XD</span>
</span>
<span class="icon">
<img src="./assets/photoshop.png" />
<span class="icontag double" style="margin-top: 14px">Adobe Photoshop</span>
</span>
<span class="icon">
<img src="./assets/premiere.png" />
<span class="icontag double" style="margin-top: 10px">Adobe Premiere Pro</span>
</span>
</div>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/RrfiOulhY-E"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
<!--
-->
<div class="project">
<h3 id="Project-title3">
03. RESUME:
<a class="icon" id="Project-CV-link" href="./assets/CV_English.pdf">
<img
class="openWeb"
src="./assets/link.png"
width="20px"
style="position: absolute; margin-left: 10px; margin-top: 5px"
/>
<span class="icontag" style="width: auto; margin-top: 30px; margin-left: -10px; padding: 2px"
>Open PDF</span
>
</a>
<a class="icon" href="https://github.com/albatalaya/MyResume">
<img
src="./assets/github-line.png"
width="25px"
style="position: absolute; margin-left: 10px; margin-top: 2px"
/>
<span class="icontag" style="width: auto; margin-top: 30px; margin-left: -40px; padding: 2px"
>Open Github Repository</span
>
</a>
</h3>
<p id="Project-technologies3">Technologies I used:</p>
<div class="technologies">
<span class="icon">
<img src="./assets/vscode.png" width="60px" />
<span class="icontag">VSCode</span>
</span>
<span class="icon">
<img src="./assets/latex.png" style="margin-top: 20px" width="80px" />
<span class="icontag" id="latextag" style="margin-top: 25px; margin-left: -65px">LaTex</span>
</span>
<span class="icon">
<img src="./assets/github.png" width="60px" />
<span class="icontag">GitHub</span>
</span>
<span class="icon">
<img src="./assets/photoshop.png" width="60px" />
<span class="icontag double" style="margin-top: 14px">Adobe Photoshop</span>
</span>
</div>
</div>
<!--
-->
<div class="project">
<h3 id="Project-title4">
04. PERSONAL PORTFOLIO:
<a class="icon" href="https://albatalaya.github.io/">
<img
class="openWeb"
src="./assets/link.png"
width="20px"
style="position: absolute; margin-left: 10px; margin-top: 5px"
/>
<span class="icontag" style="width: auto; margin-top: 30px; margin-left: -10px; padding: 2px"
>Open WebPage</span
>
</a>
<a class="icon" href="https://github.com/albatalaya/albatalaya.github.io">
<img
src="./assets/github-line.png"
width="25px"
style="position: absolute; margin-left: 10px; margin-top: 2px"
/>
<span class="icontag" style="width: auto; margin-top: 30px; margin-left: -40px; padding: 2px"
>Open Github Repository</span
>
</a>
</h3>
<p id="Project-technologies4">Technologies I used:</p>
<div class="technologies">
<span class="icon">
<img src="./assets/vscode.png" width="60px" />
<span class="icontag">VSCode</span>
</span>
<span class="icon">
<img src="./assets/vite.svg" width="60px" />
<span class="icontag">Vite</span>
</span>
<span class="icon">
<img src="./assets/js.png" width="60px" />
<span class="icontag double" style="margin-top: 14px">Vanilla JavaScript</span>
</span>
<span class="icon">
<img src="./assets/github.png" width="60px" />
<span class="icontag">GitHub</span>
</span>
<span class="icon">
<img id="figma" src="./assets/figma.svg" width="40px" />
<span class="icontag" id="figmatag" style="margin-top: 14px; margin-left: -45px">Figma</span>
</span>
<span class="icon">
<img src="./assets/photoshop.png" width="60px" />
<span class="icontag double" style="margin-top: 14px">Adobe Photoshop</span>
</span>
</div>
</div>
<div class="darktriangle2 triangle"></div>
</div>
</section>
<!--
-->
<section class="Contact black" id="Contact" data-label="Contact">
<div class="lighttriangle2 triangle"></div>
<div class="white">
<h2 id="Contact-title"><contact></h2>
<div class="info">
<img src="assets/email-line.png" height="70px;" />
<a id="Contact-mail" href="mailto: [email protected]"> [email protected]</a> <br />
<img
src="assets/linkedin-line.png"
height="50px;"
style="margin-top: 20px; margin-left: 8px; margin-right: 10px"
/>
<a id="Contact-linkedin" href="https://www.linkedin.com/in/albatalaya/" style="margin-top: 30px">
https://www.linkedin.com/in/albatalaya</a
>
<br />
<img src="assets/github-lines.png" height="70px;" style="margin-top: 20px; margin-left: -2px" />
<a id="Contact-github" href="https://github.com/albatalaya" style="margin-top: 40px">
https://github.com/albatalaya</a
>
</div>
</div>
<div class="darktriangle1 triangle" style="margin-top: -50px"></div>
</section>
<div id="credits">
Designed and developed by<br />
Alba Talaya Vidal
</div>
</body>
</html>