forked from creative-computing-society/CCS-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-us.html
620 lines (491 loc) · 22 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
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
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="../assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="../assets/img/favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Contact Us-CCS</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' />
<!-- Extra details for Live View on GitHub Pages -->
<!-- Canonical SEO -->
<link rel="canonical" href="../../../www.creative-tim.com/product/now-ui-kit-pro.html" />
<!-- Social tags -->
<meta name="keywords" content="bootstrap 4, bootstrap 4 uit kit, bootstrap 4 kit, now ui, now ui kit, creative tim, html kit, html css template, web template, bootstrap, bootstrap 4, css3 template, frontend, responsive bootstrap template, bootstrap ui kit, responsive ui kit, premium bootstrap 4 ui kit, premium template, bootstrap 4 template">
<meta name="description" content="Now UI Kit PRO is a premium Bootstrap 4 kit provided by Invision and Creative Tim. It is a beautiful cross-platform UI kit featuring over 1000 components, 34 sections and 11 example pages.">
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="Now Ui Kit Pro by Creative Tim">
<meta itemprop="description" content="Now UI Kit PRO is a premium Bootstrap 4 kit provided by Invision and Creative Tim. It is a beautiful cross-platform UI kit featuring over 1000 components, 34 sections and 11 example pages.">
<meta itemprop="image" content="../../../s3.amazonaws.com/creativetim_bucket/products/62/opt_nudp_thumbnail.jpg">
<!-- Twitter Card data -->
<meta name="twitter:card" content="product">
<meta name="twitter:site" content="@creativetim">
<meta name="twitter:title" content="Now Ui Kit Pro by Creative Tim">
<meta name="twitter:description" content="Now UI Kit PRO is a premium Bootstrap 4 kit provided by Invision and Creative Tim. It is a beautiful cross-platform UI kit featuring over 1000 components, 34 sections and 11 example pages.">
<meta name="twitter:creator" content="@creativetim">
<meta name="twitter:image" content="../../../s3.amazonaws.com/creativetim_bucket/products/62/opt_nudp_thumbnail.jpg">
<!-- Open Graph data -->
<meta property="fb:app_id" content="655968634437471">
<meta property="og:title" content="Now Ui Kit Pro by Creative Tim" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://demos.creative-tim.com/now-ui-kit/index.html" />
<meta property="og:image" content="../../../s3.amazonaws.com/creativetim_bucket/products/62/opt_nudp_thumbnail.jpg"/>
<meta property="og:description" content="Now UI Kit PRO is a premium Bootstrap 4 kit provided by Invision and Creative Tim. It is a beautiful cross-platform UI kit featuring over 1000 components, 34 sections and 11 example pages." />
<meta property="og:site_name" content="Creative Tim" />
<!-- Fonts and icons -->
<link href="../../../fonts.googleapis.com/cssad15.css?family=Montserrat:400,700,200|Open+Sans+Condensed:700" rel="stylesheet">
<link href="../../../use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
<!-- CSS Files -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/now-ui-kit.min23cd.css?v=1.2.1" rel="stylesheet" />
<!-- CSS Just for demo purpose, don't include it in your project -->
<link href="assets/demo/demo.css" rel="stylesheet" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'../../../www.googletagmanager.com/gtm5445.html?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NKDMSK6');</script>
<!-- End Google Tag Manager -->
<!-- Visual Inspector Plugin -->
<script type="text/javascript">
(function (g) {
var s = document.createElement('script'),
t = document.getElementsByTagName('script')[0];
s.async = true;
s.src = g + '?v=' + (new Date()).getTime();
s.charset = 'UTF-8';
s.setAttribute('crossorigin', '*');
t.parentNode.insertBefore(s, t);
})('../../../www.canvasflip.com/plugins/vi/vi.min.js');
</script>
</head>
<body class="contact-page">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NKDMSK6"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Navbar -->
<nav class="navbar navbar-expand-lg bg-white fixed-top " >
<div class="container">
<div class="dropdown button-dropdown">
<a href="#pablo" class="dropdown-toggle" id="navbarDropdown" data-toggle="dropdown">
<span class="button-bar"></span>
<span class="button-bar"></span>
<span class="button-bar"></span>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-header">Dropdown header</a>
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Separated link</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">One more separated link</a>
</div>
</div>
<div class="navbar-translate">
<a class="navbar-brand" href="../index.html" rel="tooltip" title="Designed by Invision. Coded by Creative Tim" data-placement="bottom" target="_blank">
Now Ui Kit Pro
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation" aria-controls="navigation-index" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-bar top-bar"></span>
<span class="navbar-toggler-bar middle-bar"></span>
<span class="navbar-toggler-bar bottom-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" data-nav-image="../assets/img//blurred-image-1.jpg" data-color="orange">
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" id="navbarDropdownMenuLink1" data-toggle="dropdown">
<i class="now-ui-icons design_app"></i>
<p>Components</p>
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownMenuLink1">
<a class="dropdown-item" href="../index.html">
<i class="now-ui-icons business_chart-pie-36"></i>
All components
</a>
<a class="dropdown-item" target="_blank" href="../docs/1.0/getting-started/introduction.html">
<i class="now-ui-icons design_bullet-list-67"></i>
Documentation
</a>
</div>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" id="navbarDropdownMenuLink" data-toggle="dropdown">
<i class="now-ui-icons files_paper" aria-hidden="true"></i>
<p>Sections</p>
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="../sections.html#headers">
<i class="now-ui-icons shopping_box"></i>
Headers
</a>
<a class="dropdown-item" href="../sections.html#features">
<i class="now-ui-icons ui-2_settings-90"></i>
Features
</a>
<a class="dropdown-item" href="../sections.html#blogs">
<i class="now-ui-icons text_align-left"></i>
Blogs
</a>
<a class="dropdown-item" href="../sections.html#teams">
<i class="now-ui-icons sport_user-run"></i>
Teams
</a>
<a class="dropdown-item" href="../sections.html#projects">
<i class="now-ui-icons education_paper"></i>
Projects
</a>
<a class="dropdown-item" href="../sections.html#pricing">
<i class="now-ui-icons business_money-coins"></i>
Pricing
</a>
<a class="dropdown-item" href="../sections.html#testimonials">
<i class="now-ui-icons ui-2_chat-round"></i>
Testimonials
</a>
<a class="dropdown-item" href="../sections.html#contactus">
<i class="now-ui-icons tech_mobile"></i>
Contact Us
</a>
</div>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" id="navbarDropdownMenuLink" data-toggle="dropdown">
<i class="now-ui-icons design_image" aria-hidden="true"></i>
<p>Examples</p>
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="about-us.html">
<i class="now-ui-icons business_bulb-63"></i>
About-us
</a>
<a class="dropdown-item" href="blog-post.html">
<i class="now-ui-icons text_align-left"></i>
Blog Post
</a>
<a class="dropdown-item" href="blog-posts.html">
<i class="now-ui-icons design_bullet-list-67"></i>
Blog Posts
</a>
<a class="dropdown-item" href="contact-us.html">
<i class="now-ui-icons location_pin"></i>
Contact Us
</a>
<a class="dropdown-item" href="landing-page.html">
<i class="now-ui-icons education_paper"></i>
Landing Page
</a>
<a class="dropdown-item" href="login-page.html">
<i class="now-ui-icons users_circle-08"></i>
Login Page
</a>
<a class="dropdown-item" href="pricing.html">
<i class="now-ui-icons business_money-coins"></i>
Pricing
</a>
<a class="dropdown-item" href="ecommerce.html">
<i class="now-ui-icons shopping_shop"></i>
Ecommerce Page
</a>
<a class="dropdown-item" href="product-page.html">
<i class="now-ui-icons shopping_bag-16"></i>
Product Page
</a>
<a class="dropdown-item" href="profile-page.html">
<i class="now-ui-icons users_single-02"></i>
Profile Page
</a>
<a class="dropdown-item" href="signup-page.html">
<i class="now-ui-icons tech_mobile"></i>
Signup Page
</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link btn btn-primary" href="../../../www.creative-tim.com/product/now-ui-kit-pro.html" target="_blank">
<p>Buy Now</p>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<div class="wrapper">
<div class="page-header page-header-small">
<div class="page-header-image" data-parallax="true" style="background-image: url('../assets/img/bg45.jpg');">
</div>
</div>
<div class="main">
<div class="contact-content">
<div class="container">
<div class="row">
<div class="col-md-5 ml-auto mr-auto">
<h2 class="title">Send us a message</h2>
<p class="description">You can contact us with anything related to our Products. We'll get in touch with you as soon as possible.<br><br>
</p>
<form role="form" id="contact-form" method="post">
<label>Your name</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="now-ui-icons users_circle-08"></i></span>
</div>
<input type="text" class="form-control" placeholder="Your Name..." aria-label="Your Name..." autocomplete="name">
</div>
<label>Email address</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text" ><i class="now-ui-icons ui-1_email-85"></i></span>
</div>
<input type="email" class="form-control" placeholder="Email Here..." aria-label="Email Here..." autocomplete="email">
</div>
<label>Phone</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="now-ui-icons tech_mobile"></i></span>
</div>
<input type="text" class="form-control" placeholder="Number Here..." autocomplete="number">
</div>
<div class="form-group">
<label>Your message</label>
<textarea name="message" class="form-control" id="message" rows="6"></textarea>
</div>
<div class="submit text-center">
<input type="submit" class="btn btn-primary btn-raised btn-round" value="Contact Us" />
</div>
</form>
</div>
<div class="col-md-5 ml-auto mr-auto">
<div class="info info-horizontal mt-5">
<div class="icon icon-primary">
<i class="now-ui-icons location_pin"></i>
</div>
<div class="description">
<h4 class="info-title">Find us at the office</h4>
<p> Bld Mihail Kogalniceanu, nr. 8,<br>
7652 Bucharest,<br>
Romania
</p>
</div>
</div>
<div class="info info-horizontal">
<div class="icon icon-primary">
<i class="now-ui-icons tech_mobile"></i>
</div>
<div class="description">
<h4 class="info-title">Give us a ring</h4>
<p> Michael Jordan<br>
+40 762 321 762<br>
Mon - Fri, 8:00-22:00
</p>
</div>
</div>
<div class="info info-horizontal">
<div class="icon icon-primary">
<i class="business_briefcase-24 now-ui-icons"></i>
</div>
<div class="description">
<h4 class="info-title">Legal Information</h4>
<p> Creative Tim Ltd.<br>
VAT · EN2341241<br>
IBAN · EN8732ENGB2300099123<br>
Bank · Great Britain Bank
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="contactUs2Map" class="big-map"></div>
<footer class="footer" >
<div class="container">
<nav>
<ul>
<li>
<a href="https://www.creative-tim.com/">
Creative Tim
</a>
</li>
<li>
<a href="http://presentation.creative-tim.com/">
About Us
</a>
</li>
<li>
<a href="http://blog.creative-tim.com/">
Blog
</a>
</li>
</ul>
</nav>
<div class="copyright" id="copyright">
© <script>document.getElementById('copyright').appendChild(document.createTextNode(new Date().getFullYear()))</script>, Designed by <a href="https://www.invisionapp.com/" target="_blank">Invision</a>. Coded by <a href="https://www.creative-tim.com/" target="_blank">Creative Tim</a>.
</div>
</div>
</footer>
</div>
<!-- Core JS Files -->
<script src="../assets/js/core/jquery.min.js" type="text/javascript"></script>
<script src="../assets/js/core/popper.min.js" type="text/javascript"></script>
<script src="../assets/js/core/bootstrap.min.js" type="text/javascript"></script>
<!-- Plugin for Switches, full documentation here: http://www.jque.re/plugins/version3/bootstrap.switch/ -->
<script src="../assets/js/plugins/bootstrap-switch.js"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="../assets/js/plugins/nouislider.min.js" type="text/javascript"></script>
<!-- Plugin for the DatePicker, full documentation here: https://github.com/uxsolutions/bootstrap-datepicker --><script src="../assets/js/plugins/moment.min.js"></script>
<!-- Plugin for Tags, full documentation here: https://github.com/bootstrap-tagsinput/bootstrap-tagsinputs -->
<script src="../assets/js/plugins/bootstrap-tagsinput.js"></script>
<!-- Plugin for Select, full documentation here: http://silviomoreto.github.io/bootstrap-select -->
<script src="../assets/js/plugins/bootstrap-selectpicker.js" type="text/javascript"></script>
<!-- Plugin for the DateTimePicker, full documentation here: https://eonasdan.github.io/bootstrap-datetimepicker/ -->
<script src="../assets/js/plugins/bootstrap-datetimepicker.js" type="text/javascript"></script>
<!-- Google Maps Plugin -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB2Yno10-YTnLjjn_Vtk0V8cdcY5lC4plU"></script>
<!-- Control Center for Now Ui Kit: parallax effects, scripts for the example pages etc --><script src="../assets/js/now-ui-kit.min23cd.js?v=1.2.1" type="text/javascript"></script>
<!-- Sharrre libray -->
<script src="../assets/demo/jquery.sharrre.js"></script>
<script>
$(document).ready(function(){
if($('.facebook-sharrre').length != 0){
$('.facebook-sharrre').sharrre({
share: {
facebook: true
},
enableHover: false,
enableTracking: false,
enableCounter: false,
click: function(api, options){
api.simulateClick();
api.openPopup('facebook');
},
template: '<i class="fa fa-facebook-square"></i>',
url: 'http://demos.creative-tim.com/now-ui-kit-pro/presentation.html'
});
}
if($('.facebook-sharrre-nav').length != 0){
$('.facebook-sharrre-nav').sharrre({
share: {
facebook: true
},
enableHover: false,
enableTracking: false,
enableCounter: false,
click: function(api, options){
api.simulateClick();
api.openPopup('facebook');
},
template: '<i class="fa fa-facebook-square"></i><p class="hidden-lg-up">Facebook</p>',
url: 'http://demos.creative-tim.com/now-ui-kit-pro/presentation.html'
});
}
if($('.linkedin-sharrre').length != 0){
$('.linkedin-sharrre').sharrre({
share: {
linkedin: true
},
enableCounter: false,
enableHover: false,
enableTracking: false,
click: function(api, options){
api.simulateClick();
api.openPopup('linkedin');
},
template: '<i class="fa fa-linkedin"></i>',
url: 'http://demos.creative-tim.com/now-ui-kit-pro/presentation.html'
});
}
if($('.linkedin-sharrre-nav').length != 0){
$('.linkedin-sharrre-nav').sharrre({
share: {
linkedin: true
},
enableCounter: false,
enableHover: false,
enableTracking: false,
click: function(api, options){
api.simulateClick();
api.openPopup('linkedin');
},
template: '<i class="fa fa-linkedin"></i><p class="hidden-lg-up">LinkedIn</p>',
url: 'http://demos.creative-tim.com/now-ui-kit-pro/presentation.html'
});
}
if($('.twitter-sharrre').length != 0){
$('.twitter-sharrre').sharrre({
share: {
twitter: true
},
enableHover: false,
enableTracking: false,
enableCounter: false,
buttons: { twitter: {via: 'CreativeTim'}},
click: function(api, options){
api.simulateClick();
api.openPopup('twitter');
},
template: '<i class="fa fa-twitter"></i>',
url: 'http://demos.creative-tim.com/now-ui-kit-pro/presentation.html'
});
}
if($('.twitter-sharrre-nav').length != 0){
$('.twitter-sharrre-nav').sharrre({
share: {
twitter: true
},
enableHover: false,
enableTracking: false,
enableCounter: false,
buttons: { twitter: {via: 'CreativeTim'}},
click: function(api, options){
api.simulateClick();
api.openPopup('twitter');
},
template: '<i class="fa fa-twitter"></i><p class="hidden-lg-up">Twitter</p>',
url: 'http://demos.creative-tim.com/now-ui-kit-pro/presentation.html'
});
}
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-46172202-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
// Facebook Pixel Code Don't Delete
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','../../../connect.facebook.net/en_US/fbevents.js');
try{
fbq('init', '111649226022273');
fbq('track', "PageView");
}catch(err) {
console.log('Facebook Track Error:', err);
}
});
</script>
<noscript>
<img height="1" width="1" style="display:none"
src="../../../www.facebook.com/tr5c3c.gif?id=111649226022273&ev=PageView&noscript=1"
/>
</noscript>
<script>
$(document).ready(function(){
// the body of this function is in assets/js/now-ui-kit.js
nowuiKit.initContactUs2Map();
});
</script>
</script>
</body>
</html>