-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
523 lines (478 loc) · 24.9 KB
/
index.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="We assist in conducting international business and optimizing costs through effective business process organization.">
<meta name="keywords"
content="SaaS Finance, Business SaaS, Financial Software, Digital Finance, Enterprise Management, Cloud Solutions, Efficient Management, Accounting SaaS, Financial Technologies, Innovation in Finance, Cloud Applications, Economic Planning, Budget Forecasting, Cloud Analytics, Expense Management, Integrated Solutions, Financial Optimization, Cryptocurrency, Innovative Solutions, Electronic Reporting, Data Analysis">
<meta name="author" content="FTXsolution">
<meta property="og:title" content="Financial Integrations and Management - FTXsolution">
<meta property="og:description"
content="We assist in conducting international business and optimizing costs through effective business process organization.">
<meta property="og:url" content="http://www.ftxsolution.com/">
<meta property="og:type" content="website">
<link rel="icon" href="<?php bloginfo('template_url'); ?>/assets/img/icons/favicon.ico" type="image/x-icon">
<link rel="icon" href="<?php bloginfo('template_url'); ?>/assets/img/icons/favicon-16x16.png" type="image/x-icon">
<link rel="icon" href="<?php bloginfo('template_url'); ?>/assets/img/icons/favicon-32x32.png" type="image/x-icon">
<title>FTXsolution | Financial Integrations and Management</title>
<?php wp_head(); ?>
<!-- <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Quicksand:wght@300;500&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/calendly.css"> -->
</head>
<body>
<header>
<div class="container">
<div class="wrapper">
<ul class="menu_list">
<li><a href="/">Home</a></li>
<li class="sub_menu-btn">
Modules
<box-icon name='chevron-down' color="#fff" size="20px" class="sub_menu-btn arrow"></box-icon>
<ul class="sub_menu">
<li>
<a href="core-module.html">
<span>
<box-icon name='cog' color="#6c6c6c"></box-icon>
</span>
<p>Core Module</p>
</a>
</li>
<li>
<a href="payment-module.html">
<span>
<box-icon name='transfer-alt' color="#6c6c6c"></box-icon>
</span>
<p>Payments and Transfers Module</p>
</a>
</li>
<li>
<a href="crypto-module.html">
<span>
<box-icon name='bitcoin' color="#6c6c6c"></box-icon>
</span>
<p>Crypto Module</p>
</a>
</li>
<li>
<a href="remittance-module.html">
<span>
<box-icon name='credit-card' color="#6c6c6c"></box-icon>
</span>
<p>Money Remittance Module</p>
</a>
</li>
<li>
<a href="compliance-module.html">
<span>
<box-icon name='shape-square' color="#6c6c6c"></box-icon>
</span>
<p>Compliance Module</p>
</a>
</li>
<li>
</li>
</ul>
</li>
<li><a href="partners.html">Partners and integrations</a></li>
<li><a href="contacts.html">Contact Us</a></li>
<li><a href="home-ru">ru</a></li>
</ul>
<a href="" class="btn"
onclick="Calendly.initPopupWidget({url: 'https://calendly.com/ftx_consult/30min'});return false;">make
an appointment</a>
<div class="burger__menu">
<span></span>
</div>
</div>
</div>
</header>
<div class="main_banner">
<div class="container">
<img src="<?php bloginfo('template_url'); ?>/assets/img/Ellipse1.png" alt="elipse" class="elipse right">
<img src="<?php bloginfo('template_url'); ?>/assets/img/Ellipse2.png" alt="elipse" class="elipse left">
<div class="wrapper">
<div class="main_banner-descr">
<h1 class="title">Financial Integration and Management</h1>
<ul>
<li>Global Financial Opportunities</li>
<li>Reliable Regulatory Compliance</li>
<li>International Transfers Without Boundaries</li>
</ul>
<a href="contacts.html" class="btn">Contact Us</a>
</div>
<div class="main_banner-img">
<img src="<?php bloginfo('template_url'); ?>/assets/img/main-banner-homePage.png"
alt="Financial Integration banner">
</div>
</div>
</div>
</div>
<!-- <div id="appointment_section" class=" appointment_section">
<div class="container">
<div class="wrapper">
<div class="appointment_descr">
<h2 class="title">Make an Appointment</h2>
<p class="subtitle">Ready to get started? We're here to support you every step of the way.
Schedule an appointment at your convenience, and we'll be more than happy to assist you</p>
<a href="contacts.html" class="btn">Contact Us</a>
</div>
<div class="calendly">
<iframe
src="https://calendly.com/mrbelongtim/30min?embed_domain=127.0.0.1%3A5500&embed_type=Inline&hide_event_type_details=1"
frameborder="0" title="Select a Date & Time - Calendly"></iframe>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js"
async></script>
</div>
</div>
</div>
</div> -->
<div class="integrations main">
<div class="container">
<div class="wrapper">
<div class="integration_content">
<div class="subtitle">AML and KYC</div>
<h2 class="title">Scorechain - official reseller</h2>
<p class="item_descr">We take pride in being an official reseller of Scorechain services. Our
software is integrated with the Scorechain system, allowing us to offer our clients all the
benefits of their advanced solutions in blockchain analysis and cryptocurrency monitoring. </p>
<div>
<a href="https://www.scorechain.com/" class="btn">Learn more</a>
</div>
</div>
<div class="integration_img">
<img src="<?php bloginfo('template_url'); ?>/assets/img/score_chain.svg" alt="Scorechain">
</div>
</div>
</div>
<img src="<?php bloginfo('template_url'); ?>/assets/img/Pattern.svg" alt="background pattern"
class="pattern-bot">
<img src="<?php bloginfo('template_url'); ?>/assets/img/pattern1.png" alt="background pattern"
class="pattern-top">
<div class="open_sanctions">
<div class="partner_wrapper">
<div>
<div class="descr_wrapper">
<img src="<?php bloginfo('template_url'); ?>/assets/img/open_sanctions.svg" alt="openSanctions">
<p class="partner_descr">Integration with the OpenSanctions database allows automatic
verification of clients and transactions against sanction lists, critical for compliance
with international regulations. </p>
</div>
</div>
<div>
<a href="https://www.opensanctions.org/" class="btn">Learn more</a>
</div>
</div>
</div>
<div class="zign_sec">
<div class="partner_wrapper">
<div class="descr_wrapper">
<img src="<?php bloginfo('template_url'); ?>/assets/img/zign_sec.svg" alt="ZignSec">
<p class="partner_descr">ZignSec offers a wide range of tools for identity verification, including
biometric checks, document scanning, and electronic verifications. Integrating these tools
automates and expedites the customer identification process, enhancing security and reducing
processing time.
</p>
</div>
<div>
<a href="https://www.zignsec.com" class="btn">Learn more</a>
</div>
</div>
</div>
</div>
<div class="integrations_mob">
<div class="container">
<div class="wrapper">
<div class="open_sanctions">
<div>
<img src="<?php bloginfo('template_url'); ?>/assets/img/open_sanctions.svg" alt="openSanctions">
<p class="partner_descr">Integration with the OpenSanctions database allows automatic
verification of clients and transactions against sanction lists, critical for compliance
with international regulations. </p>
</div>
<div>
<a href="https://www.opensanctions.org/" class="btn">Learn more</a>
</div>
</div>
<div class="zign_sec">
<div>
<img src="<?php bloginfo('template_url'); ?>/assets/img/zign_sec.svg" alt="ZignSec">
<p class="partner_descr">ZignSec offers a wide range of tools for identity verification,
including biometric checks, document scanning, and electronic verifications. Integrating
these tools automates and expedites the customer identification process, enhancing security
and reducing processing time. </p>
</div>
<div>
<a href="https://www.zignsec.com" class="btn">Learn more</a>
</div>
</div>
</div>
</div>
</div>
<div class="blockchain main">
<div class="container">
<div class="wrapper">
<div class="blockchain_img">
<img src="<?php bloginfo('template_url'); ?>/assets/img/shape1.png" alt="shape background">
<img src="<?php bloginfo('template_url'); ?>/assets/img/crypto_scorechain.png"
alt="blockchain analysis">
</div>
<div class="blockchain_descr">
<h3 class="title">Full Blockchain Transaction Analysis</h3>
<p class="">Through integration with Scorechain, our software provides in-depth analysis of
blockchain transactions, enabling tracking of cryptocurrency sources and movements, as well as
identifying potentially suspicious operations. </p>
<div><a href="partners.html" class="btn">Learn more</a></div>
</div>
</div>
</div>
</div>
<div class="how_to">
<div class="container">
<div class="wrapper">
<h2 class="title">How to start with us:</h2>
<div class="how_to-content">
<ul>
<li>
<div class="numeric">
<span><box-icon type='solid' name='message-square-edit'
color="#6c6c6c"></box-icon></span>
</div>
<h3>Introduction</h3>
<p class="descr">Tell us about your business or project</p>
</li>
<li>
<div class="numeric">
<span><box-icon name='data' type='solid' color="#6c6c6c"></box-icon> </span>
</div>
<h3>Module Selection</h3>
<p class="descr">Choose the modules you need</p>
</li>
<li>
<div class="numeric">
<span><box-icon type='solid' name='network-chart' color="#6c6c6c"></box-icon> </span>
</div>
<h3>System Implementation</h3>
<p class="descr">We set up the system for your business and provide training</p>
</li>
<li>
<div class="numeric">
<span><box-icon name='share-alt' color="#6c6c6c"></box-icon></span>
</div>
<h3>Collaboration Ready</h3>
<p class="descr">You are ready to get started. We are in touch with you for ongoing support
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="partners_section">
<div class="container">
<div class="wrapper">
<div class="partner_item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/kraken.png" alt="kraken">
</div>
<div class="partner_item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/bitstamp.png" alt="bitstamp">
</div>
<div class="partner_item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/sminti.svg" alt="sminti">
</div>
<div class="partner_item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/twillo.svg" alt="twillo">
</div>
</div>
</div>
</div>
<div class="module_section">
<div class="container">
<h2 class="title">Explore more about our modules</h2>
<div class="wrapper">
<div class="module_descr">
<details id="module1">
<summary>Core module</summary>
<p>Core Module - an integrated financial tool with multicurrency accounts, flexible rates, and
real-time performance monitoring.</p>
</details>
<details id="module2" open>
<summary>Payments and Transfers Module</summary>
<p>The "Payments and Transfers" module focuses on the processing and management of various types
of payments and transfers.</p>
</details>
<details id="module3">
<summary>Crypto Module</summary>
<p>The "Crypto" module is designed to manage cryptocurrency operations, providing a
comprehensive solution for all aspects of working with digital currencies. </p>
</details>
<details id="module4">
<summary>Money Remittance Module</summary>
<p>The "Money Remittance" module is designed to manage and process international money transfers
and remittances. This module offers comprehensive solutions for sending and disbursing money
transfers through an agent network, as well as connecting to international money transfer
systems. </p>
</details>
<details id="module5">
<summary>Compliance Module</summary>
<p>The "Compliance" module focuses on ensuring compliance with regulatory requirements and
managing risks, a critically important aspect for financial organizations, especially in the
realms of cryptocurrencies and international money transfers.</p>
</details>
</div>
<div class="module_img">
<img src="<?php bloginfo('template_url'); ?>/assets/img/money.webp" alt="core module"
class="module-image" data-target="module1">
<img src="<?php bloginfo('template_url'); ?>/assets/img/payment.webp"
alt="Payments and Transfers Module" class="module-image _active" data-target="module2">
<img src="<?php bloginfo('template_url'); ?>/assets/img/crypto.webp" alt="Crypto Module"
class="module-image" data-target="module3">
<img src="<?php bloginfo('template_url'); ?>/assets/img/card-payment.webp"
alt="Money Remittance Module" class="module-image" data-target="module4">
<img src="<?php bloginfo('template_url'); ?>/assets/img/compliance.webp" alt="Compliance Module"
class="module-image" data-target="module5">
</div>
<img src="<?php bloginfo('template_url'); ?>/assets/img/shape1.png" alt="shape" class="shape">
</div>
<a href="" class="btn module">Discover more</a>
</div>
</div>
<div class="money_provider_section">
<div class="container">
<div class="wrapper">
<div class="title">
<h2>Money Remittance Providers:</h2>
</div>
<div class="provider_img">
<div class="provider_img-item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/swiss_remit.png" alt="swiss remit">
</div>
<div class="provider_img-item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/r360.png" alt="r360">
</div>
<div class="provider_img-item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/inteli_express.png" alt="inteliexpress">
</div>
<div class="provider_img-item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/privat_money.png" alt="privat money">
</div>
<div class="provider_img-item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/korona_pay.png" alt="koronapay">
</div>
<div class="provider_img-item">
<img src="<?php bloginfo('template_url'); ?>/assets/img/qiwi.png" alt="qiwi">
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="wrapper">
<div class="footer_links">
<ul>
<li class="title">Modules</li>
<li><a href="core-module.html">Core Module</a></li>
<li><a href="payment-module.html">Payment and Transfers</a></li>
<li><a href="crypto-module.html">Crypto Module</a></li>
<li><a href="core-module.html">Money Remittance Midule</a></li>
<li><a href="compliance-module.html">Compliance Module</a></li>
</ul>
<ul>
<li class="title">Product</li>
<li><a href="partners.html">Partners and Integrations</a></li>
<li><a href="contacts.html">Contacts Us</a></li>
</ul>
<ul>
<li class="title">Contacts</li>
<li><a href="mailto:[email protected] ">[email protected] </a></li>
<li><a href="tel:+420774327233"> +420 774 327 233 </a></li>
</ul>
<ul>
<li class="title">Adress</li>
<li>Roháčova 145/14, Praha 3, 130 00</li>
</ul>
<ul>
<li class="title">Social</li>
<li>
<a href="https://t.me/ftx_consult">
<box-icon type='logo' name='telegram' color="#f6f7f8" size="25px"></box-icon>
</a>
</li>
</ul>
</div>
<div class="copyright">
<p>FTXsolution designs and operates the FTXsolution website and mobile application.</p>
<br>
<p>TXsolution is a registered trademark of FTXsolution LTD, and may not be used or reproduced
without the consent of the owner.</p>
</div>
</div>
</div>
</footer>
<div class="mobile_menu">
<ul class="menu_list">
<li><a href="/">Home</a></li>
<li class="sub_menu-btn">
Modules
<box-icon name='chevron-down' color="#000" size="20px" class="sub_menu-btn mob"></box-icon>
<ul class="sub_menu">
<li>
<a href="core-module.html">
<span>
<box-icon name='cog' color="#6c6c6c"></box-icon>
</span>
<p>Core Module</p>
</a>
</li>
<li>
<a href="payment-module.html">
<span>
<box-icon name='transfer-alt' color="#6c6c6c"></box-icon>
</span>
<p>Payments and Transfers Module</p>
</a>
</li>
<li>
<a href="crypto-module.html">
<span>
<box-icon name='bitcoin' color="#6c6c6c"></box-icon>
</span>
<p>Crypto Module</p>
</a>
</li>
<li>
<a href="remittance-module.html">
<span>
<box-icon name='credit-card' color="#6c6c6c"></box-icon>
</span>
<p>Money Remittance Module</p>
</a>
</li>
<li>
<a href="compliance-module.html">
<span>
<box-icon name='shape-square' color="#6c6c6c"></box-icon>
</span>
<p>Compliance Module</p>
</a>
</li>
</ul>
</li>
<li><a href="partners.html">Partners and integrations</a></li>
<li><a href="contacts.html">Contact Us</a></li>
<li><a href="home-ru">ru</a></li>
</ul>
</div>
<script src="js/script.js"></script>
<script src="js/widget.js" type="text/javascript" async></script>
<script src="https://unpkg.com/[email protected]/dist/boxicons.js"></script>
</body>
</html>