-
Notifications
You must be signed in to change notification settings - Fork 0
/
cloud-migration.html
612 lines (518 loc) · 26.9 KB
/
cloud-migration.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
---
---
<!DOCTYPE html>
<html lang="en">
<head>
{% if jekyll.environment == "production" %}
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TH9XLWX');</script>
<!-- End Google Tag Manager -->
{% endif %}
<title>DataYoga - cloud migration for datalake, ETL, and spark</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="/favicon.ico" />
<link href="https://fonts.googleapis.com/css?family=Nunito:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
{% if jekyll.environment == "production" %}
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TH9XLWX"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
{% endif %}
<div id="soverlayer"></div>
<div class="loader-container">
<div class="loader">
<div class="spinner-border text-primary" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
</div>
<div class="site-wrap" id="home-section">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="site-navbar py-4 js-sticky-header site-navbar-target" role="banner">
<div class="container">
<div class="row align-items-center">
<div class="col-6 col-md-3 col-xl-4 d-block">
<h1 class="mb-0 site-logo"><a href="/" class="text-black h2 mb-0 d-flex flex-row align-items-baseline">
<img src="images/yoga-icon-36x36.png"/><span class="ml-2">DataYoga</span><span class="text-primary">.</span> </a></h1>
</div>
</div>
</div>
</header>
<div class="site-blocks-cover" style="overflow: hidden;">
<div class="container" style="padding-top:96px">
<div class="row align-items-lg-center align-items-top justify-content-center">
<div class="col-md-12" data-aos="fade-up" data-aos-delay="200">
<div class="row mb-4" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-6 mr-auto">
<div class="d-flex flex-column align-items-lg-start align-items-center">
<h1>Transform your data architecture into a datalake. On premises or in the cloud</h1>
<p class="mb-5">DataYoga is building an end-to-end visibility platform to modernize legacy data pipelines. Map, migrate, test, and deploy a datalake to AWS, GCP, Azure, or Databricks</p>
<div>
<a href="/contact" class="btn btn-primary mr-2 mb-2">
<!-- <img src="images/GitHub-Mark-Light-32px.png"> -->
<span style="margin-left:5px">Contact Us</span></a>
</div>
</div>
</div>
<div class="align-item-center d-flex flex-row px-5 px-lg-0 order-first order-lg-last col-12 pb-4 col-lg-6 mr-auto">
<img src="images/undraw_online_connection_6778.svg" width="100%" alt="Image">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="site-section" id="features-section">
<div class="container">
<div class="row mb-5 justify-content-center text-center" data-aos="fade-up">
<div class="col-7 text-center mb-5">
<h2 class="section-title">End-to-end</h2>
<!-- <p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fuga quos quaerat sapiente nam, id vero.</p> -->
</div>
</div>
<div class="row align-items-stretch">
<div class="unit-4-wrapper col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up">
<div class="unit-4 d-block">
<div class="unit-4-icon mb-3">
<span class="icon-wrap"><span class="text-primary icon-autorenew"></span></span>
</div>
<div>
<h3>Assess</h3>
<p>Automatically build a complete dependency map of all sources, data stores, and consumers</p>
</div>
</div>
</div>
<div class="unit-4-wrapper col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="100">
<div class="unit-4 d-block">
<div class="unit-4-icon mb-3">
<span class="icon-wrap"><span class="text-primary icon-store_mall_directory"></span></span>
</div>
<div>
<h3>Migrate
</h3>
<p>DataYoga transpiles legacy ETL code to a universal representation called DataYoga Markeup Language (DYML). Automagically generate modern, clean, beautiful code in PySpark, Spark, or Apache BEAM*</p>
<!-- <p><a href="#">Learn More</a></p> -->
</div>
</div>
</div>
<div class="unit-4-wrapper col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="200">
<div class="unit-4 d-block">
<div class="unit-4-icon mb-3">
<span class="icon-wrap"><span class="text-primary icon-shopping_basket"></span></span>
</div>
<div>
<h3>Test
</h3>
<p>Build and run regression tests and unit tests to verify everything is working as expected.</p>
<!-- <p><a href="#">Learn More</a></p> -->
</div>
</div>
</div>
<div class="unit-4-wrapper col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up">
<div class="unit-4 d-block">
<div class="unit-4-icon mb-3">
<span class="icon-wrap"><span class="text-primary icon-settings_backup_restore"></span></span>
</div>
<div>
<h3>Deploy
</h3>
<p> Having your business logic in a cloud agnostic repository means you can truly be multicloud. Deploy to any cloud*</p>
<!-- <p><a href="#">Learn More</a></p> -->
</div>
</div>
</div>
<div class="unit-4-wrapper col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="100">
<div class="unit-4 d-block">
<div class="unit-4-icon mb-3">
<span class="icon-wrap"><span class="text-primary icon-sentiment_satisfied"></span></span>
</div>
<div>
<h3>Integrated visual studio and pipeline builder
</h3>
<p>Visually author and build complex pipelines. Debug and run locally before deploying to production</p>
<!-- <p><a href="#">Learn More</a></p> -->
</div>
</div>
</div>
<div class="unit-4-wrapper col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="200">
<div class="unit-4 d-block">
<div class="unit-4-icon mb-3">
<span class="icon-wrap"><span class="text-primary icon-power"></span></span>
</div>
<div>
<h3>Group collaboration</h3>
<p>Create a single source of truth for data products and data dependencies</p>
<!-- <p><a href="#">Learn More</a></p> -->
</div>
</div>
</div>
</div>
</div>
</div>
<div class="feature-big" style="overflow-y:hidden">
<div class="container">
<div class="row mb-5 site-section">
<div class="col-lg-7" data-aos="fade-right">
<img src="images/undraw_set_preferences_kwia.svg" alt="Image" class="img-fluid">
</div>
<div class="col-lg-5 pl-lg-5 ml-auto mt-md-5">
<h2 class="text-black">Painless migration - Up to 80% ETL code conversion automation</h2>
<p class="mb-4">Manual migration of ETL code from Informatica and SSIS is time consuming and often results in low quality pipelines. DataYoga can automagically transpile and convert legacy ETL code to PySpark. The optimization engine further optimizes for readability and performance while adapting the code to modern data ingestion frameworks like Spark and Apache BEAM</p>
</div>
</div>
<div class="mt-5 row mb-5 site-section ">
<div class="col-lg-7 order-1 order-lg-2" data-aos="fade-left">
<img src="images/undraw_right_places_h9n3.svg" alt="Image" class="img-fluid">
</div>
<div class="col-lg-5 pr-lg-5 mr-auto mt-5 order-2 order-lg-1">
<h2 class="text-black">Topology map and dependency analysis</h2>
<p class="mb-4">Upload definition sets from Oracle, SQLServer, Business Objects, Informatica, SSIS, SAS, and more. Feed in database DDLs, ETL business logic, and watch your topology map grow. DataYoga will guide you to missing configurations and open questions to reach 100% coverage before starting the migration.</p>
<div class="author-box" data-aos="fade-right">
<div class="d-flex mb-4">
<div class="mr-3">
<img src="images/pq1.jpg" alt="Image" class="img-fluid rounded-circle">
</div>
<div class="mr-auto text-black">
<strong class="font-weight-bold mb-0">Kimberly Gush</strong> <br>
Data Scientist, GMM ltd.
</div>
</div>
<blockquote>“We were able to quickly get visibility into the entire data topology of a 20-year-old environment. We could see which data products rely on which sources. Doing this manually would have taken us weeks, assuming we could even locate the knowledge experts within our team! ”</blockquote>
</div>
</div>
</div>
<div class="mt-5 row mb-5 site-section ">
<div class="col-lg-7 order-1 order-lg-2" data-aos="fade-left">
<img src="images/undraw_co_workers_re_1i6i.svg" alt="Image" class="img-fluid">
</div>
<div class="col-lg-5 pr-lg-5 mr-auto mt-5 order-2 order-lg-1">
<h2 class="text-black">We are here to help</h2>
<p class="mb-4">We provide professional services to modernize or migrate existing data pipeline throughout the project lifecycle. From planning, through design and implementation.</p>
<!-- <div class="author-box" data-aos="fade-right">
<div class="d-flex mb-4">
<div class="mr-3">
<img src="images/pq1.jpg" alt="Image" class="img-fluid rounded-circle">
</div>
<div class="mr-auto text-black">
<strong class="font-weight-bold mb-0">Kimberly Gush</strong> <br>
Data Scientist, GMM ltd.
</div>
</div>
<blockquote>“We were able to quickly get visibility into the entire data topology of a 20-year-old environment. We could see which data products rely on which sources. Doing this manually would have taken us weeks, assuming we could even locate the knowledge experts within our team! ”</blockquote>
</div> -->
</div>
</div>
<!-- <div class="row mb-5 site-section">
<div class="col-lg-7" data-aos="fade-right">
<img src="images/undraw_gift_card_6ekc.svg" alt="Image" class="img-fluid">
</div>
<div class="col-lg-5 pl-lg-5 ml-auto mt-md-5">
<h2 class="text-black">Communicate and gather feedback</h2>
<p class="mb-4">Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptatem neque nisi architecto autem molestias corrupti officia veniam.</p>
<div class="author-box" data-aos="fade-left">
<div class="d-flex mb-4">
<div class="mr-3">
<img src="images/person_4.jpg" alt="Image" class="img-fluid rounded-circle">
</div>
<div class="mr-auto text-black">
<strong class="font-weight-bold mb-0">Grey Simpson</strong> <br>
Co-Founder, XYZ Inc.
</div>
</div>
<blockquote>“Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ducimus vitae ipsa asperiores inventore aperiam iure?”</blockquote>
</div>
</div>
</div> -->
<!--
<div class="mt-5 row mb-5 site-section ">
<div class="col-lg-7 order-1 order-lg-2" data-aos="fade-left">
<img src="images/undraw_metrics_gtu7.svg" alt="Image" class="img-fluid">
</div>
<div class="col-lg-5 pr-lg-5 mr-auto mt-5 order-2 order-lg-1">
<h2 class="text-black">Communicate and gather feedback</h2>
<p class="mb-4">Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptatem neque nisi architecto autem molestias corrupti officia veniam</p>
<div class="author-box" data-aos="fade-right">
<div class="d-flex mb-4">
<div class="mr-3">
<img src="images/person_1.jpg" alt="Image" class="img-fluid rounded-circle">
</div>
<div class="mr-auto text-black">
<strong class="font-weight-bold mb-0">Kimberly Gush</strong> <br>
Co-Founder, XYZ Inc.
</div>
</div>
<blockquote>“Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ducimus vitae ipsa asperiores inventore aperiam iure?”</blockquote>
</div>
</div>
</div>
</div>
</div> -->
<div class="site-section" id="our-team-section">
<div class="container">
<div class="row mb-5 justify-content-center text-center" data-aos="fade-up">
<div class="col-12 text-center mb-3">
<h2 class="section-title">Contributors and Supporters</h2>
<!-- <p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fuga quos quaerat sapiente nam, id vero.</p> -->
</div>
</div>
<div class="d-flex flex-row flex-wrap">
<div class="testimonial">
<figure>
<img src="images/p0.jpg" alt="Image" class="img-fluid">
</figure>
</div>
<div class="testimonial">
<figure>
<img src="images/p1.jpg" alt="Image" class="img-fluid">
</figure>
</div>
<div class="testimonial">
<figure>
<img src="images/p2.jpg" alt="Image" class="img-fluid">
</figure>
</div>
<div class="testimonial">
<figure>
<img src="images/p3.jpg" alt="Image" class="img-fluid">
</figure>
</div>
<div class="testimonial">
<figure>
<img src="images/p4.jpg" alt="Image" class="img-fluid">
</figure>
</div>
<div class="testimonial">
<figure>
<img src="images/p5.jpg" alt="Image" class="img-fluid">
</figure>
</div>
<div class="testimonial">
<figure>
<img src="images/p6.jpg" alt="Image" class="img-fluid">
</figure>
</div>
<div class="testimonial">
<figure>
<img src="images/p7.jpg" alt="Image" class="img-fluid">
</figure>
</div>
</div>
</div>
</div>
<!-- <div class="site-section testimonial-wrap bg-light" id="testimonials-section">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center">
<h2 class="section-title mb-3">Testimonials</h2>
</div>
</div>
</div>
<div class="slide-one-item home-slider owl-carousel">
<div>
<div class="testimonial">
<figure class="mb-4 d-block align-items-center justify-content-center">
<div><img src="images/person_3.jpg" alt="Image" class="w-100 img-fluid mb-3 shadow"></div>
</figure>
<blockquote class="mb-3">
<p>“Lorem ipsum dolor sit amet consectetur adipisicing elit. Consectetur unde reprehenderit aperiam quaerat fugiat repudiandae explicabo animi minima fuga beatae illum eligendi incidunt consequatur. Amet dolores excepturi earum unde iusto.”</p>
</blockquote>
<p class="text-black"><strong>John Smith</strong></p>
</div>
</div>
<div>
<div class="testimonial">
<figure class="mb-4 d-block align-items-center justify-content-center">
<div><img src="images/person_2.jpg" alt="Image" class="w-100 img-fluid mb-3 shadow"></div>
</figure>
<blockquote class="mb-3">
<p>“Lorem ipsum dolor sit amet consectetur adipisicing elit. Consectetur unde reprehenderit aperiam quaerat fugiat repudiandae explicabo animi minima fuga beatae illum eligendi incidunt consequatur. Amet dolores excepturi earum unde iusto.”</p>
</blockquote>
<p class="text-black"><strong>Robert Aguilar</strong></p>
</div>
</div>
<div>
<div class="testimonial">
<figure class="mb-4 d-block align-items-center justify-content-center">
<div><img src="images/person_4.jpg" alt="Image" class="w-100 img-fluid mb-3 shadow"></div>
</figure>
<blockquote class="mb-3">
<p>“Lorem ipsum dolor sit amet consectetur adipisicing elit. Consectetur unde reprehenderit aperiam quaerat fugiat repudiandae explicabo animi minima fuga beatae illum eligendi incidunt consequatur. Amet dolores excepturi earum unde iusto.”</p>
</blockquote>
<p class="text-black"><strong>Roger Spears</strong></p>
</div>
</div>
<div>
<div class="testimonial">
<figure class="mb-4 d-block align-items-center justify-content-center">
<div><img src="images/person_1.jpg" alt="Image" class="w-100 img-fluid mb-3 shadow"></div>
</figure>
<blockquote class="mb-3">
<p>“Lorem ipsum dolor sit amet consectetur adipisicing elit. Consectetur unde reprehenderit aperiam quaerat fugiat repudiandae explicabo animi minima fuga beatae illum eligendi incidunt consequatur. Amet dolores excepturi earum unde iusto.”</p>
</blockquote>
<p class="text-black"><strong>Kyle McDonald</strong></p>
</div>
</div>
</div>
</div>
<div class="site-section" id="blog-section">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center">
<h2 class="section-title mb-3">Blog Posts</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4">
<div class="h-entry">
<img src="images/img_1.jpg" alt="Image" class="img-fluid">
<h2><a href="#">Make Your Business More Profitable</a></h2>
<div class="meta mb-4">Ham Brook <span class="mx-2">•</span> Jan 18, 2019<span class="mx-2">•</span> <a href="#">News</a></div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus eligendi nobis ea maiores sapiente veritatis reprehenderit suscipit quaerat rerum voluptatibus a eius.</p>
<p><a href="#">Continue Reading...</a></p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4">
<div class="h-entry">
<img src="images/img_2.jpg" alt="Image" class="img-fluid">
<h2><a href="#">Make Your Business More Profitable</a></h2>
<div class="meta mb-4">James Phelps <span class="mx-2">•</span> Jan 18, 2019<span class="mx-2">•</span> <a href="#">News</a></div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus eligendi nobis ea maiores sapiente veritatis reprehenderit suscipit quaerat rerum voluptatibus a eius.</p>
<p><a href="#">Continue Reading...</a></p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4">
<div class="h-entry">
<img src="images/img_3.jpg" alt="Image" class="img-fluid">
<h2><a href="#">Make Your Business More Profitable</a></h2>
<div class="meta mb-4">James Phelps <span class="mx-2">•</span> Jan 18, 2019<span class="mx-2">•</span> <a href="#">News</a></div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus eligendi nobis ea maiores sapiente veritatis reprehenderit suscipit quaerat rerum voluptatibus a eius.</p>
<p><a href="#">Continue Reading...</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="site-section bg-image2 overlay" id="contact-section" style="background-image: url('images/hero_1.jpg');">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center">
<h2 class="section-title mb-3 text-white">Contact Us</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-7 mb-5">
<form action="#" class="p-5 bg-white">
<h2 class="h4 text-black mb-5">Contact Form</h2>
<div class="row form-group">
<div class="col-md-6 mb-3 mb-md-0">
<label class="text-black" for="fname">First Name</label>
<input type="text" id="fname" class="form-control rounded-0">
</div>
<div class="col-md-6">
<label class="text-black" for="lname">Last Name</label>
<input type="text" id="lname" class="form-control rounded-0">
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label class="text-black" for="email">Email</label>
<input type="email" id="email" class="form-control rounded-0">
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label class="text-black" for="subject">Subject</label>
<input type="subject" id="subject" class="form-control rounded-0">
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label class="text-black" for="message">Message</label>
<textarea name="message" id="message" cols="30" rows="7" class="form-control rounded-0" placeholder="Leave your message here..."></textarea>
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<input type="submit" value="Send Message" class="btn btn-primary mr-2 mb-2">
</div>
</div>
</form>
</div>
</div>
</div>
</div> -->
<div class="site-section">
<div class="container">
<div class="row mb-4 justify-content-center" data-aos="fade-up" data-aos-delay="200">
<div>
<a href="/contact" class="btn btn-primary mr-2 mb-2">
<!-- <img src="images/GitHub-Mark-Light-32px.png"> -->
<span style="margin-left:5px">Contact Us</span></a>
</div>
</div>
</div>
</div>
<div class="footer py-5 text-center">
<div class="container">
<div class="row mb-5">
<div class="col-12">
<p class="mb-0">
<a href="#" class="p-3"><span class="icon-facebook"></span></a>
<a href="#" class="p-3"><span class="icon-twitter"></span></a>
<a href="#" class="p-3"><span class="icon-instagram"></span></a>
<a href="#" class="p-3"><span class="icon-linkedin"></span></a>
<a href="#" class="p-3"><span class="icon-pinterest"></span></a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p class="mb-0">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | Site template by <a href="https://colorlib.com" target="_blank" >Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</div>
</div> <!-- .site-wrap -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/main.js"></script>
</body>
</html>