-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
743 lines (695 loc) · 30.8 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
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
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
<!DOCTYPE html>
<html lang="en">
<head>
<title>Marcelo Cordeiro</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="resume, mobile, responsive, personal, developer, computer science" />
<meta name="theme-color" content="#222222">
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); } </script>
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<!-- gallery -->
<link type="text/css" rel="stylesheet" href="css/cm-overlay.css" />
<!-- favicon -->
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" />
<!-- //gallery -->
<!-- font-awesome icons -->
<link href="css/font-awesome.css" rel="stylesheet">
<!-- //font-awesome icons -->
<link href="https://fonts.googleapis.com/css?family=Gidugu" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="main" id="home">
<!-- banner -->
<div class="banner">
<h2>Marcelo Augusto Cordeiro</h2>
<span>PROGRAMMER / WEB DEVELOPER</span>
<ul class="top-links">
<li><a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope"></i></a></li>
<li><a href="https://github.com/marcelocordeiro/" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/marceloacordeiro/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
<!-- //banner -->
</div>
<!-- header -->
<div class="w3_navigation">
<div class="container">
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse nav-wil" id="bs-example-navbar-collapse-1">
<nav class="cl-effect-1" id="cl-effect-1">
<ul class="nav navbar-nav">
<li><a href="#about" class="scroll hvr-bounce-to-bottom">About</a></li>
<li><a href="#services" class="scroll hvr-bounce-to-bottom">Services</a></li>
<li><a href="#education" class="scroll hvr-bounce-to-bottom">Education</a></li>
<li><a href="#skills" class="scroll hvr-bounce-to-bottom">Skills</a></li>
<li><a href="#experience" class="scroll hvr-bounce-to-bottom">Experience</a></li>
<li><a href="#gallery" class="scroll hvr-bounce-to-bottom">Projects</a></li>
<li><a href="#counter" class="scroll hvr-bounce-to-bottom">Hobbies</a></li>
<li><a href="#mail" class="scroll hvr-bounce-to-bottom">Contact</a></li>
</ul>
</nav>
</div>
<!-- /.navbar-collapse -->
</nav>
</div>
</div>
</div>
<!-- //header -->
<!-- about -->
<div class="about" id="about">
<div class="container">
<h3 class="w3l_head">About Me</h3>
<p class="w3ls_head_para">I am passionate about using innovative technology to make a positive impact on society</p>
<div class="w3l-grids-about">
<div class="col-md-5 w3ls-ab-right">
<div class="agile-about-right-img">
<img src="images/ab.jpg" alt="">
</div>
</div>
<div class="col-md-7 w3ls-agile-left">
<div class="w3ls-agile-left-info">
<p>Hello, my name is Marcelo. I'm a software developer with a bachelor degree in Computer Science from São Paulo State University (Unesp). During my undergratute years, I had the opportunity to study at the University of Toronto for 16 months as a visiting undergraduate student, under a full scholarship offered by the Brazilian Government.</p><p>Furthermore, I was also a volunteer software developer at <a href="http://www.ltia.fc.unesp.br/" target="_blank">LTIA</a>, a laboratory of UNESP focused on innovative technology, where I had the opportunity to work on projects for companies such as Motorola Solutions.</p>
</div>
<div class="w3ls-agile-left-info">
<h4>Name</h4>
<p>Marcelo Augusto Cordeiro</p>
</div>
<div class="w3ls-agile-left-info">
<h4>Address</h4>
<p>R. Cons. João Alfredo, 114, Apt. 32, São Carlos - SP - Brazil</p>
<p>CEP 13561-110</p>
</div>
<div class="w3ls-agile-left-info">
<h4>E-mail</h4>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="w3ls-agile-left-info">
<h4>Phone Number</h4>
<p>+55 14 98183-4090</p>
</div>
<div class="w3ls-agile-left-info">
<h4>Resume</h4>
<a href="javascript:void(0)" class="btn btn-default btn-xs" onclick="openResume()">View Resume</a>
<a href="downloads/Resume.pdf" target="_blank" class="btn btn-default btn-xs">Download Resume</a>
<div class="overlay-pro" id="resume">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav('resume')"><img src="images/close.png"></a>
<div class="overlay-pro-content" id="resume_view"></div>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //about-bottom -->
<!-- services -->
<div class="service" id="services">
<div class="container">
<h3 class="w3l_head two">WHAT I CAN DO</h3>
<!-- <p class="w3ls_head_para">See My Services</p> -->
<div class="service-agileits">
<div class="col-md-4 list-gds text-center">
<i class="fa fa-cog" aria-hidden="true"></i>
<h4>WHY CHOOSE ME</h4>
<p>Being a perfectionist and a visionary, I always strive for perfection and innovation.</p>
</div>
<div class="col-md-4 list-gds text-center">
<i class="fa fa-laptop" aria-hidden="true"></i>
<h4>WHAT I DO</h4>
<p>I have experience as a full stack web developer and I'm eager to continually learn new technologies. </p>
</div>
<div class="col-md-4 list-gds text-center">
<i class="fa fa-thumbs-o-up" aria-hidden="true"></i>
<h4>My MISSION</h4>
<p>To find a forward thinking IT company committed to solving global challenges.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- //services -->
<!-- /education -->
<div class="education" id="education">
<div class="col-md-6 education-w3l">
<h3 class="w3l_head three">My Education</h3>
<div class="education-agile-grids">
<div class="education-agile-w3l">
<div class="education-agile-w3l-year">
<h4>2012 - 2016</h4>
<h6>Bachelor's Degree in Computer Science</h6>
</div>
<div class="education-agile-w3l-info">
<h4>São Paulo State University (UNESP)</h4>
<p><a href="http://www.fc.unesp.br/" target="_blank">School of Sciences (FC)</a></p>
<p>Bauru - SP - Brazil</p>
</div>
<div class="clearfix"></div>
</div>
<div class="education-agile-w3l two">
<div class="education-agile-w3l-year">
<h4>2014 - 2015</h4>
<h6>Visiting Student</h6>
</div>
<div class="education-agile-w3l-info">
<h4>University of Toronto</h4>
<p><a href="http://www.artsci.utoronto.ca/" target="_blank">Faculty of Arts & Science</a></p>
<p>Toronto - ON - Canada</p>
</div>
<div class="clearfix"></div>
</div>
<div class="education-agile-w3l">
<div class="education-agile-w3l-year">
<h4>2008 - 2010</h4>
<h6>IT Technician</h6>
</div>
<div class="education-agile-w3l-info">
<h4>Industrial Technical College (CTI - UNESP)</h4>
<p><a href="http://www.cti.feb.unesp.br/" target="_blank">College of Engineering of Bauru (FEB)</a></p>
<p>Bauru - SP - Brazil</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="col-md-6 skills" id="skills">
<h3 class="w3l_head two">My Skills</h3>
<div class="skill-agile">
<div class='bar_group' max='400'>
<div class='bar_group__bar thin elastic' label='HTML' value='350'></div>
<div class='bar_group__bar thin elastic' label='JavaScript' value='350'></div>
<div class='bar_group__bar thin elastic' label='React' value='350'></div>
<div class='bar_group__bar thin elastic' label='GraphQL' value='275'></div>
<div class='bar_group__bar thin elastic' label='CSS' value='200'></div>
<div class='bar_group__bar thin elastic' label='Jest' value='100'></div>
<div class='bar_group__bar thin elastic' label='Cucumber' value='100'></div>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
<!-- //education -->
<!-- /experience -->
<div class="education" id="experience">
<div class="col-md-6 skills two">
<h3 class="w3l_head two">More Skills</h3>
<div class="skill-agile">
<div class="col-sm-4 abt-gd-left text-center">
<div id="demo-pie-1" class="pie-title-center" data-percent="85"> <span class="pie-value"></span> </div>
<h4>Git</h4>
</div>
<div class="col-sm-4 abt-gd-left text-center">
<div id="demo-pie-2" class="pie-title-center" data-percent="75"> <span class="pie-value"></span> </div>
<h4>Redux</h4>
</div>
<div class="col-sm-4 abt-gd-left text-center">
<div id="demo-pie-3" class="pie-title-center" data-percent="60"> <span class="pie-value"></span> </div>
<h4>Apollo Client</h4>
</div>
<div class="col-sm-4 abt-gd-left text-center">
<div id="demo-pie-4" class="pie-title-center" data-percent="50"> <span class="pie-value"></span> </div>
<h4>Apollo Server</h4>
</div>
<div class="col-sm-4 abt-gd-left text-center">
<div id="demo-pie-5" class="pie-title-center" data-percent="35"> <span class="pie-value"></span> </div>
<h4>Amazon Web Services</h4>
</div>
<div class="col-sm-4 abt-gd-left text-center">
<div id="demo-pie-6" class="pie-title-center" data-percent="30"> <span class="pie-value"></span> </div>
<h4>Functional Programming</h4>
</div>
<div class="col-sm-4 abt-gd-left text-center">
<div id="demo-pie-7" class="pie-title-center" data-percent="25"> <span class="pie-value"></span> </div>
<h4>Docker</h4>
</div>
<div class="col-sm-4 abt-gd-left text-center">
<div id="demo-pie-8" class="pie-title-center" data-percent="25"> <span class="pie-value"></span> </div>
<h4>Kubernetes</h4>
</div>
<div class="col-sm-4 abt-gd-left text-center">
<div id="demo-pie-9" class="pie-title-center" data-percent="25"> <span class="pie-value"></span> </div>
<h4>Jenkins</h4>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="col-md-6 education-w3l">
<h3 class="w3l_head three">My Experience</h3>
<div class="education-agile-grids">
<div class="education-agile-w3l">
<div class="education-agile-w3l-year">
<h4>Sep 2018 - Present</h4>
<h6>Full-stack developer</h6>
</div>
<div class="education-agile-w3l-info">
<h4>Monitora</h4>
<p>Sào Carlos - SP - Brazil</p>
<p>Full-stack developer working with Java and React projects for VistaJet.</p>
<!-- <p>Projects developed: <a href="javascript:void(0)" onclick="openNav('moto')">Radio and dispatcher simulator for Mastersite ASTRO® 25</a>, <a href="javascript:void(0)" onclick="openNav('p25')">App Simulator for Mastersite ASTRO® 25</a>, and <a href="javascript:void(0)" onclick="openNav('fellowship')">Fellowship</a></p> -->
</div>
<div class="clearfix"></div>
</div>
<div class="education-agile-w3l two">
<div class="education-agile-w3l-year">
<h4>Jun 2015 - Dec 2017</h4>
<h6>Software Developer and Team Coordinator</h6>
</div>
<div class="education-agile-w3l-info">
<h4>LTIA - Unesp</h4>
<p>Bauru - SP - Brazil</p>
<p>Volunteer software developer and team coordinator of high-end projects using innovative technology. </p>
<p>Projects developed: <a href="javascript:void(0)" onclick="openNav('moto')">Radio and dispatcher simulator for Mastersite ASTRO® 25</a>, <a href="javascript:void(0)" onclick="openNav('p25')">App Simulator for Mastersite ASTRO® 25</a>, and <a href="javascript:void(0)" onclick="openNav('fellowship')">Fellowship</a></p>
</div>
<div class="clearfix"></div>
</div>
<div class="education-agile-w3l three">
<div class="education-agile-w3l-year">
<h4>May 2014 - Aug 2014</h4>
<h6>Summer Intern</h6>
</div>
<div class="education-agile-w3l-info">
<h4>University of Toronto</h4>
<p>Toronto - ON - Canada</p>
<p>Summer internship at the <a href="http://www.utm.utoronto.ca/milsteinlab/" target="_blank">Milstein Laboratory for Biological Physics</a> of the University of Toronto Mississauga, under the supervision of Professor Joshua N. Milstein.</p>
<p>Projects developed: <a href="javascript:void(0)" onclick="openNav('filter')">Fast Temporal Median Filter for ImageJ</a></p>
</div>
<div class="clearfix"></div>
</div>
<div class="education-agile-w3l">
<div class="education-agile-w3l-year">
<h4>Jan 2010 - Jul 2010</h4>
<h6>Intern</h6>
</div>
<div class="education-agile-w3l-info">
<h4>Bauru City Hall</h4>
<p>Bauru - SP - Brazil</p>
<p>Internship at the IT department of Bauru City Hall, responsible for providing technical support for government employees.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
<!-- //experience -->
<!-- /gallery-->
<div class="portfolio" id="gallery">
<div class="container">
<h3 class="w3l_head">My Projects</h3>
<!-- <p class="w3ls_head_para">See My Works</p> -->
<div class="agileits_portfolio_grids">
<div class="col-md-4 agileits_portfolio_grid">
<div id="moto" class="overlay-pro">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav('moto')"><img src="images/close.png"></a>
<div class="overlay-pro-content">
<h1>Radio and dispatcher simulator for Mastersite ASTRO® 25</h1>
<img src="images/moto.jpg" alt="Radio and dispatcher simulator for Mastersite ASTRO® 25">
<p>Developed at LTIA for Motorola Solutions, it is a multi-user application that simulates a series of portable and mobile radios and their interactions with the dispatcher software used by Motorola Solutions. The application was developed using HTML, CSS, JavaScript, Vue.js, and Node.js by a team of 10 people, where I was the coordinator of the front-end team.</p>
</div>
</div>
<span onclick="openNav('moto')" style="cursor:pointer;">
<div class="agileinfo_portfolio_grid hovereffect">
<img src="images/moto.jpg" alt=" " class="img-responsive">
<div class="overlay">
<h4>Radio simulator for Mastersite ASTRO® 25</h4>
</div>
</a>
</div>
</span>
<div id="fellowship" class="overlay-pro">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav('fellowship')"><img src="images/close.png"></a>
<div class="overlay-pro-content">
<h1>Fellowship</h1>
<img src="images/fellowship.jpg" alt="Fellowship">
<p>Fellowship is a web app developed during the 2016 hack.summit() hackathon. It is a tool for project management and organization of development teams using the concept of gamification.</p>
<a href="https://github.com/ltiaunesp/Fellowship" target="_blank">GitHub</a>
</div>
</div>
<span onclick="openNav('fellowship')" style="cursor:pointer;">
<div class="agileinfo_portfolio_grid hovereffect">
<img src="images/fellowship.jpg" alt=" " class="img-responsive">
<div class="overlay">
<h4>Fellowship</h4>
</div>
</a>
</div>
</span>
</div>
<div class="col-md-4 agileits_portfolio_grid">
<div id="tcc" class="overlay-pro">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav('tcc')"><img src="images/close.png"></a>
<div class="overlay-pro-content">
<h1>Server and web app for storing and analyzing location data from mobile devices</h1>
<img src="images/tcc.jpg" alt="Server and web app for storing and analyzing location data from mobile devices">
<p>The internet of things is increasingly present in our daily lives, with an increasing number of devices connected to the internet. To efficiently handle the large amount of data generated by all these devices, it is necessary to use big data tools. In addition, since the traditional GPS signal is not suitable for locating devices indoors, this project aimed to develop a server and Web application for storing and viewing location data of devices generated from a series of Wi-Fi or bluetooth sensors fixed at predetermined points inside a building. A cluster was developed using Elastic Compute Cloud servers from Amazon Web Services, with Spark installed and configured to work alongside MySQL, and the prototype of a Web application, made in NodeJS, to connect to the servers and display the data stored in the database.</p>
<p>Advisor: Prof. Dr. Eduardo Martins Morgado</p>
<a href="https://github.com/marcelocordeiro/TCC2016" target="_blank">GitHub</a>
</div>
</div>
<span onclick="openNav('tcc')" style="cursor:pointer;">
<div class="agileinfo_portfolio_grid hovereffect">
<img src="images/tcc.jpg" alt=" " class="img-responsive">
<div class="overlay">
<h4>Undergraduate Thesis</h4>
</div>
</a>
</div>
</span>
<div id="filter" class="overlay-pro">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav('filter')"><img src="images/close.png"></a>
<div class="overlay-pro-content">
<h1>Fast Temporal Median Filter for ImageJ</h1>
<img src="images/filter.jpg" alt="Fast Temporal Median Filter for ImageJ">
<p>This ImageJ plugin was developed for the Milstein Lab at the University of Toronto, with the help of Professor Josh Milstein during the summer of 2014, as part of the Science Without Borders research opportunity program.</p><p>This plugin uses a variant of the Huang algorithm to quickly determine the temporal median of each pixel across a number of frames within an image stack. The program then creates a new stack with the running median subtracted.</p>
<a href="https://github.com/marcelocordeiro/MedianFilter-ImageJ" target="_blank">GitHub</a>
</div>
</div>
<span onclick="openNav('filter')" style="cursor:pointer;">
<div class="agileinfo_portfolio_grid hovereffect">
<img src="images/filter.jpg" alt=" " class="img-responsive">
<div class="overlay">
<h4>Fast Temporal Median Filter for ImageJ</h4>
</div>
</a>
</div>
</span>
</div>
<div class="col-md-4 agileits_portfolio_grid">
<div id="p25" class="overlay-pro">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav('p25')"><img src="images/close.png"></a>
<div class="overlay-pro-content">
<h1>App Simulator for Mastersite ASTRO® 25</h1>
<img src="images/p25.jpg" alt="App Simulator for Mastersite ASTRO® 25">
<p>This project, developed for Motorola Solutions, consists of a simulator of a suite of applications used for radio management, in addition to a booklet to teach the user how to use the system. The project brings together a set of 12 applications that resemble the original system in all aspects. The simulator was developed by a team of 14 people, using HTML, CSS, JavaScript, Node.js, MongoDB, and C#.</p>
</div>
</div>
<span onclick="openNav('p25')" style="cursor:pointer;">
<div class="agileinfo_portfolio_grid hovereffect">
<img src="images/p25.jpg" alt=" " class="img-responsive">
<div class="overlay">
<h4>App Simulator for Mastersite ASTRO® 25</h4>
</div>
</a>
</div>
</span>
<div id="if" class="overlay-pro">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav('if')"><img src="images/close.png"></a>
<div class="overlay-pro-content">
<h1>Flowchart Interpreter</h1>
<img src="images/if-full.jpg" alt="">
<p>The Flowchart Interpreter, or IF, was developed as a requirement to complete the course of IT technician. Developed with HTML, CSS, JavaScript, and PHP, it is a web system for instant assembly and interpretation of flowcharts.</p>
</div>
</div>
<span onclick="openNav('if')" style="cursor:pointer;">
<div class="agileinfo_portfolio_grid hovereffect">
<img src="images/if.jpg" alt=" " class="img-responsive">
<div class="overlay">
<h4>Flowchart Interpreter</h4>
</div>
</a>
</div>
</span>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //gallery -->
<!--counter-->
<div id="counter" class="counter">
<div class="container">
<h3 class="w3l_head two">My Hobbies & Interests</h3>
<!--count-down -->
<div class="count">
<div class="col-md-3 agile_count_grid">
<span class="glyphicon glyphicon-off" aria-hidden="true"></span>
<h5>COFFEE</h5>
</div>
<div class="col-md-3 agile_count_grid">
<span class="glyphicon glyphicon-plane" aria-hidden="true"></span>
<h5>TRAVELLING</h5>
</div>
<div class="col-md-3 agile_count_grid c3">
<span class="glyphicon glyphicon-film" aria-hidden="true"></span>
<h5>CINEMA</h5>
</div>
<div class="col-md-3 agile_count_grid c4">
<span class="glyphicon glyphicon-music" aria-hidden="true"></span>
<h5>MUSIC</h5>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!--counter-->
<!-- mail -->
<div class="mail" id="mail">
<div class="container">
<h3 class="w3l_head w3l_head1">Contact Me</h3>
<p class="w3ls_head_para w3ls_head_para1">You can contact me by e-mail or social media</p>
<div class="service-agileits">
<div class="col-md-4 list-gds text-center">
<a href="mailto:[email protected]">
<i class="fa fa-envelope" aria-hidden="true" style="color: #111"></i>
<h4>E-mail</a></h4>
</div>
<div class="col-md-4 list-gds text-center">
<a href="https://github.com/marcelocordeiro/" target="_blank">
<i class="fa fa-github-square" aria-hidden="true" style="color: #111"></i>
<h4>GitHub</a></h4>
</div>
<div class="col-md-4 list-gds text-center">
<a href="https://www.linkedin.com/in/marceloacordeiro/" target="_blank">
<i class="fa fa-linkedin-square" aria-hidden="true" style="color: #111"></i>
<h4>LinkedIn</a></h4>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- //mail -->
<!-- footer -->
<div class="w3l_footer">
<div class="container">
<div class="w3ls_footer_grids">
<div class="w3ls_footer_grid">
<a href="https://goo.gl/maps/Pk5PQFVXhCn" target="_blank">
<div class="col-md-4 w3ls_footer_grid_left">
<div class="w3ls_footer_grid_leftl">
<i class="fa fa-map-marker" aria-hidden="true"></i>
</div>
<div class="w3ls_footer_grid_leftr">
<h4>Location</h4>
<p>São Carlos - SP - Brazil</p>
</div>
<div class="clearfix"> </div>
</div>
</a>
<a href="mailto:[email protected]">
<div class="col-md-4 w3ls_footer_grid_left">
<div class="w3ls_footer_grid_leftl">
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div class="w3ls_footer_grid_leftr">
<h4>E-mail</h4>
<p>[email protected]</p>
</div>
<div class="clearfix"> </div>
</div>
</a>
<a href="tel:+55 14 98183-4090">
<div class="col-md-4 w3ls_footer_grid_left">
<div class="w3ls_footer_grid_leftl">
<i class="fa fa-phone" aria-hidden="true"></i>
</div>
<div class="w3ls_footer_grid_leftr">
<h4>Call Me</h4>
<p>+55 14 98183-4090</p>
</div>
<div class="clearfix"> </div>
</div>
</a>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="w3l_footer_pos">
<p>© 2018 Marcelo Cordeiro</p>
</div>
</div>
<!-- //footer -->
<!-- js files -->
<script src="js/jquery-2.2.3.min.js"></script>
<script src="js/pie-chart.js" type="text/javascript"></script>
<script src="js/pdfobject.js"></script>
<script type="text/javascript">
function openResume() {
openNav("resume");
PDFObject.embed("downloads/Resume.pdf", "#resume_view");
}
function openNav(id_nav) {
document.getElementById(id_nav).style.width = "100%";
}
function closeNav(id_nav) {
document.getElementById(id_nav).style.width = "0%";
}
$(document).ready(function () {
$('#demo-pie-1').pieChart({
barColor: '#44c7f4',
trackColor: '#fff',
lineCap: 'round',
lineWidth: 8,
onStep: function (from, to, percent) {
$(this.element).find('.pie-value').text(Math.round(percent) + '%');
}
});
$('#demo-pie-2').pieChart({
barColor: '#44c7f4',
trackColor: '#fff',
lineCap: 'butt',
lineWidth: 8,
onStep: function (from, to, percent) {
$(this.element).find('.pie-value').text(Math.round(percent) + '%');
}
});
$('#demo-pie-3').pieChart({
barColor: '#44c7f4',
trackColor: '#fff',
lineCap: 'square',
lineWidth: 8,
onStep: function (from, to, percent) {
$(this.element).find('.pie-value').text(Math.round(percent) + '%');
}
});
$('#demo-pie-4').pieChart({
barColor: '#44c7f4',
trackColor: '#fff',
lineCap: 'square',
lineWidth: 8,
onStep: function (from, to, percent) {
$(this.element).find('.pie-value').text(Math.round(percent) + '%');
}
});
$('#demo-pie-5').pieChart({
barColor: '#44c7f4',
trackColor: '#fff',
lineCap: 'square',
lineWidth: 8,
onStep: function (from, to, percent) {
$(this.element).find('.pie-value').text(Math.round(percent) + '%');
}
});
$('#demo-pie-6').pieChart({
barColor: '#44c7f4',
trackColor: '#fff',
lineCap: 'square',
lineWidth: 8,
onStep: function (from, to, percent) {
$(this.element).find('.pie-value').text(Math.round(percent) + '%');
}
});
$('#demo-pie-7').pieChart({
barColor: '#44c7f4',
trackColor: '#fff',
lineCap: 'square',
lineWidth: 8,
onStep: function (from, to, percent) {
$(this.element).find('.pie-value').text(Math.round(percent) + '%');
}
});
$('#demo-pie-8').pieChart({
barColor: '#44c7f4',
trackColor: '#fff',
lineCap: 'square',
lineWidth: 8,
onStep: function (from, to, percent) {
$(this.element).find('.pie-value').text(Math.round(percent) + '%');
}
});
$('#demo-pie-9').pieChart({
barColor: '#44c7f4',
trackColor: '#fff',
lineCap: 'square',
lineWidth: 8,
onStep: function (from, to, percent) {
$(this.element).find('.pie-value').text(Math.round(percent) + '%');
}
});
});
</script>
<script src="js/responsiveslides.min.js"></script>
<script>
// You can also use "$(window).load(function() {"
$(function () {
// Slideshow 4
$("#slider3").responsiveSlides({
auto: true,
pager:true,
nav:false,
speed: 500,
namespace: "callbacks",
before: function () {
$('.events').append("<li>before event fired.</li>");
},
after: function () {
$('.events').append("<li>after event fired.</li>");
}
});
});
</script>
<!-- js -->
<script src="js/jquery.tools.min.js"></script>
<script src="js/jquery.mobile.custom.min.js"></script>
<script src="js/jquery.cm-overlay.js"></script>
<script>
$(document).ready(function(){
$('.cm-overlay').cmOverlay();
});
</script>
<script src="js/bars.js"></script>
<!-- start-smoth-scrolling -->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<!-- start-smoth-scrolling -->
<!-- //js -->
<script src="js/bootstrap.js"></script>
<!-- //for bootstrap working -->
<!-- here stars scrolling icon -->
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<!-- //here ends scrolling icon -->
</body>
</html>