-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
111 lines (103 loc) · 4.21 KB
/
footer.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
<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:info@ftxconsult.com ">info@ftxconsult.com </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="index-ru.html">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/boxicons@2.1.3/dist/boxicons.js"></script> -->
</body>
</html>