-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
382 lines (308 loc) · 16.3 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Noelia Alcala Garcia - Developer</title>
<!-- Meta -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<meta name="copyright" content="" />
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="images/logo-square.png" />
<!-- CSS -->
<link href="css/main.css" rel="stylesheet" type="text/css" />
<link href="css/noeliatheme.css" rel="stylesheet" type="text/css" />
<link href="css/prettyPhoto.css" rel="stylesheet" type="text/css" />
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css' />
<!-- JS -->
<script type="text/javascript" src="js/jquery-1.7.2.js"></script>
<script type="text/javascript" src="js/jquery.quicksand.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-101671859-1', 'auto');
ga('send', 'pageview');
</script>
<!--[if lte IE 7]><script src="js/lte-ie7.js"></script><![endif]-->
<!--[if IE 9]>
<link rel="stylesheet" type="text/css" href="css/ie9.css">
<![endif]-->
</head>
<body>
<div id="home"></div>
<!-- Header
============================= -->
<div id="header">
<div class="inner">
<!-- Logo -->
<div class="logo left">
<a href="#">
<img src="images/noelia-logo.png" title="Noelia Alcala Garcia" alt="Noelia Alcala Garcia" />
</a>
</div><!-- .logo-->
<!-- Responsive Menu -->
<div class="menu_bar">
<a href="#" class="bt-menu"></a>
</div>
<!-- Nav Menu -->
<ul class="nav-menu right">
<li class="current"><a href="#home">home</a></li>
<li><a href="#services">skills</a></li>
<li><a href="#portfolio">portfolio</a></li>
<li><a href="#about">about</a></li>
<li><a href="#contact">contact</a></li>
</ul><!-- .nav-menu-->
</div><!-- .inner -->
</div><!-- #header -->
<!-- End Header -->
<!-- Header Image
============================= -->
<div id="header-image" class="theme-default">
<div class="inner">
<div class="intro-text">
<h1>Noelia Alcala</h1>
<h3>Android Developer</h3>
<ul>
<li>
<!--<a href=""><span class="icon-facebook"></span></a>-->
<a href="https://github.com/nalcalag"><span class="icon-github"></span></a>
<!--<a href=""><span class="icon-twitter"></span></a>-->
<a href="https://www.linkedin.com/in/noelia-alcal%C3%A1-2aa9908a/?locale=en_US"><span class="icon-linkedin"></span></a>
</li>
</ul>
</div>
</div><!-- .inner -->
</div><!-- #header-image -->
<!-- End Header-Image -->
<!-- Services
============================= -->
<div id="services">
<div class="inner">
<h2>Skills</h2>
<ul>
<li>
<span class="li_pc"></span>
<h4>Kotlin</h4>
</li>
<li>
<span class="li_phone"></span>
<h4>Android SDK</h4>
</li>
<li>
<span class="li_pc"></span>
<h4>Java</h4>
</li>
<li>
<span class="li_phone"></span>
<h4>Android Studio</h4>
</li>
<li>
<span class="li_pen"></span>
<h4>XML</h4>
</li>
<li>
<span class="li_db"></span>
<h4>Room persistence</h4>
</li>
<li>
<span class="li_test"></span>
<h4>RxJava</h4>
</li>
<li>
<span class="li_db"></span>
<h4>Retrofit</h4>
</li>
<li>
<span class="li_test"></span>
<h4>Dagger2</h4>
</li>
</ul>
<h2 class="skills-end">And more...</h2>
</div><!-- .inner -->
</div><!-- #services -->
<!-- End Services -->
<!-- Portfolio
============================= -->
<div id="portfolio">
<div class="inner">
<h2>Portfolio</h2>
<h3>Check out some of the latest projects in Web and Android Development that I have been working on.</h3>
<!-- Portfolio Menu -->
<ul class="portfolio-menu filter">
<li class="current all"><a href="#">All</a></li>
<li class="artwork"><a href="#">Android Apps</a></li>
<li class="webdesign"><a href="#">Web Development</a></li>
<!--<li class="graphicdesign"><a href="#">Graphic Design</a></li>-->
</ul><!-- .portfolio-menu -->
<!-- Portfolio -->
<ul class="portfolio">
<li data-id="id-1" data-type="artwork">
<a href="https://youtu.be/A5fFIlH6J88" target="_blank">
<img src="images/thumbnails/my-sites.jpg" width="290" height="247" alt="My Sites App" />
<h4>My Sites App</h4>
</a>
</li>
<li data-id="id-2" data-type="webdesign">
<a href="http://www.gaidhlig.scot/bord/" target="_blank">
<img src="images/thumbnails/gaidhlig.jpg" width="290" height="247" alt="Bòrd na Gàidhlig" />
<h4>Bòrd na Gàidhlig</h4>
</a>
</li>
<li data-id="id-3" data-type="artwork">
<a href="https://youtu.be/4bhoLembfeo" target="_blank">
<img src="images/thumbnails/sportsperson.jpg" width="290" height="247" alt="SportsPerson App" />
<h4>SportsPerson Game App</h4>
</a>
</li>
<li data-id="id-4" data-type="webdesign">
<a href="http://landcommission.gov.scot/" target="_blank">
<img src="images/thumbnails/slc.jpg" width="290" height="247" alt="#" />
<h4>Scottish Land Commission</h4>
</a>
</li>
<li data-id="id-5" data-type="artwork">
<a href="https://youtu.be/GTYqNy61NTs" target="_blank">
<!--<iframe width="290" height="240" src="https://www.youtube.com/embed/GTYqNy61NTs">
</iframe>-->
<img src="images/thumbnails/cos.jpg" width="290" height="247" alt="Church of Scotland App" />
<h4>Church of Scotland App</h4>
</a>
</li>
<li data-id="id-6" data-type="webdesign">
<a href="http://livingston-designer-outlet.co.uk/" target="_blank">
<img src="images/thumbnails/livingston.jpg" width="290" height="247" alt="Livingston Designer Outlet" />
<h4>Livingston Designer Outlet</h4>
</a>
</li>
<li data-id="id-7" data-type="arwork">
<a href="https://youtu.be/AIupZ6E3f8M" target="_blank">
<img src="images/thumbnails/githubapi.jpg" width="290" height="247" alt="GitHub App" />
<h4>GitHub API App</h4>
</a>
</li>
<li data-id="id-8" data-type="webdesign">
<a href="http://www.aiyf.org/" target="_blank">
<img src="images/thumbnails/aiyf.jpg" width="290" height="247" alt="Aberdeen Youth Festival" />
<h4>Aberdeen Youth Festival</h4>
</a>
</li>
<li data-id="id-9" data-type="artwork">
<a href="https://youtu.be/tV_Ge8Jx_YY" target="_blank">
<img src="images/thumbnails/maps.jpg" width="290" height="247" alt="GoogleMaps App" />
<h4>Google Maps App</h4>
</a>
</li>
</ul><!-- .portfolio -->
</div><!-- .inner -->
</div><!-- #portfolio -->
<!-- End Portfolio -->
<!-- About
============================= -->
<div id="about">
<div class="inner">
<!-- Title -->
<h2>About Me</h2>
<!-- Short Description -->
<p class="summary">I am a cheerful and positive person who enjoys developing native Android Apps. I love
technologies and learn as much as possible everyday, whether studying a Master's, doing a
course in coursera.org or in Lynda.com. I am open to find a native Android developer job
where I can learn and grow personally and professionally. I am responsible, good at problem
solving and work hard to achieve all my goals. I would like to use my experience and my
adaptability to learn as much as possible.</p>
<!-- Profile -->
<ul>
<li>
<!--<a href=""><span class="icon-linkedin"></span></a>-->
<img src="images/my-photo.png" width="300" height="368" alt="#" />
</li>
<li id="experience">
<h3 align="center"><u><strong>Experience</strong></u></h3>
<a class="company-logo" href="https://www.flickapp.com/" target="_blank"><img src="images/logo-flick.png" class="icon-company" /></span></a>
<h4>Android Software Engineer</h4>
<p>Build Android app from scratch and ship it in Google Play Store. Bug fixing and improve application performance.</p>
<a class="company-logo" href="https://www.mtcmedia.co.uk/" target="_blank"><img src="images/logo-mtc.jpeg" class="icon-company" /></span></a>
<h4>Android Mobile Developer</h4>
<p>Design and build native applications for the Android platform.</p>
<a class="company-logo" href="https://www.theapsgroup.com/" target="_blank"><img src="images/logo-aps.png" class="icon-company" /></span></a>
<h4>Digital Media Engineer</h4>
<p>Android App Development, Web Development, Testing.</p>
<a class="company-logo" href="https://www.vodafone.es/" target="_blank"><img src="images/logo-vodafone.png" class="icon-company" /></a>
<h4>Online Technician</h4>
<p>Web Development, Back-End Development, Testing, Usability, Project Management, Reporting.</p>
<a class="company-logo" href="http://www.vsf.es/" target="_blank"><img src="images/logo-vsf.png" class="icon-company" /></a>
<h4>Web Developer</h4>
<p>Internship in Web Development</p>
</li>
<li id="education">
<h3 align="center"><u><strong>Education</strong></u></h3>
<h4>Master in Mobile App Development</h4>
<p>Open University of Catalunya (Barcelona, Spain)</p>
<h4>Master in Professional Development 3.0.</h4>
<p>University of Alcala (Madrid, Spain)</p>
<h4>Telecommunications Engineering</h4>
<p>Polytechnic University of Madrid (Madrid, Spain)</p>
<a class="cv-btn" href="doc/CV_Noelia.pdf">Download Resume</a>
</li>
</ul><!-- end profile -->
</div><!-- .inner -->
</div><!-- #about -->
<!-- End About -->
<!-- Contact
============================= -->
<div id="contact">
<div class="inner">
<!-- Title -->
<h2>Contact</h2>
<!-- Short Description -->
<h3>If you have any question please let me know.</h3>
<ul>
<!--<li>
<form action="" method="get">
<input id="name" name="Name" class="" type="text" value="Name (Required)" onfocus="if(this.value == 'Name (Required)') { this.value = ''; }" onblur="if(this.value == '') { this.value = 'Name (Required)'; }" />
<input id="email" name="Email" class="" type="text" value="Email (Required)" onfocus="if(this.value == 'Email (Required)') { this.value = ''; }" onblur="if(this.value == '') { this.value = 'Email (Required)'; }" />
<input id="subject" name="Subject" class="" type="text" value="Subject" onfocus="if(this.value == 'Subject') { this.value = ''; }" onblur="if(this.value == '') { this.value = 'Subject'; }" />
<textarea id="detail" name="Detail" cols="" rows="" onfocus="if(this.value == 'Message...') { this.value = ''; }" onblur="if(this.value == '') { this.value = 'Message...'; }">Message...</textarea>
<input type="submit" value="submit" name="subscribe" class="submitbtn" />
</form>
</li>-->
<li class="contact-info">
<h4>Contact Information</h4>
<span><i class="icon-location"></i>Edinburgh </span>
<span><i class="icon-phone"></i>+44 (0) 7858 922 235 </span>
<span><i class="icon-phone"></i>+34 658 76 90 26 </span>
<span><i class="icon-mail"></i><a href="mailto:[email protected]">[email protected]</a></span>
</li>
</ul>
</div><!-- .inner -->
</div><!-- #contact -->
<!-- End Contact -->
<!-- Footer
============================= -->
<div id="footer">
<div class="inner">
<p class="left">© Copyright 2019 by Noelia Alcala Garcia</p>
<ul>
<li>
<!--<a href=""><span class="icon-facebook"></span></a>-->
<a href="https://github.com/nalcalag"><span class="icon-github"></span></a>
<!--<a href=""><span class="icon-twitter"></span></a>-->
<a href="https://www.linkedin.com/in/noelia-alcal%C3%A1-2aa9908a/?locale=en_US"><span class="icon-linkedin"></span></a>
</li>
</ul>
</div><!-- .inner -->
</div><!-- #footer -->
<!-- End Footer -->
<a href="" class="go-top">Top</a>
</body>
</html>