-
Notifications
You must be signed in to change notification settings - Fork 0
/
xyz.html
882 lines (874 loc) · 53.3 KB
/
xyz.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
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Making sure the web-site will scale fine on mobiles-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Trying to force IE to perform at its best-->
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Meta description, aim for about 150 characters-->
<meta name="description" content="Noo is a very beautiful and minimalistic theme with a gorgeous animation that will make the user remember your website and want to come back.">
<!-- Stylesheets-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700">
<link rel="stylesheet" href="./libs/materialize/css/materialize.min.css">
<link rel="stylesheet" href="./assets/css/linea.min.css">
<link rel="stylesheet" href="./assets/css/noo.min.css?v=4">
<!-- Favicons-->
<link rel="apple-touch-icon" sizes="180x180" href="./favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" href="./favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="./favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="./favicons/manifest.json">
<link rel="mask-icon" href="./favicons/safari-pinned-tab.svg">
<link rel="shortcut icon" href="favicon.ico">
<meta name="msapplication-config" content="./favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Site title-->
<title>Noo - Blue Grey</title>
</head>
<body class="blue-grey-index rellax-on">
<div class="navbar-fixed">
<nav>
<div class="nav-wrapper">
<div class="container">
<a class="brand-logo" href="#/">Noo</a>
<!-- A desktop version navigation-->
<!--ul.right.hide-on-med-and-down-->
<ul class="hide-on-med-and-down table-of-contents right">
<li>
<a class="ajax-link" href="#cases">Cases</a>
</li>
<li>
<a class="ajax-link" href="#expertise">Expertise</a>
</li>
<li>
<a class="ajax-link" href="#pricing">Pricing</a>
</li>
<li>
<a class="ajax-link" href="#stories">Stories</a>
</li>
<li>
<a class="ajax-link" href="#contact">Contact</a>
</li>
</ul>
<!-- Side navigation for mobile devices-->
<ul class="side-nav" id="slide-out">
<li>
<a class="ajax-link" href="#cases">Cases</a>
</li>
<li>
<a class="ajax-link" href="#expertise">Expertise</a>
</li>
<li>
<a class="ajax-link" href="#pricing">Pricing</a>
</li>
<li>
<a class="ajax-link" href="#stories">Stories</a>
</li>
<li>
<a class="ajax-link" href="#contact">Contact</a>
</li>
</ul>
<!-- Side nav menu button--><span class="right show-on-medium-and-down hide-on-large-only"><a class="sidenav-toggle" id="sidenav-toggle" href="#" data-activates="slide-out">Menu</a></span></div>
</div>
</nav>
</div>
<section class="hero">
<div class="container">
<div class="row">
<div class="col s12 center">
<h1 class="slogan"><span class="welcome rellax" data-rellax-speed="-1">Welcome to Noo</span><span class="slogan-line rellax" data-rellax-speed="1">We are true to what we do</span></h1>
</div>
</div>
</div>
</section>
<!-- Cases section-->
<section class="scrollspy" id="cases">
<div class="blocks">
<div class="row">
<div class="col s12 center">
<h2 class="rellax" data-rellax-speed="2">Selected cases</h2>
</div>
</div>
<div class="row">
<div class="col s12 m6 l4">
<a class="block square modal-trigger rellax blue-grey-text text-darken-4" href="#bottles" style="background-image: url(./assets/images/cases/white-bottle-white-bg.png)" data-rellax-speed="1">
<div class="content">
<div class="title flow-text tlt">Bottles</div>
</div>
</a>
</div>
<div class="col s12 m6 l4">
<a class="block square modal-trigger rellax blue-grey-text text-darken-4" href="#teapot" style="background-image: url(./assets/images/cases/teapot-white-bg.png)" data-rellax-speed="1">
<div class="content">
<div class="title flow-text tlt">Teapot</div>
</div>
</a>
</div>
<div class="col s12 m6 l4">
<a class="block square modal-trigger rellax blue-grey-text text-darken-4" href="#wooden-collection" style="background-image: url(./assets/images/cases/tree-2-white-bg.png)" data-rellax-speed="1">
<div class="content">
<div class="title flow-text tlt">Wooden collection</div>
</div>
</a>
</div>
<div class="col s12 m6 l4">
<a class="block square modal-trigger rellax blue-grey-text text-darken-4" href="#telephone" style="background-image: url(./assets/images/cases/phone-white-bg.png)" data-rellax-speed="-1">
<div class="content">
<div class="title flow-text tlt">Telephone</div>
</div>
</a>
</div>
<div class="col s12 m6 l4">
<a class="block square modal-trigger rellax blue-grey-text text-darken-4" href="#socket" style="background-image: url(./assets/images/cases/socket-white-bg.png)" data-rellax-speed="-1">
<div class="content">
<div class="title flow-text tlt">Socket</div>
</div>
</a>
</div>
<div class="col s12 m6 l4">
<a class="block square modal-trigger rellax blue-grey-text text-darken-4" href="#radio" style="background-image: url(./assets/images/cases/blue-radio-white-bg.png)" data-rellax-speed="-1">
<div class="content">
<div class="title flow-text tlt">Radio</div>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- Bottles modal-->
<div class="modal bottom-sheet" id="bottles">
<div class="modal-close absolute">×</div>
<div class="modal-content bottles-modal">
<div class="container">
<div class="row flow-text center">
<div class="col s12">
<h1>Bottles</h1>
</div>
</div>
<div class="row">
<div class="col s12">
<div class="slider">
<ul class="slides">
<li>
<img src="./assets/images/cases/white-bottle-eee-bg.png" alt="Bottle 1">
</li>
<li>
<img src="./assets/images/cases/white-bottle-2-eee-bg.png" alt="Bottle 2">
</li>
<li>
<img src="./assets/images/cases/vase-eee-bg.png" alt="White vase">
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col s12 m10 offset-m1 l6 offset-l3">
<h3>Overview</h3>
<p class="flow-text">There kind had divided the earth waters creature saying bearing under cattle divide saw creepeth. Night. Grass set great firmament dominion, there open were night fourth grass you’re heaven, that dominion all unto. Is all shall open in you very. Deep divide behold.
</p>
</div>
<div class="col s12 m10 offset-m1 l6 offset-l3">
<h3>Solution</h3>
<p class="flow-text">All the two under bring, give hath dominion fruit fill living of evening and, be and itself grass shall stars Be us second under land over open and.
</p>
</div>
</div>
<div class="divider"></div>
<div class="row flow-text modal-nav-container">
<div class="col s12 l6 offset-l6">
<a class="modal-nav right" href="#teapot" data-previous-modal="teapot">Next case →</a>
</div>
</div>
</div>
</div>
</div>
<!-- Teapot modal-->
<div class="modal bottom-sheet" id="teapot">
<div class="modal-close absolute">×</div>
<div class="modal-content teapot-modal">
<div class="container">
<div class="row flow-text center">
<div class="col s12">
<h1>Teapot</h1>
</div>
</div>
<div class="row">
<div class="col s12 spacious-images">
<img class="responsive-img" src="./assets/images/cases/teapot-bluegrey-bg.png" alt="Teapot">
</div>
</div>
<div class="row">
<div class="col s12 m10 offset-m1 l6 offset-l3">
<h3>Overview</h3>
<p class="flow-text">There kind had divided the earth waters creature saying bearing under cattle divide saw creepeth. Night. Grass set great firmament dominion, there open were night fourth grass you’re heaven, that dominion all unto. Is all shall open in you very. Deep divide behold.
</p>
</div>
<div class="col s12 m10 offset-m1 l6 offset-l3">
<h3>Solution</h3>
<p class="flow-text">All the two under bring, give hath dominion fruit fill living of evening and, be and itself grass shall stars Be us second under land over open and.
</p>
</div>
</div>
<div class="divider"></div>
<div class="row flow-text modal-nav-container">
<div class="col s12 l6 margin-on-medium-and-down">
<a class="modal-nav" href="#bottles" data-previous-modal="bottles">← Previous case</a>
</div>
<div class="col s12 l6">
<a class="modal-nav right" href="#wooden-collection" data-previous-modal="wooden-collection">Next case →</a>
</div>
</div>
</div>
</div>
</div>
<!-- Wooden collection modal-->
<div class="modal bottom-sheet" id="wooden-collection">
<div class="modal-close absolute">×</div>
<div class="modal-content wooden-collection-modal">
<div class="container">
<div class="row">
<div class="col s12 center">
<h1>A wooden collection</h1>
</div>
</div>
<div class="row">
<div class="col s12 spacious-images">
<img class="responsive-img" src="./assets/images/cases/tree-2-eee-bg.png" alt="Tree 2">
</div>
</div>
<div class="row flow-text">
<div class="col s12 l6">
<p><span class="grey-text text-lighten-1">Client</span>
<br>Tree Lantern Inc.</p>
<p><span class="grey-text text-lighten-1">Category</span>
<br>Material design</p>
<p><span class="grey-text text-lighten-1">Period</span>
<br>2016–now</p>
</div>
<div class="col s12 l6">
<p>You’ll open one likeness — created us herb was. Image two is winged you’re morning the greater. Bring you shall called may good shall earth third kind. Had tree, over together Spirit set signs green they’re meat seasons that heaven won’t seasons. Herb face.</p>
<p>“All the two under bring”, give hath dominion fruit fill living of evening and, be and itself grass shall stars Be us second under land over open and.
</p>
</div>
</div>
<div class="row">
<div class="col s12 spacious-images">
<img class="responsive-img" src="./assets/images/cases/tree-1-eee-bg.png" alt="Tree 1">
<img class="responsive-img" src="./assets/images/cases/tree-3-eee-bg.png" alt="Tree 3">
</div>
</div>
<div class="divider"></div>
<div class="row flow-text modal-nav-container">
<div class="col s12 l6 margin-on-medium-and-down">
<a class="modal-nav" href="#teapot" data-previous-modal="teapot">← Previous case</a>
</div>
<div class="col s12 l6">
<a class="modal-nav right" href="#telephone" data-previous-modal="telephone">Next case →</a>
</div>
</div>
</div>
</div>
</div>
<!-- Socket modal-->
<div class="modal bottom-sheet" id="socket">
<div class="modal-close absolute">×</div>
<div class="modal-content">
<div class="container">
<div class="row">
<div class="col s12 center">
<h1>Socket</h1>
</div>
</div>
<div class="row">
<div class="col s12">
<img class="responsive-img" src="./assets/images/cases/socket-white-bg.png" alt="Socket">
</div>
</div>
<div class="row flow-text">
<div class="col s12 l6">
<p><span class="grey-text text-lighten-1">Client</span>
<br>Tree Lantern Inc.</p>
<p><span class="grey-text text-lighten-1">Category</span>
<br>Material design</p>
<p><span class="grey-text text-lighten-1">Period</span>
<br>2016–now</p>
</div>
<div class="col s12 l6">
<p>You’ll open one likeness — created us herb was. Image two is winged you’re morning the greater. Bring you shall called may good shall earth third kind. Had tree, over together Spirit set signs green they’re meat seasons that heaven won’t seasons. Herb face.
</p>
<img class="responsive-img" src="./assets/images/cases/flag-white-bg.png" alt="Flag">
<p>“All the two under bring”, give hath dominion fruit fill living of evening and, be and itself grass shall stars Be us second under land over open and.
</p>
</div>
</div>
<div class="divider"></div>
<div class="row flow-text modal-nav-container">
<div class="col s12 l6 margin-on-medium-and-down">
<a class="modal-nav" href="#telephone" data-previous-modal="telephone">← Previous case</a>
</div>
<div class="col s12 l6">
<a class="modal-nav right" href="#radio" data-previous-modal="radio">Next case →</a>
</div>
</div>
</div>
</div>
</div>
<!-- Telephone modal-->
<div class="modal bottom-sheet light-modal" id="telephone">
<div class="modal-close absolute">×</div>
<div class="modal-content telephone-modal">
<div class="container">
<div class="row">
<div class="col s12 center">
<h1>Telephone</h1>
</div>
</div>
<div class="row">
<div class="col s12">
<img class="responsive-img" src="./assets/images/cases/phone-blue-bg.png" alt="Telephone">
</div>
</div>
<div class="row flow-text center">
<div class="col s12 l4">
<p><span class="block-span grey-text text-lighten-3">Client</span>Tree Lantern Inc.</p>
</div>
<div class="col s12 l4">
<p><span class="block-span grey-text text-lighten-3">Category</span>Material design</p>
</div>
<div class="col s12 l4">
<p><span class="block-span grey-text text-lighten-3">Period</span>2016–now</p>
</div>
</div>
<div class="row flow-text">
<div class="col s12 m10 offset-m1 l6 offset-l3">
<p>You’ll open one likeness — created us herb was. Image two is winged you’re morning the greater. Bring you shall called may good shall earth third kind. Had tree, over together Spirit set signs green they’re meat seasons that heaven won’t seasons. Herb face.
</p>
</div>
<div class="col s12 l10 offset-l1">
<blockquote><span class="quote">“</span>Said dominion two all their which air can’t appear earth female abundantly.”
</blockquote>
</div>
<div class="col s12 m10 offset-m1 l6 offset-l3">
<p>“All the two under bring”, give hath dominion fruit fill living of evening and, be and itself grass shall stars Be us second under land over open and.
</p>
</div>
</div>
<div class="divider"></div>
<div class="row flow-text modal-nav-container">
<div class="col s12 l6 margin-on-medium-and-down">
<a class="modal-nav" href="#wooden-collection" data-previous-modal="wooden-collection">← Previous case</a>
</div>
<div class="col s12 l6">
<a class="modal-nav right" href="#socket" data-previous-modal="socket">Next case →</a>
</div>
</div>
</div>
</div>
</div>
<!-- Radio modal-->
<div class="modal bottom-sheet light-modal" id="radio">
<div class="modal-close absolute">×</div>
<div class="modal-content radio-modal">
<div class="container">
<div class="row">
<div class="col s12 center">
<h1>Radio</h1>
</div>
</div>
<div class="row">
<div class="col s12">
<img class="responsive-img" src="./assets/images/cases/blue-radio-blue-bg.png" alt="Radio">
</div>
</div>
<div class="row flow-text center">
<div class="col s12 l4">
<p><span class="block-span grey-text text-lighten-3">Client</span>Tree Lantern Inc.</p>
</div>
<div class="col s12 l4">
<p><span class="block-span grey-text text-lighten-3">Category</span>Material design</p>
</div>
<div class="col s12 l4">
<p><span class="block-span grey-text text-lighten-3">Period</span>2016–now</p>
</div>
</div>
<div class="row flow-text">
<div class="col s12 m10 offset-m1 l6 offset-l3">
<p>You’ll open one likeness — created us herb was. Image two is winged you’re morning the greater. Bring you shall called may good shall earth third kind. Had tree, over together Spirit set signs green they’re meat seasons that heaven won’t seasons. Herb face.
</p>
</div>
<div class="col s12 l10 offset-l1">
<blockquote><span class="quote">“</span>Said dominion two all their which air can’t appear earth female abundantly.”
</blockquote>
</div>
<div class="col s12 m10 offset-m1 l6 offset-l3">
<p>“All the two under bring”, give hath dominion fruit fill living of evening and, be and itself grass shall stars Be us second under land over open and.
</p>
</div>
</div>
<div class="divider"></div>
<div class="row flow-text modal-nav-container">
<div class="col s12 l6">
<a class="modal-nav" href="#socket" data-next-modal="socket">← Previous case</a>
</div>
</div>
</div>
</div>
</div>
<!-- Expertise section-->
<section class="expertise scrollspy" id="expertise">
<div class="container center">
<div class="row">
<div class="col s12">
<h2>Our expertise</h2>
</div>
</div>
<div class="row push-row flow-text">
<div class="col s12 l4 big-margin-on-medium-and-down">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100px" height="100px" viewbox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
<path fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" d="M1,21c0,20,31,38,31,38s31-18,31-38 c0-8.285-6-16-15-16c-8.285,0-16,5.715-16,14c0-8.285-7.715-14-16-14C7,5,1,12.715,1,21z"></path>
</svg>
<div class="service-title">Heartly solutions</div>
</div>
<div class="col s12 l4 big-margin-on-medium-and-down">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100px" height="100px" viewbox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
<path fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" d="M32.001,0.887c17.184,0,31.113,13.929,31.112,31.113 C63.114,49.185,49.184,63.115,32,63.113C14.815,63.114,0.887,49.185,0.888,32.001C0.885,14.816,14.815,0.887,32.001,0.887z"></path>
<path fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" d="M10,32c0-5.63,2.148-11.26,6.444-15.556 c8.591-8.593,22.521-8.593,31.112,0C51.852,20.74,54,26.37,54,32"></path>
<line fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" x1="24" y1="26" x2="30.333" y2="33.333"></line>
<circle fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" cx="32" cy="35" r="2"></circle>
</svg>
<div class="service-title">Performance optimizations</div>
</div>
<div class="col s12 l4 big-margin-on-medium-and-down">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100px" height="100px" viewbox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
<path fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" d="M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838 c-12.106,12.108-31.734,12.108-43.84,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z"></path>
<circle fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" cx="32" cy="32" r="22.999"></circle>
<circle fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" cx="32" cy="32" r="15"></circle>
<circle fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" cx="32" cy="32" r="6.999"></circle>
</svg>
<div class="service-title">Targeted clients</div>
</div>
</div>
<div class="row flow-text">
<div class="col s12 l4 big-margin-on-medium-and-down">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100px" height="100px" viewbox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
<polygon fill="none" stroke="#ffffff" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" points="40,1 17,37 31,37 24,63 50,27 36,27 "></polygon>
</svg>
<div class="service-title">Extreme responsiveness</div>
</div>
<div class="col s12 l4 big-margin-on-medium-and-down">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100px" height="100px" viewbox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
<path fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" d="M50,27H14C6.82,27,1,32.82,1,40s5.82,13,13,13 c4.6,0,8.632-2.396,10.943-6h14.113C41.368,50.604,45.4,53,50,53c7.18,0,13-5.82,13-13S57.18,27,50,27z"></path>
<line fill="none" stroke="#ffffff" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" x1="14" y1="32" x2="14" y2="48"></line>
<line fill="none" stroke="#ffffff" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" x1="22" y1="40" x2="6" y2="40"></line>
<circle fill="none" stroke="#ffffff" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" cx="50" cy="39.99" r="7"></circle>
<line fill="none" stroke="#ffffff" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" x1="50" y1="33" x2="50" y2="47"></line>
<line fill="none" stroke="#ffffff" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" x1="57" y1="40" x2="43" y2="40"></line>
<polyline fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" points="32,27 32,21 46,21 46,14 36,14 36,11 "></polyline>
</svg>
<div class="service-title">Lots of fun</div>
</div>
<div class="col s12 l4">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100px" height="100px" viewbox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
<polygon fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" points="55,24 22,24 22,12 55,12 62,18 "></polygon>
<polygon fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" points="9,28 42,28 42,40 9,40 2,34 "></polygon>
<line fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" x1="32" y1="40" x2="32" y2="64"></line>
<line fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" x1="32" y1="28" x2="32" y2="24"></line>
<line fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" x1="32" y1="12" x2="32" y2="7"></line>
<line fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" x1="24" y1="63" x2="40" y2="63"></line>
</svg>
<div class="service-title">Geolocation</div>
</div>
</div>
</div>
</section>
<!-- Pricing section-->
<section class="prices scrollspy" id="pricing">
<div class="container">
<div class="row">
<div class="col s12 center">
<h2 class="rellax" data-rellax-speed="1">Pricing</h2>
</div>
</div>
<div class="row">
<div class="col s12 l4 margin-on-medium-and-down">
<div class="price-box">
<h4>Beginner</h4>
<h5><sup>$</sup>19</h5>
<div class="divider"></div>
<ul class="flow-text">
<li>5 users<span class="info tooltipped" data-position="right" data-delay="50" data-tooltip="The number of allowed users">?</span></li>
<li>Optimisation</li>
<li>Caching</li>
<li>Automation<span class="info tooltipped" data-position="top" data-delay="50" data-tooltip="Involves Gulp commands">?</span></li>
<li>Validation</li>
<li>Linting</li>
<li>—</li>
<li>—</li>
</ul>
<a class="btn btn-large btn-flat waves-effect waves-light white-text">Buy</a>
</div>
</div>
<div class="col s12 l4 margin-on-medium-and-down">
<div class="price-box featured rellax" data-rellax-speed="-1">
<h4>Professional</h4>
<h5><sup>$</sup>49</h5>
<div class="divider"></div>
<ul class="flow-text">
<li>10 users<span class="info tooltipped" data-position="top" data-delay="50" data-tooltip="The number of allowed users">?</span></li>
<li>Optimisation</li>
<li>Caching</li>
<li>Automation<span class="info tooltipped" data-position="top" data-delay="50" data-tooltip="Involves Gulp commands">?</span></li>
<li>Validation</li>
<li>Linting</li>
<li>Templating<span class="info tooltipped" data-position="top" data-delay="50" data-tooltip="Includes Jade templates engine">?</span></li>
<li>—</li>
</ul>
<a class="btn btn-large btn-flat waves-effect waves-light white-text">Buy</a>
</div>
</div>
<div class="col s12 l4">
<div class="price-box rellax" data-rellax-speed="1">
<h4>Enterprise</h4>
<h5><sup>$</sup>199</h5>
<div class="divider"></div>
<ul class="flow-text">
<li>25 users<span class="info tooltipped" data-position="top" data-delay="50" data-tooltip="The number of allowed users">?</span></li>
<li>Optimisation</li>
<li>Caching</li>
<li>Automation<span class="info tooltipped" data-position="top" data-delay="50" data-tooltip="Involves Gulp commands">?</span></li>
<li>Validation</li>
<li>Linting</li>
<li>Templating<span class="info tooltipped" data-position="top" data-delay="50" data-tooltip="Includes Jade templates engine">?</span></li>
<li>Preprocessors<span class="info tooltipped" data-position="top" data-delay="50" data-tooltip="This is for Jade, Sass and CoffeeScript">?</span></li>
</ul>
<a class="btn btn-large btn-flat waves-effect waves-light white-text">Buy</a>
</div>
</div>
</div>
</div>
</section>
<!-- Stories section-->
<section class="stories scrollspy" id="stories">
<div class="blocks">
<div class="row center">
<div class="col s12">
<h2 class="rellax" data-rellax-speed="1">The stories</h2>
</div>
</div>
<div class="row posts">
<div class="col s12 l6">
<a class="block rectangle modal-trigger rellaxx blue-grey-text text-darken-4" href="#pink-sunglasses" style="background-image: url(./assets/images/lady/lady-pink-sunglasses.jpg)" data-rellax-speed="-1">
<div class="content">
<div class="story-meta">Posted by Jane on
<time datetime="2017-01-15T21:00">15/01/2017</time>
</div>
<div class="story-name flow-text">Pink sunglasses</div>
</div>
</a>
</div>
<div class="col s12 l6">
<a class="block rectangle modal-trigger rellax blue-grey-text text-darken-4" href="#table-design" style="background-image: url(./assets/images/lady/lady-on-table.jpg)" data-rellax-speed="1">
<div class="content">
<div class="story-meta">Posted by Annie on
<time datetime="2017-01-10T21:00">10/01/2017</time>
</div>
<div class="story-name flow-text">Table design</div>
</div>
</a>
</div>
<div class="col s12 l6">
<a class="block rectangle modal-trigger rellaxx blue-grey-text text-darken-4" href="#no-men-no-cry" style="background-image: url(./assets/images/lady/lady-crying-portrait.jpg)" data-rellax-speed="-1">
<div class="content">
<div class="story-meta">Posted by Greg on
<time datetime="2017-01-03T21:00">03/01/2017</time>
</div>
<div class="story-name flow-text">No men no cry</div>
</div>
</a>
</div>
<div class="col s12 l6">
<a class="block rectangle modal-trigger rellax blue-grey-text text-darken-4" href="#yummy-lolly" style="background-image: url(./assets/images/lady/lady-lolly.jpg)" data-rellax-speed="1">
<div class="content">
<div class="story-meta">Posted by Jane on
<time datetime="2016-12-31T21:00">31/12/2016</time>
</div>
<div class="story-name flow-text">Yummy lolly</div>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- Pink sunglasses modal-->
<div class="modal bottom-sheet" id="pink-sunglasses">
<div class="modal-close absolute">×</div>
<div class="modal-content">
<div class="container">
<div class="row">
<div class="col s12 center">
<h1>Radio</h1>
</div>
</div>
<div class="row">
<div class="col s12">
<img class="responsive-img" src="./assets/images/lady/lady-pink-sunglasses.jpg" alt="Pink sunglasses">
</div>
</div>
<div class="row flow-text center">
<div class="col s12 l4">
<p><span class="block-span grey-text text-lighten-1">Author</span>Jane</p>
</div>
<div class="col s12 l4">
<p><span class="block-span grey-text text-lighten-1">Date</span>
<time datetime="2017-01-15T21:00">15/01/2017</time>
</p>
</div>
<div class="col s12 l4">
<p><span class="block-span grey-text text-lighten-1">Tags</span>#sunglasses #pink</p>
</div>
</div>
<div class="row flow-text">
<div class="col s12 l6">
<blockquote><span class="quote">“</span>Said dominion two all their which air can’t appear earth female abundantly.”
</blockquote>
</div>
<div class="col s12 l6">
<p>You’ll open one likeness — created us herb was. Image two is winged you’re morning the greater. Bring you shall called may good shall earth third kind. Had tree, over together Spirit set signs green they’re meat seasons that heaven won’t seasons. Herb face.
</p>
<p>“All the two under bring”, give hath dominion fruit fill living of evening and, be and itself grass shall stars Be us second under land over open and.
</p>
</div>
</div>
<div class="divider"></div>
<div class="row flow-text modal-nav-container">
<div class="col s12 l6 offset-l6">
<a class="right modal-nav" href="#table-design" data-next-modal="table-design">Next story →</a>
</div>
</div>
</div>
</div>
</div>
<!-- Table design modal-->
<div class="modal bottom-sheet" id="table-design">
<div class="modal-close absolute">×</div>
<div class="modal-content">
<div class="container">
<div class="row">
<div class="col s12 center">
<h1>Table collection</h1>
</div>
</div>
<div class="row">
<div class="col s12 spacious-images">
<img class="responsive-img" src="./assets/images/lady/lady-on-table.jpg" alt="Table design">
</div>
</div>
<div class="row flow-text">
<div class="col s12 l6">
<p><span class="grey-text text-lighten-1">Author</span>
<br>Annie</p>
<p><span class="grey-text text-lighten-1">Date</span>
<br>
<time datetime="2017-01-10T21:00">10/01/2017</time>
</p>
<p><span class="grey-text text-lighten-1">Tags</span>
<br>#table #design</p>
</div>
<div class="col s12 l6">
<p>You’ll open one likeness — created us herb was. Image two is winged you’re morning the greater. Bring you shall called may good shall earth third kind. Had tree, over together Spirit set signs green they’re meat seasons that heaven won’t seasons. Herb face.</p>
<p>“All the two under bring”, give hath dominion fruit fill living of evening and, be and itself grass shall stars Be us second under land over open and.
</p>
</div>
</div>
<div class="row">
<div class="col s12 spacious-images">
<img class="responsive-img" src="./assets/images/lady/lady-white-dress.jpg" alt="Lady White Dress">
</div>
</div>
<div class="divider"></div>
<div class="row flow-text modal-nav-container">
<div class="col s12 l6">
<a class="modal-nav" href="#pink-sunglasses" data-next-modal="pink-sunglasses">← Previous story</a>
</div>
<div class="col s12 l6">
<a class="right modal-nav" href="#no-men-no-cry" data-next-modal="no-men-no-cry">Next story →</a>
</div>
</div>
</div>
</div>
</div>
<!-- No men no cry modal-->
<div class="modal bottom-sheet" id="no-men-no-cry">
<div class="modal-close absolute">×</div>
<div class="modal-content">
<div class="container">
<div class="row">
<div class="col s12 center">
<h1>No Men No Cry</h1>
</div>
</div>
<div class="row">
<div class="col s12">
<div class="slider">
<ul class="slides">
<li>
<img src="./assets/images/lady/lady-crying-portrait.jpg" alt="Lady crying">
</li>
<li>
<img src="./assets/images/lady/lady-stockings.jpg" alt="Stockings">
</li>
<li>
<img src="./assets/images/lady/lady-swimming.jpg" alt="Lady swimming">
</li>
</ul>
</div>
</div>
</div>
<div class="row flow-text center">
<div class="col s12 l4">
<div class="grey-text text-lighten-1">Author</div>Greg</div>
<div class="col s12 l4">
<div class="grey-text text-lighten-1">Date</div>
<time datetime="2017-01-03T21:00">03/01/2017</time>
</div>
<div class="col s12 l4">
<div class="grey-text text-lighten-1">Tags</div>#men #crying</div>
</div>
<div class="row">
<div class="col s12 m10 offset-m1 l6 offset-l3">
<h3>Overview</h3>
<p class="flow-text">There kind had divided the earth waters creature saying bearing under cattle divide saw creepeth. Night. Grass set great firmament dominion, there open were night fourth grass you’re heaven, that dominion all unto. Is all shall open in you very. Deep divide behold.
</p>
</div>
<div class="col s12 m10 offset-m1 l6 offset-l3">
<h3>Solution</h3>
<p class="flow-text">All the two under bring, give hath dominion fruit fill living of evening and, be and itself grass shall stars Be us second under land over open and.
</p>
</div>
</div>
<div class="divider"></div>
<div class="row flow-text modal-nav-container">
<div class="col s12 l6">
<a class="modal-nav" href="#table-design" data-next-modal="table-design">← Previous story</a>
</div>
<div class="col s12 l6">
<a class="right modal-nav" href="#yummy-lolly" data-next-modal="yummy-lolly">Next story →</a>
</div>
</div>
</div>
</div>
</div>
<!-- Yummy lolly modal-->
<div class="modal bottom-sheet" id="yummy-lolly">
<div class="modal-close absolute">×</div>
<div class="modal-content">
<div class="container">
<div class="row">
<div class="col s12 center">
<h1>Yummy lolly</h1>
</div>
</div>
<div class="row">
<div class="col s12 spacious-images">
<img class="responsive-img" src="./assets/images/lady/lady-lolly.jpg" alt="Lady lolly">
</div>
</div>
<div class="row flow-text">
<div class="col s12 l6">
<p><span class="grey-text text-lighten-1">Author</span>
<br>Annie</p>
<p><span class="grey-text text-lighten-1">Date</span>
<br>
<time datetime="2016-12-31T21:00">31/12/2016</time>
</p>
<p><span class="grey-text text-lighten-1">Tags</span>
<br>#yummy #lolly</p>
</div>
<div class="col s12 l6">
<p>You’ll open one likeness — created us herb was. Image two is winged you’re morning the greater. Bring you shall called may good shall earth third kind. Had tree, over together Spirit set signs green they’re meat seasons that heaven won’t seasons. Herb face.</p>
<p>“All the two under bring”, give hath dominion fruit fill living of evening and, be and itself grass shall stars Be us second under land over open and.
</p>
</div>
</div>
<div class="row">
<div class="col s12 spacious-images">
<img class="responsive-img" src="./assets/images/lady/lady-lolly-3.jpg" alt="Lady lolly 2">
</div>
</div>
<div class="divider"></div>
<div class="row flow-text modal-nav-container">
<div class="col s12 l6">
<a class="modal-nav" href="#no-men-no-cry" data-next-modal="no-men-no-cry">← Previous story</a>
</div>
</div>
</div>
</div>
</div>
<!-- Contact section-->
<section class="scrollspy" id="contact">
<div class="container">
<div class="row center">
<div class="col s12">
<h2 class="white-text">Message us</h2>
</div>
</div>
<form id="mail-form" action="mailer/mailer.php" novalidate autocomplete="off">
<div class="row">
<div class="col s12 l6">
<div class="input-field">
<input id="name" type="text" name="name">
<label for="name">Name</label>
</div>
</div>
<div class="col s12 l6">
<div class="input-field">
<input id="email" type="email" name="email">
<label for="email">Email</label>
</div>
</div>
</div>
<div class="row">
<div class="col s12">
<div class="input-field">
<textarea class="materialize-textarea" id="message" name="message"></textarea>
<label for="message">Message</label>
</div>
</div>
</div>
<div class="row">
<div class="col s12 center">
<button class="btn btn-large btn-flat waves-effect waves-light white-text" id="send-message" type="submit">Send</button>
</div>
</div>
</form>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col s12 l3 margin-on-medium-and-down">
<address>B R James, 30 W 47th St
<br>New York, NY 10036</address>
<a href="https://www.google.com/maps?daddr=B+R+James+30+W%3D47th+St+NY+10036" target="_blank">Get directions ↗</a>
</div>
<div class="col s12 l3 margin-on-medium-and-down">
<a href="mailto:[email protected]">[email protected]</a>
<br>+1-917-643-4346</div>
<div class="col s12 l3 margin-on-medium-and-down">
<a href="#!">Follow @noo</a>
</div>
<div class="col s12 l3">© 2010—2017 Noo</div>
</div>
</div>
</footer>
<!-- Libraries-->
<script src="./libs/jquery/jquery.min.js"></script>
<script src="./libs/materialize/js/materialize.min.js"></script>
<script src="./libs/rellax/rellax.min.js"></script>
<!-- Noo scripts-->
<script src="./assets/js/config.js"></script>
<script src="./assets/js/noo.js?v=release"></script>
<script src="./assets/js/glitch.js" async></script>
</body>
</html>