-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
442 lines (439 loc) · 26.8 KB
/
index.html
File metadata and controls
442 lines (439 loc) · 26.8 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
<!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>
<link rel="icon" href="assets/images/favicon/favicon.ico" type="image/x-icon"/>
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/images/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/images/favicon/site.webmanifest">
<link rel=“canonical” href=”https://romulogatto.github.io/”/>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport"/>
<meta content="Experienced Software Engineer/Fullcycle Developer skilled in modernizing outdated technologies, cloud services, back-end development, CI/CD, and automation" name="description"/>
<meta content="RomuloGatto" name="author"/>
<title>Romulo Gatto | Senior Software Engineer | Fullcycle Developer</title>
<link rel="stylesheet" href="assets/css/font-awesome.min.css"/>
<link rel="stylesheet" href="assets/css/bootstrap.min.css"/>
<link rel="stylesheet" href="assets/css/animate.min.css"/>
<link rel="stylesheet" href="assets/css/lightbox.min.css"/>
<link rel="stylesheet" href="assets/css/custom.css"/>
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script>
<!-- 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>
<!-- begin:pre loader -->
<div class="preloader">
<div class="status"> </div>
</div>
<!-- end:pre loader -->
<!-- begin:navbar -->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<!-- 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="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><i class="fa fa-user-circle"></i> Romulo Gatto</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#about">About</a></li>
<li><a href="#service">Service</a></li>
<li><a href="#experience">Experiences</a></li>
<!-- <li><a href="#work">Work</a></li> -->
<!-- <li><a href="#blog">Blog</a></li> -->
<li><a href="#contact">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- end:navbar -->
<!-- begin:header -->
<header class="header" id="header">
<div class="container-fluid">
<div class="text-center">
<h1 class="title wow zoomIn" data-wow-duration="1s" data-wow-delay="1s">Hello, I'm Romulo Gatto</h1>
<p class="description wow zoomIn" data-wow-duration="1.5s" data-wow-delay="1s">I'm <i class="sub"></i></p>
</div>
</div>
</header>
<!-- end:header -->
<!-- begin:about -->
<section class="about" id="about">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="col-md-3 wow zoomIn" data-wow-delay="0.5s" data-wow-duration="1s">
<!-- begin:personal photo -->
<div class="me-image text-center">
<img alt="Selfie of Romulo Gatto" src="assets/images/aboutme.jpg" class="img-circle img-responsive" alt="">
</div>
<!-- end:personal photo -->
</div>
<div class="col-md-9 wow zoomIn" data-wow-delay="0.5s" data-wow-duration="1s">
<!-- begin:personal description -->
<div class="about-me-text">
<h2 class="section-title">My Stories</h2>
<p>Experienced software engineer with a decade of expertise in modernizing outdated technologies into contemporary languages such as Python, GoLang and NodeJS. Skilled in cloud technologies, including AWS and Google Cloud Platform, and proficient in CI/CD with GitHub Actions and Terraform. Adept at version control with Git, Bitbucket, and RTC, with a passion for keeping up-to-date with the latest advancements in the field. Strong communication skills and ability to work collaboratively with cross-functional teams, resulting in successful project deliveries.</p>
<!-- <a class="about-button" href="" onclick="Calendly.initPopupWidget({url: 'https://calendly.com/romulo-gatto/30min'});return false;">Let's meet</a> -->
<a class="about-button" href="#contact" onclick="$('#open_calendly').click()">Hire Me</a>
<a class="about-button" target="_blank" href="assets/files/resume.pdf">Download CV</a>
</div>
<!-- end:personal description -->
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-5 wow zoomIn" data-wow-delay="0.5s" data-wow-duration="1.5s">
<!-- begin:personal information -->
<div class="about-info">
<h3 class="section-title">Personal Information</h3>
<ul>
<li><span>name:</span>Romulo Gatto</li>
<li><span>Birthday:</span>Feb 20, 1995</li>
<li><span>address:</span>Av Paulista 1636, São Paulo, Brasil</li>
<li><span>phone:</span>+55 (13) 99176-8344</li>
<li style="text-transform: lowercase;"><span>email:</span>romulo.gatto@gmail.com</li>
</ul>
</div>
<!-- end:personal information -->
</div>
<div class="col-sm-6 col-md-offset-1 wow zoomIn" data-wow-delay="0.5s" data-wow-duration="1.5s">
<!-- end:skill -->
<div class="skill-area">
<h3 class="section-title">My Skills</h3>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width:90%">
NodeJS
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100" style="width:95%">
Python
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width:80%">
GoLang
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width:90%">
GCP
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width:80%">
AWS
</div>
</div>
</div>
<!-- begin:skill -->
</div>
</div>
</div>
</section>
<!-- end:about -->
<!-- begin:service -->
<section class="service" id="service">
<div class="container">
<h2 class="section-title text-center wow zoomIn" data-wow-duration="1s">Service</h2>
<p class="lead text-center wow zoomIn" data-wow-duration="1.5s">The Value I Can Bring</p>
<div class="row">
<div class="col-sm-4 wow zoomIn" data-wow-delay="0.1s" data-wow-duration="1s">
<!-- begin:service item -->
<div class="service-item">
<i class="fa fa-dashboard"></i>
<div class="service-detail">
<h4>Back-end development</h4>
<p>Specializing in server-side programming, I can build robust and scalable back-end systems for your web or mobile application.</p>
</div>
</div>
<!-- end:service item -->
</div>
<div class="col-sm-4 wow zoomIn" data-wow-delay="0.2s" data-wow-duration="1s">
<!-- begin:service item -->
<div class="service-item">
<i class="fa fa-code"></i>
<div class="service-detail">
<h4>Cloud infrastructure setup</h4>
<p>Experienced in Amazon Web Services (AWS) and Google Cloud Platform (GCP), I can help set up and maintain your cloud infrastructure.</p>
</div>
</div>
<!-- end:service item -->
</div>
<div class="col-sm-4 wow zoomIn" data-wow-delay="0.3s" data-wow-duration="1s">
<!-- begin:service item -->
<div class="service-item">
<i class="fa fa-signal"></i>
<div class="service-detail">
<h4>Database design and optimization</h4>
<p>From choosing the right database to optimizing queries, I can help ensure your database is running at peak performance and on a budget.</p>
</div>
</div>
<!-- end:service item -->
</div>
<div class="col-sm-4 wow zoomIn" data-wow-delay="0.4s" data-wow-duration="1s">
<!-- begin:service item -->
<div class="service-item">
<i class="fa fa-image"></i>
<div class="service-detail">
<h4>DevOps consulting</h4>
<p>As an experienced DevOps practitioner, I can help you implement and improve your continuous integration and deployment (CI/CD) pipelines.</p>
</div>
</div>
<!-- end:service item -->
</div>
<div class="col-sm-4 wow zoomIn" data-wow-delay="0.5s" data-wow-duration="1s">
<!-- begin:service item -->
<div class="service-item">
<i class="fa fa-bar-chart"></i>
<div class="service-detail">
<h4>Legacy system modernization</h4>
<p>I specialize in modernizing outdated technologies and can help bring your legacy systems up to date with modern programming languages and frameworks.</p>
</div>
</div>
<!-- end:service item -->
</div>
<div class="col-sm-4 wow zoomIn" data-wow-delay="0.6s" data-wow-duration="1s">
<!-- begin:service item -->
<div class="service-item">
<i class="fa fa-support"></i>
<div class="service-detail">
<h4>API development and integration</h4>
<p>Whether you need to build an API from scratch or integrate with existing APIs, I can help design and develop secure and efficient APIs for your application.</p>
</div>
<!-- /service-detail -->
</div>
<!-- end:service item -->
</div>
</div>
</div>
</section>
<!-- end:service -->
<!-- begin:experience -->
<section class="experience" id="experience">
<div class="container">
<h2 class="section-title text-center wow zoomIn" data-wow-duration="1s">Work Experiences</h2>
<p class="lead text-center wow zoomIn" data-wow-duration="1.5s">Career Highlights</p>
<div class="timeline">
<!-- begin:timeline item -->
<div class="item">
<div class="work-place">
<h3 class="place wow zoomIn" data-wow-duration="1s">Tenchi Security</h3>
<div class="location wow zoomIn" data-wow-duration="1s"><i class="fa fa-map-marker" aria-hidden="true"></i>United States (Remote)</div>
</div>
<div class="job-meta wow zoomIn" data-wow-duration="1s">
<div class="title">Senior Software Engineer</div>
<div class="time">Dec/2022 - Present</div>
</div>
<!--//job-meta-->
<div class="job-desc wow zoomIn" data-wow-duration="1s">
<p>As my first delivery at Tenchi, I handled the lambdas and batch job sizes better, given that only some of the step function runnings needed the most significant size, and most of our running had an idleness of more than 50%. After accomplishing that, I started to apply some clean code rules and refactors. After that, I got back into the costs, now saving on the DB individually for each of the runnings usages. Before starting each step function, I allocate only the necessary amount of ram/CPU to the steps.</p>
</div>
<!--//job-desc-->
</div>
<!-- end:timeline item -->
<!-- begin:timeline item -->
<div class="item">
<div class="work-place">
<h3 class="place wow zoomIn" data-wow-duration="1s">Facily</h3>
<div class="location wow zoomIn" data-wow-duration="1s"><i class="fa fa-map-marker" aria-hidden="true"></i>São Paulo (Remote)</div>
</div>
<div class="job-meta wow zoomIn" data-wow-duration="1s">
<div class="title">Senior Software Engineer</div>
<div class="time">Aug/2021 - Nov/2022</div>
</div>
<!--//job-meta-->
<div class="job-desc wow zoomIn" data-wow-duration="1s">
<p>I headed the migration and separation of a legacy PHP code used on WordPress into various small micro-services, occasionally hosted as Google Cloud Functions, this way we achieved better error handling and scalability in our operation. My main focus was on the development of the place app backend, helping the person on the pickup point side to have all the data required and deliver the items correctly. Besides that, one of the side goals was to remove all connections with WordPress and its Database, which involved the creation of new services and databases and applying the microservices concept to it. As other areas consumed data from WordPress, we gathered all the relevant info and developed a queue to keep the critical info on the old database up-to-date, without costing too much performance for any of the endpoints.</p>
</div>
<!--//job-desc-->
</div>
<!-- end:timeline item -->
<!-- begin:timeline item -->
<div class="item">
<div class="work-place">
<h3 class="place wow zoomIn" data-wow-duration="1s">Itaú Unibanco</h3>
<div class="location wow zoomIn" data-wow-duration="1s"><i class="fa fa-map-marker" aria-hidden="true"></i>São Paulo (Hybrid)</div>
</div>
<div class="job-meta wow zoomIn" data-wow-duration="1s">
<div class="title">Software Engineer</div>
<div class="time">Mar/2017 - Aug/2021</div>
</div>
<!--//job-meta-->
<div class="job-desc wow zoomIn" data-wow-duration="1s">
<p>I started working with Java and Angular, with most of it being coded by an outsource company, while I managed all of it to work with the internal architecture using Git, Jenkins, and RPM. After it, the whole bank started to migrate into Agile, where I got arranged into a PDD squad (Bad Debt Provisioning), where we mainly worked to fulfill all the BACEN (Brazilian Central Bank) needs while upgrading all the back-level code on the way. There, I've mainly worked with COBOL and VB6, upgrading it to VB.net, and using SQL Server and Oracle databases to create stable software. Nowadays, I got a step down on the PDD lane, going to a squad that creates one of the biggest files that are needed for the PDD process. Here, we are currently finishing a project to evolve from a full COBOL process to only a small part in COBOL, plus Java, Python, ASP.net, and Cassandra. With this stack and a good architecture, we reduced from 10 to 5 days of processing.</p>
</div>
<!--//job-desc-->
</div>
<!-- end:timeline item -->
<!-- begin:timeline item -->
<div class="item">
<div class="work-place">
<h3 class="place wow zoomIn" data-wow-duration="1s">Speedy Officer</h3>
<div class="location wow zoomIn" data-wow-duration="1s"><i class="fa fa-map-marker" aria-hidden="true"></i>Santos (Onsite)</div>
</div>
<div class="job-meta wow zoomIn" data-wow-duration="1s">
<div class="title">Delphi Developer & Analist</div>
<div class="time">Feb/2013 - Feb/2017</div>
</div>
<!--//job-meta-->
<div class="job-desc wow zoomIn" data-wow-duration="1s">
<p>Starting as an Intern, where I started working with some small local business software to start developing my communication and way of working. When I got promoted, I moved to the main team, assisting my senior partner in finishing a proprietary CRM software. After it was done, we had one of the biggest banks from Brazil as clients, where they needed to create a back-end of car insurance quotes, where they would send us a file generated on their Mainframe, and we would read it and do all the quotes in all the agreed insurances, then generate a batch file to send it back to them. All the works there were using Delphi (7, 2000, XE2, and XE3), plus Firebird and SQL Server.</p>
</div>
<!--//job-desc-->
</div>
<!-- end:timeline item -->
<!-- begin:timeline item -->
<div class="item">
<div class="work-place">
<h3 class="place wow zoomIn" data-wow-duration="1s">Família Paulista</h3>
<div class="location wow zoomIn" data-wow-duration="1s"><i class="fa fa-map-marker" aria-hidden="true"></i>Santos (Onsite)</div>
</div>
<div class="job-meta wow zoomIn" data-wow-duration="1s">
<div class="title">IT Intern</div>
<div class="time">Jul/2012 - Jan/2013</div>
</div>
<!--//job-meta-->
<div class="job-desc wow zoomIn" data-wow-duration="1s">
<p>I was mainly designated to generate reports for the superintendent, create VBA macros in Excel and Access to speed up the whole process and solve any hardware questions that were needed by the Tax Auditor.</p>
</div>
<!--//job-desc-->
</div>
<!-- end:timeline item -->
</div>
</div>
</section>
<!-- end:experience -->
<!-- begin:testimonial -->
<section class="testimonial" id="testimonial">
<div class="container">
<h2 class="section-title text-center wow zoomIn" data-wow-duration="1s">Testimonial</h2>
<p class="lead text-center wow zoomIn" data-wow-duration="1.5s">Praise and Recognition</p>
<div id="testimonials-carousel" class="testimonials-carousel carousel slide" data-interval="5000">
<!-- 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>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active wow zoomIn" data-wow-duration="1s">
<blockquote class="quote">
<i class="fa fa-quote-left"></i>
<p>As an IT Analyst, I have had the pleasure of working with Romulo on several projects. His ability to modernize outdated technologies and his expertise in cloud technologies have been essential in ensuring the success of our projects. He is an excellent communicator and is always willing to assist whenever needed. I highly recommend him for any project that requires a skilled and dedicated software engineer.</p>
</blockquote>
<div class="source">
<div class="name">Fares Khouri</div>
<div class="position">IT Analyst, BTG Pactual</div>
</div>
<!--//source-->
</div>
<!--//item-->
<div class="item wow zoomIn" data-wow-duration="1s">
<blockquote class="quote">
<p><i class="fa fa-quote-left"></i>
I had the pleasure of working alongside Romulo while at Itau as a Senior Developer, and I was immediately impressed with his technical skills and deep knowledge of cloud technologies. His experience with AWS and Google Cloud Platform, combined with his ability to work with CI/CD tools like GitHub Actions and Terraform, make him an invaluable asset to any project. Romulo has an excellent work ethic, is highly detail-oriented, and always delivers high-quality work.
</p>
</blockquote>
<div class="source">
<div class="name">Rafael Lutz</div>
<div class="position">Senior Developer, Mercado Pago</div>
</div>
<!--//source-->
</div>
<!--//item-->
<div class="item wow zoomIn" data-wow-duration="1s">
<blockquote class="quote">
<p><i class="fa fa-quote-left"></i>
I had the pleasure of working with Romulo on a project where he demonstrated exceptional skills as a software engineer. His ability to work with a wide range of technologies, including ETL and version control, was truly impressive. Romulo was diligent, dedicated, and always willing to go the extra mile to ensure the project's success. His strong communication skills and collaborative approach make him a great team member.
</p>
</blockquote>
<div class="source">
<div class="name">Thyago Rodrigues</div>
<div class="position">LMS Developer, Independent</div>
</div>
<!--//source-->
</div>
<!--//item-->
</div>
<!--//carousel-inner-->
</div>
<!--//testimonials-carousel-->
</div>
<!--//container-->
</section>
<!-- end:testimonial -->
<!-- begin:blog -->
<!-- end:blog -->
<!-- begin:contact -->
<section class="contact" id="contact">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12 text-center wow zoomIn" data-wow-delay="0.5s" data-wow-duration="1s">
<h2 class="section-title">Contact Me</h2>
<p style="padding-left: 20px; padding-right: 20px;" class="lead">Want to chat about your upcoming project? Let's connect over Google Meet and explore how I can help bring your vision to life.</p>
<a class="about-button" id="open_calendly" href="" onclick="Calendly.initPopupWidget({url: 'https://calendly.com/romulo-gatto/30min'});return false;">Let's meet</a>
<!-- <p>As an experienced software engineer with a deep passion for coding, I'm always looking for new and exciting opportunities to apply my skills. If you have a software engineering project you'd like to discuss, I'm eager to hear more and explore how I can contribute.</p> -->
</div>
<!-- <div class="col-sm-6 col-md-offset-1 wow zoomIn" data-wow-delay="0.5s" data-wow-duration="1s"> -->
<!-- <form class="contact-form" id="contact-form" novalidate> -->
<!-- Calendly link widget begin -->
<!-- Calendly link widget end -->
<!-- </form> -->
<!-- </div> -->
</div>
</div>
</section>
<!-- end:contact -->
<!-- begin:maps -->
<div class="maps wow zoomIn" id="maps" data-wow-delay="0.5s" data-wow-duration="1.5s">
<div class="gmap" data-center="Av. Paulista" data-zoom="15" id="map"></div>
</div>
<!-- end:maps -->
<!-- begin:footer -->
<footer class="footer" id="main-footer">
<div class="container">
<ul class="social-links text-center">
<li class="wow zoomIn" data-wow-delay="0.1s" data-wow-duration="1s"><a target="_blank" href="https://twitter.com/DevGatto"><i class="fa fa-twitter fa-fw"></i></a></li>
<li class="wow zoomIn" data-wow-delay="0.2s" data-wow-duration="1s"><a target="_blank" href="https://www.facebook.com/romulo.gatto/"><i class="fa fa-facebook fa-fw"></i></a></li>
<!-- <li class="wow zoomIn" data-wow-delay="0.3s" data-wow-duration="1s"><a href="#link"><i class="fa fa-google-plus fa-fw"></i></a></li> -->
<!-- <li class="wow zoomIn" data-wow-delay="0.4s" data-wow-duration="1s"><a href="#link"><i class="fa fa-dribbble fa-fw"></i></a></li> -->
<li class="wow zoomIn" data-wow-delay="0.5s" data-wow-duration="1s"><a target="_blank" href="https://www.linkedin.com/in/romulogatto/"><i class="fa fa-linkedin fa-fw"></i></a></li>
</ul>
<p class="text-center">© 2023 - All rights reserved</p>
</div>
</footer>
<!-- end:footer -->
<script type="text/javascript" src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.easing.min.js"></script>
<script type="text/javascript" src="assets/js/classie.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.backstretch.min.js"></script>
<script type="text/javascript" src="assets/js/lightbox.min.js"></script>
<script type="text/javascript" src="assets/js/imagesloaded.pkgd.min.js"></script>
<script type="text/javascript" src="assets/js/isotope.pkgd.min.js"></script>
<script type="text/javascript" src="assets/js/wow.min.js"></script>
<script type="text/javascript" src="assets/js/typed.min.js"></script>
<script type="text/javascript" src="assets/js/jqBootstrapValidation.min.js"></script>
<script type="text/javascript" src="assets/js/contact-form.min.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC78BqGz3RxRwBrvnPAvaVreliBTgKBlgc"></script>
<script type="text/javascript" src="assets/js/jquery.mobilegmap.min.js"></script>
<script type="text/javascript" src="assets/js/custom.js"></script>
</body>
</html>