-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
810 lines (693 loc) · 35.6 KB
/
index.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
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
<!DOCTYPE html>
<html class="no-js" lang="en">
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
<head>
<script src="https://api.memberstack.io/static/memberstack.js?custom" data-memberstack-id="364dc741601f8ed38c797805d5e24ef4"> </script>
<meta charset="utf-8">
<!-- Page Title-->
<title>SK: Open Source Scientific Equipment</title>
<!-- Meta Tags-->
<meta name="description" content="Open Source scientific equipment">
<meta name="keywords" content="open source">
<meta name="author" content="larbuckle">
<!-- Viewport Meta-->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Template Favicon & Icons Start -->
<link rel="shortcut icon" sizes="16x16 24x24 32x32 48x48 64x64 96x96" href="img/favicon/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon/android-chrome-192x192.png">
<link rel="manifest" href="img/favicon/site.html">
<link rel="mask-icon" href="img/favicon/safari-pinned-tab.html" color="#25237e">
<meta name="msapplication-config" content="img/favicon/browserconfig.xml">
<meta name="msapplication-TileColor" content="#fc466b">
<!-- Template Favicon & Icons End-->
<!-- Facebook Metadata Start -->
<meta property="og:image:height" content="300">
<meta property="og:image:width" content="573">
<meta property="og:title" content="Unio - Coming Soon & Landing Page Template">
<meta property="og:description" content="Unio - colorful and stylish coming soon & landing page template to kick-start your new project">
<meta property="og:url" content="index.html">
<meta property="og:image" content="img/favicon/og-image.jpg">
<!-- Facebook Metadata End -->
<!-- Template Styles Start -->
<link rel="stylesheet" type="text/css" href="css/plugins.css">
<link rel="stylesheet" type="text/css" href="css/loaders/loader.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<!-- Template Styles End-->
<!-- Custom Browser Color Start-->
<meta name="theme-color" content="#fc466b">
<meta name="msapplication-navbutton-color" content="#fc466b">
<meta name="apple-mobile-web-app-status-bar-style" content="#fc466b">
<!-- Custom Browser Color End-->
</head>
<body>
<!-- Old Browsers Support Start -->
<!--[if lt IE 9]>
<script src="js/libs/es5-shim.min.js"></script>
<script src="js/libs/html5shiv.min.js"></script>
<script src="js/libs/html5shiv-printshiv.min.js"></script>
<script src="js/libs/respond.min.js"></script>
<![endif]-->
<!-- Old Browsers Support End -->
<!-- Custom HTML Start -->
<!-- Loader Start-->
<div class="loader">
<div class="loader__container">
<div class="loader-content">
<div class="loader-logo fadeIn">
<!-- Your Logo Here -->
<img src="https://www.pinclipart.com/picdir/big/532-5329543_transparent-mars-rover-clipart-curiosity-rover-dimensions-png.png" alt="Signal Kinetics">
</div>
</div>
</div>
<div class="loader__darkscreen"></div>
</div>
<!-- Loader End-->
<!-- Header Start -->
<header class="header">
<!-- Logo Start -->
<div class="logo">
<!-- Your Logo Here -->
<img src="img/unio-logo.svg" alt="Signal Kinetics">
</div>
<!-- Logo End -->
<!-- Menu Trigger Start -->
<div class="menu-button">
<a href="#0" id="menu-trigger" class="menu-trigger"><span></span></a>
</div>
<!-- Menu Trigger End -->
<!-- Desktop Socials Start -->
<div class="socials socials-desktop">
<ul>
<li>
<a href="https://github.com/acord-robotics" target="_blank">Git</a>
</li>
<li>
<a href="#/ms/signup/6017e92dc900fd000499938e" target="_blank">RR</a>
</li>
<li>
<a href="#/ms/login">LI</a>
</li>
<li>
<a href="https://acord.software/account/dashboard/elijah.html" target="_blank">🤖</a>
</li>
</ul>
</div>
<!-- Desktop Socials End -->
</header>
<!-- Header End -->
<!-- Navigation Start -->
<nav id="menu" class="menu">
<div class="container-fluid p-0 fullheight">
<div class="row no-gutters fullheight">
<!-- Menu Navigation Block Start -->
<div class="col-12 col-xl-6 menu__navigation">
<div class="navigation-container">
<!-- Navigation links -->
<ul class="navigation">
<li>
<a href="#" id="home-trigger" class="navigation__item">
<span class="subtitle">SK!</span>
<span class="link">Home</span>
</a>
</li>
<!--<li>
<a href="https://acord.software/stellarios" id="about-trigger" class="navigation__item">
<span class="subtitle">Media</span>
<span class="link">Our clients</span>
</a>
</li>-->
<li>
<a href="#" id="portfolio-trigger" class="navigation__item">
<span class="subtitle">Our projects</span>
<span class="link">Portfolio</span>
</a>
</li>
<!--<li>
<a href="#" id="contact-trigger" class="navigation__item">
<span class="subtitle">Nice to meet you</span>
<span class="link">Contact</span>
</a>-->
</li>
</ul>
</div>
</div>
<!-- Menu Navigation Block End -->
<!-- Menu Media Block Start -->
<div class="col-12 col-xl-6 menu__media">
<div class="container-fluid p-0 fullheight-mobile">
<div class="row no-gutters fullheight-mobile">
<!-- Menu Images -->
<div class="col-2 fullheight media-object">
<div class="menu-image menu-image-1"></div>
</div>
<div class="col-2 fullheight media-object">
<div class="menu-image menu-image-2"></div>
</div>
<div class="col-2 fullheight media-object">
<div class="menu-image menu-image-3"></div>
</div>
<div class="col-2 fullheight media-object">
<div class="menu-image menu-image-4"></div>
</div>
<div class="col-2 fullheight media-object">
<div class="menu-image menu-image-5"></div>
</div>
<div class="col-2 fullheight media-object">
<div class="menu-image menu-image-6"></div>
</div>
</div>
</div>
</div>
<!-- Menu Media Block End -->
</div>
</div>
</nav>
<!-- Navigation End -->
<!-- Main Screen Section Start -->
<section id="main" class="main-section">
<!-- Main Section Content Start -->
<div class="main-section__content">
<div class="container-fluid p-0 fullheight">
<div class="row no-gutters fullheight">
<!-- Main Section Intro Start -->
<div class="col-12 col-xl-6 main-section__intro">
<!-- Main Section Intro Content Start -->
<div class="intro-content">
<!-- Headline Start -->
<div id="headline" class="headline">
<!-- Animated Headline Start -->
<h1 class="headline__title animated-headline">
We are <span class="gradient-text">Signal Kinetics</span><br>
We are
<span id="typed-strings">
<b>modern</b>
<b>unique</b>
<b>innovative</b>
</span>
<span id="typed"></span>
</h1>
<!-- Animated Headline End -->
<p class="headline__text">We're using software and online gaming to power the new scientific revolution. One that involves everyone.</p>
<div class="headline__btnholder">
<a href="#" id="notify-trigger" class="btn btn-l btn-gradient">
<span class="btn-border"></span>
<span class="btn-hover"></span>
<span class="btn-caption">Subscribe</span>
</a>
<a href="login/login.html" class="btn btn-l btn-outline">
<span class="btn-border"></span>
<span class="btn-hover"></span>
<span class="btn-caption">Login</span>
</a>
</div>
</div>
<!-- Headline End -->
<!-- Notify Popup Start-->
<div id="notify" class="notify">
<!-- Popup Controls Start -->
<div class="popup-controls">
<div class="section-button">
<a href="#0" id="notify-close" class="section-close"></a>
</div>
</div>
<!-- Popup Controls End -->
<!-- Popup Content Start -->
<div class="popup-content">
<!-- Popup Title Start -->
<div class="content-block popup-title">
<span class="popup-title__subtitle">Stay in touch</span>
<p class="popup-title__title">Get notified</p>
<p class="popup-title__text">Subscribe to our newsletter and we will send you information about our revolution</p>
</div>
<!-- Popup Title End -->
<!-- Popup Content Block Start -->
<div class="content-block">
<div class="form-container">
<!-- Reply Messages Start-->
<div class="reply-group subscription-ok">
<i class="far fa-check-circle reply-group__icon"></i>
<p class="reply-group__title txt-light">Done!</p>
<span class="reply-group__text">Thanks for subscribing. We will send you a notification about the launch of our brand new website.</span>
</div>
<div class="reply-group subscription-error">
<i class="far fa-sad-tear reply-group__icon"></i>
<p class="reply-group__title">Ooops!</p>
<span class="reply-group__text">Something went wrong. Please try again later.</span>
</div>
<!-- Reply Messages End-->
<!-- Notify Contact Form Start-->
<form class="form notify-form form-light">
<input class="" type="email" placeholder="Email Adress*" required>
<span class="inputs-description">*Required fields</span>
<button class="btn btn-l btn-gradient" type="submit">
<span class="btn-border"></span>
<span class="btn-hover"></span>
<span class="btn-caption">Send</span>
</button>
</form>
<!-- Notify Contact Form End-->
</div>
</div>
<!-- Popup Content Block End -->
</div>
<!-- Popup Content End -->
</div>
<!-- Notify Popup End-->
</div>
<!-- Main Section Intro Content End -->
</div>
<!-- Main Section Intro End -->
<!-- Main Section Media Start -->
<div class="col-12 col-xl-6 main-section__media">
<div class="main-section__darkscreen"></div>
<div class="media-content">
<!-- Main Section Split Image Background Start -->
<div class="media-image media-image-2"></div>
<!-- Main Section Split Image Background End -->
<!-- Main Section Color Gradient Layer Start -->
<div class="color-layer gradient-layer-dark"></div>
<!-- Main Section Color Gradient Layer End -->
<!-- Main Section Copyright Start -->
<!-- Main Section Copyright Start -->
</div>
</div>
<!-- Main Section Media End -->
<!-- Mobile Socials Start -->
<div class="socials socials-mobile">
<ul>
<li>
<a href="https://github.com/acord-robotics" target="_blank">Git</a>
</li>
<li>
<a href="https://acord.software/account/dashboard/elijah" target="_blank">DB</a>
</li>
<li>
<a href="#/ms/signup/6017e92dc900fd000499938e" target="_blank">RR</a>
</li>
</ul>
</div>
<!-- Mobile Socials End -->
</div>
</div>
</div>
<!-- Main Section Content End -->
</section>
<!-- Main Screen Section End -->
<!-- About Us Section Start -->
<section id="about" class="content-section about">
<div class="container-fluid p-0 fullheight">
<div class="row no-gutters fullheight">
<!-- About Section Info Start -->
<div class="col-12 col-xl-6 content-section__info">
<div class="blocks-container">
<!-- Section Content Block Title Start -->
<div class="content-block">
<span class="subtitle">About Us</span>
<h2>Just awesome<br>template</h2>
<p class="section-text">I wonder if I've been changed in the night? Let me think. Was I the same when I got up this morning?
I almost think I can remember feeling a little different. But if I'm not the same, the next question is 'Who in the world am I?' Ah, that's the great puzzle!</p>
</div>
<!-- Section Content Block Title End -->
<!-- Section Content Block Skillbars Start -->
<div class="content-block">
<!-- Skillbar single item -->
<div class="show-skillbar">
<div class="skillbar" data-percent="96">
<span class="skillbar-title">Design</span>
<p class="skillbar-bar"></p>
<span class="skill-bar-percent"></span>
</div>
</div>
<!-- Skillbar single item -->
<div class="show-skillbar">
<div class="skillbar" data-percent="84">
<span class="skillbar-title">Branding</span>
<p class="skillbar-bar"></p>
<span class="skill-bar-percent"></span>
</div>
</div>
<!-- Skillbar single item -->
<div class="show-skillbar">
<div class="skillbar" data-percent="90">
<span class="skillbar-title">Marketing</span>
<p class="skillbar-bar"></p>
<span class="skill-bar-percent"></span>
</div>
</div>
</div>
<!-- Section Content Block Skillbars End -->
</div>
</div>
<!-- About Section Info End -->
<!-- About Section Media Start -->
<div class="col-12 col-xl-6 content-section__media">
<!-- <div class="content-section__darkscreen"></div> -->
<div class="media-container">
<!-- About Image Start -->
<div class="image about-image"></div>
<!-- About Image End -->
</div>
</div>
<!-- About Section Media End -->
</div>
</div>
</section>
<!-- About Us Section End -->
<!-- Portfolio Section Start -->
<section id="portfolio" class="content-section portfolio">
<div class="container-fluid p-0 fullheight">
<div class="row no-gutters fullheight">
<!-- Portfolio Section Info Start -->
<div class="col-12 col-xl-6 content-section__info">
<div class="blocks-container">
<!-- Section Content Block Title Start -->
<div class="content-block">
<span class="subtitle">Portfolio</span>
<h2>Featured projects</h2>
<p class="section-text">We use the advancements made in machine learning and cloud computing to create interactive webapps and games that allow YOU to be at the forefront of this new scientific revolution. Check out our Github for more!
</p>
</div>
<!-- Section Content Block Title End -->
<!-- Section Content Block Features Start -->
<div class="content-block features">
<div class="container-fluid">
<div class="row">
<!-- Feature single item -->
<div class="col-12 col-sm-6 features__item">
<img src="img/icons/feature-icon-1.svg" alt="Unio Template Feature">
<h4>Eye catching<br>visuals</h4>
</div>
<!-- Feature single item -->
<div class="col-12 col-sm-6 features__item">
<img src="img/icons/feature-icon-2.svg" alt="Unio Template Feature">
<h4>World class<br> assets</h4>
</div>
<!-- Feature single item -->
<div class="col-12 col-sm-6 features__item">
<img src="img/icons/feature-icon-3.svg" alt="Unio Template Feature">
<h4>Play anywhere,<br> for everyone</h4>
</div>
<!-- Feature single item -->
<div class="col-12 col-sm-6 features__item">
<img src="img/icons/feature-icon-4.svg" alt="Unio Template Feature">
<h4>YOU are the<br> scientific community</h4>
</div>
</div>
</div>
</div>
<!-- Section Content Block Features End -->
</div>
</div>
<!-- Portfolio Section Info End -->
<!-- Portfolio Section Media Start -->
<div class="col-12 col-xl-6 content-section__media">
<div class="media-container">
<!-- Works Gallery Start -->
<div class="gallery">
<div class="row no-gutters my-gallery" itemscope itemtype="http://schema.org/ImageGallery">
<!-- Works Gallery Single Item Start -->
<figure class="col-12 col-sm-6" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
<a href="img/portfolio/portfolio-1.jpg" data-image="img/portfolio/portfolio-1.jpg" class="works-link" itemprop="contentUrl" data-size="900x1200">
<img src="img/portfolio/portfolio-1.jpg" class="works-image" itemprop="thumbnail" alt="Image description" />
</a>
<figcaption class="works-description" itemprop="caption description">
<h3>Mobile ready
<small>accessible</small>
</h3>
<p>Our goal is to create software that can be used by everyone, anywhere, at any time</p>
</figcaption>
</figure>
<!-- Works Gallery Single Item End -->
<!-- Works Gallery Single Item Start -->
<figure class="col-12 col-sm-6" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
<a href="https://ksr-ugc.imgix.net/assets/013/761/312/34907194de90cf19a74a4a82826b7681_original.png?ixlib=rb-2.1.0&crop=faces&w=1552&h=873&fit=crop&v=1474036628&auto=format&frame=1&q=92&s=0849cb795654aba97f618e57479c1c54" class="works-link" data-image="https://ksr-ugc.imgix.net/assets/013/761/312/34907194de90cf19a74a4a82826b7681_original.png?ixlib=rb-2.1.0&crop=faces&w=1552&h=873&fit=crop&v=1474036628&auto=format&frame=1&q=92&s=0849cb795654aba97f618e57479c1c54" itemprop="contentUrl" data-size="900x1200">
<img src="https://ksr-ugc.imgix.net/assets/013/761/312/34907194de90cf19a74a4a82826b7681_original.png?ixlib=rb-2.1.0&crop=faces&w=1552&h=873&fit=crop&v=1474036628&auto=format&frame=1&q=92&s=0849cb795654aba97f618e57479c1c54" class="works-image" itemprop="thumbnail" alt="Image description" />
</a>
<figcaption class="works-description" itemprop="caption description">
<h3>Open Source Rover
<small>Microcomputing, Python</small>
</h3>
<p>A credit-card sized Mars Rover!</p>
</figcaption>
</figure>
<!-- Works Gallery Single Item End -->
<!-- Works Gallery Single Item Start -->
<figure class="col-12 col-sm-6" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
<a href="https://ksr-ugc.imgix.net/assets/031/999/478/a085db24c33ea9494235492600e742e5_original.png?ixlib=rb-2.1.0&w=680&fit=max&v=1610528888&auto=format&frame=1&lossless=true&s=287c61e11a064e74b5119b5eae72e8dc" class="works-link" data-image="https://ksr-ugc.imgix.net/assets/031/999/478/a085db24c33ea9494235492600e742e5_original.png?ixlib=rb-2.1.0&w=680&fit=max&v=1610528888&auto=format&frame=1&lossless=true&s=287c61e11a064e74b5119b5eae72e8dc" itemprop="contentUrl" data-size="900x1200">
<img src="https://ksr-ugc.imgix.net/assets/031/999/478/a085db24c33ea9494235492600e742e5_original.png?ixlib=rb-2.1.0&w=680&fit=max&v=1610528888&auto=format&frame=1&lossless=true&s=287c61e11a064e74b5119b5eae72e8dc" class="works-image" itemprop="thumbnail" alt="Image description" />
</a>
<figcaption class="works-description" itemprop="caption description">
<h3>Zima Server
<small>Integration, Microcomputing</small>
</h3>
<p>Providing an integration with Zima & Raspberry Pi to power your SK hardware.</p>
</figcaption>
</figure>
<!-- Works Gallery Single Item End -->
<!-- Works Gallery Single Item Start -->
<figure class="col-12 col-sm-6" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
<a href="https://cdn.cloudflare.steamstatic.com/steam/apps/1261360/ss_4783acc507be78c212ede4566d009bd384ea0f80.1920x1080.jpg?t=1609852905" class="works-link" data-image="https://cdn.cloudflare.steamstatic.com/steam/apps/1261360/ss_4783acc507be78c212ede4566d009bd384ea0f80.1920x1080.jpg?t=1609852905" itemprop="contentUrl" data-size="900x1200">
<img src="https://cdn.cloudflare.steamstatic.com/steam/apps/1261360/ss_4783acc507be78c212ede4566d009bd384ea0f80.1920x1080.jpg?t=1609852905" class="works-image" itemprop="thumbnail" alt="Image description" />
<div class="overlay"></div>
</a>
<figcaption class="works-description" itemprop="caption description">
<h3>Star Sailors
<small>Games, Unity</small>
</h3>
<p>The world's first fully open-source and citizen-science powered Unity game.</p>
</figcaption>
</figure>
<!-- Works Gallery Single Item End -->
</div>
</div>
<!-- Works Gallery End -->
</div>
</div>
<!-- Portfolio Section Media End -->
</div>
</div>
</section>
<!-- Portfolio Section End -->
<!-- Contact Section Start -->
<section id="contact" class="content-section contact">
<div class="container-fluid p-0 fullheight">
<div class="row no-gutters fullheight">
<!-- Contact Section Info Start -->
<div class="col-12 col-xl-6 content-section__info">
<div class="blocks-container">
<!-- Section Content Block Title Start -->
<div class="content-block">
<span class="subtitle">Contact</span>
<h2>Welcome to our new office</h2>
<p class="section-text">Our website is under construction but we are ready to go! You can call us or leave a request here.
We are always glad to see you in our office from <span>9:00</span> to <span>18:00</span>.</p>
</div>
<!-- Section Content Block Title End -->
<!-- Section Content Block Contact Data Start -->
<div class="content-block contact-data">
<div class="container-fluid">
<div class="row">
<!-- Contact data single item -->
<div class="col-12 col-sm-6 contact-data__item">
<h5>Location</h5>
<p>
11 West 53 Street
<br>New York, NY
<br>10019
</p>
</div>
<!-- Contact data single item -->
<div class="col-12 col-sm-6 contact-data__item">
<h5>Follow us</h5>
<ul>
<li>
<a href="https://www.facebook.com/" target="_blank">Facebook</a>
</li>
<li>
<a href="https://www.instagram.com/" target="_blank">Instagram</a>
</li>
<li>
<a href="https://twitter.com/" target="_blank">Twitter</a>
</li>
</ul>
</div>
</div>
<div class="row">
<!-- Contact data single item -->
<div class="col-12 col-sm-6 contact-data__item">
<h5>Phone</h5>
<p>
<a href="tel:+12127089400">+1 212-708-9400</a>
</p>
</div>
<!-- Contact data single item -->
<div class="col-12 col-sm-6 contact-data__item">
<h5>Email</h5>
<p>
<a href="mailto:[email protected]?subject=Message%20from%20your%20site">[email protected]</a>
</p>
</div>
</div>
</div>
</div>
<!-- Section Content Block - Contact Data - End -->
<!-- Section Content Block Contact Buttons Start -->
<div class="content-block contact-buttons">
<a href="#" id="writealine-trigger" class="btn btn-l btn-gradient">
<span class="btn-border"></span>
<span class="btn-hover"></span>
<span class="btn-caption">Say Hello!</span>
</a>
</div>
<!-- Section Content Block Contact Buttons End -->
</div>
<!-- Write a Line Popup Start -->
<div id="writealine" class="writealine">
<div class="writealine__content">
<!-- Popup Controls Start -->
<div class="popup-controls">
<div class="section-button">
<a href="#0" id="writealine-close" class="section-close"></a>
</div>
</div>
<!-- Popup Controls End -->
<!-- Popup Content Start -->
<div class="popup-content">
<!-- Popup Title Start -->
<div class="content-block popup-title">
<span class="popup-title__subtitle">Write a line</span>
<p class="popup-title__title">Just say Hello!</p>
</div>
<!-- Popup Title End -->
<!-- Popup Content Block Start -->
<div class="content-block">
<div class="form-container">
<!-- Write a Line Form Reply Group Start -->
<div class="reply-group">
<i class="far fa-check-circle reply-group__icon"></i>
<p class="reply-group__title">Done!</p>
<span class="reply-group__text">Thanks for your message. We will get back as soon as possible.</span>
</div>
<!-- Write a Line Form Reply Group End -->
<!-- Write a Line Form Start -->
<form class="form writealine-form form-light" id="writealine-form">
<!-- Hidden Required Fields -->
<input type="hidden" name="project_name" value="Unio - Coming Soon & Landing Page Template">
<input type="hidden" name="admin_email" value="[email protected]">
<input type="hidden" name="form_subject" value="Write a Line Form Message">
<!-- END Hidden Required Fields-->
<input class="input-1" type="text" name="Name" placeholder="Your Name*" required>
<input class="input-2" type="email" name="E-mail" placeholder="Email Adress*" required>
<textarea class="" name="Message" placeholder="A Few Words*" required></textarea>
<span class="inputs-description">*Required fields</span>
<button class="btn btn-l btn-gradient">
<span class="btn-border"></span>
<span class="btn-hover"></span>
<span class="btn-caption">Send</span>
</button>
</form>
<!-- Write a Line Form End -->
</div>
</div>
<!-- Popup Content Block End -->
</div>
<!-- Popup Content End -->
</div>
</div>
<!-- Write a Line Popup End -->
</div>
<!-- Contact Section Info End -->
<!-- Contact Section Media Start -->
<div class="col-12 col-xl-6 content-section__media">
<div class="media-container">
<!-- Google Map Start -->
<div class="map">
<div id="google-map">
<div id="google-container"></div>
<div id="zoom-in">
<span class="btn-border"></span>
<span class="btn-hover"></span>
<span class="btn-icon fas fa-plus"></span>
</div>
<div id="zoom-out">
<span class="btn-border"></span>
<span class="btn-hover"></span>
<span class="btn-icon fas fa-minus"></span>
</div>
</div>
</div>
<!-- Google Map End -->
</div>
</div>
<!-- Contact Section Media End -->
</div>
</div>
</section>
<!-- Contact Section End -->
<!-- Custom HTML End -->
<!-- Root element of PhotoSwipe. Must have class pswp. -->
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<!-- Background of PhotoSwipe.
It's a separate element, as animating opacity is faster than rgba(). -->
<div class="pswp__bg"></div>
<!-- Slides wrapper with overflow:hidden. -->
<div class="pswp__scroll-wrap">
<!-- Container that holds slides. PhotoSwipe keeps only 3 slides in DOM to save memory. -->
<!-- don't modify these 3 pswp__item elements, data is added later on. -->
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. -->
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<!-- Controls are self-explanatory. Order can be changed. -->
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR -->
<!-- element will get class pswp__preloader--active when preloader is running -->
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
</button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
</button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<!-- Load Scripts Start-->
<script src="js/libs.min.js"></script>
<script src="js/gallery-init.js"></script>
<script src="js/unio-custom.js"></script>
<script src="js/maps/google-map.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAzp2JuNLNAX0b0LL-MinLjicuHJ7czm-w"></script>
<!-- Load Scripts End-->
</body>
<!-- Mirrored from mixdesign.club/themeforest/unio/index-image.html by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 31 Jan 2021 02:55:06 GMT -->
</html>