-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
services.html
456 lines (445 loc) · 32.3 KB
/
services.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style id="antiClickjack">
body {
display:none !important;
}
</style>
<script type="text/javascript">
if (self === top) {
var antiClickjack = document.getElementById("antiClickjack");
antiClickjack.parentNode.removeChild(antiClickjack);
} else {
top.location = self.location;
}
</script>
<meta name="description" content="Locize offers smart translation, efficient reviews, and automatic machine or generative ai translation service to help with localization and translation.">
<meta property="og:title" content="locize: Additional services provided">
<meta property="og:description" content="Explore partners or extra services of locize. You may enhance your locize experience...">
<meta name="twitter:title" content="locize: Additional services provided">
<meta name="twitter:description" content="Explore partners or extra services of locize. You may enhance your locize experience...">
<meta name="author" content="inweso GmbH">
<meta name="copyright" content="inweso GmbH">
<meta name="keywords" content="localization,internationalization,localize,translate,locize,l10n,i18n,javascript,nodejs,localization as a service,saas translation,saas localization,laas,continuous localization,DevOps,process,free,website localization,service,software,web app,web,mobile,desktop,game,translation management,online,automate,process of localization,localization process,translation service,localization service,translation software,landing page,javascript localize,localization tool,localizing a website,localization solution,cloud localization,cloud translation,serverless,cloud,cdn,react,react.js,reactjs,react-i18next,next,next.js,nextjs,next-i18next,svelte,svelte-i18n,svelte-i18next,angular,vue,vue-js,jquery,nodejs,i18next,json,api,react-native,localization api,translation api,app localization services,localization management platform,localization platform,professional translation and localization services,website translation management,app localization service,online translation management,i18next translation management,i18next translation,manage translations,manage translation files">
<meta property="og:type" content="website">
<meta property="og:url" content="https://locize.com">
<meta property="og:site_name" content="locize - continuous localization as a service">
<meta property="og:locale" content="en">
<meta property="og:image" content="img/locize_color.svg">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@locize">
<meta name="slack-app-id" content="A71NM84Q6">
<link href="/lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="lib/fontawesome/css/fontawesome.min.css">
<link rel="stylesheet" href="lib/fontawesome/css/brands.min.css">
<link rel="stylesheet" href="lib/fontawesome/css/solid.min.css">
<link rel="stylesheet" href="lib/fontawesome/css/regular.min.css">
<link rel="stylesheet" href="/lib/simple-line-icons/css/simple-line-icons.css">
<link rel="stylesheet" href="/lib/device-mockups/device-mockups.min.css">
<link href="/css/main.min.css" rel="stylesheet">
<!--if lt IE 9
script(src='https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js')
script(src='https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js')
-->
<link href="//cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" rel="stylesheet" type="text/css">
<title>Localization and translation services | Locize</title>
<link rel="canonical" href="/services.html">
</head>
<body id="page-top">
<nav class="navbar navbar-default navbar-fixed-top affix" id="mainNav" i18next-options="{"ns": "common"}">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"><span class="sr-only">Toggle navigation</span><i class="fa-solid fa-bars"></i></button><a class="navbar-brand" href="/"></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown" id="featuresd"><a class="dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Features<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/#features">Characteristics</a></li>
<li><a href="/#process">What is the software localization process?</a></li>
<li><a href="/#platform">What can our localization platform do?</a></li>
<li><a href="/how-it-works.html">How it works</a></li>
<li><a href="/for-your-team.html">For your team</a></li>
</ul>
</li>
<li><a href="/pricing.html">Pricing</a></li>
<li><a href="/customers.html">Success Stories</a></li>
<li class="dropdown" id="featuresd"><a class="dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">More<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://docs.locize.com/">Documentation</a></li>
<li><a href="/services.html">Additional services</a></li>
<li> <a href="/blog/">Blog</a></li>
<li><a class="closeOnClick" href="/#contact">Contact</a></li>
</ul>
</li>
<li><a href="https://www.locize.app/login" target="_blank">Login<i class="fa-solid fa-lock" aria-hidden="true" style="margin-left: 5px;"></i></a></li>
<li><a class="btn btn-outline btn-xl" href="https://www.locize.app/register" style="background-color: #4caf50; color: white; border: none;">Start your free trial</a></li>
</ul>
</div>
</div>
</nav>
<div style="margin-top: 50px;">
<section class="section-secondary" id="services" style="padding: 100px 0 50px 0;">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="section-heading">
<h2>Additional localization and translation services provided by locize</h2>
<p class="text-muted">Extend your locize experience with those additional services.</p>
<hr>
</div>
</div>
</div>
</div>
</section>
<section class="section-gray" style="padding: 0;">
<div class="container">
<div class="row">
<div class="col-md-4" style="position: relative;">
<div class="integration" style="height: 310px; background-color: #fff; border: solid 1px #ccc; position: relative; top: -100px; width: 100%; border-radius: 4px;">
<div class="integration-name text-center" style="margin-bottom: 0px;">locize - translation memory</div>
<div class="text-center text-muted">The smart translation memory.</div>
<div class="integration-features no-overflow" style="margin-top: 10px;">
<p>The smart translation memory provides you with suggestions of already translated segments and helps you to save time and keeping your translations consistent.</p>
</div>
<div class="integration-start"><a class="btn btn-outline btn-xl" href="https://docs.locize.com/whats-inside/translation-memory" target="_blank" style="background-color: #ccc">Learn more!</a></div>
</div>
<div class="integration" style="margin-top:30px; height: 280px; background-color: #fff; border: solid 1px #ccc; position: relative; top: -100px; width: 100%; border-radius: 4px;">
<div class="integration-name text-center" style="margin-bottom: 0px;">locize - history</div>
<div class="text-center text-muted">Track all changes to your translations.</div>
<div class="integration-features no-overflow" style="margin-top: 10px;">
<p>History enables you to track the last changes done to your translations. It empowers you to prove anytime when a content fragment was changed.</p>
</div>
<div class="integration-start"><a class="btn btn-outline btn-xl" href="https://docs.locize.com/whats-inside/history" target="_blank" style="background-color: #ccc">Learn more!</a></div>
</div>
</div>
<div class="col-md-4" style="position: relative;">
<div class="integration" style="height: 310px; background-color: #fff; border: solid 1px #ccc; position: relative; top: -100px; width: 100%; border-radius: 4px;">
<div class="integration-name text-center" style="margin-bottom: 0px;">locize - review workflow</div>
<div class="text-center text-muted">Start a review workflow when your translations changes.</div>
<div class="integration-features no-overflow" style="margin-top: 10px;">
<p style="font-size: 16px;">You can enable the review workflow for specific languages. This way each time someone changes a translation, it will start a review workflow. The actual value will not be changed until someone will accept one of the translation proposals.</p>
</div>
<div class="integration-start"><a class="btn btn-outline btn-xl" href="https://docs.locize.com/whats-inside/review-workflow" target="_blank" style="background-color: #ccc">Learn more!</a></div>
</div>
<div class="integration" style="margin-top:30px; height: 280px; background-color: #fff; border: solid 1px #ccc; position: relative; top: -100px; width: 100%; border-radius: 4px;">
<div class="integration-name text-center" style="margin-bottom: 0px;">SAML single sign-on (SSO)</div>
<div class="text-center text-muted">$20 per month</div>
<div class="integration-features no-overflow" style="margin-top: 10px;">
<p>SAML single sign-on (SSO) gives users access to locize through an identity provider (IDP) of your choice.</p>
</div>
<div class="integration-start"><a class="btn btn-outline btn-xl" href="https://docs.locize.com/whats-inside/user-management#saml-single-sign-on-sso" target="_blank" style="background-color: #ccc">Learn more!</a></div>
</div>
</div>
<div class="col-md-4" style="position: relative;">
<div class="integration" style="height: 620px; background-color: #fff; border: solid 1px #ccc; position: relative; top: -100px; width: 100%; border-radius: 4px;">
<div class="integration-name text-center">locize - automatic translation</div>
<div class="text-center text-muted">Automate translation work (the smart way)</div>
<div class="text-center" style="font-size: 16px; font-weight: 600; margin-top: 30px;">free<sup>1)</sup></div>
<div class="integration-features">
<p>The automatic translation feature enables every new content to get automatically translated into all other defined target languages (like Google Translate, Deepl, generative AI (open AI, mistral AI)).</p>
<div style="font-style: italic;">There's also the possibility to have an <a href="https://youtu.be/VfxBpSXarlU" target="_blank">high focused developer experience</a>, with the help of the <a href="https://docs.locize.com/whats-inside/auto-machine-translation" target="_blank">automatic translation workflow</a> and the use of the save missing keys functionality, new keys not only gets added to locize automatically, while developing the app, but are also <a href="https://youtu.be/VfxBpSXarlU" target="_blank">automatically translated</a> into the target languages using automatic translation (like <a href="https://cloud.google.com/translate" target="_blank">Google Translate</a>, Deepl or <a href="/ai.html">generative AIs</a>, like Open AI or Mistral AI).</div><br>
<div style="font-style: italic; font-size: 10px;"> 1) Each automatically translated key counts as normal modification.</div>
</div>
<div class="integration-start"><a class="btn btn-outline btn-xl" href="https://docs.locize.com/whats-inside/auto-machine-translation" target="_blank" style="background-color: #ccc">Learn more!</a></div>
</div>
</div>
</div>
<div class="row" style="margin-top: 30px;">
<div class="col-md-4" style="position: relative;">
<div class="integration" style="height: 620px; background-color: #fff; border: solid 1px #ccc; position: relative; top: -100px; width: 100%; border-radius: 4px;">
<div class="integration-name text-center">locize - Figma plugin</div>
<div class="text-center text-muted">Bridging the gap between translation and product design.</div>
<div class="text-center" style="font-size: 16px; font-weight: 600; margin-top: 30px;">free</div>
<div class="integration-features">
<p>Increase your overall translation quality and reduce feedback loops. Validate your product design with translated content. And Send missing translations to locize.</p>
<div style="font-style: italic;">The <a href="https://www.figma.com/community/plugin/1049710666643539175/locize" target="_blank">locize Figma plugin</a> allows you to send text content to your locize project, directly from within Figma and to fetch translations from locize to test your designs. Bridging the gap between translation and product design with our Figma integration creates an efficient workflow from end-to-end.</div>
</div>
<div class="integration-start"><a class="btn btn-outline btn-xl" href="https://docs.locize.com/more/figma-plugin" target="_blank" style="background-color: #ccc">Learn more!</a></div>
</div>
</div>
<div class="col-md-4" style="position: relative;">
<div class="integration" style="height: 620px; background-color: #fff; border: solid 1px #ccc; position: relative; top: -100px; width: 100%; border-radius: 4px;">
<div class="integration-name text-center">locize - Multi-Tenant</div>
<div class="text-center text-muted">Per-customer translations or customer specific “overrides".</div>
<div class="text-center" style="font-size: 16px; font-weight: 600; margin-top: 30px;">free</div>
<div class="integration-features">
<p>Are you offering a customized software for your customers, and you like to anticipate translations that could be overridden by you on a per-customer basis or directly by your customer?</p>
<div style="font-style: italic;">With locize you can create tenant projects based on your main project.<br>All translations are anticipated for the tenant project and can be overridden, if necessary.<br>But the anticipated translations are not just copied, so in case you need to correct a translation in your main project, it will be automatically populated to your tenants, if not overridden.</div>
</div>
<div class="integration-start"><a class="btn btn-outline btn-xl" href="https://docs.locize.com/more/multi-tenant" target="_blank" style="background-color: #ccc">Learn more!</a></div>
</div>
</div>
<div class="col-md-4" style="position: relative;">
<div class="integration" style="height: 620px; background-color: #fff; border: solid 1px #ccc; position: relative; top: -100px; width: 100%; border-radius: 4px;">
<div class="integration-name text-center">more services...</div>
<div class="text-center text-muted">There are a lot more services and more are coming in future.</div>
<div class="integration-features" style="margin-top: 22px;">
<h4><a href="https://docs.locize.com/integration/slack">Slack</a></h4>
<p style="font-size: 14px">Enable the slack integration and choose on of your slack channels to get notified when something noteworthy happens in your localization project.</p>
<h4><a href="https://docs.locize.com/integration/microsoft-teams">Microsof Teams</a></h4>
<p style="font-size: 14px">Get directly notified in your Microsoft Teams channel if something noticeable happens.</p>
<h4><a href="https://docs.locize.com/whats-inside/glossary">Glossary</a></h4>
<p style="font-size: 14px">A glossary is a lexica that contains terminology to be used or not be used in the translations.</p>
<h4>and more...</h4>
<p style="font-size: 14px">There's a lot more than that, <a href="https://www.locize.app/register">find out yourself</a> 😉!<br>We are continuously offering more services.</p>
</div>
<div class="integration-start"><a class="btn btn-outline btn-xl" href="https://youtu.be/TFV_vhJs5DY" target="_blank" style="background-color: #ccc">Learn more!</a></div>
</div>
</div>
</div>
</div>
</section>
<section class="section-primary" id="translationservices" style="padding: 100px 0 50px 0;">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="section-heading">
<h2>Integrated translation partners</h2>
<p class="text-muted">Directly order translations from our partners.</p>
<hr id="othertranslationservices">
</div>
</div>
</div>
</div>
</section>
<section class="section-gray" style="padding: 0;">
<div class="container">
<div class="row">
<div class="col-md-3" style="position: relative;">
<div class="integration" style="height: 700px; background-color: #fff; border: solid 1px #ccc; position: relative; top: -100px; width: 100%; border-radius: 4px;">
<div class="integration-name text-center"><img src="/img/services/supertext.png" style="height: 50px; margin-bottom: -17px;" alt="Supertext" loading="lazy"></div>
<div class="text-center text-muted">Top-class localization solutions. Swiss made since 2005.</div>
<div class="text-center" style="font-size: 16px; font-weight: 600; margin-top: 20px;">$0.16 - $0.24 per word</div>
<div class="integration-features" style="margin-top: 20px;">
<p style="font-size: 17px;">Supertext is on a mission to free the world from bad copy. Their team of over 3,000 handpicked professional translators and copywriters have helped countless app developers and SaaS companies reach new markets without compromising the brand voice.</p>
<p style="font-size: 16px;">From translating web content to making your entire product fit for new cultural subtleties. Supertext’s local teams of dedicated project managers in Zurich, Berlin and Los Angeles are by your side every step of the way.</p>
</div>
<div class="integration-start"><a class="btn btn-outline btn-xl" href="https://www.supertext.ch" target="_blank" style="background-color: #ccc">Learn more!</a></div>
</div>
</div>
<div class="col-md-3" style="position: relative;">
<div class="integration" style="height: 700px; background-color: #fff; border: solid 1px #ccc; position: relative; top: -100px; width: 100%; border-radius: 4px;">
<div class="integration-name text-center"><img src="/img/services/textmaster.png" style="height: 50px; margin-bottom: -17px;" alt="textmaster" loading="lazy"></div>
<div class="text-center text-muted">Your Professional SaaS Translation Service</div>
<div class="text-center" style="font-size: 16px; font-weight: 600; margin-top: 20px;">$0.066 - $0.132 per word</div>
<div class="integration-features" style="margin-top: 20px;">
<p>TextMaster’s translation services are ideal for a variety of projects: simple web content, high volume product catalogs or complex documents...</p>
<p>Offers general translation services as well as more specialized translation, including financial, technical, and legal.</p>
</div>
<div class="integration-start"><a class="btn btn-outline btn-xl" href="https://www.textmaster.com" target="_blank" style="background-color: #ccc">Learn more!</a></div>
</div>
</div>
<div class="col-md-3" style="position: relative;">
<div class="integration" style="height: 700px; background-color: #fff; border: solid 1px #ccc; position: relative; top: -100px; width: 100%; border-radius: 4px;">
<div class="integration-name text-center"><img src="/img/services/blend.png" style="height: 50px; margin-bottom: -17px;" alt="Blend" loading="lazy"></div>
<div class="text-center text-muted">End-to-end, multi-market localization solutions</div>
<div class="text-center" style="font-size: 16px; font-weight: 600; margin-top: 20px;">$0.079 - $0.139 per word</div>
<div class="integration-features" style="margin-top: 20px;">
<p style="font-size: 16px;">BLEND helps companies localize their business based on a unique understanding of local context, culture, subtlety, and consumer behavior. Our global community of 25,000+ translators, voice-over professionals, and language specialists provide end-to-end localization solutions for companies of all sizes and in all industries. Additionally, customers can utilize BLEND Express (formerly One Hour Translation), our self-service translation platform, for personal and business projects.</p>
</div>
<div class="integration-start"><a class="btn btn-outline btn-xl" href="https://www.getblend.com" target="_blank" style="background-color: #ccc">Learn more!</a></div>
</div>
</div>
<div class="col-md-3" style="position: relative;">
<div class="integration" style="height: 700px; background-color: #fff; border: solid 1px #ccc; position: relative; top: -100px; width: 100%; border-radius: 4px;">
<div class="integration-name text-center"><img src="/img/services/translated.jpg" style="height: 50px; margin-bottom: -17px;" alt="Translated" loading="lazy"></div>
<div class="text-center text-muted">Professional language solutions for your business</div>
<div class="text-center" style="font-size: 16px; font-weight: 600; margin-top: 20px;">pricing depends on your contract</div>
<div class="integration-features" style="margin-top: 20px;">
<p style="font-size: 16px;">Translated is a professional translation and localization service provider that uses a combination of human expertise and advanced AI tools to deliver high-quality translations. It offers services in over 200 languages and caters to various industries, including legal, marketing, and technical sectors.</p>
</div>
<div class="integration-start"><a class="btn btn-outline btn-xl" href="https://www.translated.com" target="_blank" style="background-color: #ccc">Learn more!</a></div>
</div>
</div>
</div>
</div>
</section>
<section class="section-gray" style="padding: 0;">
<div class="container">
<h3>Alternatively, you can:</h3>
<ul>
<li><a href="https://docs.locize.com/guides-tips-and-tricks/working-with-translators#send-files" target="_blank">export and send files</a> to your translators</li>
<li><a href="https://docs.locize.com/guides-tips-and-tricks/working-with-translators#invite-them-to-your-project" target="_blank">invite them</a> to your project</li>
<li>create a new <a href="https://docs.locize.com/guides-tips-and-tricks/working-with-translators#use-the-crowdbased-service-branched-projects" target="_blank">branched project</a> on locize</li>
</ul>
</div>
</section>
<section class="contact bg-tertiary" id="contact" i18next-options="{"ns": "common"}">
<div class="container">
<h2>Need some help getting started?</h2>
<p>Get any questions you may have about integrating locize answered by one of our team members.</p><a class="btn btn-outline btn-xl page-scroll" href="mailto:support@locize.com">Contact us!</a>
</div>
</section>
</div>
<footer i18next-options="{"ns": "common"}">
<div class="container">
<div class="row">
<div class="col-md-4"><img src="/img/locize_color.svg" style="max-width: 120px; margin-left: -5px;" alt="locize logo" loading="lazy">
<p><a href="https://tg.chregister.ch/cr-portal/auszug/auszug.xhtml?uid=CHE-412.131.272" target="_blank" style="color: #ffffff4d;" rel="nofollow">inweso GmbH</a></p>
<p>Switzerland<span style="color: white; font-size: 20px; position: relative; top: 3px; left: 5px;">🇨🇭</span></p>
<ul class="list-unstyled">
<li><a href="mailto:support@locize.com">support@locize.com</a></li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-unstyled">
<li><a href="https://docs.locize.com">Technical Documentation</a></li>
<li><a href="https://docs.locize.com/integration/api">API</a></li>
<li><a href="/services.html">Services</a></li>
<li><a href="/pricing.html">Pricing</a></li>
<li><a href="/blog/">Blog</a></li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-unstyled">
<li>
<ul class="list-inline list-social">
<li class="social-twitter"><a href="https://x.com/locize" target="_blank"><i class="fa-brands fa-x-twitter"></i></a></li>
<li class="social-facebook"><a href="https://www.facebook.com/locize" target="_blank"><i class="fa-brands fa-facebook"></i></a></li>
<li class="social-youtube"><a href="https://www.youtube.com/channel/UCPYQjBbbXojUcB8qjeIB3uA" target="_blank"><i class="fa-brands fa-youtube"></i></a></li>
</ul>
</li>
<li><a href="/privacy.html">Privacy</a></li>
<li><a href="/terms.html">Terms</a></li>
<li><a href="/security.html">Security</a></li>
</ul>
</div>
</div>
<div class="text-center footer-copyright">
<p><span class="translated">© 2024 </span><span>inweso GmbH. All Rights Reserved.</span></p>
</div>
</div>
</footer>
<div class="modalify-modal" id="modalify-modal">
<div class="modal-header">
<button class="close modalify-close" type="button" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
</div><img class="modal-content" id="img-in-modal" loading="lazy">
<div id="caption-in-modal"></div>
</div>
<script>window.bindAffix = false;</script>
<script src="/lib/jquery/jquery.min.js"></script>
<script src="/lib/bootstrap/js/bootstrap.min.js"></script>
<script src="//cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="/js/main.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
var modal = document.getElementById("modalify-modal");
// Get the image and insert it inside the modal - use its "alt" text as a caption
var imgs = document.getElementsByClassName("modalify");
var modalImg = document.getElementById("img-in-modal");
var captionText = document.getElementById("caption-in-modal");
for (var i = 0; i < imgs.length; i++) {
var img = imgs[i];
img.onclick = function(){
modal.style.display = "block";
modalImg.src = this.getAttribute('full');
if (this.alt) captionText.innerHTML = this.alt;
}
}
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("modalify-close")[0];
// When the user clicks on <span> (x), close the modal
span.onclick = function() {
modal.style.display = "none";
};
modal.onclick = function() {
modal.style.display = "none";
};
});
</script>
<script src="//cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js" data-cfasync="false"></script>
<script>
function enableCookies() {
var e = document.createElement("script");
e.type = "text/javascript";
e.async = true;
e.src = "https://www.googletagmanager.com/gtag/js?id=G-X50E21BGKG";
var a = document.getElementsByTagName("script")[0];
a.parentNode.insertBefore(e, a);
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-X50E21BGKG', { 'anonymize_ip': true });
//- gtag('config', 'UA-78143856-1', { 'anonymize_ip': true });
if (typeof window.enableCookiesHook === 'function') window.enableCookiesHook();
}
function disableCookies() {
var cookies = document.cookie.split(";");
for (var i = 0; i < cookies.length; i++) {
var cookie = cookies[i];
var eqPos = cookie.indexOf("=");
var name = eqPos > -1 ? cookie.substr(0, eqPos) : cookie;
document.cookie = name + "=;expires=Thu, 01 Jan 1970 00:00:00 GMT";
}
if (typeof window.disableCookiesHook === 'function') window.disableCookiesHook();
}
window.cookieconsent.initialise({
palette: {
popup: {
background: "#2196f3",
text: "#ffffff"
},
button: {
background: "#1976d2",
text: "#ffffff"
}
},
theme: "edgeless",
type: "opt-in",
content: {
message: "This website uses cookies to ensure you get the best experience on our website.",
allow: "Accept",
dismiss: "Decline",
link: "learn",
href: "https://locize.com/privacy.html"
},
elements: {
deny: '<a style="font-weight: 100; color: #ffffffa8; font-size: smaller;" aria-label="deny cookies" role="button" tabindex="0" class="cc-btn cc-deny">Decline</a>'
},
onInitialise: function (status) {
var type = this.options.type;
var didConsent = this.hasConsented();
if (type == 'opt-in' && didConsent) {
// enable cookies
enableCookies();
}
if (type == 'opt-out' && !didConsent) {
// disable cookies
disableCookies();
}
},
onStatusChange: function(status, chosenBefore) {
var type = this.options.type;
var didConsent = this.hasConsented();
if (type == 'opt-in' && didConsent) {
// enable cookies
enableCookies();
}
if (type == 'opt-out' && !didConsent) {
// disable cookies
disableCookies();
}
},
onRevokeChoice: function() {
var type = this.options.type;
if (type == 'opt-in') {
// disable cookies
disableCookies();
}
if (type == 'opt-out') {
// enable cookies
enableCookies();
}
}
});
</script>
</body>
</html>