-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
644 lines (591 loc) · 33.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
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
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-144007742-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-144007742-1');
</script>
<title>Jonathan Peris</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Jonathan Peris">
<meta name="author" content="Jonathan Peris">
<!-- Facebook Meta -->
<meta property="og:locale" content="pt_BR">
<meta property="og:url" content="https://jonathanperis.github.io">
<meta property="og:title" content="Jonathan Peris">
<meta property="og:site_name" content="Jonathan Peris">
<meta property="og:description" content="I like to work with new technologies, always studying to maintain the best possible pattern of development combining robustness with simplicity.">
<meta property="og:image" content="https://jonathanperis.github.io/assets/images/profile-image-sharing.jpg">
<meta property="og:image:type" content="image/jpg">
<meta property="og:image:width" content="460">
<meta property="og:image:height" content="844">
<meta property="og:type" content="website">
<!-- <link rel="shortcut icon" href="assets/favicon.ico"> -->
<link rel="shortcut icon" href="assets/favicon.svg">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles-13.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header class="header">
<div class="top-bar container-fluid">
<div class="actions">
<a class="btn hidden-xs" href="mailto:[email protected]"><i class="fa fa-paper-plane" aria-hidden="true"></i> Hire me!</a>
<a class="btn" href="assets/cv/cv_jonathan_peris.pdf" download><i class="fa fa-download" aria-hidden="true"></i> Download my Resume</a>
</div>
<!--//actions-->
<ul class="social list-inline">
<li><a href="https://www.linkedin.com/in/jonathan-peris/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
<li>
<a href="https://twitter.com/jperis_silva" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://github.com/jonathanperis" target="_blank"><i class="fa fa-github-alt" aria-hidden="true"></i></a>
</li>
</ul>
<!--//social-->
</div>
<!--//top-bar-->
<div class="intro">
<div class="container text-center">
<img class="profile-image" src="assets/images/profile-image.png" alt="">
<h1 class="name">Jonathan Peris</h1>
<div class="title">.NET Developer</div>
<div class="profile">
<p>As an experienced dotnet developer, I have a strong track record of delivering high-quality software solutions. My expertise spans the entire dotnet ecosystem, from legacy platforms like web forms to the latest cutting-edge technologies like dotnet core, the new dotnet, and MAUI.</p>
<p>In addition to my technical skills, I have extensive knowledge of various software development patterns and architectures, including Clean Code, CQRS, DDD, Microservices, Cloud Native Applications, and Hexagonal Architecture. I believe in the importance of writing clean, maintainable code and using patterns and architectures that promote scalability, modularity, and flexibility.</p>
<p>While my focus is currently on dotnet development, I am also interested in exploring the potential applications of Rust, a modern programming language that offers unique benefits such as memory safety, concurrency, and high performance. I believe that learning new languages and technologies is essential to staying at the forefront of the ever-evolving software development industry.</p>
<p>I am passionate about dotnet development and stay up-to-date with the latest technologies and best practices in the field. I have worked on a wide range of dotnet projects, from small-scale applications to complex enterprise solutions, and I always strive to deliver the best possible results for my clients and end-users.</p>
<p>I thrive in fast-paced environments where I can work collaboratively with cross-functional teams to deliver software that exceeds expectations. My ability to communicate technical concepts in a clear and concise manner has made me an effective problem solver and leader.</p>
<p>If you are looking for a highly skilled and dedicated dotnet developer who has a strong understanding of software development patterns and architectures and a willingness to explore new technologies, I would love to hear from you.</p>
</div>
<!--//profile-->
</div>
<!--//container-->
</div>
<!--//intro-->
<div class="contact-info">
<div class="container text-center">
<ul class="list-inline">
<li class="email">
<i class="fa fa-envelope"></i><a href="mailto:[email protected]">[email protected]</a>
</li>
<li>
<i class="fa fa-phone"></i> <a href="tel: +55 11 96350-5359">+55 11 96350-5359</a>
</li>
</ul>
</div>
<!--//container-->
</div>
<!--//contact-info-->
<div class="page-nav-space-holder hidden-xs">
<div id="page-nav-wrapper" class="page-nav-wrapper text-center">
<div class="container">
<ul id="page-nav" class="nav page-nav list-inline">
<li>
<a class="scrollto" href="#experiences-section">Experiences</a>
</li>
<li>
<a class="scrollto" href="#education-section">Education</a>
</li>
<li>
<a class="scrollto" href="#skills-section">Skills</a>
</li>
<li>
<a class="scrollto" href="#testimonials-section">Testimonials</a>
</li>
<li>
<a class="scrollto" href="#portfolio-section">Portfolio</a>
</li>
<li>
<a class="scrollto" href="#contact-section">Contact</a>
</li>
</ul>
<!--//page-nav-->
</div>
</div>
<!--//page-nav-wrapper-->
</div>
</header>
<!--//header-->
<div class="wrapper container">
<section id="experiences-section" class="experiences-section section">
<h2 class="section-title">
Work Experiences
</h2>
<div class="timeline">
<div class="item">
<div class="work-place">
<h3 class="place"><a href="https://www.t-systems.com/br/pt/" target="_blank">KnowFully Learning Group</a></h3>
<div class="location"><i class="fa fa-map-marker" aria-hidden="true"></i>Pensilvânia, US</div>
</div>
<div class="job-meta">
<div class="title">Software Engineer</div>
<div class="time">2021 - 2023</div>
</div>
<!--//job-meta-->
<div class="job-desc">
<p>
Knowfully provides a professional education platform for various segments. One of the most used undergraduate courses on the platform is the CPA, used by millions of people throughout the year.
</p>
<ul>
<li>Development and maintenance of the ExamReview platform including infrastructure and Mobile Development</li>
<li>Development and maintenance of the CMS platform that feeds all the content related to use for thousands of students on LMS</li>
<li>Development and maintenance of the Admin platform that which does all the actual access administration and access hierarchy structuring of the LMS</li>
</ul>
</div>
<!--//job-desc-->
</div>
<!--//item-->
<div class="item">
<div class="work-place">
<h3 class="place"><a href="https://www.t-systems.com/br/pt/" target="_blank">XP Investments US</a></h3>
<div class="location"><i class="fa fa-map-marker" aria-hidden="true"></i>Miami, US</div>
</div>
<div class="job-meta">
<div class="title">Software Engineer</div>
<div class="time">2021 - 2022</div>
</div>
<!--//job-meta-->
<div class="job-desc">
<p>
XP Investments is a Brazilian stockbroker. It is one of the largest independent brokers in Brazil.
</p>
<ul>
<li>Maintenance and new functionalities related to the robot for the automation of international transfers between XP accounts, through Pershing's Netx360 platform.</li>
</ul>
</div>
<!--//job-desc-->
</div>
<!--//item-->
<div class="item">
<div class="work-place">
<h3 class="place"><a href="https://www.t-systems.com/br/pt/" target="_blank">T-Systems do Brasil</a></h3>
<div class="location"><i class="fa fa-map-marker" aria-hidden="true"></i>São Bernardo do Campo, Brazil</div>
</div>
<div class="job-meta">
<div class="title">.NET Developer</div>
<div class="time">2018 - 2021</div>
</div>
<!--//job-meta-->
<div class="job-desc">
<p>
T-Systems is the official Mercedes-Benz worldwide support company, acting as the company-wide IT
partner.
</p>
<ul>
<li>Developing mileage control apps for trucks inside the factory</li>
<li>Developing institutional and intranet apps</li>
</ul>
</div>
<!--//job-desc-->
</div>
<!--//item-->
<div class="item">
<div class="work-place">
<h3 class="place"><a href="http://www.5aattiva.com.br/" target="_blank">5A Attiva</a></h3>
<div class="location"><i class="fa fa-map-marker" aria-hidden="true"></i>São Paulo, Brazil</div>
</div>
<div class="job-meta">
<div class="title">.NET Developer</div>
<div class="time">2017 - 2018</div>
</div>
<!--//job-meta-->
<div class="job-desc">
<p>5A Attiva maintains all internal Amil clinical systems in hospitals and clinics in Brazil.</p>
<ul>
<li>Developing hospital internal control applications</li>
<li>Proof of concept for prospecting purposes for other consulting clients</li>
</ul>
</div>
<!--//job-desc-->
</div>
<!--//item-->
<div class="item">
<div class="work-place">
<h3 class="place"><a href="https://www.sonda.com/br/" target="_blank">Sonda IT</a></h3>
<div class="location"><i class="fa fa-map-marker" aria-hidden="true"></i>São Paulo, Brazil</div>
</div>
<div class="job-meta">
<div class="title">.NET Developer</div>
<div class="time">2015 - 2017</div>
</div>
<!--//job-meta-->
<div class="job-desc">
<p>
SONDA is a leader in systems integration and IT services provider in Latin America.
</p>
<ul>
<li>Development of the second version of the label generation system for all Leroy Merlin stores</li>
<li>Development of the expansion of Leroy Merlin's business operations management system</li>
</ul>
</div>
<!--//job-desc-->
</div>
<!--//item-->
<div class="item">
<div class="work-place">
<h3 class="place"><a href="http://conectaservicos.com.br/" target="_blank">Conecta Serviços</a></h3>
<div class="location"><i class="fa fa-map-marker" aria-hidden="true"></i>São Paulo, Brazil</div>
</div>
<div class="job-meta">
<div class="title">.NET Developer</div>
<div class="time">2013 - 2015</div>
</div>
<!--//job-meta-->
<div class="job-desc">
<p>
Brazilian company in the segment of cellular insurance, operating in the segment of sale, after sales of
insurance and repair of handsets.
</p>
<ul>
<li>
Development of the application of insurance sales to major insurers in the country, such as
Zurich, Assurant, Mapfre and Cardif
</li>
<li>
Development and integration of the SIGEP WEB service (Post Office). Responsible for issuing
and tickets for posts and return of objects
</li>
</ul>
</div>
<!--//job-desc-->
</div>
<!--//item-->
<div class="item">
<div class="work-place">
<h3 class="place"><a href="http://sabesp.com.br/" target="_blank">Sabesp</a></h3>
<div class="location"><i class="fa fa-map-marker" aria-hidden="true"></i>Diadema, Brazil</div>
</div>
<div class="job-meta">
<div class="title">Tech. Support Professional</div>
<div class="time">2011 - 2013</div>
</div>
<!--//job-meta-->
<div class="job-desc">
<p>State company in the water supply and sanitation segment.</p>
<ul>
<li>Learning how to configure the AD Console</li>
<li>Learning how to configure virtual machines</li>
<li>Learning how to handle the contingency of company backups</li>
<li>Learning in LDAP configuration</li>
<li>Participation in the development of the process system of the company</li>
</ul>
</div>
<!--//job-desc-->
</div>
<!--//item-->
</div>
<!--//timeline-->
</section>
<!--//section-->
<section id="education-section" class="education-section section">
<h2 class="section-title">Education</h2>
<div class="row">
<div class="item col-xs-12 col-sm-6">
<div class="item-inner">
<h3 class="degree"><a href="http://uniesp.edu.br/" target="_blank">Bachelor of Technology</a></h3>
<div class="education-body">
UNIESP - União das Instituições Educacionais do Estado de São Paulo
</div>
<!--//education-body-->
<div class="time">2011 - 2013</div>
<div class="desc">
UNIESP guides its activities based on the concepts of vocation for teaching, through a Solidary Education taught in the most diverse areas, courses and qualifications.
</div>
</div>
<!--//item-inner-->
</div>
<!--//item-->
<div class="item col-xs-12 col-sm-6">
<div class="item-inner">
<h3 class="degree"><a href="http://culturainglesasp.com.br/" target="_blank">English</a></h3>
<div class="education-body">
Cultura Inglesa
</div>
<!--//education-body-->
<div class="time">2010</div>
<div class="desc">
English with culture, technology and, mainly, academic excellence. These are the pillars of the work developed by Cultura Inglesa.
</div>
</div>
<!--//item-inner-->
</div>
<!--//item-->
</div>
<!--//row-->
</section>
<!--//section-->
<section id="skills-section" class="skills-section section text-center">
<h2 class="section-title">Professional Skills</h2>
<div class="top-skills">
<h3 class="subtitle">
Top Skills
</h3>
<div class="row">
<div class="item col-xs-12 col-sm-4">
<div class="item-inner">
<div class="chart-easy-pie text-center">
<div class="chart-theme-1 chart" data-percent="84"><span>84</span>%</div>
</div>
<h4 class="skill-name">.NET Framework & .NET Core</h4>
<div class="level">Expert, 5 years</div>
<!--<div class="desc">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient
</div>-->
</div>
<!--//item-inner-->
</div>
<!--//item-->
<div class="item col-xs-12 col-sm-4">
<div class="item-inner">
<div class="chart-easy-pie text-center">
<div class="chart-theme-1 chart" data-percent="63"><span>63</span>%</div>
</div>
<h4 class="skill-name">JavaScript</h4>
<div class="level">Expert, 4 years</div>
<!--<div class="desc">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient
</div>-->
</div>
<!--//item-inner-->
</div>
<!--//item-->
<div class="item col-xs-12 col-sm-4">
<div class="item-inner">
<div class="chart-easy-pie text-center">
<div class="chart-theme-1 chart" data-percent="39"><span>39</span>%</div>
</div>
<h4 class="skill-name">Angular & Ionic Framework</h4>
<div class="level">Advanced, 1 year</div>
<!--<div class="desc">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient
</div>-->
</div>
<!--//item-inner-->
</div>
<!--//item-->
</div>
<!--//row-->
</div>
<!--//top-skills-->
<div class="other-skills">
<h3 class="subtitle">
Other Skills
</h3>
<div class="misc-skills">
<span class="skill-tag">ASP.NET Web Forms</span>
<span class="skill-tag">ASP.NET MVC</span>
<span class="skill-tag">ASP.NET Core</span>
<span class="skill-tag">SignalR</span>
<span class="skill-tag">Jquery</span>
<br>
<span class="skill-tag">Ajax</span>
<span class="skill-tag">Html</span>
<span class="skill-tag">CSS</span>
<span class="skill-tag">Bootstrap</span>
<br>
<span class="skill-tag">C#</span>
<span class="skill-tag">WCF Service</span>
<span class="skill-tag">Windows Service</span>
<span class="skill-tag">Entity Framework</span>
<span class="skill-tag">Linq to SQL</span>
<span class="skill-tag">Web API</span>
<br>
<span class="skill-tag">Azure Services</span>
<span class="skill-tag">Entity Framework Core</span>
<span class="skill-tag">SQL Server</span>
<span class="skill-tag">SQLite</span>
<br>
<span class="skill-tag">Angular</span>
<span class="skill-tag">Ionic Framework</span>
<span class="skill-tag">Xamarin</span>
<br>
<span class="skill-tag">Git</span>
<span class="skill-tag">SVN</span>
<span class="skill-tag">Source Safe</span>
<span class="skill-tag">Team Foundation Services</span>
<span class="skill-tag">GitHub Enterprise</span>
</div>
</div>
<!--//other-skills-->
</section>
<!--//skills-section-->
<section id="testimonials-section" class="testimonials-section section">
<h2 class="section-title">Testimonials</h2>
<div id="testimonials-carousel" class="testimonials-carousel carousel slide" data-interval="8000">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#testimonials-carousel" data-slide-to="0" class="active"></li>
<li data-target="#testimonials-carousel" data-slide-to="1"></li>
<li data-target="#testimonials-carousel" data-slide-to="2"></li>
<li data-target="#testimonials-carousel" data-slide-to="3"></li>
<li data-target="#testimonials-carousel" data-slide-to="4"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<blockquote class="quote">
<i class="fa fa-quote-left"></i>
<p>Jonathan is a very good professional, with easy treatment and a great pro-activity. Always updated and looking for the best ways to help the company in the problems of the day to day.</p>
</blockquote>
<div class="source">
<div class="name">Anezio Nunes</div>
<div class="position">Sr. Development Analyst, Conecta Serviços</div>
</div>
<!--//source-->
</div>
<!--//item-->
<div class="item">
<blockquote class="quote">
<p><i class="fa fa-quote-left"></i>Good organization, responsible, performs well the routine tasks, availability according to the needs.</p>
</blockquote>
<div class="source">
<div class="name">Adriana Xavier</div>
<div class="position">Project Manager, Sabesp</div>
</div>
<!--//source-->
</div>
<!--//item-->
<div class="item">
<blockquote class="quote">
<p><i class="fa fa-quote-left"></i>Student Jonathan Peris in Education exceeds expectations in terms of responsibility in designated bonds, personal development, group articulation and specific knowledge and developed during the course. I have complete confidence in recommending you to a position where you develop the features and functions related to application development and tools with the skills developed in the course.</p>
</blockquote>
<div class="source">
<div class="name">Reinaldo Galvani</div>
<div class="position">Professor, UNIESP</div>
</div>
<!--//source-->
</div>
<!--//item-->
<div class="item">
<blockquote class="quote">
<p><i class="fa fa-quote-left"></i>Jonathan is a well above average student, demonstrated deep technical knowledge and great ability of logical reasoning. He has initiative and leadership ability and ends up enriching the works with his deep knowledge in Programming and Business Rule. He has great affinity with the technical subjects, works well in groups, accepts challenges and fulfills responsibilities.</p>
</blockquote>
<div class="source">
<div class="name">Alexandro Rocha</div>
<div class="position">Professor, UNIESP</div>
</div>
<!--//source-->
</div>
<!--//item-->
<div class="item">
<blockquote class="quote">
<p><i class="fa fa-quote-left"></i>Student Jonathan demonstrated good group work and skills in relating content from different areas of knowledge. Has initiative and leadership ability and ends up enriching the works with his deep knowledge in programming and design.</p>
</blockquote>
<div class="source">
<div class="name">Henry Garcia</div>
<div class="position">Professor, UNIESP</div>
</div>
<!--//source-->
</div>
<!--//item-->
</div>
<!--//carousel-inner-->
</div>
<!--//testimonials-carousel-->
</section>
<!--//section-->
<section id="portfolio-section" class="portfolio-section section">
<h2 class="section-title">Portfolio</h2>
<div class="items-wrapper isotope row">
<div class="item col-md-3 col-xs-6 ">
<div class="item-inner">
<figure class="figure">
<img class="img-responsive" src="assets/images/portfolio/portfolio-1.png" alt="" />
</figure>
<div class="content text-left">
<h3 class="sub-title"><a href="#">Control of Notes</a></h3>
<div class="meta">ASP.NET Core</div>
<div class="action">
<a href="#">View on Azure</a>
</div>
</div>
<!--//content-->
<a class="link-mask" href="https://cpnucleo-mvc.azurewebsites.net" target="_blank"></a>
</div>
<!--//item-inner-->
</div>
<!--//item-->
</div>
<!--//item-wrapper-->
</section>
<!--//section-->
<section id="contact-section" class="contact-section section">
<h2 class="section-title">
Get in Touch
</h2>
<div class="intro">
<img class="profile-image" src="assets/images/profile-image.png" alt="">
<div class="dialog">
<!--<p>I'm currently taking on freelance work. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.</p>-->
<p>
<strong>
I can help with the following:
</strong>
</p>
<ul class="list-unstyled service-list">
<li><i class="fa fa-check" aria-hidden="true"></i> Developing Xamarin apps</li>
<li><i class="fa fa-check" aria-hidden="true"></i> Developing Ionic Framework apps</li>
<li><i class="fa fa-check" aria-hidden="true"></i> Developing Websites with Bootstrap</li>
<li><i class="fa fa-check" aria-hidden="true"></i> Developing Back-end APIs with .NET Core</li>
</ul>
<p>
Drop me a line at <a href="mailto:[email protected]">[email protected]</a> or call me at <a href="tel: +55 11 96350-5359">+55 11 96350-5359</a>
</p>
<ul class="social list-inline">
<li><a href="https://www.linkedin.com/in/jonathan-peris/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
<li>
<a href="https://twitter.com/jperis_silva" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://github.com/jonathanperis" target="_blank"><i class="fa fa-github-alt" aria-hidden="true"></i></a>
</li>
</ul>
<!--//social-->
</div>
<!--//diaplog-->
</div>
<!--//intro-->
</section>
<!--//section-->
</div>
<!--//wrapper-->
<footer class="footer text-center">
<div class="container">
<small class="copyright">Copyright © 2017-2023 Jonathan Peris, All rights reserved.</small>
</div>
<!--//container-->
</footer>
<!-- Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/back-to-top.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="assets/plugins/easy-pie-chart/dist/jquery.easypiechart.min.js"></script>
<script type="text/javascript" src="assets/plugins/imagesloaded.pkgd.min.js"></script>
<script type="text/javascript" src="assets/plugins/isotope.pkgd.min.js"></script>
<!-- custom js -->
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>