-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
547 lines (424 loc) · 26.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Ethereum Alarm Clock</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico">
<!-- Bootstrap -->
<link rel="stylesheet" href="assets/styles/vendor/bootstrap.min.css">
<!-- Fonts -->
<link rel="stylesheet" href="assets/fonts/et-lineicons/css/style.css">
<link rel="stylesheet" href="assets/fonts/linea-font/css/linea-font.css">
<link rel="stylesheet" href="assets/fonts/fontawesome/css/font-awesome.min.css">
<!-- Slider -->
<link rel="stylesheet" href="assets/styles/vendor/slick.css">
<!-- Lightbox -->
<link rel="stylesheet" href="assets/styles/vendor/magnific-popup.css">
<!-- Animate.css -->
<link rel="stylesheet" href="assets/styles/vendor/animate.css">
<!-- Definity CSS -->
<link rel="stylesheet" href="assets/styles/main.css">
<link rel="stylesheet" href="assets/styles/responsive.css">
<!-- JS -->
<script src="assets/js/lottie.js"></script>
<script src="assets/js/countUp.js"></script>
<script src="assets/js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar">
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- ========== Preloader ========== -->
<div class="preloader">
<img src="assets/images/loader.svg" alt="Loading...">
</div>
<!-- ========== Navigation ========== -->
<nav class="navbar navbar-default navbar-fixed-top navbar-inverse navbar-trans navbar-fw" role="navigation">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Logo -->
<a class="navbar-brand" href="index.html"><img class="navbar-logo-dark" src="assets/images/logo-light.svg" height="30" width="220" alt="Definity - Logo"></a>
</div>
<!-- Navbar Links -->
<div id="navbar" class="navbar-collapse collapse page-scroll navbar-right">
<ul class="nav navbar-nav">
<li><a href="#home">Home<span class="sr-only"></span></a></li>
<li><a href="#features">Features<span class="sr-only"></span></a></li>
<li><a href="#about">About<span class="sr-only"></span></a></li>
<li><a href="#timenode">TimeNode<span class="sr-only"></span></a></li>
<li><a href="#integrations">Integrations<span class="sr-only"></span></a></li>
<li><a href="#testimonials">Testimonials<span class="sr-only"></span></a></li>
<li><a href="#join">Join Us<span class="sr-only"></span></a></li>
</ul><!-- / .nav .navbar-nav -->
</div><!--/.navbar-collapse -->
</nav><!-- / .navbar -->
<!-- ========== Hero Cover ========== -->
<div id="home" class="agency2-hero">
<div class="bg-overlay">
<div id="large-header" class="large-header">
<canvas id="demo-canvas" class="demo-canvas"></canvas>
<!-- Hero Content -->
<div class="hero-content-wrapper">
<div class="hero-content">
<!-- <img src="assets/images/hero/ag2-logo.png" alt="Creative Agency Template"> -->
<h1 class="hero-lead">Ethereum Alarm Clock</h1>
<h4 class="h-alt hero-secondary">Scheduling of transactions for delayed execution in the future</h4>
<div id="ethTransferredWrapper" class="hide">
<h4 id="ethTransferredCounterWrapper"><span id="ethTransferredCounter"></span> ETH</h4>
<h4 class="h-alt hero-secondary">Transferred</h4>
<h6 class="h-alt hero-secondary"><span id="usdTransferredCounter"></span></h6>
</div>
<a href="https://chronologic.network/schedule" class="btn btn-light" target="_blank">SCHEDULE NOW</a>
<!-- Scroller -->
<a href="#about" class="scroller">
<span class="scroller-text">scroll down</span>
<span class="linea-basic-magic-mouse"></span>
</a>
</div><!-- / .hero-content -->
</div><!-- / .hero-content-wrapper -->
</div><!-- / #large-header -->
</div><!-- / .bg-overlay -->
</div><!-- / #home -->
<!-- ========== Feature Image + Text ========== -->
<div id="features" class="container-fluid ft-layout-50">
<div class="row">
<!-- Feature 1 -->
<div class="gray-bg">
<section class="container ft-img-left">
<div class="row ws-m">
<div class="ws-m"></div>
<!-- Image -->
<div class="col-md-6 ft-img-container wow fadeIn" data-wow-duration="2s">
<div id="decentralized"> </div>
</div><!-- / .col-md-6 -->
<!-- Content -->
<div class="col-lg-6 ft-content-wrapper wow fadeIn" data-wow-duration="3s">
<h3>Decentralized</h3>
<p>Ethereum Alarm Clock was designed to incentivise the decentalized network of TimeNodes making sure your scheduled transaction will be executed on time.</p>
</div><!-- / .col-md-6 -->
</div><!-- / .row -->
</div><!-- / .container -->
</div><!-- / .gray-bg -->
<!-- Feature 2 -->
<div class="container">
<section class="container ft-img-right">
<div class="row ws-m">
<div class="ws-m"></div>
<!-- Content -->
<div class="col-lg-6 ft-content-wrapper wow fadeIn" data-wow-duration="2s">
<h3>Trustless</h3>
<p>Based on Ethereum Smart Contracts it does guarantee the immutability of the scheduled transactions.</p>
</div><!-- / .col-md-6 -->
<!-- Image -->
<div class="col-md-6 ft-img-container wow fadeIn" data-wow-duration="3s">
<div id="trustless"> </div>
</div><!-- / .col-md-6 -->
</div><!-- / .row -->
</div><!-- / .container -->
</div><!-- / .gray-bg -->
<!-- Feature 3 -->
<div class="gray-bg">
<section class="container ft-img-left">
<div class="row ws-m">
<div class="ws-m"></div>
<!-- Image -->
<div class="col-md-6 ft-img-container wow fadeIn" data-wow-duration="2s">
<div id="protocol"> </div>
</div><!-- / .col-md-6 -->
<!-- Content -->
<div class="col-lg-6 ft-content-wrapper wow fadeIn" data-wow-duration="3s">
<h3>Base layer protocol</h3>
<p>Ethereum Alarm Clock was built as a base layer protocol, integration friendly, able to handle cases from simple transfers to complex smart contract automation.</p>
</div><!-- / .col-md-6 -->
</div><!-- / .row -->
</div><!-- / .container -->
</div><!-- / .gray-bg -->
<!-- ========== About - Section ========== -->
<section id="about" class="container">
<div class="row section">
<header class="sec-heading">
<h2>What is Ethereum Alarm Clock</h2>
<span class="subheading">Smart contracts with no external services</span>
</header>
<div class="col-md-4">
<p>The Ethereum Alarm Clock is a service that allows scheduling transactions to be executed at a later time on the ethereum blockchain. This is accomplished by specifying all of the details for the transaction you wish</p>
</div>
<div class="col-md-4">
<p>to send, as well as providing up-front payment for gas costs, allowing your transaction to be executed for you at a later time. The service is completely trustless, meaning that the entire service operates as smart</p>
</div>
<div class="col-md-4">
<p>contracts on the Ethereum blockchain, with no priviledged access given to any party. The code for this service is open source under the MIT license and can be viewed on the <a href="https://github.com/ethereum-alarm-clock/ethereum-alarm-clock" target="_blank">github repository</a>.</p>
</div>
</div><!-- / .row -->
</section><!-- / .container -->
</div><!-- / .gray-bg -->
<!-- ========== Feature - Steps Numbers ========== -->
<section id="timenode" class="container ft-steps-numbers">
<div class="row section">
<header class="sec-heading ws-s">
<h2>TimeNode</h2>
<span class="subheading">Trustless way of scheduling transactions for the future</span>
</header>
<div class="col-md-offset-2 col-md-8 text-center ws-m">
<p>A TimeNode is an off-chain execution agent that acts as the counterparty to transactions that are scheduled on the Ethereum Alarm Clock. When someone schedules a transaction, it will later be executed by a TimeNode for profit. Please check out this in-depth tutorial on <a href="https://blog.chronologic.network/how-to-prove-day-ownership-to-be-a-timenode-3dc1333c74ef" target="_blank">How to Run a TimeNode</a>.</p>
</div>
<!-- Step 1 -->
<div class="col-lg-4 col-md-6 mb-sm-100 ft-item wow fadeIn" data-wow-duration="1s">
<span class="ft-nbr">01</span>
<h4>Download App</h4>
<p>We have prepared native versions for Linux, MacOS and Windows. Alternatively you can run it from <a href="https://app.chronologic.network/" target="_blank">here</a>.</p>
</div>
<!-- Step 2 -->
<div class="col-lg-4 col-md-6 mb-sm-100 ft-item wow fadeIn" data-wow-duration="1s" data-wow-delay=".3s">
<span class="ft-nbr">02</span>
<h4>Fund your wallet</h4>
<p>TimeNodes requires a minimal amount of ETH to cover transaction costs on Ethereum Network.</p>
</div>
<!-- Step 3 -->
<div class="col-lg-4 col-md-6 ft-item wow fadeIn" data-wow-duration="1s" data-wow-delay=".6s">
<span class="ft-nbr">03</span>
<h4>Start the agent</h4>
<p>You are one click away from becoming the TimeNode for scheduled transactions.</p>
</div>
</div><!-- / .row -->
<!-- CTA Button -->
<div class="row ws-m">
<div class="text-center">
<a href="https://github.com/chronologic/eth-alarm-clock-dapp/releases" class="btn btn-light" target="_blank">Download App</a>
</div>
</div><!-- / .row -->
</section><!-- / .container -->
<!-- ========== Integrations ========== -->
<div class="gray-bg">
<section id="integrations" class="container ft-cards">
<div class="row section">
<header class="sec-heading">
<h2>Integrations</h2>
<span class="subheading">Partnerships & native integrations</span>
</header>
<!-- Item 1 -->
<div class="col-md-6">
<div class="ft-item wow fadeInUp" data-wow-duration="1s">
<img src="assets/images/ChronoLogic.svg" alt="ChronoLogic" class="image-chronologic">
<h4>Announcing the Ethereum Alarm Clock & ChronoLogic Partnership</h4>
<p>ChronoLogic has solidified a partnership with & grant to Ethereum Alarm Clock as the first project that will benefit from ChronoLogic funding to support temporal innovation. Ethereum Alarm Clock currently allows scheduling of transactions for delayed execution at a specified block or time in the future.</p>
<a href="https://blog.chronologic.network/announcing-the-ethereum-alarm-clock-chronologic-partnership-b3d7545bea3b" target="_blank">Learn more <span class="linea-arrows-slim-right"></span></a>
</div>
</div>
<!-- Item 2 -->
<div class="col-md-6">
<div class="ft-item wow fadeInUp" data-wow-duration="1s" data-wow-delay=".3s">
<img src="assets/images/MyCrypto.svg" class="image-mycrypto" alt="MyCrypto">
<h4>ChronoLogic Partners With MyCrypto For Ethereum Alarm Clock Integration</h4>
<p>MyCrypto is a recently-launched Ethereum blockchain interface from the team who originally developed MyEtherWallet. They have quickly integrated Shapeshift and are now partnering with ChronoLogic to implement a scheduled transactions function utilizing the Ethereum Alarm Clock.</p>
<a href="https://blog.chronologic.network/chronologic-partners-with-mycrypto-for-ethereum-alarm-clock-integration-e5c2e7a5666a" target="_blank">Learn more <span class="linea-arrows-slim-right"></span></a>
</div>
</div>
<!-- Item 3 -->
<div class="col-md-6">
<div class="ft-item wow fadeInUp" data-wow-duration="1s" data-wow-delay=".6s">
<img src="assets/images/rsk.png" class="image-rsk" alt="RSK">
<h4>ChronoLogic to Launch Scheduling Technology on the native RSK Network</h4>
<p>ChronoLogic, a company focused on automation on the blockchain, has partnered with RSK Labs to provide its payment and token scheduling technology into the native RSK network. With the RSK Network, it seemed natural to extend this technology to give the users of RSK the same capabilities.</p>
<a href="https://blog.chronologic.network/chronologic-to-launch-scheduling-technology-on-rsk-network-2b2383d23e03" target="_blank">Learn more <span class="linea-arrows-slim-right"></span></a>
</div>
</div>
<!-- Item 4 -->
<div class="col-md-6">
<div class="ft-item wow fadeInUp" data-wow-duration="1s" data-wow-delay=".6s">
<img src="assets/images/mew.png" alt="MEW" class="image-mew">
<h4>Scheduling Transactions with Ethereum Alarm Clock by ChronoLogic</h4>
<p>The Ethereum blockchain has no native way to schedule transactions. A smart contract needs an executor, so the user must interact with the contract at the time when the transaction needs to be sent. Ethereum Alarm Clock — a smart contract protocol that allows scheduling transactions to be executed later on the user’s behalf.</p>
<a href="https://medium.com/myetherwallet/dapp-spotlight-scheduling-transactions-with-ethereum-alarm-clock-by-chronologic-9cdd343f746a" target="_blank">Learn more <span class="linea-arrows-slim-right"></span></a>
</div>
</div>
</div><!-- / .row -->
</section>
</div><!-- / .gray-bg -->
<!-- ========== Feature - iframe video ========== -->
<div id="about" class="container">
<section class="container ft-iframe-video">
<div class="row section">
<header class="col-md-offset-1 col-md-10 sec-heading">
<h2>Video</h2>
<span class="subheading">What Can You Do With The Ethereum Alarm Clock?</span>
</header>
<div class="col-md-offset-1 col-md-10">
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9 wow fadeIn" data-wow-duration="2s" data-wow-delay=".1s">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/SSJUIHrkWhY?rel=0&showinfo=0"></iframe>
</div>
</div><!-- / .col-md-10 -->
</div><!-- / .row -->
</section><!-- / .container -->
</div><!-- / .gray-bg -->
<!-- ========== Testimonials ========== -->
<div id="testimonials" class="testimonials-parallax">
<div class="bg-overlay">
<div class="t-wrapper t-slider">
<!-- Testimonial 1 -->
<blockquote>
<a class="no-style-link" href="https://youtu.be/WhLmm5ZmKX8" target="_blank">The Alarm Clock opens up a lot of possibilities, one of them is multi-step transactions like ENS. We really look forward to integrating the Alarm Clock into MyCrypto.</a>
<span class="et-quote t-type"></span>
<footer>
<cite>
<h5 class="h-alt">Taylor Monahan</h5>
<h5>Founder & CEO of MyCrypto</h5>
</cite>
</footer>
</blockquote>
<!-- Testimonial 2 -->
<blockquote>
<a class="no-style-link" href="https://youtu.be/osxoozyUYLY" target="_blank">You can use the Ethereum Alarm Clock every time you need to schedule a transaction. Anyone who ever had to run a cron job in his life (as the DevOps will know exactly what we're talking about) it's hard work.</a>
<span class="et-quote t-type"></span>
<footer>
<cite>
<h5 class="h-alt">Stephan Tual</h5>
<h5>CoFounder of Ethereum</h5>
</cite>
</footer>
</blockquote>
<!-- Testimonial 3 -->
<blockquote>
<a class="no-style-link" href="https://youtu.be/gb3YRdE3Igc" target="_blank">The Alarm Clock could be good for subscriptions and subscription model applications where you want to like have pre-signed transactions or pre-allocated transactions that would go off and go through the network.</a>
<span class="et-quote t-type"></span>
<footer>
<cite>
<h5 class="h-alt">Frankie Pangilinan</h5>
<h5>Software Developer at MetaMask</h5>
</cite>
</footer>
</blockquote>
<!-- Testimonial 4 -->
<blockquote>
<a class="no-style-link" href="https://youtu.be/d1IHYlReAgE" target="_blank">I see how we can collaborate them with a hardware wallet to make sure that a user’s transaction is scheduled at the right time.</a>
<span class="et-quote t-type"></span>
<footer>
<cite>
<h5 class="h-alt">Nicolas Bacca</h5>
<h5>CoFounder of Ledger</h5>
</cite>
</footer>
</blockquote>
<!-- Testimonial 5 -->
<blockquote>
<a class="no-style-link" href="https://youtu.be/JupVzGsl4wM" target="_blank">The Alarm Clock could be used for triggering any kind of trading activity, so it could be interesting for use in decentralized exchanges.</a>
<span class="et-quote t-type"></span>
<footer>
<cite>
<h5 class="h-alt">Fabian Vogelsteller</h5>
<h5>Creator of the Mist Browser</h5>
</cite>
</footer>
</blockquote>
<!-- Testimonial 6 -->
<blockquote>
<a class="no-style-link" href="https://youtu.be/UMcFNmeRmNA" target="_blank">Decentralized scheduling seems to have a very good use case in SWARM.</a>
<span class="et-quote t-type"></span>
<footer>
<cite>
<h5 class="h-alt">Viktor Tron</h5>
<h5>SWARM team lead at Ethereum Foundation</h5>
</cite>
</footer>
</blockquote>
</div><!-- / .t-wrapper -->
</div><!-- / .bg-overlay -->
</div><!-- / .testimonials-parallax -->
<!-- ========== CTA - Newsletter Signup ========== -->
<script src="https://assets.convertkit.com/assets/CKJS4.js?v=21"></script>
<div class="cta-newsletter cta-dark">
<div class="bg-overlay">
<section id="join" class="cta-wrapper">
<h3 class="cta-lead h-alt wow fadeIn" data-wow-delay=".1s" data-wow-duration="1s">Join our newsletter</h3>
<form id="ck_subscribe_form" class="mc-ajax mc-form subscribe-form ck_form_container ck_inline ck_subscribe_form" action="https://app.convertkit.com/landing_pages/414263/subscribe" data-remote="true" data-ck-version="7" _lpchecked="1">
<input type="hidden" value="{"form_style":"minimal","converted_behavior":"show","days_no_show":"15","delay_seconds":"10","display_devices":"all","display_position":"br","embed_style":"inline","embed_trigger":"scroll_percentage","scroll_percentage":"70"}" id="ck_form_options">
<input type="hidden" name="id" value="414263" id="landing_page_id">
<input type="hidden" name="ck_form_recaptcha" value="" id="ck_form_recaptcha">
<div class="ck_errorArea">
<div id="ck_error_msg" style="display:none">
<p>There was an error submitting your subscription. Please try again.</p>
</div>
</div>
<!-- Email -->
<input type="email" name="email" placeholder="Your email address" id="ck_emailField" class="wow fadeInUp" data-wow-delay=".1s" data-wow-duration="1s" >
<div class="ck_control_group ck_captcha2_h_field_group ck-captcha2-h" style="position: absolute !important;left: -999em !important;">
<input type="text" name="captcha2_h" class="ck-captcha2-h" id="ck_captcha2_h" placeholder="We use this field to detect spam bots. If you fill this in, you will be marked as a spammer.">
</div>
<!-- Send Button -->
<input type="submit" name="subscribe" value="Join Us" id="ck_subscribe_button" class="btn btn-light btn-large wow fadeInUp mc-send-btn subscribe_button ck_subscribe_button btn fields" data-wow-delay=".1s" data-wow-duration="1s">
</form>
<div id="ck_success_msg" style="display:none;">
<p>Success! Now check your email to confirm your subscription.</p>
</div>
</div><!-- / .cta-wrapper -->
</div><!-- / .bg-overlay -->
</div><!-- / .cta-newsletter -->
<!-- ========== Footer Contact ========== -->
<!-- Social Links -->
<div class="dark-bg">
<div class="container footer-social-links">
<div class="row">
<ul>
<li><a href="https://github.com/ethereum-alarm-clock/ethereum-alarm-clock" target="_blank">GitHub</a></li>
<li><a href="https://github.com/ethereum-alarm-clock/ethereum-alarm-clock/wiki/Quick-Start" target="_blank">Docs</a></li>
<li><a href="https://blog.chronologic.network/" target="_blank">Blog</a></li>
</ul>
</div>
</div><!-- / .container -->
</div><!-- / .dark-bg -->
<!-- Copyright -->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-md-6">
<small>© Created by <a class="no-style-link" href="https://github.com/pipermerriam/" target="_blank">Piper Merriam</a></small>
</div>
<div class="col-md-6">
<small><a href="#page-top" class="pull-right to-the-top">To the top<i class="fa fa-angle-up"></i></a></small>
</div>
</div><!-- / .row -->
<div id="nomicsCredits" class="row">
<div class="col-md-12">
<small>* Some or all data provided by Nomics.com <a href="https://p.nomics.com/cryptocurrency-bitcoin-api" target="_blank">Cryptocurrency Market Data API.</a></small>
</div>
</div><!-- / .row -->
</div><!-- / .container -->
</div><!-- / .copyright -->
</footer><!-- / .footer-contact -->
<!-- ========== Scripts ========== -->
<script src="assets/js/vendor/jquery-2.1.4.min.js"></script>
<script src="assets/js/vendor/google-fonts.js"></script>
<script src="assets/js/vendor/jquery.easing.js"></script>
<script src="assets/js/vendor/jquery.waypoints.min.js"></script>
<script src="assets/js/vendor/bootstrap.min.js"></script>
<script src="assets/js/vendor/bootstrap-hover-dropdown.min.js"></script>
<script src="assets/js/vendor/smoothscroll.js"></script>
<script src="assets/js/vendor/jquery.localScroll.min.js"></script>
<script src="assets/js/vendor/jquery.scrollTo.min.js"></script>
<script src="assets/js/vendor/jquery.stellar.min.js"></script>
<script src="assets/js/vendor/jquery.parallax.js"></script>
<script src="assets/js/vendor/slick.min.js"></script>
<script src="assets/js/vendor/jquery.easypiechart.min.js"></script>
<script src="assets/js/vendor/countup.min.js"></script>
<script src="assets/js/vendor/isotope.min.js"></script>
<script src="assets/js/vendor/jquery.magnific-popup.min.js"></script>
<script src="assets/js/vendor/wow.min.js"></script>
<script src="assets/js/vendor/animDots.js"></script>
<script src="assets/js/eac-counter.browser.js"></script>
<!-- Google Maps -->
<script src="assets/js/gmap.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDOcd7o0W0r846FC_GoHSK56xeAvP8fV4s"></script>
<!-- Definity JS -->
<script src="assets/js/main.js"></script>
</body>
</html>