This repository has been archived by the owner on Aug 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathfeatures.html
854 lines (831 loc) · 31 KB
/
features.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
<html style="scroll-behavior: unset">
<head>
<meta charset="utf-8" />
<link rel="icon" href="assets/images/favicon.ico" />
<meta
name="description"
content="Amplication is an open‑source development tool. It helps you develop
quality Node.js applications without spending time on repetitive
coding tasks."
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>Amplication - Generate Node.js apps, just code what matters</title>
<meta
name="keywords"
content="generate nodejs, open source dev tool, app generator, low code app generator"
/>
<meta name="robots" content="index,follow" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="./styles/style.css" />
<!-- Facebook Pixel Code -->
<script>
!(function (f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function () {
n.callMethod
? n.callMethod.apply(n, arguments)
: n.queue.push(arguments);
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = "2.0";
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s);
})(
window,
document,
"script",
"https://connect.facebook.net/en_US/fbevents.js"
);
fbq("init", "694076677979309");
fbq("track", "PageView");
</script>
<noscript
><img
height="1"
width="1"
style="display: none"
src="https://www.facebook.com/tr?id=694076677979309&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<!-- Global site tag (gtag.js) - Google Ads: 455018710 -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=AW-455018710"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "AW-455018710");
</script>
<!-- Hotjar Tracking Code for https://amplication.com -->
<script>
(function (h, o, t, j, a, r) {
h.hj =
h.hj ||
function () {
(h.hj.q = h.hj.q || []).push(arguments);
};
h._hjSettings = { hjid: 2379815, 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>
</head>
<body>
<!-- NAVBAR
================================================== -->
<nav class="navbar navbar-expand-lg bg-dark fixed-top flex-column">
<div class="notice-stripe">
<a
href="https://github.com/amplication/amplication"
target="_blank"
alt="Amplication on GitHub"
>
<img
class="git-hub-star"
src="assets/images/star.svg"
alt="GitHub star"
/>
If you like Amplication, give us a star on
<span class="social-link github"> </span>
</a>
</div>
<div class="container-fluid">
<a
class="latest-version"
href="https://github.com/amplication/amplication/releases"
target="_blank"
>
<span id="version-number"></span>
</a>
<!-- Brand -->
<a class="navbar-brand" href="./">
<img
src="./assets/amplication-logo.svg"
class="navbar-brand-img"
alt="Amplication"
/>
</a>
<!-- Toggler -->
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarCollapse"
aria-controls="navbarCollapse"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto mt-2 mt-lg-0">
<li class="nav-item d-lg-none mobile-menu-header">
<a class="navbar-brand" href="./">
<img
src="./assets/amplication-logo-white.svg"
class="navbar-brand-img"
alt="..."
/>
</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarCollapse"
aria-controls="navbarCollapse"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="amp-icon">close</span>
</button>
</li>
<li class="nav-item">
<a
class="nav-link hover"
target="_blank"
href="https://docs.amplication.com/docs/getting-started"
>
Docs
</a>
</li>
<li class="nav-item active">
<a class="nav-link hover" href="/features.html"> Features </a>
</li>
<li class="nav-item">
<a class="nav-link hover" href="/pricing.html">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link hover" href="/community.html"> Community </a>
</li>
<li class="nav-item">
<a class="nav-link hover" href="/team.html"> Team </a>
</li>
<li class="nav-item">
<a class="nav-link hover" href="/jobs"> Careers </a>
</li>
<li class="nav-item">
<a class="nav-link hover" href="./#roadmap"> Roadmap </a>
</li>
<li class="nav-item d-none d-lg-flex">
<a
class="nav-link btn btn-primary"
href="https://app.amplication.com"
>
Login
</a>
</li>
</ul>
<div class="row text-center d-lg-none menu-contact">
<div class="col-12">
<div>
<div class="contact-title">Contact us</div>
<div class="contact-details">
contact@amplication.com
</div>
</div>
</div>
<div class="col-12">
<div class="contact-details">
<a
class="social-link github"
href="https://github.com/amplication/amplication"
target="_blank"
alt="Amplication on GitHub"
>
</a>
<a
class="social-link twitter"
href="https://twitter.com/amplication"
target="_blank"
alt="Amplication on Twitter"
>
</a>
<a
class="social-link linkedin"
href="https://www.linkedin.com/company/amplication"
target="_blank"
alt="Amplication on LinkedIn"
>
</a>
<a
class="social-link facebook"
href="https://www.facebook.com/amplicationcom/"
target="_blank"
alt="Amplication on Facebook"
>
</a>
</div>
</div>
</div>
</div>
</div>
</nav>
<!-- FEATURES
================================================== -->
<section id="graphql" class="features-page-feature">
<div class="container">
<div
class="row d-flex justify-content-between align-items-center feature-page-card"
>
<div class="col-sm-12 col-md-7 pr-3">
<div class="feature-card-header">
<span class="feature-page-icon first-color">
<img
src="assets/images/features-page/icons/nenu_graphql_icon.svg"
alt=""
/>
</span>
</div>
<div class="feature-title">GraphQL</div>
<div class="feature-page-description">
Amplication generates production-ready, self-documenting GraphQL
API for all your data models. The API is generated with
authentication and authorization of your choice already
baked-in.<br /><br />
The GraphQL server is built with Apollo Server and provides all
the features that shipped with it. Easily grow and customize your
GraphQL API with your business and connect to it from any GraphQL
client.
</div>
</div>
<div class="col-sm-12 col-md-5 feature-image" data-aos="fade-up-left">
<img src="assets/images/features-page/graphql.svg" alt="graph ql" />
</div>
</div>
</div>
</section>
<section id="restapi" class="features-page-feature">
<div class="container">
<div
class="row d-flex justify-content-between align-items-center feature-page-card"
>
<div class="col-sm-12 col-md-7 pr-3">
<div class="feature-card-header">
<span class="feature-page-icon">
<img
src="assets/images/features-page/icons/menu_rest_icon.svg"
alt=""
/>
</span>
</div>
<div class="feature-title">REST API</div>
<div class="feature-page-description">
Easily connect to your data with any HTTP client using REST API.
Amplication generates production-ready REST API, with Swagger UI
documentation, for all your data models.
<br /><br />
The API is generated with authentication and authorization of your
choice already baked-in. The REST API is built with strict RESTful
conventions and can be easily extended and customized.
</div>
</div>
<div class="col-sm-12 col-md-5 feature-image" data-aos="fade-up-left">
<img
src="assets/images/features-page/rest_api.svg"
alt="rest api"
/>
</div>
</div>
</div>
</section>
<section id="identity-permissions" class="features-page-feature">
<div class="container">
<div
class="row d-flex justify-content-between align-items-center feature-page-card"
>
<div class="col-sm-12 col-md-7 pr-3">
<div class="feature-card-header">
<span class="feature-page-icon third-color">
<img
src="assets/images/features-page/icons/menu_identity_icon.svg"
alt=""
/>
</span>
</div>
<div class="feature-title">Identity & Permissions</div>
<div class="feature-page-description">
Save time on plugging in authentication and authorization to your
apps. Amplication provides a role-based permission model that is
generated automatically with your app.
<br /><br />
Create as many roles as needed and granularly set permissions per
data model or specific fields for different roles. All the
permissions are automatically enforced in the REST and GraphQL
APIs including response filtering on specific fields.
<br /><br />
Choose one or more of the built-in authentication providers, and
get your generated app with built-in support both on server-side
and client-side.
</div>
</div>
<div class="col-sm-12 col-md-5 feature-image" data-aos="fade-up-left">
<img
src="assets/images/features-page/identity_permissions.svg"
alt="identity and permissions"
/>
</div>
</div>
</div>
</section>
<section id="admin-ui" class="features-page-feature">
<div class="container">
<div
class="row d-flex justify-content-between align-items-center feature-page-card"
>
<div class="col-sm-12 col-md-7 pr-3">
<div class="feature-card-header">
<span class="feature-page-icon first-color">
<img
src="assets/images/features-page/icons/menu_admin_ui_icon.svg"
alt=""
/>
</span>
</div>
<div class="feature-title">Admin UI</div>
<div class="feature-page-description">
Start working with your application in minutes. Amplication
generates a React client with ready-made forms for creating and
editing all the data models of your application.
<br /><br />
The React app is pre-configured to work with your back-end and
already has all the boilerplate and foundation for your client,
including - routing and navigation, authentication, permissions,
menu, breadcrumbs, error handling, and much more.
</div>
</div>
<div class="col-sm-12 col-md-5 feature-image" data-aos="fade-up-left">
<img
src="assets/images/features-page/admin-ui.svg"
alt="admin ui"
/>
</div>
</div>
</div>
</section>
<section id="code-generation" class="features-page-feature">
<div class="container">
<div
class="row d-flex justify-content-between align-items-center feature-page-card"
>
<div class="col-sm-12 col-md-7 pr-3">
<div class="feature-card-header">
<span class="feature-page-icon">
<img
src="assets/images/features-page/icons/menu_code_generation_icon.svg"
alt=""
/>
</span>
</div>
<div class="feature-title">Code Generation</div>
<div class="feature-page-description">
Save time on boilerplate and repetitive tasks with low-code but
keep working on your core business logic with pro-code.
<br /><br />
Amplication generates human-readable and human-editable node.js
application for the back-end and React application for the client.
The applications are generated with high standard TypeScript that
you can easily customize and make your own.
</div>
</div>
<div class="col-sm-12 col-md-5 feature-image" data-aos="fade-up-left">
<img
src="assets/images/features-page/code_generation.svg"
alt="code generation"
/>
</div>
</div>
</div>
</section>
<section id="custom-code" class="features-page-feature">
<div class="container">
<div
class="row d-flex justify-content-between align-items-center feature-page-card"
>
<div class="col-sm-12 col-md-7 pr-3">
<div class="feature-card-header">
<span class="feature-page-icon third-color">
<img
src="assets/images/features-page/icons/custom_code_icon.svg"
alt=""
/>
</span>
</div>
<div class="feature-title">Custom Code</div>
<div class="feature-page-description">
Generated apps can be manually customized to support any complex
logic, specs, or integration using custom code. Code components
can be modified using any IDE, synced through GitHub, and still be
maintained through Amplication engine without being overridden by
any data model change or app re-generation source code.
</div>
</div>
<div class="col-sm-12 col-md-5 feature-image" data-aos="fade-up-left">
<img
src="assets/images/features-page/custom-code.svg"
alt="custom code"
/>
</div>
</div>
</div>
</section>
<section id="cli" class="features-page-feature">
<div class="container">
<div
class="row d-flex justify-content-between align-items-center feature-page-card"
>
<div class="col-sm-12 col-md-7 pr-3">
<div class="feature-card-header">
<span class="feature-page-icon first-color">
<img
src="assets/images/features-page/icons/menu_version_control_icon.svg"
alt=""
/>
</span>
</div>
<div class="feature-title">Command Line Interface (CLI)</div>
<div class="feature-page-description">
Define your data model and generate apps faster using Amplication
Command Line Interface (CLI). Actions available in our data model
app designer GUI version are also available through our CLI. Using
Amplication CLI you can execute pre-defined long scripts which can
be used as templates and as an import-export mechanism
</div>
</div>
<div class="col-sm-12 col-md-5 feature-image" data-aos="fade-up-left">
<img
src="assets/images/features-page/command-line-interface.svg"
alt="command line interface cli"
/>
</div>
</div>
</div>
</section>
<section id="deployment" class="features-page-feature">
<div class="container">
<div
class="row d-flex justify-content-between align-items-center feature-page-card"
>
<div class="col-sm-12 col-md-7 pr-3">
<div class="feature-card-header">
<span class="feature-page-icon">
<img
src="assets/images/features-page/icons/menu_deployment_icon.svg"
alt=""
/>
</span>
</div>
<div class="feature-title">Deployment</div>
<div class="feature-page-description">
When working with Amplication, all your committed changes are
continuously deployed to a sandbox environment on the Amplication
cloud so you can easily access your application for testing and
development purposes.
<br /><br />
You can also easily build a Docker container to prepare your app
for deployment. Your app is always generated with all the
configuration and scripts needed to do so.
</div>
</div>
<div class="col-sm-12 col-md-5 feature-image" data-aos="fade-up-left">
<img
src="assets/images/features-page/deployment.svg"
alt="deployment"
/>
</div>
</div>
</div>
</section>
<section id="open-source" class="features-page-feature">
<div class="container">
<div
class="row d-flex justify-content-between align-items-center feature-page-card"
>
<div class="col-sm-12 col-md-7 pr-3">
<div class="feature-card-header">
<span class="feature-page-icon third-color">
<img
src="assets/images/features-page/icons/menu_open_source_icocn.svg"
alt=""
/>
</span>
</div>
<div class="feature-title">Open Source</div>
<div class="feature-page-description">
Amplication is an open-source project built for developers by the
open-source community.
<br /><br />
Join us in building the next generation of development tools.
<br /><span><b>Any contribution counts.</b></span>
</div>
<div
class="buttons-wrapper d-flex mb-4 align-items-center justify-content-start mt-4"
>
<a
href="https://github.com/amplication/amplication"
class="btn btn-outline-secondary"
>
<span class="social-link github social-white"> </span>
GitHub
</a>
<div class="spacer"></div>
<a
href="https://discord.gg/Z2CG3rUFnu"
class="btn btn-primary ml-4"
>
<span class="social-link discord social-white"> </span>
Join our community
</a>
</div>
</div>
<div class="col-sm-12 col-md-5 feature-image" data-aos="fade-up-left">
<img
src="assets/images/features-page/open_source.svg"
alt="open source"
/>
</div>
</div>
</div>
</section>
<section id="integration-webhooks" class="features-page-feature">
<div class="container">
<div
class="row d-flex justify-content-between align-items-center feature-page-card"
>
<div class="col-sm-12 col-md-7 pr-3">
<div class="feature-card-header">
<span class="feature-page-icon first-color">
<img
src="assets/images/features-page/icons/menu_integration_icon.svg"
alt=""
/>
</span>
<span class="coming-soon">Coming soon</span>
</div>
<div class="feature-title">Integration & Webhooks</div>
<div class="feature-page-description">
Integration with any external service is available through custom
code or webhooks. Once you generate your app based on your data
model, you can custom code and integrate it with any external app.
You can also use webhooks to trigger external apps based on events
or database change update.
</div>
</div>
<div class="col-sm-12 col-md-5 feature-image" data-aos="fade-up-left">
<img
src="assets/images/features-page/integration_webhooks.svg"
alt="integration and webhook"
/>
</div>
</div>
</div>
</section>
<section id="version-control" class="features-page-feature">
<div class="container">
<div
class="row d-flex justify-content-between align-items-center feature-page-card"
>
<div class="col-sm-12 col-md-7 pr-3">
<div class="feature-card-header">
<span class="feature-page-icon">
<img
src="assets/images/features-page/icons/menu_version_control_icon.svg"
alt=""
/>
</span>
</div>
<div class="feature-title">Version Control</div>
<div class="feature-page-description">
Amplication has version control built-in which enables you to
visually see any app change and how it's being reflected in the
generated app code. The app developer has the option to cancel
commits or roll back to previous versions of the app at any time.
</div>
</div>
<div class="col-sm-12 col-md-5 feature-image" data-aos="fade-up-left">
<img
src="assets/images/features-page/version_control.svg"
alt="version control"
/>
</div>
</div>
</div>
</section>
<section id="sync-with-github" class="features-page-feature">
<div class="container">
<div
class="row d-flex justify-content-between align-items-center feature-page-card"
>
<div class="col-sm-12 col-md-7 pr-3">
<div class="feature-card-header">
<span class="feature-page-icon third-color">
<img
src="assets/images/features-page/icons/github.svg"
alt=""
/>
</span>
</div>
<div class="feature-title">Sync with Github</div>
<div class="feature-page-description">
Amplication can push the code of your app to a GitHub repository.
Every app developed on Amplication platform is translated to a
human-readable TypeScript Node.js app which can be synced with
your private Github repository.
<br />
<span>This feature allows you to:</span><br />
<ul>
<li>
Continuously push your app changes to your private repository
</li>
<li>Keep using your favorite IDE</li>
<li>
No need to learn new skills, keep developing with the
technology you master
</li>
<li>Control and validate changes before merge</li>
<li>
Use GitHub as version control to track changes and roll back
</li>
</ul>
</div>
</div>
<div class="col-sm-12 col-md-5 feature-image" data-aos="fade-up-left">
<img
src="assets/images/features-page/sync_with_github.svg"
alt="sync with github"
/>
</div>
</div>
</div>
</section>
<!-- GET STARTED
================================================== -->
<section class="auto-height page-get-started">
<div class="container">
<div class="footer-banner">
<div class="footer-banner__content">
<h2 class="h3 text-white">
<span>Free to Use.</span> <br /><span> Open‑source.</span>
</h2>
<a href="https://app.amplication.com" class="btn btn-dark mr-1">
Build your app in 5 minutes
</a>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row text-center text-lg-left">
<div class="col-12 col-lg-6">
<h2 class="h2">
We would <span class="text-turquoise-mono">love</span> to hear
from you.
</h2>
</div>
<div
class="col-12 col-lg-6 d-block align-items-center justify-content-end d-lg-flex"
>
<div class="pr-0 pr-lg-5">
<div>
<div class="contact-title">Contact us</div>
<div class="contact-details">
contact@amplication.com
</div>
</div>
</div>
<div class="pl-0 pl-lg-3">
<div class="contact-title">Follow us</div>
<div class="contact-details">
<a
class="social-link github"
href="https://github.com/amplication/amplication"
target="_blank"
alt="Amplication on GitHub"
>
</a>
<a
class="social-link discord"
href="https://discord.gg/Z2CG3rUFnu"
target="_blank"
alt="Discord"
>
</a>
<a
class="social-link twitter"
href="https://twitter.com/amplication"
target="_blank"
alt="Amplication on Twitter"
>
</a>
<a
class="social-link linkedin"
href="https://www.linkedin.com/company/amplication"
target="_blank"
alt="Amplication on LinkedIn"
>
</a>
<a
class="social-link facebook"
href="https://www.facebook.com/amplicationcom/"
target="_blank"
alt="Amplication on Facebook"
>
</a>
</div>
</div>
</div>
</div>
<div
class="footer-line col-12 footer-line d-flex justify-content-between align-items-center"
>
<span class="sm-line-top">©2021 Amplication</span>
<div class="sm-line-bottom d-flex justify-content-between">
<a href="./terms.html">terms and conditions</a>
<a class="pl-md-4" href="./privacy.html">privacy</a>
</div>
</div>
</div>
</footer>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init({
easing: "ease-out-back",
duration: 1000,
});
</script>
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"
integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s"
crossorigin="anonymous"
></script>
<script>
$.get(
"https://api.github.com/repos/amplication/amplication/releases/latest",
function (data, status) {
$("#version-number").text(data.name.replace("v", "Version "));
}
);
</script>
<script src="captureUtm.js"></script>
<script src="./scripts/typed.min.js"></script>
<script>
var typed = new Typed("#animated-header-typed", {
stringsElement: "#animated-header-content",
typeSpeed: 60,
backSpeed: 20,
backDelay: 1700,
startDelay: 0,
smartBackspace: false,
loop: true,
});
</script>
<script>
$(document).ready(function () {
$("#navbarCollapse a[href^='./#']").click(function () {
$("#navbarCollapse").removeClass("show");
});
});
</script>
</body>
</html>