-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
564 lines (553 loc) · 26.6 KB
/
index.html
File metadata and controls
564 lines (553 loc) · 26.6 KB
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
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" initial-scale="1" />
<meta name="description" content="I AM HUY" />
<meta name="keywords" content="HuyPham, HTML, CSS, JavaScript" />
<meta name="author" content="Huy Quang Pham" />
<meta property="og:url" content="http://f-ma.github.io" />
<meta property="og:title" content="My name is Huy - F ma" />
<meta property="og:description" content="I have a passion for information technology, and a work guiding principle of hard-earned. The mottos: work hard, adherence persistence, strong attachment to, and together we rise." />
<meta property="og:image" content="http://f-ma.github.io/assets/f-ma-coffee.png" />
<meta property="og:image" content="http://f-ma.github.io/assets/f-ma-coffeefin.png" />
<meta property="og:image" content="http://f-ma.github.io/assets/f-ma-og.png" />
<title>Huy Pham - f-ma</title>
<!-- jQuery 1.x -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<!-- jQuery 1.x -->
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link rel="stylesheet" type="text/css" href="css/animations.css" />
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,700,900&subset=latin,vietnamese' rel='stylesheet' type='text/css'>
<script src="js/modernizr.custom.js"></script>
<!-- favicon -->
<link rel="shortcut icon" href="favicon-16.png?v=2" sizes="16x16" />
<link rel="shortcut icon" href="favicon-32.png?v=2" sizes="32x32" />
<link rel="shortcut icon" href="favicon-64.png?v=2" sizes="64x64" />
<link rel="shortcut icon" href="favicon-120.png?v=2" sizes="120x120" />
<link rel="apple-touch-icon" href="touch-icon-iphone.png?v=2">
<link rel="apple-touch-icon" sizes="76x76" href="touch-icon-ipad.png?v=2">
<link rel="apple-touch-icon" sizes="120x120" href="touch-icon-iphone-retina.png?v=2">
<link rel="apple-touch-icon" sizes="152x152" href="touch-icon-ipad-retina.png?v=2">
</head>
<body>
<header class="huge-header">
<div class="wrapper flex-container">
<div class="references hidden-xs hidden-sm">
<h6>My Web Dev. Planet</h6>
<h4><a href="http://f-ma.github.io/turbo-diggin"><strong>Turbo Diggin'</strong></a></h4>
</div>
<div class="decoration">
<svg id="logo" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 300 300" enable-background="new 0 0 300 300" xml:space="preserve">
<g>
<g>
<g>
<path fill="#FFFFFF" d="M300,300H0V0h300V300z M4.9,295.1h290.2V4.9H4.9V295.1z"/>
</g>
</g>
<g>
<path fill="#FFFFFF" d="M120.2,41.7v70.9c6.9-4.1,13.9-7.2,21-9.2s14.2-3,21.5-3c11.5,0,21.7,1.9,30.7,5.8
c9,3.9,16.4,10,22.3,18.4c5.9,8.4,8.8,18.9,8.8,31.7v62.4c8.4,0,13.9,0.8,16.5,2.4c5.2,3.4,7.8,8.1,7.8,14.3c0,4.9-1.7,8.8-5,11.9
c-3.4,3.1-9,4.6-17,4.6h-38c-7.9,0-13.5-1.5-17-4.6c-3.4-3.1-5.1-7.1-5.1-12.1c0-6.1,2.6-10.8,7.8-14.1c2.7-1.7,8.2-2.5,16.6-2.4
v-60.2c0-8.5-2-14.5-5.8-18c-5.1-4.6-12.6-7-22.6-7c-7.3,0-13.9,1.4-19.5,4.3c-5.7,2.9-13.3,9.1-23,18.6v62.3
c8.5,0,14.1,0.8,16.6,2.4c5.3,3.4,7.9,8.1,7.9,14.3c0,4.9-1.7,8.8-5.1,11.9c-3.4,3.1-9.1,4.6-17.1,4.6H84.7
c-8,0-13.7-1.5-17.1-4.6c-3.4-3.1-5.1-7.1-5.1-12.1c0-6.1,2.6-10.8,8-14.1c2.6-1.7,8.1-2.5,16.5-2.4V74.9h-5.7
c-8,0-13.7-1.5-17.1-4.6c-3.4-3.1-5.1-7.1-5.1-12.1c0-4.9,1.7-8.8,5.1-11.9c3.4-3.1,9.1-4.6,17.1-4.6H120.2z"/>
</g>
</g>
</svg>
</div>
<div class="literal hidden-xs">
<h1>My name is Huy</h1>
<h4>I'm <strong>Web Designer</strong> & <strong>Developer</strong>. I develop web apps on my freetime.</h4>
<h4>I have a <strong class="code-highlight var">$passion</strong> for <strong class="code-highlight val">"information technology"</strong>.</h4>
<h4><strong>And</strong> a <strong class="code-highlight var">$workGuidingPrinciple</strong> of <strong class="code-highlight val">"hard-earned"</strong>.</h4>
<h4>The <strong class="code-highlight var">$mottos</strong>: <strong class="code-highlight">["work hard", "adherence persistence",
<br />
$attachment ? "strong attachment to" : null, "together we rise"].</strong>
</h4>
</div>
</div>
</header>
<div id="fma-scrlr-scroller" class="fma-scrlr-scroller">
<section class="tell-story flex-container fma-scrlr-section">
<h1>I'd like to <strong>tell</strong> you my stuffs!</h1>
</section>
<section class="willing flex-container flex-container-col fma-scrlr-section">
<h1>i am <strong>interested</strong> in</h1>
<h3>Love, Information Technology, Design, Astrophysics, Big Social Problems, Drawing, Music & Dancing.</h3>
<div id="interested-in" class="interested-in">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="15 122 927 469" enable-background="new 15 122 927 469" xml:space="preserve">
<g>
<g opacity="0.25">
<g>
<polygon fill="#EDEBDD" points="251.5,501.1 226.3,471.2 240.3,471.2 216.9,443.6 231.5,443.6 212.3,420.9 221.3,420.9
206.5,403.5 193.1,420.9 202.2,420.9 184.7,443.6 199,443.6 177.8,471.2 191,471.2 168,501.1 206.6,501.1 206.6,537.3
212.9,537.3 212.9,501.1 "/>
</g>
</g>
<g opacity="0.25">
<g>
<polygon fill="#EDEBDD" points="141.8,501.1 116.4,471.2 130.5,471.2 107.2,443.6 121.7,443.6 102.6,420.9 111.4,420.9
96.8,403.5 83.3,420.9 92.3,420.9 74.9,443.6 89.2,443.6 68,471.2 81.2,471.2 58.3,501.1 96.8,501.1 96.8,537.3 103.1,537.3
103.1,501.1 "/>
</g>
</g>
<g>
<g>
<polygon fill="#EDEBDD" points="224.1,483.7 183.5,435.8 206,435.8 168.6,391.6 191.9,391.6 161.2,355.3 175.5,355.3
151.8,327.3 130.3,355.3 144.9,355.3 116.9,391.6 139.8,391.6 105.8,435.8 127.1,435.8 90.2,483.7 152,483.7 152,541.7
162.2,541.7 162.2,483.7 "/>
</g>
</g>
<g>
<g>
<rect x="91.3" y="538.9" fill="#EDEBDD" width="131.7" height="5.7"/>
</g>
</g>
</g>
<g>
<g opacity="0.25">
<g>
<polygon fill="#E3DEC9" points="594.7,493.7 563.4,456.8 580.8,456.8 552,422.7 570,422.7 546.3,394.7 557.3,394.7 539.1,373.2
522.5,394.7 533.7,394.7 512.2,422.7 529.8,422.7 503.6,456.8 520,456.8 491.5,493.7 539.2,493.7 539.2,538.4 547.1,538.4
547.1,493.7 "/>
</g>
</g>
<g opacity="0.25">
<g>
<polygon fill="#E3DEC9" points="459.1,493.7 427.9,456.8 445.2,456.8 416.4,422.7 434.4,422.7 410.7,394.7 421.8,394.7
403.6,373.2 387,394.7 398.2,394.7 376.6,422.7 394.3,422.7 368.1,456.8 384.4,456.8 356,493.7 403.6,493.7 403.6,538.4
411.5,538.4 411.5,493.7 "/>
</g>
</g>
<g>
<g>
<polygon fill="#E3DEC9" points="560.7,472.2 510.7,413 538.5,413 492.3,358.5 521.1,358.5 483.1,313.6 500.8,313.6 471.6,279.2
445.1,313.6 463,313.6 428.5,358.5 456.8,358.5 414.8,413 441,413 395.4,472.2 471.8,472.2 471.8,543.8 484.3,543.8 484.3,472.2
"/>
</g>
</g>
<g>
<g>
<rect x="396.8" y="540.3" fill="#E3DEC9" width="162.6" height="7"/>
</g>
</g>
</g>
<g>
<g opacity="0.25">
<g>
<polygon fill="#EAE6D7" points="697.7,502.5 673.3,473.7 686.8,473.7 664.3,447.1 678.3,447.1 659.8,425.2 668.4,425.2
654.2,408.4 641.3,425.2 650,425.2 633.2,447.1 647,447.1 626.4,473.7 639.3,473.7 617.1,502.5 654.3,502.5 654.3,537.5
660.5,537.5 660.5,502.5 "/>
</g>
</g>
<g opacity="0.25">
<g>
<polygon fill="#EAE6D7" points="591.6,502.5 567.2,473.7 580.8,473.7 558.3,447.1 572.3,447.1 553.8,425.2 562.4,425.2
548.2,408.4 535.2,425.2 544,425.2 527.1,447.1 540.9,447.1 520.5,473.7 533.2,473.7 511,502.5 548.3,502.5 548.3,537.5
554.4,537.5 554.4,502.5 "/>
</g>
</g>
<g>
<g>
<polygon fill="#EAE6D7" points="671.2,485.8 632,439.5 653.7,439.5 617.6,396.8 640.1,396.8 610.4,361.7 624.3,361.7
601.5,334.7 580.7,361.7 594.7,361.7 567.7,396.8 589.8,396.8 556.9,439.5 577.4,439.5 541.8,485.8 601.6,485.8 601.6,541.8
611.4,541.8 611.4,485.8 "/>
</g>
</g>
<g>
<g>
<rect x="542.9" y="539.1" fill="#EAE6D7" width="127.2" height="5.5"/>
</g>
</g>
</g>
<g>
<g opacity="0.25">
<g>
<polygon fill="#EDEBDD" points="481.5,471.9 437.2,419.4 461.9,419.4 421,371.2 446.5,371.2 412.9,331.4 428.5,331.4
402.6,300.9 379.1,331.4 395,331.4 364.5,371.2 389.5,371.2 352.3,419.4 375.6,419.4 335.2,471.9 402.9,471.9 402.9,535.3
414,535.3 414,471.9 "/>
</g>
</g>
<g opacity="0.25">
<g>
<polygon fill="#EDEBDD" points="289.2,471.9 244.8,419.4 269.4,419.4 228.6,371.2 254,371.2 220.4,331.4 236.1,331.4
210.3,300.9 186.8,331.4 202.6,331.4 172.1,371.2 197.1,371.2 159.9,419.4 183.1,419.4 142.8,471.9 210.4,471.9 210.4,535.3
221.5,535.3 221.5,471.9 "/>
</g>
</g>
<g>
<g>
<polygon fill="#EDEBDD" points="433.4,441.4 362.3,357.4 401.8,357.4 336.3,280 377.1,280 323.3,216.3 348.3,216.3 306.9,167.4
269.2,216.3 294.6,216.3 245.7,280 285.8,280 226.2,357.4 263.4,357.4 198.7,441.4 307.2,441.4 307.2,543.1 325,543.1 325,441.4
"/>
</g>
</g>
<g>
<g>
<rect x="200.7" y="538.2" fill="#EDEBDD" width="230.8" height="9.9"/>
</g>
</g>
</g>
<g>
<g>
<g>
<path fill="#DCD6BC" d="M809.1,384.9c-5.2,5.3-13.1,6.1-19.3,2.7c-0.2,0.3-0.4,0.6-0.6,0.9c-1.2,1.5-2.5,2.9-3.7,4.3l-8.3,151.7
h43.3l-8.6-158c-0.8-0.6-1.6-1.3-2.5-2C809.3,384.7,809.3,384.9,809.1,384.9z"/>
</g>
</g>
<g>
<g>
<path fill="#DCD6BC" d="M798.8,314.9c0.2-0.2,0.4-0.4,0.6-0.6c0-0.3,0-0.6,0-0.8L798.8,314.9z"/>
</g>
</g>
<g>
<g>
<path fill="#DCD6BC" d="M835.7,395.6c0.1,0.3,0.1,0.6,0.1,0.8c0.2,0.1,0.4,0.4,0.7,0.6L835.7,395.6z"/>
</g>
</g>
<g class="small-wing">
<g>
<path fill="#DCD6BC" d="M856.9,386.8l-7.3-6.9c-6.2-5.8-13.4-10.1-21.6-13.3c-4.1-1.5-8.7-2.4-13.5-3c-0.3,0-0.6-0.1-0.9-0.1
c-0.4-3.6-1.8-7.3-4.7-10c-2.7-2.7-6.2-4.1-9.7-4.4c0.1-3.5,0.3-7,0.3-10.5c0-8.1,0.3-16.2,0-24.4c-0.2,0.3-0.4,0.4-0.6,0.6
l0.6-1.5c0,0.3,0,0.6,0,0.8c8.4-9,17.1-17.7,25.2-27l-1.5-1.5c-4.7-0.1-8.7,0.3-12.4,1.1c-3.8,0.6-7.1,1.8-10.4,2.9
c-6.4,2.6-12,5.9-16.8,10l-4.6,3.9l-1,9.9c-0.8,8.4,0.1,16.8,2.7,25.2c1.3,4.2,3.4,8.3,5.8,12.5c0.3,0.5,0.7,1,1.1,1.5
c-0.4,0.4-0.8,0.6-1.2,1c-4,4.1-5.4,9.8-4.1,15.1c-3.2,1.1-6.4,2.2-9.5,3.4c-7.6,2.9-15.3,5.5-22.8,8.7
c-11.4-4.7-22.6-9.7-34.2-13.9l-0.9,2c1.5,4.3,3.4,8,5.5,11.2c2,3.3,4.3,6,6.5,8.7c4.7,5.1,9.8,9.1,15.3,12.2l5.3,2.9l9.7-2.7
c8.2-2.2,15.7-6.1,22.5-11.6c2-1.7,4-3.6,5.9-5.7c1.3-1.4,2.5-2.7,3.7-4.3c0.2-0.3,0.4-0.6,0.6-0.9c6.2,3.5,14.1,2.7,19.3-2.7
c0.1-0.1,0.1-0.2,0.3-0.4c0.8,0.6,1.6,1.3,2.5,2c1.6,1.3,3.1,2.6,4.7,3.9c6.4,5,12.7,10.2,19.3,14.9c-0.1-0.3-0.1-0.6-0.1-0.8
l0.8,1.4c-0.2-0.1-0.4-0.3-0.7-0.6c1.9,12.2,3.5,24.4,5.9,36.5l2.2-0.3c2.9-3.6,5-7.1,6.7-10.4c1.8-3.4,2.9-6.8,4-10.1
c2-6.6,2.7-13.1,2.4-19.5L856.9,386.8z"/>
</g>
</g>
</g>
<g>
<g>
<g>
<path fill="#C9C2A0" d="M720.7,327.7c-7,7.1-17.8,8.3-26.2,3.6c-0.3,0.4-0.6,0.8-0.9,1.3c-1.6,2.1-3.4,3.9-5.1,5.8l-11.2,206.1
h58.9l-11.8-214.6c-1.1-0.8-2.2-1.8-3.3-2.7C720.9,327.4,720.9,327.6,720.7,327.7z"/>
</g>
</g>
<g>
<g>
<path fill="#D3CCAB" d="M706.7,232.5c0.3-0.3,0.6-0.6,0.9-0.9c0-0.4,0-0.7,0-1.1L706.7,232.5z"/>
</g>
</g>
<g>
<g>
<path fill="#D3CCAB" d="M756.8,342.3c0.1,0.4,0.1,0.8,0.2,1.2c0.3,0.2,0.6,0.5,0.9,0.7L756.8,342.3z"/>
</g>
</g>
<g class="big-wing">
<g>
<path fill="#D3CCAB" d="M785.5,330.2l-9.9-9.4c-8.3-7.8-18.1-13.9-29.3-18c-5.6-2-11.8-3.4-18.3-4.1c-0.4,0-0.8-0.1-1.2-0.1
c-0.5-5-2.5-9.9-6.4-13.6c-3.7-3.6-8.4-5.6-13.2-6c0.1-4.8,0.3-9.5,0.3-14.3c0-11,0.4-22.1,0-33.1c-0.3,0.3-0.6,0.6-0.9,0.9
l0.8-2c0,0.4,0,0.8,0,1.1c11.4-12.2,23.2-24.1,34.2-36.8l-2.1-2.1c-6.3-0.2-11.8,0.4-16.9,1.5c-5.1,0.9-9.7,2.5-14.1,4.1
c-8.8,3.5-16.2,8.1-22.9,13.6l-6.3,5.3l-1.3,13.6c-1.1,11.4,0.2,22.8,3.8,34.2c1.8,5.7,4.5,11.3,7.9,17.1c0.4,0.7,1,1.3,1.4,2
c-0.6,0.5-1.1,0.8-1.6,1.3c-5.5,5.5-7.3,13.4-5.5,20.4c-4.3,1.5-8.6,3-12.9,4.6c-10.3,3.9-20.7,7.5-30.9,11.8
c-15.5-6.4-30.7-13.2-46.5-18.9l-1.2,2.7c2,6,4.6,10.9,7.3,15.2c2.7,4.5,5.8,8.1,8.8,11.8c6.4,6.9,13.4,12.3,20.9,16.5l7.1,4
l13.2-3.6c11.1-3,21.3-8.3,30.7-15.7c2.8-2.2,5.5-4.9,8-7.6c1.8-1.9,3.4-3.8,5.1-5.8c0.3-0.4,0.6-0.8,0.9-1.3
c8.4,4.8,19.2,3.6,26.2-3.6c0.1-0.1,0.2-0.3,0.4-0.4c1.1,0.9,2.2,1.8,3.3,2.7c2.2,1.8,4.2,3.6,6.4,5.3
c8.8,6.7,17.2,13.9,26.2,20.3c-0.1-0.4-0.1-0.8-0.2-1.2l1.1,1.9c-0.3-0.2-0.6-0.5-0.9-0.7c2.6,16.5,4.8,33.2,8,49.6l3-0.4
c4-4.8,6.9-9.6,9.2-14.1c2.4-4.6,3.9-9.2,5.5-13.7c2.6-9,3.6-17.8,3.3-26.4L785.5,330.2z"/>
</g>
</g>
</g>
<rect x="746.8" y="481" fill="#4D4741" width="35.5" height="63.6"/>
<g>
<text transform="matrix(1 0 0 1 749.5223 575.7352)" fill="#4D4741" font-family="'Roboto', sans-serif" font-size="15.5119">Dan.</text>
</g>
<g>
<g>
<g>
<g>
<path fill="#4D4741" d="M767.6,481.7l-1.1-1.2c-0.8-1-1.5-2.3-2.1-3.6c-0.6-1.3-1-2.6-1.3-4c-0.5-2.7-0.2-5.5,1.2-8
c0.3-0.6,0.8-1.1,1.3-1.8c0.5-0.6,1-1.4,1.3-2.2c0.8-1.5,1.3-3.1,1.3-4.8c0.1-3.4-1.5-6.4-3.8-8.5c2,2.4,3.1,5.5,2.6,8.4
c-0.2,1.4-0.9,2.7-1.7,3.9c-0.4,0.6-0.9,1.2-1.4,1.6c-0.5,0.5-1.2,1.2-1.7,1.8c-2.2,2.7-3,6.4-2.8,9.8c0.1,1.7,0.4,3.4,0.9,5
c0.3,1.2,0.8,2.3,1.3,3.4h-4.3v1.8h14.3v-1.8h-3.7C767.6,481.9,767.6,481.9,767.6,481.7z"/>
</g>
</g>
<g>
<g>
<path fill="#4D4741" d="M766.5,466.8c-1.9,1.9-2.2,4.8-0.6,6.3s4.3,1.3,6.3-0.6c1.9-1.9,2.6-8.2,2.6-8.2
S768.4,464.8,766.5,466.8z"/>
</g>
</g>
<g>
<g>
<path fill="#4D4741" d="M763.1,460.8c1.5-1.5,1.3-4.3-0.6-6.3c-1.9-1.9-8.2-2.6-8.2-2.6s0.6,6.3,2.6,8.2
S761.6,462.4,763.1,460.8z"/>
</g>
</g>
</g>
</g>
<rect x="667.8" y="481" fill="#4D4741" width="35.5" height="63.6"/>
<g>
<text transform="matrix(1 0 0 1 671.1036 575.7352)" fill="#4D4741" font-family="'Roboto', sans-serif" font-size="15.5119">Mus.</text>
</g>
<g>
<g>
<g>
<g>
<path fill="#4D4741" d="M688.6,481.7l-1.1-1.2c-0.8-1-1.5-2.3-2.1-3.6c-0.6-1.3-1-2.6-1.3-4c-0.5-2.7-0.2-5.5,1.2-8
c0.4-0.6,0.8-1.1,1.3-1.8c0.5-0.6,1-1.4,1.3-2.2c0.8-1.5,1.3-3.1,1.3-4.8c0.1-3.4-1.5-6.4-3.9-8.5c2,2.4,3.1,5.5,2.6,8.4
c-0.2,1.4-0.9,2.7-1.7,3.9c-0.4,0.6-0.9,1.2-1.4,1.6c-0.5,0.5-1.2,1.2-1.7,1.8c-2.2,2.7-3,6.4-2.8,9.8c0.1,1.7,0.4,3.4,0.9,5
c0.3,1.2,0.8,2.3,1.3,3.4h-4.3v1.8h14.3v-1.8h-3.7C688.7,481.9,688.7,481.9,688.6,481.7z"/>
</g>
</g>
<g>
<g>
<path fill="#4D4741" d="M687.5,466.8c-1.9,1.9-2.2,4.8-0.6,6.3c1.5,1.5,4.3,1.3,6.3-0.6c1.9-1.9,2.6-8.2,2.6-8.2
S689.5,464.8,687.5,466.8z"/>
</g>
</g>
<g>
<g>
<path fill="#4D4741" d="M684.3,460.8c1.5-1.5,1.3-4.3-0.6-6.3c-1.9-1.9-8.2-2.6-8.2-2.6s0.6,6.3,2.6,8.2
C680,462,682.7,462.4,684.3,460.8z"/>
</g>
</g>
</g>
</g>
<rect x="588.4" y="481" fill="#4D4741" width="35.5" height="63.6"/>
<g>
<text transform="matrix(1 0 0 1 592.1074 575.7352)" fill="#4D4741" font-family="'Roboto', sans-serif" font-size="15.5119">Dra.</text>
</g>
<g>
<g>
<g>
<g>
<path fill="#4D4741" d="M612.4,481.7l-1.1-1.2c-0.8-1-1.5-2.3-2.1-3.6c-0.6-1.3-1-2.6-1.3-4c-0.5-2.7-0.2-5.5,1.2-8
c0.3-0.6,0.8-1.1,1.3-1.8c0.5-0.6,1-1.4,1.3-2.2c0.8-1.5,1.3-3.1,1.3-4.8c0.1-3.4-1.5-6.4-3.8-8.5c2,2.4,3.1,5.5,2.6,8.4
c-0.2,1.4-0.9,2.7-1.7,3.9c-0.4,0.6-0.9,1.2-1.4,1.6c-0.5,0.5-1.2,1.2-1.7,1.8c-2.2,2.7-3,6.4-2.8,9.8c0.1,1.7,0.4,3.4,0.9,5
c0.4,1.2,0.8,2.3,1.3,3.4H602v1.8h14.3v-1.8h-3.7C612.5,481.9,612.4,481.9,612.4,481.7z"/>
</g>
</g>
<g>
<g>
<path fill="#4D4741" d="M611.4,466.8c-1.9,1.9-2.2,4.8-0.6,6.3c1.5,1.5,4.3,1.3,6.3-0.6c1.9-1.9,2.6-8.2,2.6-8.2
S613.3,464.8,611.4,466.8z"/>
</g>
</g>
<g>
<g>
<path fill="#4D4741" d="M608,460.8c1.5-1.5,1.3-4.3-0.6-6.3c-1.9-1.9-8.2-2.6-8.2-2.6s0.6,6.3,2.6,8.2
C603.7,462,606.4,462.4,608,460.8z"/>
</g>
</g>
</g>
</g>
<rect x="510.5" y="481" fill="#4D4741" width="35.5" height="63.6"/>
<g>
<text transform="matrix(1 0 0 1 509.2031 575.7352)" fill="#4D4741" font-family="'Roboto', sans-serif" font-size="15.5119">BSPs</text>
</g>
<g>
<g>
<g>
<g>
<path fill="#4D4741" d="M532.9,481.7l-1.1-1.2c-0.8-1-1.5-2.3-2.1-3.6c-0.6-1.3-1.1-2.6-1.3-4c-0.5-2.7-0.2-5.5,1.2-8
c0.3-0.6,0.8-1.1,1.3-1.8c0.5-0.6,1-1.4,1.3-2.2c0.8-1.5,1.3-3.1,1.3-4.8c0.1-3.4-1.5-6.4-3.8-8.5c2,2.4,3.1,5.5,2.6,8.4
c-0.2,1.4-0.9,2.7-1.7,3.9c-0.4,0.6-0.9,1.2-1.4,1.6c-0.5,0.5-1.2,1.2-1.7,1.8c-2.2,2.7-3,6.4-2.8,9.8c0.1,1.7,0.4,3.4,0.9,5
c0.4,1.2,0.8,2.3,1.3,3.4h-4.3v1.8h14.1v-1.8L532.9,481.7C533.1,481.9,533,481.9,532.9,481.7z"/>
</g>
</g>
<g>
<g>
<path fill="#4D4741" d="M531.9,466.8c-1.9,1.9-2.2,4.8-0.6,6.3c1.5,1.5,4.3,1.3,6.3-0.6c1.9-1.9,2.6-8.2,2.6-8.2
S533.8,464.8,531.9,466.8z"/>
</g>
</g>
<g>
<g>
<path fill="#4D4741" d="M528.5,460.8c1.5-1.5,1.3-4.3-0.6-6.3c-1.9-1.9-8.2-2.6-8.2-2.6s0.6,6.3,2.6,8.2
C524.2,462,527,462.4,528.5,460.8z"/>
</g>
</g>
</g>
</g>
<rect x="435.6" y="481" fill="#4D4741" width="35.5" height="63.6"/>
<g>
<text transform="matrix(1 0 0 1 440.0156 575.7352)" fill="#4D4741" font-family="'Roboto', sans-serif" font-size="15.5119">Ast.</text>
</g>
<g>
<g>
<g>
<g>
<path fill="#4D4741" d="M456.4,481.7l-1.1-1.2c-0.8-1-1.5-2.3-2.1-3.6c-0.6-1.3-1-2.6-1.3-4c-0.5-2.7-0.2-5.5,1.2-8
c0.4-0.6,0.8-1.1,1.3-1.8c0.5-0.6,1-1.4,1.3-2.2c0.8-1.5,1.3-3.1,1.3-4.8c0.1-3.4-1.5-6.4-3.9-8.5c2,2.4,3.1,5.5,2.6,8.4
c-0.2,1.4-0.9,2.7-1.7,3.9c-0.4,0.6-0.9,1.2-1.4,1.6c-0.5,0.5-1.2,1.2-1.7,1.8c-2.2,2.7-3,6.4-2.8,9.8c0.1,1.7,0.4,3.4,0.9,5
c0.3,1.2,0.8,2.3,1.3,3.4H446v1.8h14.3v-1.8h-3.7C456.5,481.9,456.5,481.9,456.4,481.7z"/>
</g>
</g>
<g>
<g>
<path fill="#4D4741" d="M455.4,466.8c-1.9,1.9-2.2,4.8-0.6,6.3s4.3,1.3,6.3-0.6c1.9-1.9,2.6-8.2,2.6-8.2
S457.3,464.8,455.4,466.8z"/>
</g>
</g>
<g>
<g>
<path fill="#4D4741" d="M452.1,460.8c1.5-1.5,1.3-4.3-0.6-6.3c-1.9-1.9-8.2-2.6-8.2-2.6s0.6,6.3,2.6,8.2
S450.5,462.4,452.1,460.8z"/>
</g>
</g>
</g>
</g>
<rect x="358.3" y="481" fill="#4D4741" width="35.5" height="63.6"/>
<g>
<text transform="matrix(1 0 0 1 359.4433 575.7352)" fill="#4D4741" font-family="'Roboto', sans-serif" font-size="15.5119">Des.</text>
</g>
<g>
<g>
<g>
<g>
<path fill="#4D4741" d="M403.1,477.4c-2.5,0.4-4.3,2.5-3.9,4.5c0.4,2.1,2.7,3.3,5.3,2.9c2.5-0.4,6.4-5,6.4-5
S405.6,476.9,403.1,477.4z"/>
</g>
</g>
<g>
<g>
<path fill="#4D4741" d="M408,474c1.7-0.3,4.3-3.4,4.3-3.4s-3.6-1.9-5.3-1.6c-1.7,0.3-2.9,1.7-2.7,3.1
C404.7,473.5,406.3,474.3,408,474z"/>
</g>
</g>
<g>
<g>
<path fill="#4D4741" d="M401.1,470.8c1.4-0.3,2.3-1.8,1.9-3.6c-0.3-1.7-3.4-4.3-3.4-4.3s-1.9,3.6-1.6,5.3
C398.4,469.8,399.7,471,401.1,470.8z"/>
</g>
</g>
<g>
<g>
<path fill="#4D4741" d="M409.9,465.4c1-0.4,2.3-2.7,2.3-2.7s-2.5-0.8-3.6-0.3c-1.1,0.4-1.6,1.4-1.3,2.3
C407.8,465.4,408.8,465.8,409.9,465.4z"/>
</g>
</g>
<g>
<g>
<path fill="#4D4741" d="M403.2,462.4c0.4,1,1.4,1.6,2.3,1.3c0.8-0.4,1.2-1.5,0.8-2.4c-0.4-1.1-2.7-2.3-2.7-2.3
S402.9,461.4,403.2,462.4z"/>
</g>
</g>
<g>
<g>
<path fill="#4D4741" d="M398,474.7c-0.4-2.5-5-6.4-5-6.4s-2.9,5.3-2.4,7.8c0.4,2.5,2.5,4.3,4.6,3.9
C397.2,479.5,398.5,477.1,398,474.7z"/>
</g>
</g>
<g>
<g>
<path fill="#4D4741" d="M409.3,458.1c-2.2,5-4.5,9.9-7.2,14.6c-1.3,2.4-2.7,4.6-4.3,6.9c-0.8,1.1-1.6,2.2-2.5,3.2
s-1.8,2-2.8,2.6l0.6,1c1.3-0.9,2.2-1.9,3-3c0.9-1.1,1.7-2.2,2.4-3.3c1.5-2.3,2.9-4.6,4.1-7.1
C405.1,468.2,407.3,463.1,409.3,458.1z"/>
</g>
</g>
</g>
</g>
<rect x="280.1" y="481" fill="#4D4741" width="35.5" height="63.6"/>
<g>
<text transform="matrix(1 0 0 1 290.7857 575.7352)" fill="#4D4741" font-family="'Roboto', sans-serif" font-size="15.5119">IT</text>
</g>
<g>
<g>
<g>
<g>
<path fill="#4D4741" d="M300.8,481.7l-1.1-1.2c-0.8-1-1.5-2.3-2.1-3.6c-0.6-1.3-1-2.6-1.3-4c-0.5-2.7-0.2-5.5,1.2-8
c0.4-0.6,0.8-1.1,1.3-1.8c0.5-0.6,1-1.4,1.3-2.2c0.8-1.5,1.3-3.1,1.3-4.8c0.1-3.4-1.5-6.4-3.9-8.5c2,2.4,3.1,5.5,2.6,8.4
c-0.2,1.4-0.9,2.7-1.7,3.9c-0.4,0.6-0.9,1.2-1.4,1.6c-0.5,0.5-1.2,1.2-1.7,1.8c-2.2,2.7-3,6.4-2.8,9.8c0.1,1.7,0.4,3.4,0.9,5
c0.4,1.2,0.8,2.3,1.3,3.4h-4.3v1.8h14.3v-1.8H301C300.9,481.9,300.9,481.9,300.8,481.7z"/>
</g>
</g>
<g>
<g>
<path fill="#4D4741" d="M299.8,466.8c-1.9,1.9-2.2,4.8-0.6,6.3s4.3,1.3,6.3-0.6c1.9-1.9,2.6-8.2,2.6-8.2
S301.7,464.8,299.8,466.8z"/>
</g>
</g>
<g>
<g>
<path fill="#4D4741" d="M296.5,460.8c1.5-1.5,1.3-4.3-0.6-6.3c-1.9-1.9-8.2-2.6-8.2-2.6s0.6,6.3,2.6,8.2
C292.1,462.1,294.9,462.4,296.5,460.8z"/>
</g>
</g>
</g>
</g>
<rect x="32" y="543.9" fill="#D3CCAB" width="896" height="5"/>
<polygon fill="#DA6D5E" points="213.9,142.2 213.9,165.5 205.5,165.5 205.5,544.5 170,544.5 170,165.5 161.4,165.5 161.4,142.2 "/>
<g>
<text transform="matrix(1 0 0 1 171.4473 575.7352)" fill="#DA6D5E" font-family="'Roboto', sans-serif" font-weight="700" font-size="15.5119">Love</text>
</g>
<g>
<g>
<g>
<g>
<path fill="#DA6D5E" d="M210.9,230.8c-1.4,1.9-2.8,3.8-4.2,5.9c0,0-7.1,15.8,5.4,23.7s36.3,22.8,36.3,22.8s19.7,13.6,29.4-1.8
c0,0,6.7-10.6,12.3-22.6l48.5-16c0,0,17.1,28,8.9-6.2c-8.4-34.8-10.4-1.8-10.4-1.8l-41.2,9.4c2.5-7.9,2.9-14.6-1.3-17.2
l-43.8-27.4c0,0-1.3-1.2-4.2-1c-1-0.8-1.9-1.6-3-2.3c-11.4-7.1-26.4-3.7-33.5,7.7C205,212.7,205.6,223.1,210.9,230.8z
M214.2,206.6c5.7-9.2,17.9-12,27.1-6.3c-5.9,2.7-14.8,9.7-27.4,26.5C210.4,220.7,210.1,212.9,214.2,206.6z"/>
</g>
</g>
</g>
</g>
<circle fill="none" stroke="#DA6D5E" stroke-width="8" stroke-miterlimit="10" cx="205.2" cy="203.3" r="12.3"/>
</svg>
</div>
</section>
<section id="information-technology" class="interested-stuff information-technology fma-scrlr-section">
<div class="wrapper flex-container">
<div class="side side-left side-literal">
<h3>Information Technology</h3>
<p>
I think “<strong>passion</strong>” is, maybe, the more correct word than
the “interested”. I touched the first PC softly at 9 or
10, and I’ve called it “magic” since then. Before that
moment, all possible-things in my mind - as I remembered
- are electricity, colors televisions, cassette players,
school stuffs like notebooks (a notebook is actually
a notebook rather than a notebook, I know you
know lol), pencils, marbles, balls, insects, uhm... and
my teachers maybe.
</p>
<p>
And everything have changed since that stage. It is
likely the “I’m falling in love” phenomena. I’m really
interested in computer. It has risen my curiousity
and I want to know how it work, and how to make it
be useful.
</p>
</div>
<div class="side side-right side-decoration hidden-xs hidden-sm">
<img src="svgs/information-technology.svg" />
</div>
</div>
</section>
<section id="design" class="interested-stuff design fma-scrlr-section">
<div class="wrapper flex-container">
<div class="side side-left side-decoration large">
<img src="svgs/design-boat.svg" />
</div>
<div class="side side-right side-literal small">
<h3>Design</h3>
</div>
</div>
</section>
</div>
<script src="js/fmaHelper.js"></script>
<script src="js/fmaDocViewPortal.js"></script>
<script src="js/fmaScrlr.js"></script>
<script>
new fmaScrlr(document.getElementById('fma-scrlr-scroller'), {objectViewedPercentage:0.4});
</script>
<footer>
</footer>
</body>
</html>