-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacts.php
330 lines (292 loc) · 14.7 KB
/
contacts.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
<?php
/*
Template Name: contacts
*/
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Acquire your unique payment processing platform that integrates the capabilities of banks and payment systems.">
<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="Contact Us - FTXsolution">
<meta property="og:description"
content="Acquire your unique payment processing platform that integrates the capabilities of banks and payment systems.">
<meta property="og:url" content="url_to_your_contact_page">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<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 | Contact us to initiate collaboration</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">
<span>
<box-icon name='cog' color="#6c6c6c"></box-icon>
</span>
<p>Core Module</p>
</a>
</li>
<li>
<a href="payment-module">
<span>
<box-icon name='transfer-alt' color="#6c6c6c"></box-icon>
</span>
<p>Payments and Transfers Module</p>
</a>
</li>
<li>
<a href="crypto-module">
<span>
<box-icon name='bitcoin' color="#6c6c6c"></box-icon>
</span>
<p>Crypto Module</p>
</a>
</li>
<li>
<a href="remittance-module">
<span>
<box-icon name='credit-card' color="#6c6c6c"></box-icon>
</span>
<p>Money Remittance Module</p>
</a>
</li>
<li>
<a href="compliance-module">
<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">Partners and integrations</a></li>
<li><a href="contacts">Contact Us</a></li>
<li><a href="contacts-ru">ru</a></li>
</ul>
<a href="" class="btn uncolored"
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="contact_main-banner">
<div class="container">
<div class="wrapper">
<div class="main_banner-descr">
<h1 class="title">Contact our team to find out more</h1>
<img src="<?php bloginfo('template_url'); ?>/assets/img/Map.webp" alt="world map">
<div class="descr_adress">
<h5 class="descr_title">Czech Republic</h5>
<p>Roháčova 145/14, Praha 3, 130 00</p>
</div>
</div>
<ul class="banner_contacts">
<li>
<h4>Support</h4>
<p>Our friendly team is here to help.</p>
<a href="mailto:info@ftxconsult.com ">info@ftxconsult.com </a>
</li>
<li>
<h4>Adress</h4>
<p>Roháčova 145/14, Praha 3, 130 00</p>
</li>
<li>
<h4>Phone</h4>
<p>We are available for calls from 9:00 AM to 6:00 PM.</p>
<a href="tel:+420774327233"> +420 774 327 233 </a>
</li>
</ul>
</div>
</div>
</div>
<div class="contact_form">
<div class="container">
<div class="wrapper">
<div class="form">
<form method="POST" action="sendmail.php" id="contact-form" class="form__body">
<h2>Ready to get started?</h2>
<!-- <fieldset>
<legend>Modules</legend>
<input type="checkbox" id="core_module" name="modules[]" value="core_module" class="_req">
<label for="core_module" class="checkbox-button">Core Module</label>
<input type="checkbox" id="crypto_module" name="modules[]" value="crypto_module"
class="_req">
<label for="crypto_module" class="checkbox-button">Crypto Module</label>
<input type="checkbox" id="transfers_module" name="modules[]" value="transfers_module"
class="_req">
<label for="transfers_module" class="checkbox-button">Payments and Transfers Module</label>
<input type="checkbox" id="remittance_module" name="modules[]" value="remittance_module"
class="_req">
<label for="remittance_module" class="checkbox-button">Money Remittance Module</label>
<input type="checkbox" id="compliance_module" name="modules[]" value="compliance_module"
class="_req">
<label for="compliance_module" class="checkbox-button">Compliance Module</label>
</fieldset>
<div class="input_wrapper">
<div class="form-group">
<label for="formName">First name*</label>
<input id="formName" type="text" name="name" class="form_input _req"
placeholder="Your first name">
</div>
<div class="form-group">
<label for="formSurname">Last Name*</label>
<input id="formSurname" type="text" name="surname" class="form_input _req"
placeholder="Your last name">
</div>
</div>
<div class="input_wrapper">
<div class="form-group">
<label for="formEmail">Email*</label>
<input id="formEmail" type="text" name="email" class="form_input _req _email"
placeholder="Your working email">
</div>
<div class="form-group">
<label for="formNumber">Phone*</label>
<input id="formNumber" type="number" name="phone" class="form_input _number"
placeholder="Your phone number">
</div>
</div>
<div class="form-group txt">
<label for="formMessage">Additional Details</label>
<textarea id="formMessage" name="message" class="form_input"
placeholder="Your message"></textarea>
</div>
<div>
<button type="submit" class="form_button btn" style="border: none;">Contact Us</button>
</div> -->
<?php echo do_shortcode('[contact-form-7 id="2bf5dde" title="Contact form"]') ?>
</form>
</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">Core Module</a></li>
<li><a href="payment-module">Payment and Transfers</a></li>
<li><a href="crypto-module">Crypto Module</a></li>
<li><a href="core-module">Money Remittance Midule</a></li>
<li><a href="compliance-module">Compliance Module</a></li>
</ul>
<ul>
<li class="title">Product</li>
<li><a href="partners">Partners and Integrations</a></li>
<li><a href="contacts">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">
<span>
<box-icon name='cog' color="#6c6c6c"></box-icon>
</span>
<p>Core Module</p>
</a>
</li>
<li>
<a href="payment-module">
<span>
<box-icon name='transfer-alt' color="#6c6c6c"></box-icon>
</span>
<p>Payments and Transfers Module</p>
</a>
</li>
<li>
<a href="crypto-module">
<span>
<box-icon name='bitcoin' color="#6c6c6c"></box-icon>
</span>
<p>Crypto Module</p>
</a>
</li>
<li>
<a href="remittance-module">
<span>
<box-icon name='credit-card' color="#6c6c6c"></box-icon>
</span>
<p>Money Remittance Module</p>
</a>
</li>
<li>
<a href="compliance-module">
<span>
<box-icon name='shape-square' color="#6c6c6c"></box-icon>
</span>
<p>Compliance Module</p>
</a>
</li>
</ul>
</li>
<li><a href="partners">Partners and integrations</a></li>
<li><a href="contacts">Contact Us</a></li>
<li><a href="contacts-ru">ru</a></li>
</ul>
</div>
<script src="https://unpkg.com/boxicons@2.1.3/dist/boxicons.js"></script>
</body>
</html>