-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact-us.html
375 lines (324 loc) · 19.1 KB
/
contact-us.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- PAGE TITLE -->
<title>Kolin private - Contact us</title>
<!-- GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300%7CRoboto:400,100,300,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/style.css">
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css">
</head>
<body class="trd-contact-template">
<header class="trd-header trd-transparent-header trd-fixed-header">
<!-- Topbar -->
<div class="trd-header-topbar">
<div class="container">
<div class="row">
<!-- contact info -->
<div class="trd-contact-infos">
<ul>
<li class="trd-header-info-location">101 Rose St S Ln, Edinburgh, UK</li>
<li class="trd-header-info-lang">
<select class="trd-multilang-opt">
<option value="Eng">English</option>
<option value="Spn">Spanish</option>
<option value="Chn">Chinese</option>
<option value="Rus">Russian</option>
</select>
</li>
</ul>
</div>
<!-- End -->
<!-- Social Links -->
<div class="trd-social-links">
<ul>
<li class="trd-fb-icon">
<a href="https://www.facebook.com/kolinplatform.official/">
<i class="fa fa-facebook"></i>
</a>
</li>
<li class="trd-twitter-icon">
<a href="https://twitter.com/KolinPlatform">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="trd-telegram-icon">
<a href="https://t.me/Kolin_official">
<i class="fa fa-telegram"></i>
</a>
</li>
<li class="trd-youtube-icon">
<a href="https://www.youtube.com/channel/UCSEaMfb7EXUM7n4-HwnycRg">
<i class="fa fa-youtube-play"></i>
</a>
</li>
<li class="trd-instagram-icon">
<a href="https://www.instagram.com/kolinplatform">
<i class="fa fa-instagram"></i>
</a>
</li>
</ul>
</div>
<!-- End -->
</div>
</div>
</div>
<!-- End -->
<!-- Bottombar -->
<div class="trd-header-bottombar">
<!-- Navigation Menu start-->
<nav class="navbar trd-main-menu" role="navigation">
<div class="container">
<div class="row">
<!-- Navbar Toggle -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Logo -->
<a class="navbar-brand hidden" href="#"><img class="logo" src="images/kolin_white text.png" style="height: 40px" alt="Kolin"></a>
</div>
<!-- Navbar Toggle End -->
<!-- navbar-collapse start-->
<div id="nav-menu" class="navbar-collapse trd-menu-wrapper collapse" role="navigation">
<!-- Menu -->
<ul class="nav navbar-nav trd-menus">
<li class="active">
<a href="https://private.kolinplatform.com">Home</a>
</li>
<li>
<a href="/about-us.html">About</a>
</li>
<li>
<a href="https://medium.com/@KolinPlatform">Blog</a>
</li>
<li>
<a href="/services.html">Services</a>
<ul class="trd-dropdown-menu">
<li>
<a href="#">Financial translation</a>
</li>
<li>
<a href="#">International interpretation</a>
</li>
<li>
<a href="#">Language Analysis</a>
</li>
<li>
<a href="#">Multilingual Marketing</a>
</li>
<li>
<a href="#">International Investment</a>
</li>
<li>
<a href="#">Consultancy</a>
</li>
</ul>
</li>
<li>
<a href="#">Contact</a>
</li>
<li>
<!-- Search -->
<span class="trd-search-wrapper">
<form action="">
<a href="/action_page.php" class="trd-search-icon" placeholder="Search..">
<i class="fa fa-search"></i>
</a> </form>
</span>
<!-- End -->
</li>
</ul>
<!-- End -->
</div>
<!-- navbar-collapse end-->
<span class="trd-contact-num">Kolin Platform</span>
</div>
</div>
</nav>
<!-- Navigation Menu end-->
</div>
<!-- End -->
</header>
<!-- HEADER END -->
<!-- PAGE HEADER -->
<section class="trd-page-breadcumb-header">
<div class="container">
<div class="row">
<h1 class="trd-page-title">Contact</h1>
<div class="trd-breadcumb-wrapper">
<a href="#">Home</a>
<span>Contact</span>
</div>
</div>
</div>
</section>
<!-- PAGE HEADER END -->
<!-- GOOGLE MAP -->
<section class="trd-google-map-section">
<div id="trd-map"></div>
</section>
<!-- GOOGLE MAP END -->
<!-- PAGE CONTETNT -->
<section class="gl-page-content-section trd-section">
<div class="container">
<div class="row">
<!-- Contact Form -->
<div class="trd-contact-form-wrapper col-md-6 col-sm-6 col-xs-12">
<h1 class="trd-section-tittle">Stay <span class="trd-highlight-text">Connected</span></h1>
<form action="#">
<input type="text" name="trd-name" id="trd-name" placeholder="Your name" required>
<input type="email" name="trd-email" id="trd-email" placeholder="Your email" required>
<textarea name="trd-message" id="trd-message" cols="30" rows="7" placeholder="Your Message" required></textarea>
<div class="g-recaptcha" data-sitekey="6LerrXUUAAAAAMyQeqUqoCvRwPP8YoiN8N7UIt6q"><div style="width: 304px; height: 78px;"><div><iframe src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LerrXUUAAAAAMyQeqUqoCvRwPP8YoiN8N7UIt6q&co=aHR0cHM6Ly9lbi5rb2xpbnBsYXRmb3JtLmNvbTo0NDM.&hl=en&v=v1545073489967&size=normal&cb=6q8tsuoubjun" width="304" height="78" role="presentation" name="a-lbhfew6fmvoc" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: 40px; display: none;"></textarea></div></div>
<button type="submit" class="trd-btn" style="margin-top: 20px;">Submit</button>
</form>
</div>
<!-- END -->
<!-- ADDRESSES WRAPPER -->
<div class="trd-office-addresses-wrapper col-md-6 col-sm-6 col-xs-12">
<div class="trd-column col-md-6 col-sm-12 col-xs-12">
<!-- ADDRESSES -->
<div class="trd-office-address">
<h3 class="trd-office-title">Head Office</h3>
<ul>
<li class="trd-office-location">101 Rose St S Ln, Edinburgh, UK</li>
<li class="trd-office-phone"></li>
<li class="trd-office-email">[email protected]</li>
</ul>
</div>
<!-- END -->
</div>
</div>
<!-- End -->
</div>
</div>
</section>
<!-- PAGE CONTETNT END -->
<!-- FOOTER -->
<footer>
<div class="container">
<div class="row">
<!-- Footer Top -->
<div class="trd-footer-top">
<!-- About Widget -->
<div class="col-md-3 col-sm-6 col-xs-12 trd-footer-widget trd-about-widget">
<div class="trd-logo-wrapper">
<img src="images/kolin_white text.png" style="height: 40px" alt="Kolin">
</div>
<p style="text-align:left">Checkout and be part of the largest international collaboration network. Find your next collaboration and generate international connections.</p>
</div>
<!-- End -->
<!-- Useful Link Widget -->
<div class="col-md-3 col-sm-6 col-xs-6 trd-footer-widget trd-useful-link-widget">
<h3 class="trd-footer-widget-title">Useful Link</h3>
<div class="trd-footer-widget-content">
<ul style="-moz-column-count: 3;
-moz-column-gap: 20px;
-webkit-column-count: 3;
-webkit-column-gap: 20px;
column-count: 3;
column-gap: 20px;
list-style-position: inside;">
<ul><a class="fa fa-facebook fa-lg" href="https://facebook.com/kolinplatform.official" style="color:white;"></a></ul>
<ul><a class="fa fa-twitter fa-lg" href="https://twitter.com/KolinPlatform" style="color:white"></a></ul>
<ul><a class="fa fa-telegram fa-lg" href="https://t.me/Kolin_official" style="color:white"></a></ul>
<ul><a class="fa fa-bitcoin fa-lg" href="https://bitcointalk.org/index.php?topic=4521982" style="color:white"></a></ul>
<ul><a class="fa fa-youtube-play fa-lg" href="https://www.youtube.com/channel/UCSEaMfb7EXUM7n4-HwnycRg" style="color:white"></a></ul>
<ul><a class="fa fa-instagram fa-lg" href="https://www.instagram.com/kolinplatform" style="color:white"></a></ul>
<ul><a class="fa fa-medium fa-lg" href="https://medium.com/@KolinPlatform" style="color:white"></a></ul>
<ul><a class="fa fa-github fa-lg" href="https://github.com/Kolinplatform" style="color:white"></a></ul>
<ul><a class="fa fa-android fa-lg" href="https://play.google.com/store/apps/details?id=com.kolinplatform.wallet" style="color:white"></a></ul>
</ul>
</div>
</div>
<!-- End -->
<!-- Recent Post Widget -->
<div class="col-md-3 col-sm-6 col-xs-12 trd-footer-widget trd-recent-post-widget">
<h3 class="trd-footer-widget-title">Recent Post</h3>
<div class="trd-footer-widget-content">
<div class="trd-recent-post-wrapper">
<!-- Post Item -->
<div class="trd-recent-post-item">
<h3 class="trd-post-title">
<a href="#">Kolin Platform as a standard international decentralised business model</a>
</h3>
<span class="trd-post-date">December 25, 2018</span>
</div>
<!-- End -->
<!-- Post Item -->
<div class="trd-recent-post-item">
<h3 class="trd-post-title">
<a href="#">International impact of decentralised platforms in a globalized world</a>
</h3>
<span class="trd-post-date">January 09, 2019</span>
</div>
<!-- End -->
</div>
</div>
</div>
<!-- End -->
<!--Start Mailchimp_signup-->
<div class="col-md-3 col-sm-6 col-xs-12 trd-footer-widget trd-subscribe-widget">
<h3 class="trd-footer-widget-title">Stay connected</h3>
<div class="trd-footer-widget-content">
<p>Enjoy to be part of the largest decentralised international collaboration network</p>
<form action="https://kolinplatform.us7.list-manage.com/subscribe/post?u=920c368808e84a277fedafa9a&id=5040bc01e2" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input type="email" id="trd-subscription" placeholder="Your email" value="" name="EMAIL" required>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
<button type="submit" value="Subscribe" name="subscribe" class="trd-btn">Submit</button>
</div>
</form>
</div>
<script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script><script type="text/javascript">(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
</div>
<!--End Mailchimp_signup-->
</div>
<!-- End -->
<!-- Footer Bottom -->
<div class="trd-footer-bottom">
<div class="trd-footer-menu">
<ul>
<li>
<a href="https://private.kolinplatform.com">Home</a>
</li>
<li>
<a href="/about-us.html">About</a>
</li>
<li>
<a href="https://medium.com/@KolinPlatform">Blog</a>
</li>
<li>
<a href="/contact-us.html">Contact</a>
</li>
</ul>
</div>
<div class="trd-copyright-info">
<p>Copyright © 2018-2019 <a href="https://kolinplatform.com" class="trd-author-link">Kolin Platform</a>, all right reserved</p>
</div>
</div>
<!-- End -->
</div>
</div>
<!-- End -->
</footer>
<!-- FOOTER END -->
<!-- jQuery -->
<script src="js/vendors/jquery.min.js"></script>
<!-- Plugins -->
<script src="js/plugins.js"></script>
<!-- GOOGLE MAP -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBFYG_e-_cXOB3THXPRyTqOPhIu2u5mrNI&callback=myMap"></script>
<script src="js/google-map-init.js"></script>
<!-- Main JS -->
<script src="js/main.js"></script>
</body>
</html>