-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
643 lines (547 loc) · 31.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
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
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!-->
<html class="no-js" lang="en">
<head>
<!-- HotJar Tracking Code -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:173193,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<!-- Basic page needs -->
<meta charset="utf-8">
<title>Cesar A. Nogueira - Cloud DevOps Engineer</title>
<meta name="description" content="Cesar Augusto Nogueira - IT Consulting Services">
<meta name="author" content="Cesar Augusto Nogueira">
<meta name="keywords" content="Cesar Augusto Nogueira, devops engineer, cloud architect, developer, java, python, software analyst">
<!-- Navigation bar Chrome color theme -->
<meta name="theme-color" content="#070708">
<!-- Mobile specific metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS -->
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/vendor.css">
<!-- Scripts -->
<script defer src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
<script defer src="js/vendor/fontawesome/all.min.js"></script>
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="./site.webmanifest">
</head>
<body id="top" class="ss-preload">
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Header -->
<header class="s-header">
<div class="row s-header__nav-wrap">
<nav class="s-header__nav">
<ul>
<li class="current"><a class="smoothscroll" href="#hero">Home</a></li>
<li><a class="smoothscroll" href="#about">About</a></li>
<li><a class="smoothscroll" href="#resume">Resume</a></li>
<!--<li><a class="smoothscroll" href="#portfolio">Works</a></li>-->
<li><a class="smoothscroll" href="#testimonials">LinkedIn Testimonials</a></li>
<li><a class="smoothscroll" href="#contact">Contact</a></li>
</ul>
</nav>
</div>
<!-- Menu Toggle -->
<a class="s-header__menu-toggle" href="#0" title="Menu">
<span class="s-header__menu-icon"></span>
</a>
</header>
<!-- Hero Section -->
<section id="hero" class="s-hero target-section">
<div class="s-hero__bg rellax" data-rellax-speed="-7"></div>
<div class="row s-hero__content">
<div class="column">
<!-- Content about Cesar -->
<div class="s-hero__content-about">
<h1>I'm Cesar A. Nogueira</h1>
<h3>
I'm a <span>Cloud DevOps Engineer</span> with a focus on automating infrastructure, FinOps, and cost optimization strategies across multi-cloud environments.
I help companies of all sizes achieve operational efficiency with cutting-edge cloud technologies.
Let's <a class="smoothscroll" href="#about">start scrolling</a> to learn more <a class="smoothscroll" href="#about">about me</a>.
</h3>
<!-- Social media buttons -->
<div class="s-hero__content-social">
<a href="https://linkedin.com/in/cesarnog" target="_blank">
<i class="fab fa-linkedin" aria-hidden="true"></i>
</a>
<a href="https://github.com/cesarnog" target="_blank">
<i class="fab fa-github" aria-hidden="true"></i>
</a>
<a href="https://x.com/cesarnog_eu" target="_blank">
<i class="fab fa-x-twitter" aria-hidden="true"></i>
</a>
<a href="https://facebook.com/cesarnog" target="_blank">
<i class="fab fa-facebook-square" aria-hidden="true"></i>
</a>
<a href="https://instagram.com/cesarnogcps" target="_blank">
<i class="fab fa-instagram" aria-hidden="true"></i>
</a>
<a href="skype:cesar.nog?dropdown" target="_blank">
<i class="fab fa-skype" aria-hidden="true"></i>
</a>
</div>
</div> <!-- end Content about Cesar -->
</div>
</div> <!-- s-hero__content -->
<!-- Scroll down button -->
<div class="s-hero__scroll">
<a href="#about" class="s-hero__scroll-link smoothscroll">
<span class="scroll-arrow">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M18.707 12.707L17.293 11.293 13 15.586 13 6 11 6 11 15.586 6.707 11.293 5.293 12.707 12 19.414z" />
</svg>
</span>
<span class="scroll-text">Scroll Down</span>
</a>
</div> <!-- s-hero__scroll -->
</section> <!-- end Hero Section -->
<section id="about" class="s-about target-section">
<div class="row">
<div class="column large-3 tab-12">
<img class="s-about__pic" src="images/avatars/cesar_augusto_nogueira.png" alt="Photo of Cesar Augusto Nogueira">
</div>
<div class="column large-9 tab-12 s-about__content">
<h3>About Me</h3>
<p>
IT Professional with more than 10 years of experience in development of Cloud, Devops and Software solutions.
</p>
<p>
2x Google Cloud Certified Professional Cloud Architect
</p>
<p>
1x Google Cloud Associate Cloud Engineer
</p>
<p>
1x Amazon AWS Cloud Practitioner
</p>
<p>
1x Microsoft Azure Fundamentals (AZ-900)
</p>
<p>
Java, Python and PHP Backend Development, Frontend Web HTML5 Development, Scripts (jQuery, Prototype), Agile and Kanban, Oracle Database, MySQL Database, WebServices
</p>
<hr>
<div class="row s-about__content-bottom">
<div class="column w-1000-stack">
<h3>Contact Details</h3>
<p>
Cesar A. Nogueira<br>
<a href="tel:+">+351 937471554</a> <br>
<a href="mailto:
</p>
</div>
<div class="column w-1000-stack">
<a target="_blank" id="btnDownloadCV" href="./curriculum/CV_CesarANogueira_Cloud_EN_US.pdf" class="btn btn--download">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter:"><path d="M12 16L16 11 13 11 13 4 11 4 11 11 8 11z"></path><path d="M20,18H4v-7H2v7c0,1.103,0.897,2,2,2h16c1.103,0,2-0.897,2-2v-7h-2V18z"></path></svg>
Download digital CV
</a>
</div>
</div>
</div>
</div>
</section>
<!-- resume
================================================== -->
<section id="resume" class="s-resume target-section">
<div class="row s-resume__section">
<div class="column large-3 tab-12">
<h3 class="section-header-allcaps">Career</h3>
</div>
<div class="column large-9 tab-12">
<div class="resume-block">
<div class="resume-block__header">
<h4 class="h3">Randstad Digital Portugal</h4>
<p class="resume-block__header-meta">
<span>Cloud FinOps Automation Engineer</span>
<span class="resume-block__header-date">
September 2022 - Present
</span>
</p>
</div>
<p>
As a Cloud FinOps Automation Engineer, I’m responsible for automating cloud financial operations, optimizing cloud resources, and integrating FinOps practices across platforms. I developed rolling forecasts using Google Sheets API, integrated cost management tools such as CloudHealth (VMware), and implemented CI/CD pipelines with CloudBees.
</p>
</div> <!-- end resume-block -->
<div class="resume-block">
<div class="resume-block__header">
<h4 class="h3">ZeroLight LLC</h4>
<p class="resume-block__header-meta">
<span>DevOps Engineer</span>
<span class="resume-block__header-date">
August 2021 - Present
</span>
</p>
</div>
<p>
As a DevOps Engineer, I build and manage cloud-based infrastructure for automotive industry clients. I focus on delivering scalable, resilient, and cost-efficient solutions, leveraging multi-cloud platforms (AWS, GCP) to enhance operational agility.
</p>
</div> <!-- end resume-block -->
<div class="resume-block">
<div class="resume-block__header">
<h4 class="h3">Accenture Interactive Brazil</h4>
<p class="resume-block__header-meta">
<span>Tech Arch Manager</span>
<span class="resume-block__header-date">
August 2020 - July 2021
</span>
</p>
</div>
<p>
Direct involvement in Accenture Interactive projects
</p>
<ul>
<li>Google Cloud: Kubernetes Clusters Setup and Administration</li>
<li> Automation with Jenkins and Spinnaker</li>
<li> Creation of proposals for new possible cloud customers in the São Paulo metro area</li>
<li> Management of technical cloud enablement team activities</li>
<li> Technical interviews focused in Cloud and DevOps with prospected new consultants for Accenture Interactive Brazil</li>
</ul>
</div> <!-- end resume-block -->
<div class="resume-block">
<div class="resume-block__header">
<h4 class="h3">everis Brazil</h4>
<p class="resume-block__header-meta">
<span>Cloud Architect</span>
<span class="resume-block__header-date">
February 2019 - August 2020
</span>
</p>
</div>
<p>
Acting in national and international clients in the creation and maintenance of best
cloud solutions (GCP, AWS, Azure, Oracle Cloud)
</p>
<ul>
<li> Creation of customizable dashboards with New Relic and Google DataStudio </li>
<li> Maintenance of VPC Networks </li>
<li> Management of cloud infrastructure of AndBank, Santander and LATAM Airlines</li>
<li> Sensitive data security (PII) setup</li>
<li> Setup and deploy of monitoring agent tools: NewRelic, PagerDuty, StackStorm</li>
</ul>
</div> <!-- end resume-block -->
<div class="resume-block">
<div class="resume-block__header">
<h4 class="h3">CI&T</h4>
<p class="resume-block__header-meta">
<span>Software Engineer</span>
<span class="resume-block__header-date">
December 2017 - February 2019
</span>
</p>
</div>
<p>
Project for an International Customer from America. Software Development in Java / Node.JS and React.JS contemplating the following technologies: </p>
<ul>
<li>Creation and maintenance of Pipelines made with Apache Beam</li>
<li>Maintenance and deploy of applications in Google App Engine</li>
<li>Creation and maintenance of cronjobs for Google DataFlow</li>
<li>Querying and creating tables for Google Big Query</li>
</ul>
</div> <!-- end resume-block -->
</div>
</div> <!-- s-resume__section -->
<div class="row s-resume__section">
<div class="column large-3 tab-12">
<h3 class="section-header-allcaps">Education</h3>
</div>
<div class="column large-9 tab-12">
<div class="resume-block">
<div class="resume-block__header">
<h4 class="h3">UNIVESP</h4>
<p class="resume-block__header-meta">
<span>Bachelors in Computer Engineering</span>
<span class="resume-block__header-date">
August 2018 - December 2023
</span>
</p>
</div>
<p>
Bachelor's degree in computer engineering in order to accomplish studies fields in the computer area.
</p>
</div> <!-- end resume-block -->
<div class="resume-block">
<div class="resume-block__header">
<h4 class="h3">University of Missouri - Kansas City (UMKC)</h4>
<p class="resume-block__header-meta">
<span>Exchange program: Some courses in Information Systems and Computer Software Engineering</span>
<span class="resume-block__header-date">
July 2013 - September 2014
</span>
</p>
</div>
<p>
Scholarship student of the Brazil Mobility Team in partnership with IIE (Institute of International Education) program - Fall 2013. </p>
</p>
</div> <!-- end resume-block -->
<div class="resume-block">
<div class="resume-block__header">
<h4 class="h3">University of São Carlos (UFSCar)</h4>
<p class="resume-block__header-meta">
<span>Bachelors in Information Systems</span>
<span class="resume-block__header-date">
January 2012 - December 2017
</span>
</p>
</div>
<p>
Full major in Information Systems with minors in Computer Science.</p>
</p>
</div> <!-- end resume-block -->
<div class="resume-block">
<div class="resume-block__header">
<h4 class="h3">University of Campinas (UNICAMP)</h4>
<p class="resume-block__header-meta">
<span>Computer Technician</span>
<span class="resume-block__header-date">
January 2008 - December 2009
</span>
</p>
</div>
<p>
Computer Technician performed in COTUCA (Technical School of Campinas) with focus on Software and Web Development</p>
</p>
</div> <!-- end resume-block -->
</div>
</div> <!-- s-resume__section -->
<div class="row s-resume__section">
<div class="column large-3 tab-12">
<h3 class="section-header-allcaps">Skills</h3>
</div>
<div class="column large-9 tab-12">
<div class="resume-block">
<p>
I am proficient in many different tech areas.
</p>
<p>
Check below a chart of my knowledge in various skills.
</p>
<ul class="skill-bars-fat">
<li><div class="bar-expand progress percent90"></div><strong>Google Cloud (GCP)</strong></li>
<li><div class="bar-expand progress percent85"></div><strong>Amazon AWS</strong></li>
<li><div class="bar-expand progress percent80"></div><strong>Microsoft Azure</strong></li>
<li><div class="bar-expand progress percent80"></div><strong>Oracle Cloud Infrastructure (OCI)</strong></li>
<li><div class="bar-expand progress percent90"></div><strong>Python Development</strong></li>
<li><div class="bar-expand progress percent90"></div><strong>Java Development</strong></li>
<li><div class="bar-expand progress percent80"></div><strong>Terraform</strong></li>
<li><div class="bar-expand progress percent85"></div><strong>CI/CD Automation (Jenkins, CloudBees)</strong></li>
<li><div class="bar-expand progress percent75"></div><strong>Docker & Kubernetes</strong></li>
</ul>
</div> <!-- end resume-block -->
</div>
</div> <!-- s-resume__section -->
</section> <!-- end s-resume -->
<!-- testimonials
================================================== -->
<section id="testimonials" class="s-testimonials target-section">
<div class="s-testimonials__bg"></div>
<div class="row s-testimonials__header">
<div class="column large-12">
<h3>Hear from People that Worked with me</h3>
</div>
</div>
<div class="row s-testimonials__content">
<div class="column">
<div class="swiper-container testimonial-slider">
<div class="swiper-wrapper">
<div class="testimonial-slider__slide swiper-slide">
<div class="testimonial-slider__author">
<!-- Add an id attribute to the img tag -->
<img id="profile-img" alt="Author image" class="testimonial-slider__avatar">
<!-- Add a script tag to execute the JavaScript code -->
<script>
// Define the LinkedIn API endpoint and access token
const linkedinURL = "https://api.linkedin.com/v2/me?projection=(id,profilePicture(displayImage~:playableStreams))"
const accessToken = "your_access_token_here"
// Retrieve the image URL using the LinkedIn API
fetch(linkedinURL, {
headers: {
"Authorization": `Bearer ${accessToken}`,
"Content-Type": "application/json"
}
})
.then(response => response.json())
.then(data => {
// Extract the image URL from the API response
const profilePicture = data.profilePicture.displayImage~.elements[0].identifiers[0].identifier
// Update the src attribute of the img tag with the retrieved URL
document.getElementById("profile-img").src = profilePicture
})
.catch(error => console.error(error))
</script>
<!-- The rest of the HTML code for the testimonial slider -->
<cite class="testimonial-slider__cite">
<strong><a href="https://www.linkedin.com/in/larruda/" target="_blank">Lucas Arruda <i class="fab fa-linkedin"></i></a></strong>
<span>Google Cloud Expert and Architect, CI&T Brazil</span>
</cite>
</div>
<p>
Cesar is a skilled Java developer who helped us build a Data Analytics platform on top of Google Cloud using Big Data Engineering techniques for a mass media corporation.
</p>
<p>
He certified himself as Google Cloud Architect and had experience with a broad range of technologies throughout the project.
</p>
<p>
He is that type of person you can always count on and who's always bringing new stuff to the team.
</p>
<p> His involvement with tech communities and conferences is also noticeable.
</p>
</div> <!-- end testimonial-slider__slide -->
<div class="testimonial-slider__slide swiper-slide">
<div class="testimonial-slider__author">
<img src="https://media-exp1.licdn.com/dms/image/C5603AQHegb4vUkrCAw/profile-displayphoto-shrink_800_800/0/1623874480410?e=1632355200&v=beta&t=Mro1z1LS4bN5YtmkwrJrIUI_XAQp86o3fMqz2sDDWyc" alt="Author image" class="testimonial-slider__avatar">
<cite class="testimonial-slider__cite">
<strong><a href="https://www.linkedin.com/in/dillon-roher-4b4052157/" target="_blank">
Dillon Roher <i class="fab fa-linkedin"></i></a></strong>
<span>Chief Technical Officer, Appollo Group</span>
</cite>
</div>
<p>
Cesar is a highly intelligent individual with a passion for learning. I truly hope to work with him again in the future!
</p>
</div> <!-- end testimonial-slider__slide -->
<div class="testimonial-slider__slide swiper-slide">
<div class="testimonial-slider__author">
<img src="https://media-exp1.licdn.com/dms/image/C4E03AQEF5hn29h5UVA/profile-displayphoto-shrink_800_800/0/1597616806876?e=1632355200&v=beta&t=89HB12C3OBn0xt_31V4wJBoKB9wuOCqy4wumdnkyQj4" alt="Author image" class="testimonial-slider__avatar">
<cite class="testimonial-slider__cite">
<strong><a href="https://www.linkedin.com/in/ivan-de-aguirre/" target="_blank">
Ivan de Aguire <i class="fab fa-linkedin"></i></a></strong>
<span>Project Leader, Eldorado's Research Institute</span>
</cite>
</div>
<p>
Cesar is a passionate, highly motivated and skilled software developer. He enjoys coding, studying and researching.
</p>
<p> He never let an opportunity of improvement go away, he's always ready to contribute and take on responsibility.
</p>
<p> He really loves his profession.
</p>
</div> <!-- end testimonial-slider__slide -->
<div class="testimonial-slider__slide swiper-slide">
<div class="testimonial-slider__author">
<img src="https://media-exp1.licdn.com/dms/image/C4D03AQEjXmw5CNQx7A/profile-displayphoto-shrink_800_800/0/1561962905576?e=1632355200&v=beta&t=UtnZNZ_eKFZ6GBowPFIJ6Rky9Lgh5lxFa7IPjOmOMPc" alt="Author image" class="testimonial-slider__avatar">
<cite class="testimonial-slider__cite">
<strong><a href="https://www.linkedin.com/in/victor-di-trani/" target="_blank">
Victor Di Trani <i class="fab fa-linkedin"></i></a></strong>
<span>Java Software Engineer, RealWorksBV</span>
</cite>
</div>
<p>
Cesar Augusto is an excellent professional for several reasons.
In addition to mastering the area in which he works, he knows how to work in groups and deliver results even with challenging deadlines.
I say as a friend and co-worker that Cesar is a differential that cannot be missed.
</p>
</div> <!-- end testimonial-slider__slide -->
</div> <!-- end testimonial slider swiper-wrapper -->
<div class="swiper-pagination"></div>
</div> <!-- end swiper-container -->
</div> <!-- end column -->
</div> <!-- end row -->
</section> <!-- end s-testimonials -->
<!-- contact
================================================== -->
<section id="contact" class="s-contact target-section">
<div class="row s-contact__header">
<div class="column large-12">
<h3 class="section-header-allcaps">Say Hello</h3>
</div>
</div>
<div class="row s-contact__content">
<div class="column large-7 medium-12">
<h4 class="huge-text">
Have a new project in mind?
<p>Let's collaborate and build something awesome. </p>
<p>Let's turn that idea to an even greater product :)</p>
</h4>
<h5 class="huge-text">
<p>Contact me for:</p>
<ul class="disc">
<li>Cloud architecture consulting (AWS, GCP, Azure, OCI)</li>
<li>DevOps and CI/CD pipeline automation</li>
<li>Cloud cost optimization (FinOps)</li>
<li>Technical mentoring or career opportunities</li>
</ul>
</h5>
</div>
<div class="column large-4 medium-12">
<div class="row contact-infos">
<div class="column large-14 medium-6 tab-12">
<div class="contact-block">
<h5 class="contact-block__header">
Email
</h5>
<p class="contact-block__content">
<a class="mailtoui" href="mailto:[email protected]">[email protected]</a>
</p>
</div> <!-- end contact-block -->
</div>
<div class="column large-14 medium-6 tab-12">
<div class="contact-block">
<h5 class="contact-block__header">
Phone
</h5>
<p class="contact-block__content">
<a href="tel:+351937471554">+351 937471554</a>
</p>
</div> <!-- end contact-block -->
</div>
<div class="column large-14">
<a href="mailto:[email protected]" class="mailtoui btn btn--primary h-full-width">Let's Talk</a>
</div>
</div> <!-- end contact-infos -->
<!-- Twitter Timeline Section -->
<div class="row s-contact__header">
<div class="column large-12">
<a class="twitter-timeline" data-height="600" href="https://twitter.com/cesarnog_eu?ref_src=twsrc%5Etfw">Tweets by cesarnog_eu</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div> <!-- s-contact__content -->
</section> <!-- end s-contact -->
<!-- footer
================================================== -->
<footer class="s-footer">
<div class="row">
<div class="column large-4 medium-6 w-1000-stack s-footer__social-block">
<ul class="s-footer__social">
<li><a href="https://br.linkedin.com/in/cesarnog/en" target="_blank"><i class="fab fa-linkedin" aria-hidden="true"></i></a></li>
<li><a href="https://github.com/cesarnog" target="_blank"><i class="fab fa-github" aria-hidden="true"></i></a></li>
<li><a href="https://x.com/cesarnog_eu" target="_blank"><i class="fab fa-x-twitter" aria-hidden="true"></i></a></i></a></li>
<li><a href="https://facebook.com/cesarnog" target="_blank"><i class="fab fa-facebook-square" aria-hidden="true"></i></a></li>
<li><a href="https://instagram.com/cesarnog.eu" target="_blank"><i class="fab fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="skype:cesar.nog?dropdown" target="_blank"><i class="fab fa-skype" aria-hidden="true"></i></a></li>
</ul>
</div>
<div class="column large-7 medium-6 w-1000-stack ss-copyright">
<span>Cesar A. Nogueira - IT Consulting. All rights reserved.</span>
</div>
</div>
<div class="ss-go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 4h12v2H6zm5 10v6h2v-6h5l-6-6-6 6z"/></svg>
</a>
</div>
</footer>
<!-- Java Script
================================================== -->
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Botpress Cesar Resume -->
<script src="https://cdn.botpress.cloud/webchat/v0/inject.js"></script>
<script src="https://mediafiles.botpress.cloud/c791662a-611b-403d-bd60-eb77026af252/webchat/config.js" defer></script>
</body>
</html>