-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
445 lines (429 loc) · 50.7 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
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Welcome</title>
<meta name="description" content="Page-specific description">
<meta name="keywords" content="Page-specific keywords">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="shortcut icon" href="static/images/favicons/computer-icon.png" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Lato:400,300,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<link rel="stylesheet" href="static/css/bootstrap.min.css">
<link rel="stylesheet" href="static/css/screen.min.css">
</head>
<body>
<!-- $Page header-->
<header class="page-header js-header">
<div class="page-header__inner">
<div class="page-header__logo js-header">
<h1>João Coelho</h1> <span>Informatics Engineer</span>
</div>
<nav class="page-header__nav js-nav js-header">
<ul>
<li><a class="page-header__nav-link js-anchor js-link is-active" href="#home">Home</a></li>
<li><a class="page-header__nav-link js-anchor js-link" href="#team">About</a></li>
<li><a class="page-header__nav-link js-anchor js-link" href="#portfolio">Portfolio</a></li>
<li><a class="page-header__nav-link js-anchor js-link" href="#gallery">Gallery</a></li>
</ul>
</nav>
</div>
</header>
<!-- $Promo section-->
<section class="promo js-jumbo" id="home">
<div class="particle-network-animation"></div>
<div class="promo__title">
<h1>What is this <span>about</span>?</h1>
</div>
<!--<p class="promo__descr">Well, it is about me. Am I relevant enough to have an entire web page about? You would probably say no, except if you are my mom or dad, because, you know, parents. Ice broken, let's move on!<br><br>I'm entering my Master's Degree in Software Engineering and this website is going to be useful for me to practice my web programming, which still needs a lot of improvement, as well as another source to let people know some more about me, apart from what is public in my profile on social networks.</p>
<a class="promo__btn" href="#">Find more</a> -->
<a class="promo__go-next js-anchor" href="#team">Scroll down</a>
</section>
<!-- $Team section-->
<section class="team js-portfolio" id="team">
<div class="portfolio__inner">
<h2 class="portfolio__title">About</h2>
<nav class="portfolio__filter">
<ul>
<li class="portfolio__filter-btn is-selected js-filter" data-filter="all">All</li>
<li class="portfolio__filter-btn js-filter" data-filter="bio">Bio</li>
<li class="portfolio__filter-btn js-filter" data-filter="social">Social Networks</li>
<li class="portfolio__filter-btn js-filter" data-filter="contacts">Contacts</li>
</ul>
</nav>
<ul class="portfolio__content">
<li class="portfolio__item js-item" data-cat="all social">
<a target="_blank" href="https://twitter.com/ojoaocc"><img class="portfolio__item-img js-lazy" src="static/images/twitter-icon.png" alt="">
<div class="portfolio__item-caption">
<span class="portfolio__item-title">My Twitter account</span>
</div>
</a>
</li>
<li class="portfolio__item js-item" data-cat="all social">
<a target="_blank" href="https://www.linkedin.com/in/joão-coelho"><img class="portfolio__item-img js-lazy" src="static/images/linkedin-icon.png" alt="">
<div class="portfolio__item-caption">
<span class="portfolio__item-title">My Linkedin account</span>
</div>
</a>
</li>
<li class="portfolio__item js-item" data-cat="all bio">
<a target="_blank" href="javascript:void(0);" data-toggle="modal" data-target="#myBriefDesc"><img class="portfolio__item-img js-lazy" src="static/images/bio-icon.png" alt="">
<div class="portfolio__item-caption">
<span class="portfolio__item-title">My brief description</span>
</div>
</a>
</li>
<li class="portfolio__item js-item" data-cat="all social">
<a target="_blank" href="https://github.com/joao-coelho"><img class="portfolio__item-img js-lazy" src="static/images/github-icon.png" alt="">
<div class="portfolio__item-caption">
<span class="portfolio__item-title">My Github account</span>
</div>
</a>
</li>
<li class="portfolio__item js-item" data-cat="all social">
<a target="_blank" href="https://www.facebook.com/ojoaocc"><img class="portfolio__item-img js-lazy" src="static/images/facebook-icon.png" alt="">
<div class="portfolio__item-caption">
<span class="portfolio__item-title">My Facebook account</span>
</div>
</a>
</li>
<li class="portfolio__item js-item" data-cat="all contacts">
<a href="javascript:void(0)" id="emailRef"><img class="portfolio__item-img js-lazy" src="static/images/email-icon.png" alt="">
<div class="portfolio__item-caption">
<span class="portfolio__item-title">My email address</span>
</div>
</a>
</li>
</ul>
</div>
<!-- Modal -->
<div class="modal fade" id="myBriefDesc" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Bio</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>As you can see, and answering the initial question, this is about me. Am I relevant enough to have an entire web page about? You would probably say no, except if you are my mom or dad, because, you know, parents. Ice broken, let's move on!<br><br>My name is João Coelho and I am entering my Master's Degree in Software Engineering, at the University of Minho. Lover of web development, this website is going to be useful for me to practice my programming skills - they still need a lot of improvement - as well as another source to let people know some more about me, apart from what is public in my profile on social networks.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</section>
<!-- $Portfolio section-->
<section class="portfolio js-portfolio" id="portfolio">
<div class="portfolio__inner">
<h2 class="portfolio__title">Portfolio</h2>
<nav class="portfolio__filter">
<ul>
<li class="portfolio__filter-btn is-selected js-filter" data-filter="timeline">Formation path</li>
<li class="portfolio__filter-btn js-filter" data-filter="skills">Coding know-how</li>
</ul>
</nav>
<ul class="portfolio__content">
<li class="skills__item js-item is-hidden" data-cat="skills">
<a href="javascript:void(0)">
<svg class="portfolio__item-img js-lazy" viewBox="0 0 128 128">
<path fill="#0074BD" d="M52.581 67.817s-3.284 1.911 2.341 2.557c6.814.778 10.297.666 17.805-.753 0 0 1.979 1.237 4.735 2.309-16.836 7.213-38.104-.418-24.881-4.113zM50.522 58.402s-3.684 2.729 1.945 3.311c7.28.751 13.027.813 22.979-1.103 0 0 1.373 1.396 3.536 2.157-20.352 5.954-43.021.469-28.46-4.365z"></path><path fill="#EA2D2E" d="M67.865 42.431c4.151 4.778-1.088 9.074-1.088 9.074s10.533-5.437 5.696-12.248c-4.519-6.349-7.982-9.502 10.771-20.378.001 0-29.438 7.35-15.379 23.552z"></path><path fill="#0074BD" d="M90.132 74.781s2.432 2.005-2.678 3.555c-9.716 2.943-40.444 3.831-48.979.117-3.066-1.335 2.687-3.187 4.496-3.576 1.887-.409 2.965-.334 2.965-.334-3.412-2.403-22.055 4.719-9.469 6.762 34.324 5.563 62.567-2.506 53.665-6.524zM54.162 48.647s-15.629 3.713-5.534 5.063c4.264.57 12.758.439 20.676-.225 6.469-.543 12.961-1.704 12.961-1.704s-2.279.978-3.93 2.104c-15.874 4.175-46.533 2.23-37.706-2.038 7.463-3.611 13.533-3.2 13.533-3.2zM82.2 64.317c16.135-8.382 8.674-16.438 3.467-15.353-1.273.266-1.845.496-1.845.496s.475-.744 1.378-1.063c10.302-3.62 18.223 10.681-3.322 16.345 0 0 .247-.224.322-.425z"></path><path fill="#EA2D2E" d="M72.474 1.313s8.935 8.939-8.476 22.682c-13.962 11.027-3.184 17.313-.006 24.498-8.15-7.354-14.128-13.828-10.118-19.852 5.889-8.842 22.204-13.131 18.6-27.328z"></path><path fill="#0074BD" d="M55.749 87.039c15.484.99 39.269-.551 39.832-7.878 0 0-1.082 2.777-12.799 4.981-13.218 2.488-29.523 2.199-39.191.603 0 0 1.98 1.64 12.158 2.294z"></path><path fill="#EA2D2E" d="M94.866 100.181h-.472v-.264h1.27v.264h-.47v1.317h-.329l.001-1.317zm2.535.066h-.006l-.468 1.251h-.216l-.465-1.251h-.005v1.251h-.312v-1.581h.457l.431 1.119.432-1.119h.454v1.581h-.302v-1.251zM53.211 115.037c-1.46 1.266-3.004 1.978-4.391 1.978-1.974 0-3.045-1.186-3.045-3.085 0-2.055 1.146-3.56 5.738-3.56h1.697v4.667h.001zm4.031 4.548v-14.077c0-3.599-2.053-5.973-6.997-5.973-2.886 0-5.416.714-7.473 1.622l.592 2.493c1.62-.595 3.715-1.147 5.771-1.147 2.85 0 4.075 1.147 4.075 3.521v1.779h-1.424c-6.921 0-10.044 2.685-10.044 6.723 0 3.479 2.058 5.456 5.933 5.456 2.49 0 4.351-1.028 6.088-2.533l.316 2.137h3.163v-.001zM70.694 119.585h-5.027l-6.051-19.689h4.391l3.756 12.099.835 3.635c1.896-5.258 3.24-10.596 3.912-15.733h4.271c-1.143 6.481-3.203 13.598-6.087 19.688zM89.982 115.037c-1.465 1.266-3.01 1.978-4.392 1.978-1.976 0-3.046-1.186-3.046-3.085 0-2.055 1.149-3.56 5.736-3.56h1.701v4.667h.001zm4.033 4.548v-14.077c0-3.599-2.059-5.973-6.999-5.973-2.889 0-5.418.714-7.475 1.622l.593 2.493c1.62-.595 3.718-1.147 5.774-1.147 2.846 0 4.074 1.147 4.074 3.521v1.779h-1.424c-6.923 0-10.045 2.685-10.045 6.723 0 3.479 2.056 5.456 5.93 5.456 2.491 0 4.349-1.028 6.091-2.533l.318 2.137h3.163v-.001zM37.322 122.931c-1.147 1.679-3.005 3.008-5.037 3.757l-1.989-2.345c1.547-.794 2.872-2.075 3.489-3.269.532-1.063.753-2.43.753-5.701v-22.482h4.284v22.173c0 4.375-.348 6.144-1.5 7.867z"></path>
</svg>
<div class="skills__item-caption">
<span class="skills__item-title">Java</span>
<span class="portfolio__item-cat">Proeficient, daily use</span>
</div>
</a>
</li>
<li class="skills__item js-item is-hidden" data-cat="skills">
<a href="javascript:void(0)">
<svg viewBox="0 0 128 128">
<path d="m31.393 97.211c-0.37519 0-0.74964 0.10771-1.0742 0.32226-0.32458 0.21456-0.62109 0.58341-0.62109 1.0566 0 0.06291-0.03691 0.20352 0.08398 0.44531l-0.0293-0.07617 6.5703 21.318c0.11667 0.3967 0.39457 0.70095 0.70898 0.875 0.31442 0.17406 0.66207 0.23828 0.99805 0.23828 0.7143 0 1.495-0.33954 1.7344-1.1055l0.002-0.002 6.5645-21.396v-0.07617c0 0.10376 0.03125 0.04207 0.03125-0.1875 0-0.48079-0.30694-0.83715-0.63672-1.0605-0.32978-0.2234-0.71765-0.35156-1.1211-0.35156-0.4975 0-1.07 0.29992-1.2617 0.875l-0.002 0.0078-5.3125 17.727-5.332-17.697c-0.07809-0.31236-0.28651-0.57128-0.53125-0.7168s-0.51332-0.19531-0.77148-0.19531zm52.336 1.0996c-1.0397 0-1.9141 0.79407-1.9141 1.7891 0 0.995 0.86107 1.8223 1.9141 1.8223 1.0326 0 1.8535-0.84243 1.8535-1.8223 0-0.97984-0.83476-1.7891-1.8535-1.7891zm-15.406 6.8262c-3.5692 0-6.5078 2.8551-6.5078 6.2871v3.5215c0 1.9229 0.76443 3.5715 2.0645 4.709 1.3 1.1375 3.1152 1.7676 5.1973 1.7676 1.5378 0 2.7923-0.34348 3.6875-0.81055 0.44762-0.23354 0.80558-0.49644 1.0703-0.78125 0.26473-0.28482 0.46094-0.59774 0.46094-0.98438 0-0.35538-0.13905-0.66356-0.36133-0.9414-0.22227-0.27785-0.56999-0.53321-1.0195-0.53321-0.32451 0-0.57706 0.13777-0.79492 0.27149s-0.42228 0.2813-0.66992 0.42383c-0.49528 0.28505-1.1525 0.5625-2.3105 0.5625-1.2892 0-2.3655-0.36609-3.1074-0.98438-0.74195-0.61829-1.1738-1.4787-1.1738-2.6035v-0.66407h6.6094c0.70333 0 1.4838 0.002 2.1562-0.42773 0.67246-0.42934 1.0801-1.2839 1.0801-2.5879 0-3.6108-3.0111-6.2246-6.3809-6.2246zm24.793 0c-1.8981 0-3.2941 0.61316-4.1895 1.5352-0.8954 0.92199-1.2812 2.1211-1.2812 3.2422 0 1.4293 0.57797 2.4512 1.4043 3.1074 0.82633 0.65627 1.8551 0.98735 2.8359 1.2832 0.98088 0.29585 1.9198 0.5593 2.5527 0.94922 0.63292 0.38991 0.97656 0.81402 0.97656 1.7051 0 0.47919-0.14467 0.86144-0.53516 1.1738-0.39049 0.31239-1.0822 0.56055-2.2051 0.56055-1.3283 0-2.0744-0.33153-2.6152-0.66602-0.27044-0.16724-0.48584-0.3399-0.70898-0.49414-0.22315-0.15423-0.47515-0.31836-0.82617-0.31836-0.42239 0-0.73564 0.26044-0.92578 0.53125-0.19014 0.27082-0.29883 0.57946-0.29883 0.91211 0 0.4109 0.19929 0.77066 0.48438 1.0859 0.28508 0.31528 0.67227 0.59802 1.1465 0.84375 0.94843 0.49146 2.2539 0.83398 3.8066 0.83399 1.6858 0 3.0713-0.41203 4.0508-1.209 0.97951-0.79696 1.5137-1.9808 1.5137-3.3477 0-1.5447-0.56016-2.6535-1.3867-3.3867-0.82656-0.73325-1.8722-1.1111-2.8672-1.416-0.99501-0.30492-1.9523-0.54141-2.5957-0.87695-0.644-0.34-0.952-0.65-0.952-1.37 0-0.38766 0.15741-0.87576 0.55078-1.2598 0.39337-0.38401 1.0333-0.69532 2.0957-0.69532 0.84877 0 1.4797 0.19799 1.9844 0.4043 0.25236 0.10315 0.47229 0.20926 0.67969 0.29883 0.2074 0.0896 0.39828 0.17773 0.66992 0.17773 0.49121 0 0.82749-0.32425 1.0293-0.62695 0.2018-0.3027 0.32031-0.60175 0.32031-0.94141 0-0.42482-0.26749-0.72728-0.5625-0.95507-0.29501-0.2278-0.6657-0.41084-1.0957-0.56836-0.86001-0.31505-1.9556-0.51758-3.0566-0.51758zm-44.959 0.1875c-0.82568 0-1.5371 0.52078-1.5371 1.2871v8.3984c0 3.4 2.8915 6.4121 6.4766 6.4121 3.5244-0.00001 6.4746-2.9768 6.4746-6.4121v-8.4297c0.000001-0.38393-0.20797-0.7179-0.48633-0.92969s-0.6346-0.32617-1.0195-0.32617c-0.38493 0-0.74097 0.11292-1.0254 0.32031-0.28442 0.20739-0.51172 0.5388-0.51172 0.93555v8.4297c0 1.7931-1.5609 3.5254-3.4316 3.5254-1.9017 0-3.4316-1.763-3.4316-3.5254v-8.3984c0-0.39705-0.21764-0.70501-0.48828-0.92383s-0.62473-0.36328-1.0195-0.36328zm35.572 0c-0.38652 0-0.74569 0.10017-1.0293 0.31445s-0.47656 0.56648-0.47656 0.94141v15.475c0 1.1617-0.07951 2.1375-0.33594 2.7305-0.25643 0.59299-0.56642 0.85742-1.4297 0.85742-0.75325 0-1.3809 0.65693-1.3809 1.4453 0 0.32731 0.10761 0.68472 0.375 0.96484 0.26739 0.28013 0.68246 0.44727 1.1641 0.44727 1.6309 0 2.8759-0.72228 3.6191-1.8965 0.74322-1.1742 1.0332-2.7476 1.0332-4.5488v-15.475c0-0.39874-0.22792-0.746-0.51758-0.95117-0.28966-0.20518-0.64582-0.30469-1.0215-0.30469zm-15.439 2.5098c2.0482 0 3.4316 1.7155 3.4316 3.4629 0 0.1904-0.02067 0.31639-0.04102 0.375-0.02035 0.0586-0.0203 0.0539-0.05078 0.0742-0.06095 0.0406-0.37641 0.1211-0.98047 0.1211h-5.791v-0.69531c0-1.8288 1.5271-3.3379 3.4316-3.3379zm9.75 9.6309c-1.1085 0-1.9453 0.91715-1.9453 1.9785 0 1.0188 0.82448 1.9473 1.9453 1.9473 1.0604 0 1.916-0.90072 1.916-1.9473 0-1.087-0.86948-1.9785-1.916-1.9785z" fill="#35495e" style="block-progression:tb;color-rendering:auto;image-rendering:auto;isolation:auto;mix-blend-mode:normal;shape-rendering:auto;solid-color:#000000;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-transform:none;white-space:normal"></path><path fill="#35495e" d="m7.9415 0 43.668 0.13895 12.524 21.385 12.525-21.385 43.401-0.13844-55.915 96.466zm111.23 0.55832-21.346 0.01818-33.698 57.856-33.681-57.856-21.679-0.01628 55.368 94.5z"></path>
</svg>
<div class="skills__item-caption">
<span class="skills__item-title">Vue.js 2.0</span>
<span class="portfolio__item-cat">Improving with daily use</span>
</div>
</a>
</li>
<li class="skills__item js-item is-hidden" data-cat="skills">
<a href="javascript:void(0)">
<svg class="portfolio__item-img js-lazy" viewBox="0 0 128 128">
<path fill="#659AD3" d="M115.4 30.7l-48.3-27.8c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7z"></path><path fill="#03599C" d="M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4v-55.7c0-.9-.1-1.9-.6-2.8l-106.6 62z"></path><path fill="#fff" d="M85.3 76.1c-4.2 7.4-12.2 12.4-21.3 12.4-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8l-12.9-7.6z"></path>
</svg>
<div class="skills__item-caption">
<span class="skills__item-title">C</span>
<span class="portfolio__item-cat">Proeficient</span>
</div>
</a>
</li>
<li class="skills__item js-item is-hidden" data-cat="skills">
<a href="javascript:void(0)">
<svg viewBox="0 0 128 128">
<path fill="#D91404" d="M82.518 54.655c-12.92 8.326-25.722 16.577-38.862 25.043 19.678 2.687 39.005 5.325 58.715 8.016-6.714-11.181-13.256-22.074-19.853-33.059zM107.927 17.812c-1.735 2.604-3.473 5.207-5.205 7.813-5.95 8.951-11.898 17.901-17.841 26.855-.331.5-.76.896-.294 1.664 5.744 9.483 11.441 18.996 17.152 28.498.901 1.501 1.813 2.996 2.979 4.436l3.463-69.191-.254-.075zM29.529 47.38c.269.255.94.402 1.251.249 5.509-2.708 11.053-5.355 16.442-8.286 1.756-.954 3.106-2.667 4.621-4.055 5.013-4.597 10.017-9.204 15.021-13.812.307-.283.668-.556.852-.913 1.797-3.513 3.562-7.042 5.391-10.675-2.181-.817-4.248-1.62-6.34-2.35-.284-.099-.73.098-1.04.27-4.843 2.706-9.777 5.267-14.467 8.218-2.347 1.476-4.259 3.651-6.337 5.547-3.347 3.056-6.692 6.119-9.992 9.229-.876.825-1.674 1.768-2.355 2.76-2.258 3.286-4.446 6.619-6.737 10.048 1.282 1.326 2.445 2.592 3.69 3.77zM49.662 42.887c-2.739 11.577-5.465 23.088-8.279 34.978 13.199-8.504 26.093-16.812 38.901-25.065-10.193-3.3-20.354-6.589-30.622-9.913zM71.499 23.446l11.22 27.292c7.324-11.001 14.502-21.785 21.843-32.815-11.151 1.863-22.036 3.681-33.063 5.523zM50.122 40.519c10.042 3.261 19.885 6.456 30.012 9.743-3.761-9.163-7.393-18.005-11.101-27.035l-18.911 17.292zM29.944 54.131l-10.504 25.109c6.731-.199 13.257-.392 20.005-.591-3.168-8.176-6.274-16.192-9.501-24.518zM39.683 72.826l.248-.054c2.401-9.988 4.838-19.907 7.291-30.284-5.47 2.842-10.688 5.554-16.05 8.341 2.735 7.112 5.653 14.612 8.511 21.997zM100.525 16.304c-3.195-.846-6.387-1.696-9.585-2.536-4.593-1.207-9.19-2.401-13.781-3.62-.573-.152-.989-.251-1.326.44-1.622 3.324-3.296 6.624-4.944 9.935-.051.103-.041.237-.08.492 9.948-1.507 19.83-3.005 29.71-4.502l.006-.209zM81.993 8.742c8.579 2.374 17.158 4.747 26.037 7.203l-4.302-12.258c-7.29 1.617-14.493 3.214-21.696 4.811l-.039.244zM89.875 88.1l-21.361-2.916c-8.873-1.211-17.73-2.544-26.623-3.569-3.225-.371-6.536-.029-9.806.026-2.687.046-5.374.148-8.06.233-.277.008-.553.064-.828.361 22.21 2.054 44.422 4.107 66.631 6.162l.047-.297zM19.878 71.576c2.864-6.641 5.712-13.287 8.586-19.922.288-.667.267-1.118-.296-1.653-1.203-1.145-2.319-2.378-3.634-3.744l-5.241 25.871.193.092c.133-.214.294-.414.392-.644zM76.29 6.989c4.827-1.246 9.724-2.218 14.592-3.305.314-.071.622-.175.932-.264l-.047-.238-20.916 2.813c1.965.859 3.478 1.5 5.439.994zM30.975 109.422v8.547h-4.724v-22.277h6.491c3.026 0 5.266.551 6.719 1.653s2.18 2.776 2.18 5.02c0 1.311-.361 2.477-1.083 3.497-.721 1.021-1.741 1.822-3.063 2.401l6.553 9.705h-5.242l-5.317-8.547h-2.514zm0-3.84h1.524c1.492 0 2.595-.25 3.306-.747.71-.498 1.066-1.28 1.066-2.346 0-1.057-.363-1.808-1.09-2.255-.726-.447-1.851-.671-3.374-.671h-1.433v6.019zM58.553 117.969l-.624-2.179h-.244c-.498.793-1.204 1.404-2.117 1.836-.915.432-1.957.647-3.124.647-2.002 0-3.51-.535-4.526-1.607s-1.523-2.613-1.523-4.624v-11.108h4.647v9.95c0 1.229.219 2.151.656 2.766.436.615 1.131.921 2.086.921 1.301 0 2.24-.435 2.819-1.302.579-.869.869-2.308.869-4.319v-8.015h4.647v17.035h-3.566zM76.472 100.613c2.011 0 3.586.786 4.725 2.355 1.137 1.569 1.705 3.72 1.705 6.453 0 2.813-.587 4.992-1.759 6.535-1.174 1.545-2.771 2.316-4.793 2.316-2.001 0-3.57-.727-4.708-2.18h-.32l-.776 1.875h-3.551v-23.707h4.647v5.516c0 .701-.062 1.823-.184 3.368h.184c1.086-1.686 2.697-2.531 4.83-2.531zm-1.494 3.719c-1.147 0-1.985.353-2.513 1.059-.528.707-.804 1.872-.823 3.498v.502c0 1.829.271 3.139.814 3.932.544.792 1.405 1.188 2.584 1.188.954 0 1.713-.44 2.277-1.318s.846-2.156.846-3.832c0-1.676-.285-2.934-.854-3.772-.568-.838-1.345-1.257-2.331-1.257zM83.999 100.934h5.089l3.215 9.584c.274.833.463 1.818.563 2.956h.092c.111-1.046.329-2.032.654-2.956l3.154-9.584h4.982l-7.207 19.214c-.66 1.777-1.602 3.108-2.825 3.992-1.225.884-2.654 1.325-4.29 1.325-.803 0-1.59-.086-2.361-.259v-3.687c.559.131 1.168.197 1.828.197.822 0 1.541-.251 2.156-.754.615-.502 1.095-1.261 1.439-2.277l.274-.839-6.763-16.912z"></path>
</svg>
<div class="skills__item-caption">
<span class="skills__item-title">Ruby</span>
<span class="portfolio__item-cat">Improving with daily use</span>
</div>
</a>
</li>
<li class="skills__item js-item is-hidden" data-cat="skills">
<a href="javascript:void(0)">
<svg class="portfolio__item-img js-lazy" viewBox="0 0 128 128">
<path fill="#F0DB4F" d="M2 1v125h125v-125h-125zm66.119 106.513c-1.845 3.749-5.367 6.212-9.448 7.401-6.271 1.44-12.269.619-16.731-2.059-2.986-1.832-5.318-4.652-6.901-7.901l9.52-5.83c.083.035.333.487.667 1.071 1.214 2.034 2.261 3.474 4.319 4.485 2.022.69 6.461 1.131 8.175-2.427 1.047-1.81.714-7.628.714-14.065-.001-10.115.046-20.188.046-30.188h11.709c0 11 .06 21.418 0 32.152.025 6.58.596 12.446-2.07 17.361zm48.574-3.308c-4.07 13.922-26.762 14.374-35.83 5.176-1.916-2.165-3.117-3.296-4.26-5.795 4.819-2.772 4.819-2.772 9.508-5.485 2.547 3.915 4.902 6.068 9.139 6.949 5.748.702 11.531-1.273 10.234-7.378-1.333-4.986-11.77-6.199-18.873-11.531-7.211-4.843-8.901-16.611-2.975-23.335 1.975-2.487 5.343-4.343 8.877-5.235l3.688-.477c7.081-.143 11.507 1.727 14.756 5.355.904.916 1.642 1.904 3.022 4.045-3.772 2.404-3.76 2.381-9.163 5.879-1.154-2.486-3.069-4.046-5.093-4.724-3.142-.952-7.104.083-7.926 3.403-.285 1.023-.226 1.975.227 3.665 1.273 2.903 5.545 4.165 9.377 5.926 11.031 4.474 14.756 9.271 15.672 14.981.882 4.916-.213 8.105-.38 8.581z"></path>
</svg>
<div class="skills__item-caption">
<span class="skills__item-title">Javascript</span>
<span class="portfolio__item-cat">Improving with daily use</span>
</div>
</a>
</li>
<li class="skills__item js-item is-hidden" data-cat="skills">
<a href="javascript:void(0)">
<svg class="portfolio__item-img js-lazy" viewBox="0 0 128 128">
<path fill="#00618A" d="M2.001 90.458h4.108v-16.223l6.36 14.143c.75 1.712 1.777 2.317 3.792 2.317s3.003-.605 3.753-2.317l6.36-14.143v16.223h4.108v-16.196c0-1.58-.632-2.345-1.936-2.739-3.121-.974-5.215-.131-6.163 1.976l-6.241 13.958-6.043-13.959c-.909-2.106-3.042-2.949-6.163-1.976-1.304.395-1.936 1.159-1.936 2.739v16.197zM33.899 77.252h4.107v8.938c-.038.485.156 1.625 2.406 1.661 1.148.018 8.862 0 8.934 0v-10.643h4.117c.019 0-.004 14.514-.004 14.574.022 3.58-4.441 4.357-6.499 4.417h-12.972v-2.764c.022 0 12.963.003 12.995-.001 2.645-.279 2.332-1.593 2.331-2.035v-1.078h-8.731c-4.062-.037-6.65-1.81-6.683-3.85-.002-.187.089-9.129-.001-9.219z"></path><path fill="#E48E00" d="M56.63 90.458h11.812c1.383 0 2.727-.289 3.793-.789 1.777-.816 2.646-1.922 2.646-3.372v-3.002c0-1.185-.987-2.292-2.923-3.028-1.027-.396-2.292-.605-3.517-.605h-4.978c-1.659 0-2.449-.5-2.646-1.606-.039-.132-.039-.237-.039-.369v-1.87c0-.105 0-.211.039-.342.197-.843.632-1.08 2.094-1.212l.395-.026h11.733v-2.738h-11.535c-1.659 0-2.528.105-3.318.342-2.449.764-3.517 1.975-3.517 4.082v2.396c0 1.844 2.095 3.424 5.61 3.793.396.025.79.053 1.185.053h4.267c.158 0 .316 0 .435.025 1.304.105 1.856.343 2.252.816.237.237.315.475.315.737v2.397c0 .289-.197.658-.592.974-.355.316-.948.527-1.738.58l-.435.026h-11.338v2.738zM100.511 85.692c0 2.817 2.094 4.397 6.32 4.714.395.026.79.052 1.185.052h10.706v-2.738h-10.784c-2.41 0-3.318-.606-3.318-2.055v-14.168h-4.108v14.195zM77.503 85.834v-9.765c0-2.48 1.742-3.985 5.186-4.46.356-.053.753-.079 1.108-.079h7.799c.396 0 .752.026 1.147.079 3.444.475 5.187 1.979 5.187 4.46v9.765c0 2.014-.74 3.09-2.445 3.792l4.048 3.653h-4.771l-3.274-2.956-3.296.209h-4.395c-.752 0-1.543-.105-2.414-.343-2.613-.712-3.88-2.085-3.88-4.355zm4.434-.237c0 .132.039.265.079.423.237 1.135 1.307 1.768 2.929 1.768h3.732l-3.428-3.095h4.771l2.989 2.7c.552-.295.914-.743 1.041-1.32.039-.132.039-.264.039-.396v-9.368c0-.105 0-.238-.039-.37-.238-1.056-1.307-1.662-2.89-1.662h-6.216c-1.82 0-3.008.792-3.008 2.032v9.288z"></path><path fill="#00618A" d="M122.336 66.952c-2.525-.069-4.454.166-6.104.861-.469.198-1.216.203-1.292.79.257.271.297.674.502 1.006.394.637 1.059 1.491 1.652 1.938.647.489 1.315 1.013 2.011 1.437 1.235.754 2.615 1.184 3.806 1.938.701.446 1.397 1.006 2.082 1.509.339.247.565.634 1.006.789v-.071c-.231-.294-.291-.698-.503-1.006l-.934-.934c-.913-1.212-2.071-2.275-3.304-3.159-.982-.705-3.18-1.658-3.59-2.801l-.072-.071c.696-.079 1.512-.331 2.154-.503 1.08-.29 2.045-.215 3.16-.503l1.508-.432v-.286c-.563-.578-.966-1.344-1.58-1.867-1.607-1.369-3.363-2.737-5.17-3.879-1.002-.632-2.241-1.043-3.304-1.579-.356-.181-.984-.274-1.221-.575-.559-.711-.862-1.612-1.293-2.441-.9-1.735-1.786-3.631-2.585-5.458-.544-1.245-.9-2.473-1.579-3.59-3.261-5.361-6.771-8.597-12.208-11.777-1.157-.677-2.55-.943-4.021-1.292l-2.37-.144c-.481-.201-.983-.791-1.436-1.077-1.802-1.138-6.422-3.613-7.756-.358-.842 2.054 1.26 4.058 2.011 5.099.527.73 1.203 1.548 1.58 2.369.248.54.29 1.081.503 1.652.521 1.406.976 2.937 1.651 4.236.341.658.718 1.351 1.149 1.939.264.36.718.52.789 1.077-.443.62-.469 1.584-.718 2.369-1.122 3.539-.699 7.938.934 10.557.501.805 1.681 2.529 3.303 1.867 1.419-.578 1.103-2.369 1.509-3.95.092-.357.035-.621.215-.861v.072l1.293 2.585c.957 1.541 2.654 3.15 4.093 4.237.746.563 1.334 1.538 2.298 1.867v-.073h-.071c-.188-.291-.479-.411-.719-.646-.562-.551-1.187-1.235-1.651-1.867-1.309-1.776-2.465-3.721-3.519-5.745-.503-.966-.94-2.032-1.364-3.016-.164-.379-.162-.953-.502-1.148-.466.72-1.149 1.303-1.509 2.154-.574 1.36-.648 3.019-.861 4.739l-.144.071c-1.001-.241-1.352-1.271-1.724-2.154-.94-2.233-1.115-5.83-.287-8.401.214-.666 1.181-2.761.789-3.376-.187-.613-.804-.967-1.148-1.437-.427-.579-.854-1.341-1.149-2.011-.77-1.741-1.129-3.696-1.938-5.457-.388-.842-1.042-1.693-1.58-2.441-.595-.83-1.262-1.44-1.724-2.442-.164-.356-.387-.927-.144-1.293.077-.247.188-.35.432-.431.416-.321 1.576.107 2.01.287 1.152.479 2.113.934 3.089 1.58.468.311.941.911 1.508 1.077h.646c1.011.232 2.144.071 3.088.358 1.67.508 3.166 1.297 4.524 2.155 4.139 2.614 7.522 6.334 9.838 10.772.372.715.534 1.396.861 2.154.662 1.528 1.496 3.101 2.154 4.596.657 1.491 1.298 2.996 2.227 4.237.488.652 2.374 1.002 3.231 1.364.601.254 1.585.519 2.154.861 1.087.656 2.141 1.437 3.16 2.155.509.362 2.076 1.149 2.154 1.798zM90.237 39.593c-.526-.01-.899.058-1.293.144v.071h.072c.251.517.694.849 1.005 1.293l.719 1.508.071-.071c.445-.313.648-.814.646-1.58-.179-.188-.205-.423-.359-.646-.204-.3-.602-.468-.861-.719z"></path>
</svg>
<div class="skills__item-caption">
<span class="skills__item-title">mySQL</span>
<span class="portfolio__item-cat">Proeficient, daily use</span>
</div>
</a>
</li>
<li class="skills__item js-item is-hidden" data-cat="skills">
<a href="javascript:void(0)">
<svg class="portfolio__item-img js-lazy" viewBox="0 0 128 128">
<path fill="#131313" d="M89.234 5.856h-7.384l7.679 8.333v3.967h-15.816v-4.645h7.678l-7.678-8.333v-3.971h15.521v4.649zm-18.657 0h-7.384l7.679 8.333v3.967h-15.817v-4.645h7.679l-7.679-8.333v-3.971h15.522v4.649zm-18.474.19h-7.968v7.271h7.968v4.839h-13.632v-16.949h13.632v4.839z"></path><path fill="#1572B6" d="M27.613 116.706l-8.097-90.813h88.967l-8.104 90.798-36.434 10.102-36.332-10.087z"></path><path fill="#33A9DC" d="M64.001 119.072l29.439-8.162 6.926-77.591h-36.365v85.753z"></path><path fill="#fff" d="M64 66.22h14.738l1.019-11.405h-15.757v-11.138h27.929000000000002l-.267 2.988-2.737 30.692h-24.925v-11.137z"></path><path fill="#EBEBEB" d="M64.067 95.146l-.049.014-12.404-3.35-.794-8.883h-11.178999999999998l1.561 17.488 22.814 6.333.052-.015v-11.587z"></path><path fill="#fff" d="M77.792 76.886l-1.342 14.916-12.422 3.353v11.588l22.833-6.328.168-1.882 1.938-21.647h-11.175z"></path><path fill="#EBEBEB" d="M64.039 43.677v11.136999999999999h-26.903000000000002l-.224-2.503-.507-5.646-.267-2.988h27.901zM64 66.221v11.138h-12.247l-.223-2.503-.508-5.647-.267-2.988h13.245z"></path>
</svg>
<div class="skills__item-caption">
<span class="skills__item-title">CSS3</span>
<span class="portfolio__item-cat">Improving with daily use</span>
</div>
</a>
<li class="skills__item js-item is-hidden" data-cat="skills">
<a href="javascript:void(0)">
<svg viewBox="0 0 128 128">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#94795D" d="M87.259 100.139c.169-.325.331-.612.469-.909.087-.19.221-.228.41-.223 1.133.032 2.266.067 3.4.078.963.01 1.928-.008 2.892-.019 1.086-.013 2.172-.07 3.257-.039 1.445.042 2.853.325 4.16.968 1.561.769 2.742 1.94 3.547 3.483.514.985.812 2.03.931 3.14.172 1.608.059 3.179-.451 4.717-.632 1.906-1.832 3.365-3.499 4.458-1.283.841-2.69 1.338-4.198 1.622-1.596.301-3.197.204-4.798.209-1.756.007-3.511-.031-5.267-.051-.307-.003-.351-.061-.27-.354l.075-.27c.171-.538.263-.562.809-.652.378-.061.77-.203 1.087-.413.184-.122.26-.44.332-.685.062-.214.065-.449.067-.675.025-3.425.051-6.849.065-10.272.003-.865-.017-1.732-.065-2.596-.034-.605-.357-1.019-1.077-1.162-.56-.111-1.124-.197-1.687-.296l-.189-.059zm16.076 8.293c-.076-.682-.113-1.37-.235-2.042-.292-1.613-.998-3.018-2.238-4.119-2.005-1.779-4.419-2.053-6.949-1.841-.576.048-.7.245-.709.837-.014.84-.028 1.68-.029 2.52-.004 2.664-.004 5.328 0 7.992.001.758.009 1.516.031 2.272.024.774.305 1.429 1.063 1.729 1.195.473 2.452.529 3.706.336 2.003-.307 3.404-1.474 4.344-3.223.744-1.388.954-2.903 1.016-4.461zM108.204 117.503c-.024-.415.146-.758.356-1.073.057-.085.253-.081.388-.108l1.146-.227c.405-.086.618-.358.675-.755.038-.262.074-.527.077-.792.025-2.097.049-4.194.059-6.291.01-2.1.002-4.2.002-6.3l-.009-.401c-.041-.675-.367-1.025-1.037-1.124l-1.453-.221c-.179-.024-.244-.11-.179-.269.112-.271.219-.552.377-.796.059-.09.258-.125.392-.122.694.01 1.388.062 2.082.061l6.041-.036c1.164-.001 2.288.202 3.332.759 1.149.612 1.792 1.559 1.976 2.849.192 1.355-.219 2.497-1.209 3.404-.407.374-.934.618-1.406.922l-.154.096c.438.161.855.3 1.261.466 1.188.487 2.133 1.248 2.633 2.463.395.959.395 1.959.161 2.953-.364 1.556-1.389 2.591-2.722 3.374-1.251.735-2.605 1.163-4.047 1.235-1.33.067-2.666.042-3.999.057l-.772.004c-1.284-.029-2.569-.062-3.854-.096l-.117-.032zm5.537-6.089h.013c0 .658-.009 1.316.003 1.974.008.426-.007.864.085 1.274.138.613.418 1.166 1.106 1.342.929.239 1.878.287 2.818.124 1.177-.205 2.116-.795 2.631-1.916.382-.833.439-1.716.308-2.618-.174-1.188-.805-2.05-1.854-2.615-.688-.371-1.422-.598-2.204-.628-.876-.033-1.753-.035-2.629-.062-.246-.007-.28.118-.279.32.005.934.002 1.869.002 2.805zm1.865-4.475c.479-.024 1.021-.031 1.56-.085 1.032-.103 1.759-.622 2.138-1.609.193-.501.185-1.017.19-1.538.015-1.357-.777-2.469-2.066-2.929-.995-.355-2.021-.361-3.053-.333-.418.011-.605.194-.611.615l-.062 5.489c-.003.218.091.312.303.319l1.601.071z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#50382B" d="M10.543 116.448l-.073.944c-.68 0-1.307-.005-1.934.002-1.181.012-2.362.031-3.544.048l-.114.007c-.169-.02-.476-.02-.484-.07-.05-.281-.034-.576-.021-.867.001-.033.116-.075.183-.091l.919-.205c.573-.149.775-.396.802-.988.031-.667.062-1.335.065-2.002.009-1.642-.001-3.282.006-4.924.001-.384-.132-.67-.49-.826-.426-.188-.854-.372-1.285-.546-.204-.082-.469-.127-.445-.401.024-.279.281-.352.523-.407 1.002-.229 2.005-.452 3.004-.696.322-.079.63-.212 1.015-.346.02.208.057.406.053.604l-.059.941c-.001.106.054.248.133.307.048.037.209-.03.289-.092.854-.65 1.758-1.211 2.789-1.538 1.597-.507 2.968-.037 3.928 1.34.338.485.339.485.808.146.805-.585 1.647-1.101 2.589-1.441 2.068-.747 4.055.201 4.774 2.284.262.756.362 1.537.36 2.335l-.019 5.298c-.001.437.144.686.56.822.467.153.951.258 1.477.396l-.122.911c-.598 0-1.148-.004-1.698.001-1.344.012-2.688.019-4.031.05-.234.006-.295-.052-.307-.271-.039-.701-.045-.7.615-.858l.222-.057c.645-.176.86-.374.865-1.028.015-1.878.054-3.761-.041-5.635-.099-1.944-1.642-2.979-3.526-2.481-.615.162-1.172.446-1.69.814-.175.125-.208.269-.194.488.053.828.086 1.657.093 2.486.012 1.451-.006 2.902 0 4.354.002.588.203.813.784.949l.863.199.16.036c.012.276.023.552.01.828-.008.173-.142.188-.292.185-.839-.021-1.679-.049-2.518-.047-1.021.002-2.041.031-3.061.049h-.24c0-.293-.014-.573.01-.852.005-.067.123-.161.204-.182l1.006-.213c.427-.105.631-.324.655-.758.114-2.01.196-4.021.007-6.03-.037-.39-.164-.786-.326-1.145-.515-1.138-1.674-1.613-3.011-1.271-.635.162-1.208.453-1.75.82-.256.174-.378.404-.378.695 0 2.005.007 4.01.013 6.014l.011.773c.012.539.241.823.776.939.344.078.692.131 1.082.203z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#4F382B" d="M71.001 105.285c.155.754.152 1.432-.402 1.946-.55.511-1.246.339-1.925.225.063.358.133.662.167.97.247 2.289-.738 3.988-2.861 4.959-.802.366-1.653.502-2.522.572-.432.034-.81.364-.851.719-.042.36.184.73.636.838.533.127 1.089.163 1.636.226 1.174.134 2.361.195 3.521.405 1.754.316 2.733 1.847 2.424 3.609-.275 1.568-1.183 2.709-2.449 3.584-2.133 1.478-4.473 1.91-6.965 1.156-1.425-.432-2.43-1.369-2.777-2.885-.174-.759.011-1.446.582-1.961.679-.61 1.418-1.154 2.129-1.73l.23-.231-.264-.185c-.725-.344-1.305-.815-1.53-1.633-.077-.277.003-.459.238-.601.4-.241.798-.486 1.193-.735.186-.116.37-.236.543-.37.236-.18.215-.314-.067-.418-.656-.242-1.239-.593-1.691-1.133-.755-.901-.969-1.974-.907-3.107.097-1.77 1.058-2.936 2.62-3.686 1.857-.891 3.72-.947 5.613-.135.7.3 1.438.364 2.189.312.561-.04 1.051-.252 1.49-.711zm-6.843 12.681c-1.394-.012-1.831.16-2.649.993-.916.934-.911 2.229.003 3.167.694.711 1.56 1.044 2.523 1.144 1.125.116 2.233.069 3.255-.494 1.09-.603 1.632-1.723 1.387-2.851-.203-.931-.889-1.357-1.724-1.602-.95-.278-1.932-.331-2.795-.357zm-2.738-8.908c.051.387.072.779.158 1.158.223.982.65 1.845 1.627 2.282 1.147.515 2.612.294 3.114-1.316.344-1.103.302-2.198-.113-3.274-.185-.48-.483-.886-.91-1.184-.996-.695-2.793-.787-3.525.749-.238.499-.331 1.03-.351 1.585z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#4F372B" d="M47.35 105.038c.037.171.111.365.113.56.003.371-.037.742-.058 1.113v.322l.314-.24c.86-.708 1.784-1.311 2.86-1.636 1.942-.585 3.882.478 4.515 2.456.24.752.335 1.525.344 2.311.02 1.746.032 3.492.05 5.238.006.627.078.739.671.92.336.103.683.175 1.03.229.191.03.273.105.263.292l.002.172c-.007.723-.057.756-.758.754-1.678-.003-3.355.007-5.033.021-.5.004-.501.019-.551-.475l-.01-.284c.031-.426.041-.422.46-.484.282-.042.562-.107.837-.179.283-.073.419-.282.457-.562.019-.142.044-.284.043-.426-.024-1.908.007-3.818-.097-5.723-.084-1.541-1.26-2.459-2.807-2.354-.759.053-1.445.306-2.071.743-.413.289-.496.706-.494 1.155.008 1.784.025 3.568.044 5.353.004.391.015.782.052 1.17.039.424.188.595.604.687.398.088.804.139 1.229.21l.036.328c.014.765-.066.822-.809.819-1.735-.007-3.47.004-5.204.023-.273.004-.389-.082-.382-.348l-.004-.114c-.045-.689-.025-.715.627-.827l.308-.062c.706-.159.887-.347.897-1.064.033-2.271.045-4.541.068-6.812.003-.326-.12-.579-.424-.714-.426-.188-.856-.367-1.287-.544-.238-.098-.51-.16-.519-.489-.006-.232.242-.437.581-.506.681-.138 1.368-.253 2.041-.422.67-.167 1.328-.391 2.062-.611z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#4F382B" d="M84.865 110.97c-.032 2.121-.583 3.836-2.083 5.123-1.9 1.633-4.864 2.188-7.287.967-1.034-.521-1.794-1.32-2.289-2.357-.759-1.595-.949-3.272-.553-4.99.392-1.699 1.421-2.93 2.961-3.727 1.584-.819 3.252-1.139 5.011-.709 2.225.543 3.824 2.357 4.142 4.667.057.405.079.815.098 1.026zm-2.577 1.149l-.086-.01c0-.2.011-.4-.002-.6-.073-1.246-.353-2.433-1.075-3.476-.685-.988-1.618-1.571-2.832-1.656-1.359-.096-2.501.664-2.902 2.052-.602 2.084-.398 4.115.66 6.024.461.832 1.144 1.446 2.059 1.769 1.793.631 3.383-.186 3.85-2.022.172-.678.222-1.387.328-2.081z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#4F372B" d="M40.819 111.134c-.037 1.522-.396 2.929-1.336 4.152-1.007 1.31-2.391 2.01-3.965 2.305-1.861.348-3.609.032-5.104-1.217-.71-.594-1.195-1.355-1.515-2.221-.525-1.42-.656-2.875-.333-4.358.345-1.587 1.241-2.8 2.63-3.614 1.606-.939 3.339-1.358 5.19-.936 2.38.544 3.754 2.095 4.262 4.443.102.474.116.964.171 1.446zm-2.606 1.004l-.069-.01v-.286c-.039-1.396-.312-2.726-1.145-3.886-.617-.861-1.443-1.401-2.502-1.552-1.726-.246-2.854.778-3.228 2.169-.488 1.817-.335 3.612.42 5.335.471 1.074 1.215 1.911 2.358 2.317 1.782.633 3.396-.205 3.847-2.034.166-.669.216-1.367.319-2.053z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#439934" d="M82.362 33.544c1.227 3.547 2.109 7.168 2.4 10.92.36 4.656.196 9.28-.786 13.859l-.126.366c-.308.001-.622-.038-.923.009-2.543.4-5.083.814-7.624 1.226-2.627.426-5.256.835-7.878 1.289-.929.16-2.079-.031-2.454 1.253l-.18.061.127-7.678-.129-18.526 1.224-.21c2.001-.327 4.002-.66 6.006-.979 2.39-.379 4.782-.749 7.174-1.119 1.056-.162 2.113-.313 3.169-.471z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#45A538" d="M62.265 84.911c-1.291-1.11-2.627-2.171-3.864-3.339-6.658-6.28-11.529-13.673-13.928-22.586-.661-2.452-1.101-4.945-1.243-7.479-.1-1.774-.243-3.563-.117-5.328.333-4.693 1.012-9.341 2.388-13.862l.076-.105c.134.178.326.336.394.537 1.344 3.956 2.677 7.916 4.004 11.879 4.169 12.451 8.333 24.905 12.509 37.354.082.243.293.442.445.661l-.664 2.268z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#46A037" d="M82.362 33.544c-1.057.157-2.114.309-3.169.471-2.392.37-4.784.74-7.174 1.119-2.003.318-4.004.651-6.006.979l-1.224.21-.01-.798c-.041-.656-.109-1.312-.118-1.968l-.137-12.554c-.032-2.619-.08-5.238-.133-7.856-.033-1.627-.068-3.255-.141-4.88-.04-.873-.181-1.742-.237-2.615-.033-.502.011-1.008.022-1.512.624 1.209 1.235 2.427 1.876 3.627 1.013 1.897 2.628 3.295 4.083 4.82 5.746 6.031 9.825 13.039 12.368 20.957z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#409433" d="M64.792 62.527l.18-.061c.375-1.284 1.525-1.093 2.454-1.253 2.622-.454 5.251-.863 7.878-1.289 2.541-.411 5.081-.825 7.624-1.226.301-.047.615-.008.923-.009-.475 1.696-.849 3.429-1.452 5.078-.685 1.87-1.513 3.696-2.392 5.486-1.314 2.675-2.951 5.171-4.853 7.458-1.466 1.762-3.1 3.393-4.737 5.002-.906.889-1.972 1.614-2.966 2.414l-.258-.176-.927-.792-.959-2.104c-.661-2.462-1.007-4.968-1.065-7.516l.018-.428.131-1.854c.043-.633.101-1.265.128-1.898.096-2.276.182-4.554.273-6.832z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#4FAA41" d="M64.792 62.527c-.09 2.278-.176 4.557-.273 6.835-.027.634-.084 1.266-.128 1.898l-.584.221c-1.298-3.821-2.597-7.602-3.867-11.392-2.101-6.271-4.176-12.551-6.274-18.824-1.693-5.062-3.401-10.121-5.118-15.176-.081-.236-.311-.422-.471-.631l3.74-6.877c.129.223.298.432.379.672 1.73 5.12 3.457 10.241 5.169 15.367 2.228 6.67 4.441 13.343 6.667 20.014.089.266.235.512.375.811l.512-.596c-.043 2.56-.085 5.118-.127 7.678z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#4AA73C" d="M48.076 25.458c.161.209.391.395.471.631 1.717 5.055 3.425 10.113 5.118 15.176 2.098 6.273 4.173 12.553 6.274 18.824 1.27 3.79 2.569 7.57 3.867 11.392l.584-.221-.131 1.854-.119.427c-.203 2.029-.374 4.062-.622 6.087-.124 1.015-.389 2.011-.59 3.015-.151-.219-.363-.418-.445-.661-4.177-12.449-8.34-24.903-12.509-37.354-1.327-3.963-2.661-7.923-4.004-11.879-.068-.201-.26-.359-.394-.537l2.5-6.754z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#57AE47" d="M64.918 54.849l-.512.596c-.14-.299-.286-.545-.375-.811-2.226-6.671-4.439-13.344-6.667-20.014-1.712-5.126-3.439-10.247-5.169-15.367-.081-.24-.25-.449-.379-.672l4.625-6.084c.146.194.354.367.429.586 1.284 3.76 2.556 7.523 3.822 11.289 1.182 3.518 2.346 7.04 3.542 10.552.08.235.359.401.545.601l.01.798.129 18.526z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#60B24F" d="M64.779 35.525c-.187-.199-.465-.365-.545-.601-1.195-3.512-2.36-7.034-3.542-10.552-1.266-3.766-2.538-7.529-3.822-11.289-.075-.219-.283-.392-.429-.586 1.504-1.473 2.961-2.999 4.526-4.404 1.391-1.248 2.509-2.586 2.561-4.559l.11-.393.396.998c-.01.504-.055 1.01-.022 1.512.057.873.198 1.742.237 2.615.073 1.625.108 3.253.141 4.88.053 2.618.101 5.237.133 7.856l.137 12.554c.01.657.079 1.313.119 1.969z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#A9AA88" d="M62.929 82.642c.201-1.004.466-2 .59-3.015.248-2.024.419-4.058.622-6.087l.051-.008.05.009c.058 2.548.404 5.054 1.065 7.516-.135.178-.324.335-.396.535-.555 1.566-1.079 3.145-1.637 4.71-.076.214-.29.381-.439.568l-.571-1.96.665-2.268z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#B6B598" d="M62.835 86.871c.149-.188.363-.354.439-.568.558-1.565 1.082-3.144 1.637-4.71.071-.2.261-.357.396-.535l.959 2.104c-.189.268-.451.511-.556.81l-1.836 5.392c-.076.217-.333.369-.507.552l-.532-3.045z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#C2C1A7" d="M63.367 89.915c.173-.183.431-.335.507-.552l1.836-5.392c.104-.299.367-.542.556-.81l.928.791c-.448.443-.697.955-.547 1.602l-.282.923c-.128.158-.314.296-.377.477-.641 1.836-1.252 3.682-1.898 5.517-.082.232-.309.415-.468.621l-.255-3.177z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#CECDB7" d="M63.621 93.091c.16-.206.387-.389.468-.621.646-1.835 1.258-3.681 1.898-5.517.063-.181.249-.318.377-.477l-.389 4.236c-.104.12-.254.225-.304.364l-1.294 3.708c-.091.253-.265.479-.401.716-.121-.158-.337-.311-.347-.475-.038-.642-.011-1.289-.008-1.934z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#DBDAC7" d="M63.977 95.501c.136-.237.31-.463.401-.716l1.294-3.708c.05-.14.201-.244.304-.364l.01 2.78-.931 2.387-1.078-.379z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#EBE9DC" d="M65.055 95.88l.931-2.387.192 2.824-1.123-.437z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#CECDB7" d="M66.646 85.554c-.149-.646.099-1.158.547-1.602l.258.176-.805 1.426z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#4FAA41" d="M64.242 73.542l-.05-.009-.051.008.119-.427-.018.428z"></path>
</svg>
<div class="skills__item-caption">
<span class="skills__item-title">MongoDB</span>
<span class="portfolio__item-cat">Familiar</span>
</div>
</a>
</li>
</li>
<li class="timeline__item js-item" data-cat="timeline">
<ul id='timeline'>
<li class='work'>
<input class='radio' id='work7' name='works' type="radio" checked>
<div class="relative">
<label for='work7'><img class="timeline-activity-icon" src="static/images/nutrium.png"> Part-time</label>
<span class='date'>July 2018</span>
<span class='circle'></span>
</div>
<div class='content'>
<p>
After my first year of the masters, I started working with <a href="https://nutrium.io" target="_blank">Nutrium</a> to fulfil some of my free time and to continue improving as a developer. There, I had my first experience working with Ruby on Rails.
</p>
</div>
</li>
<li class='work'>
<input class='radio' id='work6' name='works' type="radio">
<div class="relative">
<label for='work6'><img class="timeline-activity-icon" src="static/images/sei.png"> SEI'18</label>
<span class='date'>February 2018</span>
<span class='circle'></span>
</div>
<div class='content'>
<p>
Semana da Engenharia Informática 2018, event that I co-organized with other members of <a href="http://www.cesium.di.uminho.pt" target="_blank">CeSIUM</a>, being responsible for the <a href="https://seium.org/" target="_blank">website</a>'s development. It occured in the University of Minho.
</p>
</div>
</li>
<li class='work'>
<input class='radio' id='work5' name='works' type="radio">
<div class="relative">
<label for='work5'><img class="timeline-activity-icon" src="static/images/uminho.png"> Master's Degree: back to classes</label>
<span class='date'>September 2017</span>
<span class='circle'></span>
</div>
<div class='content'>
<p>
Having to choose two between thirteen subjects for my Master's degree, I opted for "Intelligent Systems", related most of all with Artificial Intelligence, and "Applications' Engineering", which approach the correct way to think and build an application.
</p>
</div>
</li>
<li class='work'>
<input class='radio' id='work4' name='works' type='radio'>
<div class="relative">
<label for='work4'><img class="timeline-activity-icon" src="static/images/only-smart-home.png"> Summer Internship</label>
<span class='date'>August 2017</span>
<span class='circle'></span>
</div>
<div class='content'>
<p>
Marks the beggining of a two-month summer internship at Enancer Electrónica S.A., more exactly working for <a href="only-smarthome.com/pt/">ONLY Smart Home</a>, took part of my summer holidays, but gave me a big push in terms of web development. Actually, it's still contributing to my formation, as the summer internship became a short-period part-time.
</p>
</div>
</li>
<li class='work'>
<input class='radio' id='work3' name='works' type='radio'>
<div class="relative">
<label for='work3'><img class="timeline-activity-icon" src="static/images/uminho.png"> Degree accomplished</label>
<span class='date'>July 2017</span>
<span class='circle'></span>
</div>
<div class='content'>
<p>
After three years, I finished my degree with an average grade of 16, rounded value. However, I decided to keep with my formation and proceeded to a Master's degree.
</p>
</div>
</li>
<li class='work'>
<input class='radio' id='work2' name='works' type='radio'>
<div class="relative">
<label for='work2'><img class="timeline-activity-icon" src="static/images/uminho.png"> Welcome to Universidade do Minho</label>
<span class='date'>September 2014</span>
<span class='circle'></span>
</div>
<div class='content'>
<p>
Software Engineering - or, as we say in portuguese, "Engenharia Informática" - was my choice, the course I decided to take, bearing in mind a future IT professional career.
</p>
</div>
</li>
<li class='work'>
<input class='radio' id='work1' name='works' type='radio'>
<div class="relative">
<label for='work1'>End of high school</label>
<span class='date'>June 2014</span>
<span class='circle'></span>
</div>
<div class='content'>
<p>
June marked the moment when I finished high school. Behind, an average grade of 20 out of 20 allowed me to win the "Best student of the year", in 2015, referred to my performance in my last year at the high school.
</p>
</div>
</li>
</ul>
</li>
</ul>
</div>
</section>
<!-- $Contact section-->
<section class="gallery" id="gallery">
<div class="gallery__inner">
<h2 class="gallery__title">Gallery</h2>
</div>
<div class="row justify-content-center">
<div class="responsive">
<div class="slideshow-container">
<p class="text-center" style="font-weight: bold">SEI17 - Semana da Engenharia Informática 2017</p>
<div class="mySlides fade">
<div class="numbertext">1 / 3</div>
<img class="gallery-img" src="static/images/gallery/SEI17/pic1.jpg">
<p class="text">Showing the way with Miguel Silva</p>
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 3</div>
<img class="gallery-img" src="static/images/gallery/SEI17/pic2.jpg">
<p class="text">Catching the badge with Luís Fernandes</p>
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 3</div>
<img class="gallery-img" src="static/images/gallery/SEI17/pic3.jpg">
<p class="text">Photo by Luís Fernandes</p>
</div>
</div>
<br>
<div style="text-align:center">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
</div>
<div class="responsive">
<div class="slideshow-container">
<p class="text-center" style="font-weight: bold">Pixels Camp 2017</p>
<div class="mySlides2 fade">
<div class="numbertext">1 / 5</div>
<img class="gallery-img" src="static/images/gallery/PixelsCamp17/pic1.jpg">
<p class="text">First minutes of Pixels Camp</p>
</div>
<div class="mySlides2 fade">
<div class="numbertext">2 / 5</div>
<img class="gallery-img" src="static/images/gallery/PixelsCamp17/pic2.jpg">
<p class="text">The attendance was huge</p>
</div>
<div class="mySlides2 fade">
<div class="numbertext">3 / 5</div>
<img class="gallery-img" src="static/images/gallery/PixelsCamp17/pic3.jpg">
<p class="text">Pixels' main stage</p>
</div>
<div class="mySlides2 fade">
<div class="numbertext">4 / 5</div>
<img class="gallery-img" src="static/images/gallery/PixelsCamp17/pic4.jpg">
<p class="text">Pixels Camp is for everyone</p>
</div>
<div class="mySlides2 fade">
<div class="numbertext">5 / 5</div>
<img class="gallery-img" src="static/images/gallery/PixelsCamp17/pic5.jpg">
<p class="text">Host: Pavilhão Carlos Lopes</p>
</div>
</div>
<br>
<div style="text-align:center">
<span class="dot2"></span>
<span class="dot2"></span>
<span class="dot2"></span>
<span class="dot2"></span>
<span class="dot2"></span>
</div>
</div>
</div>
</section>
<!-- $Page footer-->
<footer class="page-footer">
<div class="page-footer__inner">
<span class="page-footer__copyright">© Copyright 2013 Bak-One | One Page Flat Template<br><a class="page-footer__inspiration" href="https://codepen.io/franky/pen/LGMWPK">Home animation inspiration</a><br><a class="page-footer__inspiration" href="https://codepen.io/P233/pen/lGewF">Portfolio timeline inspiration</a></span>
<a class="page-footer__gotop js-anchor" href="#home">Go to top</a>
</div>
</footer>
<script src="static/js/body.min.js"></script>
<script src="static/js/tether.min.js"></script>
<script src="static/js/bootstrap.min.js"></script>
<script src="static/js/animations.js"></script>
<script src="static/js/clipboard.min.js"></script>
<script type="text/javascript">
$('#emailRef').tooltip({
trigger: 'click',
placement: 'bottom'
});
function setTooltip(btn, message) {
btn.tooltip('hide')
.attr('data-original-title', message)
.tooltip('show');
}
function hideTooltip(btn) {
setTimeout(function() {
btn.tooltip('hide');
}, 1300);
}
var clipboard = new Clipboard('#emailRef');
clipboard.on('success', function(e) {
var btn = $(e.trigger);
setTooltip(btn, "Email copied to clipboard");
hideTooltip(btn);
});
var slideIndex = 0;
showSlides();
var slideIndex2 = 0;
showSlides2();
</script>
</body>
</html>