-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
854 lines (684 loc) · 42.4 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
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>w-front | Frontend development tools & guide</title>
<meta name="description" content="Many every day problems of frontend development solved and grouped in one place">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- @html5bp <link rel="manifest" href="site.webmanifest">-->
<!-- @html5bp <link rel="apple-touch-icon" href="icon.png">-->
<!-- Place favicon.ico in the root directory -->
<!-- Style with that withFront works -->
<link rel="stylesheet" href="dist/css/libraries.min.css"> <!-- grunt cssmin:libraries | for conf -->
<!--<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css"> yet in dist/css/libraries.min.css
<link rel="stylesheet" href="node_modules/@fortawesome/fontawesome-free/css/all.min.css"> yet in dist/css/libraries.min.css -->
<!-- end# Style with that withFront works -->
<link rel="stylesheet" href="dist/css/w-style.min.css">
</head>
<body style="height:2000px;" data-desc="height: 2000px for try go2top button">
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please
<a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<div class="container">
<h1 class="text-center">Hello world!</h1>
<h4 class="text-right">See <a href="404.html" target="_blank">404.html <i class="fas fa-external-link-alt"></i></a></h4>
<div class="row">
<div class="col col-sm-6 jumbotron bg-lgreen-transparent">
<h3>withAlert()</h3>
<p class="lead">A simple and intuitive way for show alert's with notifications!</p>
<hr>
<h5>
<a href="javascript:;" id="withAlertCustomTrigger" class="link-unstyled">Click for try withAlert('Message ...', 'success');</a>
</h5>
<p>
<a href="javascript:;" data-toggle="w-alert" data-message="Warning message here ..." data-type="warning" class="link-unstyled">Click for try withAlert('...', 'warning');</a>
</p>
<p>
<a href="javascript:;" data-toggle="w-alert" data-message="Danger message here ..." data-type="danger" class="link-unstyled">Click for try withAlert('...', 'danger');</a>
</p>
<p>
<a href="javascript:;" data-toggle="w-alert" data-message="Primary message here ..." data-type="primary" class="link-unstyled">Click for try withAlert('...', 'primary');</a>
</p>
<p>
<a href="javascript:;" data-toggle="w-alert" data-message="Secondary message here ..." data-type="secondary" class="link-unstyled">Click for try withAlert('...', 'secondary');</a>
</p>
<p>
<a href="javascript:;" data-toggle="w-alert" data-message="Info message here ..." data-type="info" class="link-unstyled">Click for try withAlert('...', 'info');</a>
</p>
<p>
<a href="javascript:;" data-toggle="w-alert" data-message="Light message here ..." data-type="light" class="link-unstyled">Click for try withAlert('...', 'light');</a>
</p>
<p>
<a href="javascript:;" data-toggle="w-alert" data-message="Dark message here ..." data-type="dark" class="link-unstyled">Click for try withAlert('...', 'dark');</a>
</p>
<p>
<a href="javascript:;" class="link-unstyled permanentAlert">This alert will not close automatically!</a>
</p>
<hr>
<h6>Code:</h6>
<code class="code">
$("#withAlertCustomTrigger").click(function(){<br>
withAlert('Message ...', 'success');<br>
});
<br><br>
$(".permanentAlert").click(function () {<br>
withAlert('This alert will not close automatically!', 'success', {autohide:false});<br>
// options {autohide:true, hidetime:4000}<br>
});
</code>
<hr>
<h6>File: <a href="js/core/w-alert.js" target="_blank">js/core/w-alert.js</a></h6>
</div>
<div class="col col-sm-5 center-block jumbotron bg-lgray box-shadow relpos">
<h3>List of bugfixes</h3>
<p>....</p>
<ul>
<li>Bootstrap v3 - Modal Fade CSS quick Fix <a href="https://github.com/twbs/bootstrap/issues/17622" target="_blank">[issue#17622]</a></li>
<li>Bootstrap v3 - .center-block in a combination with .col-x-x <a href="https://stackoverflow.com/questions/19758967/twitter-bootstrap-3-how-to-center-a-block" target="_blank">[improvement]</a></li>
<li>Nicescroll - Bug fixes for touch drag/scroll</li>
<li>Bootstrap - Please i wont a light bootstrap tooltip :) (style)</li>
<li>Bootstrap Datepicker - Highlight day red and selectable in range (style +<a href="https://github.com/arturmamedov/withFront/releases/tag/v1.4.06" target="_blank">disabled/enabled</a>)</li>
<li>FlagIcon - `.flag-en` for more intuitive use then .flag-GB-en (style)</li>
<li>FontAwesome - font-weight only v5 fix for v4 (+style <a href="https://github.com/arturmamedov/withFront/releases/tag/v1.4.1" target="_blank">.fa-bg-div</a>)</li>
<li>....</li>
</ul>
<p class="abspos bottompos-5">This div box use
<code>.col .col-sm-5 .center-block .jumbotron .bg-lgray .box-shadow</code> classes
</p>
</div>
</div>
<div class="row m-t-15">
<div id="ajaxsend" class="col col-sm-10 center-block jumbotron bg-acqua">
<h3>.ajaxsend</h3>
<p class="lead">Datepickers, children_age_form </p>
<div class="row">
<div class="col-6">
<p class="m-0"><strong>Binded</strong> span on input firstname: <span id="binded_firstname" class="text-underline"></span></p>
</div>
<div class="col-6">
<p>
<strong>Binded</strong> input on input lastname:
<input class="form-control w-binded" data-binded="input[name=lastname]" name="binded_lastname" id="binded_lastname" placeholder="Type into lastname for change here"/>
<code><input class="form-control w-binded" data-binded="input[name=lastname]" /></code>
</p>
</div>
</div>
<hr>
<form class="ajaxsend children_age_form w-cookie-form" action="/contacts/ajaxsend" method="POST" target="_blank" data-ga-send-pageview="/form-contatti">
<input type="hidden" name="lang_code" value="it"/>
<div class="row">
<div class="col-12 col-sm-6 col-md-6 col-lg-6">
<div class="form-group">
<div class="input-group">
<input type="text" class="form-control w-binded w-setter" data-binded="#binded_firstname" data-binded-type="text" placeholder="Nome" name="firstname" required/>
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-user"></i></span>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-6 col-lg-6">
<div class="form-group">
<div class="input-group">
<input type="text" class="form-control w-binded w-setter" data-binded="#binded_lastname" placeholder="Cognome" name="lastname" required/>
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-user"></i></span>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-6 col-lg-6">
<div class="form-group">
<div class="input-group">
<input type="email" name="email" class="form-control" placeholder="Email" required/>
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-envelope"></i></span>
</div>
</div>
</div>
<!-- withHoneyPotSpamChecker -->
<div class="_the_email_confirm_group">
<input type="hidden" name="email_group" class="_the_email_confirm_" value="[email protected]"/>
</div>
</div>
<div class="col-12 col-sm-6 col-md-6 col-lg-6">
<div class="form-group">
<div class="input-group">
<input type="text" name="phone" class="form-control" placeholder="Telefono"/>
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-phone"></i></span>
</div>
</div>
</div>
</div>
<!-- You can set also data-date-start-date="22/01/2019" -->
<div class="period col-12" data-date-end-date="20/11/2022">
<div class="row">
<div class="col-12 col-sm-6 col-md-6 col-lg-6">
<div class="form-group">
<div class="input-group">
<input type="text" class="form-control range checkin" name="checkin" placeholder="Data di arrivo" required/>
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-calendar"></i></span>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-6 col-lg-6">
<div class="form-group">
<div class="input-group">
<input type="text" class="form-control range checkout" name="checkout" placeholder="Data di partenza" required/>
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-calendar"></i></span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-6 col-lg-6">
<div class="form-group">
<input type="number" class="form-control" name="num_adults" value="2" placeholder="<?php echo $this->Translate->make('Adulti'); ?>" min="1" max="5" required/>
</div>
</div>
<div class="col-12 col-sm-6 col-md-6 col-lg-6">
<div class="form-group">
<input type="number" class="form-control child_num_input" name="num_children" value="0" placeholder="<?php echo $this->Translate->make('Bambini'); ?>" min="0" max="5"/>
</div>
</div>
<div class="col-12">
<div class="row">
<div class="col pull-right display-none" id="child_ageClone">
<div class="form-group">
<input type="number" class="form-control w-no-cookie" name="age_children[]" placeholder="Età bambino" min="0" max="17" value="" disabled/>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-12 col-md-12 col-lg-12">
<div class="form-group">
<textarea class="form-control" name="message" rows="5" placeholder="Messaggio"></textarea>
</div>
</div>
<div class="col-12 col-sm-12 col-md-12 col-lg-12 text-center">
<label class="checkbox">
<input type="checkbox" class="" style="height: auto;" required/>
Acconsento al trattamento dei dati per le finalità indicate nella
<a href="javascript:;" target="_blank">Privacy Policy</a>
</label>
<div class="clearfix"></div>
<button type="submit" class="btn btn-lg btn-outline-primary">
Richiedi disponibilità
<i class="far fa-paper-plane"></i>
</button>
</div>
</div>
</form>
<hr>
Doc: <a href="https://github.com/arturmamedov/withFront/#js---form" target="_blank">GitHub <i class="fab fa-github"></i></a>
</div>
</div>
<div class="row m-t-15">
<div class="col col-sm-10 center-block jumbotron bg-info text-light w-nicescroll" style="height: 230px;">
<h3>Nicescroll example (.w-nicescroll)</h3>
<p>You can enable Nicescroll on div's, iframe's etc. or for entire page by replacing the default scroll-bar</p>
<p>For enable on entire page override <code>htmlNicescroll:false</code> option with <code>true</code></p>
<p>....</p>
<h5>w-analytics (notIncluded by default)</h5>
<h4>Eventi GoogleAnalytics abilitati:</h4>
<ul>
<li>ga('send', 'event', 'contatti', 'click', href.replace('mailto:', ''), '5');</li>
<li>ga('send', 'event', 'contatti', 'click', href.replace('tel:', ''), '5');</li>
<li>ga('send', 'event', 'contatti', 'click', 'maps', '5');</li>
<li>ga('send', 'event', 'outgoing', 'click', href, '10');</li>
<li>contatti - click su email o preventivo modal preventivo</li>
<li>ga('send', 'event', 'contatti', 'click', 'preventivo', '5');</li>
</ul>
<h4>Pageview (invio form)</h4>
<ul>
<li>ga('send', 'pageview', '/email-form-contatti');</li>
</ul>
</div>
</div>
<div class="row m-t-15">
<div class="col col-sm-10 center-block jumbotron bg-lgray" id="target-block">
<h3>Scroll to this anchor (click to "Bottom Button") with animation (.w-scroll)</h3>
<p>You can enable animated scroll to anchor by adding w-scroll to your <code><a href="#anchor"</code> links</p>
<p>Animate scroll of #hash anchor and put the window to right place with topOffset <br>
* data-keep-hash [false] If #hash anchor is needed in url set true, otherwise u will not see the #hash in url<br>
* data-top-offset [10] The NEGATIVE offset from top (for not cover things with navbar or other things)<br>
* data-animation [1000] The duration of scroll animation
</p>
<code>
<a type="button" href="#target-block" class="btn btn-primary w-scroll">
Bottom Button
</a>
</code>
<hr>
<h3>Add target highlight to something</h3>
<p>
* data-target [-] CSS Selector for select the element on which apply<br>
* data-auto-close [8000] Bool or the ms for close<br>
* data-taregt-class [on-target] The class to add (default have CSS animation but it must be on the #anchor element also)<br>
</p>
<code>
<a type="button" href="#target-block" class="btn btn-primary w-target"
data-target="#target-block">
Bottom Button
</a>
</code>
</div>
</div>
<div class="row m-t-15">
<div class="col col-sm-10 center-block jumbotron bg-lgray" id="social-block">
<h3>Social (official colors also with gradients)</h3>
<hr class="m-30">
<div class="row justify-content-center text-center mb-20">
<div class="col">
<a href="https://www.facebook.com/withArtur" title="Facebook Page" class="btn btn-light" target="_blank">
<i class="fab fa-facebook-f text-facebook fa-3x"></i>
</a>
</div>
<div class="col">
<a href="https://www.youtube.com/user/withArtur" title="YouTube" class="btn btn-light" target="_blank">
<i class="fab fa-youtube text-youtube fa-3x"></i>
</a>
</div>
<div class="col">
<a href="https://images.unsplash.com/photo-1468435005930-958f6107dccd" title="Flickr" class="btn btn-light" target="_blank">
<i class="fab fa-flickr text-flickr fa-3x"></i>
</a>
</div>
<div class="col">
<a href="https://www.instagram.com/withartur/" title="Instagram" class="btn btn-light" target="_blank">
<i class="fab fa-instagram text-instagram fa-3x"></i>
</a>
</div>
<div class="col">
<a href="https://wa.me/123456789?text=Salve,%20desidero%20ricevere%20informazioni%20per%20un%20soggiorno%20presso%20il%20vostro%20Hotel.%20Grazie!" title="WhatsApp" class="btn btn-light" target="_blank">
<i class="fab fa-whatsapp text-whatsapp fa-3x"></i>
</a>
</div>
<div class="col">
<a href="skype:arturmamedov?call" title="Skype" class="btn btn-light">
<i class="fab fa-skype text-skype fa-3x"></i>
</a>
</div>
</div>
<div class="row justify-content-center text-center">
<div class="col">
<a href="https://www.facebook.com/withArtur" title="Facebook Page" class="btn btn-dark" target="_blank">
<i class="fab fa-facebook-f text-facebook gradient fa-3x"></i>
</a>
</div>
<div class="col">
<a href="https://www.youtube.com/user/withArtur" title="YouTube" class="btn btn-dark" target="_blank">
<i class="fab fa-youtube text-youtube gradient fa-3x"></i>
</a>
</div>
<div class="col">
<a href="https://images.unsplash.com/photo-1468435005930-958f6107dccd" title="Flickr" class="btn btn-dark" target="_blank">
<i class="fab fa-flickr text-flickr gradient fa-3x"></i>
</a>
</div>
<div class="col">
<a href="https://www.instagram.com/withartur/" title="Instagram" class="btn btn-dark" target="_blank">
<i class="fab fa-instagram text-instagram gradient fa-3x"></i>
</a>
</div>
<div class="col">
<a href="https://wa.me/123456789?text=Salve,%20desidero%20ricevere%20informazioni%20per%20un%20soggiorno%20presso%20il%20vostro%20Hotel.%20Grazie!" title="WhatsApp" class="btn btn-dark">
<i class="fab fa-whatsapp text-whatsapp gradient fa-3x"></i>
</a>
</div>
<div class="col">
<a href="skype:arturmamedov?call" title="Skype" class="btn btn-dark">
<i class="fab fa-skype text-skype gradient fa-3x"></i>
</a>
</div>
</div>
</div>
</div>
<div class="row mt-15">
<div class="col col-sm-10 center-block bg-lgreen-transparent p-30" id="overlay-block">
<h3>.w-overlay (Add overlay hover effect with a div inside element)</h3>
<p>.animated and .from-top/bottom + left/right is used for animate content that is inside overlay
and it isn't shown at start but compare on hover with the set direction</p>
<p>By add -inverse to .overlay or .animated the inverted behaviour will be used</p>
<div class="row no-gutters align-content-between mb-20">
<div class="col-4">
<a href="https://www.facebook.com/withArtur" title="Facebook Page" class="link-unstyled" target="_blank">
<div class="w-overlay">
<div class="overlay"></div>
<h2 class="abspos z-1 text-facebook gradient" style="width: 100%; text-align: center; top: 20%; margin-top: -40px;">withAbook</h2>
<img src="https://images.unsplash.com/photo-1491951931722-5a446214b4e2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=330&q=150" alt="Facebook withArtur" class="img-responsive img-fluid" />
</div>
</a>
<p class="text-center"><code>div.w-overlay + div.overlay + h2.z-1 and some custom style</code></p>
</div>
<div class="col-4">
<a href="https://www.youtube.com/user/withArtur" title="YouTube" class="link-unstyled" target="_blank">
<div class="w-overlay">
<div class="overlay-inverse"></div>
<img src="https://images.unsplash.com/photo-1548328928-34db1c5fcc1f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=330&q=150" alt="Youtube withArtur" class="img-responsive img-fluid" />
<h3 class="animated from-top text-white">withAdude</h3>
</div>
</a>
<p class="text-center"><code>div.w-overlay + div.overlay-inverse +h3.animated.from-top</code></p>
</div>
<div class="col-4">
<a class="link-unstyled" href="https://www.instagram.com/withartur/" title="Instagram" target="_blank">
<div class="w-overlay">
<div class="overlay"></div>
<img src="https://images.unsplash.com/photo-1536009282123-37ba63756c6b?ixlib=rb-1.2.1&auto=format&fit=crop&w=330&q=150" alt="Instagram withArtur" class="img-responsive img-fluid" />
<h3 class="animated from-bottom text-instagram gradient">withAgram</h3>
</div>
</a>
<p class="text-center"><code>div.w-overlay + div.overlay + h3.animated.from-bottom</code></p>
</div>
</div>
</div>
</div>
<div class="row mt-15">
<div class="col col-sm-10 center-block bg-dark text-light p-30" id="overlay-block">
<h3>.w-showhide Show Hide Box collapsable</h3>
<p>Like bootstrap collapse on the left (but with document click collapse, self call without #id and switcher)</p>
<div class="row">
<div class="col-6">
<div class="row withBox collapsable">
<div class="col-12 mb-40">
<h2 class="showhideBox">
Show / Hide
<span class="pull-right">
<i class="fas fa-chevron-right shSwitch" style="display: inline-block;"></i>
<i class="fas fa-chevron-down shSwitch display-none" style="display: none;"></i>
</span>
</h2>
<div class="shBox display-none" style="display: none;">
<h4>Content</h4>
</div>
</div>
</div>
<div class="row withBox collapsable">
<div class="col-12 mb-40">
<h2 class="showhideBox">
Hide / Show
<span class="pull-right">
<i class="fas fa-chevron-right shSwitch" style="display: inline-block;"></i>
<i class="fas fa-chevron-down shSwitch display-none" style="display: none;"></i>
</span>
</h2>
<div class="shBox display-none" style="display: none;">
<h4>Tnetnoc</h4>
</div>
</div>
</div>
<div class="row withBox">
<div class="col-12 mb-40">
<h2 class="showhideBox">
No .collapsable
<span class="pull-right">
<i class="fas fa-chevron-right shSwitch" style="display: inline-block;"></i>
<i class="fas fa-chevron-down shSwitch display-none" style="display: none;"></i>
</span>
</h2>
<div class="shBox display-none" style="display: none;">
<h4>No close on click outside</h4>
</div>
</div>
</div>
</div>
<div class="col-6">
<div class="row">
<div class="col-12 mb-40">
<h2 data-toggle="collapse" href="#collapseExample" role="button" aria-expanded="false" aria-controls="collapseExample">
Bs collapse
<span class="pull-right">
<i class="fas fa-chevron-right shSwitch" style="display: inline-block;"></i>
<i class="fas fa-chevron-down shSwitch display-none" style="display: none;"></i>
</span>
</h2>
<div class="collapse" id="collapseExample">
<h4>Content</h4>
</div>
</div>
</div>
<div class="row">
<div class="col-12 mb-40">
<h2 data-toggle="collapse" href="#collapseExample1" role="button" aria-expanded="false" aria-controls="collapseExample1">
Bs collapse
<span class="pull-right">
<i class="fas fa-chevron-right shSwitch" style="display: inline-block;"></i>
<i class="fas fa-chevron-down shSwitch display-none" style="display: none;"></i>
</span>
</h2>
<div class="collapse" id="collapseExample1">
<h4>Tnetnoc</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row m-t-15">
<div class="col col-sm-10 center-block jumbotron bg-lgray" id="social-block">
<h3>Slick carousel (.slick-carousel)</h3>
<hr class="m-30">
<div class="slick-carousel row justify-content-center text-center mb-20">
<div class="col">
<a href="https://www.facebook.com/withArtur" title="Facebook Page" class="btn btn-light" target="_blank">
<i class="fab fa-facebook-f text-facebook fa-3x"></i>
</a>
</div>
<div class="col">
<a href="https://www.youtube.com/user/withArtur" title="YouTube" class="btn btn-light" target="_blank">
<i class="fab fa-youtube text-youtube fa-3x"></i>
</a>
</div>
<div class="col">
<a href="https://images.unsplash.com/photo-1468435005930-958f6107dccd" title="Flickr" class="btn btn-light" target="_blank">
<i class="fab fa-flickr text-flickr fa-3x"></i>
</a>
</div>
<div class="col">
<a href="https://www.instagram.com/withartur/" title="Instagram" class="btn btn-light" target="_blank">
<i class="fab fa-instagram text-instagram fa-3x"></i>
</a>
</div>
<div class="col">
<a href="https://wa.me/123456789?text=Salve,%20desidero%20ricevere%20informazioni%20per%20un%20soggiorno%20presso%20il%20vostro%20Hotel.%20Grazie!" title="WhatsApp" class="btn btn-light" target="_blank">
<i class="fab fa-whatsapp text-whatsapp fa-3x"></i>
</a>
</div>
<div class="col">
<a href="skype:arturmamedov?call" title="Skype" class="btn btn-light">
<i class="fab fa-skype text-skype fa-3x"></i>
</a>
</div>
</div>
</div>
</div>
<div class="m-50"></div>
<p>Artur Mamedov aka <a href="https://www.facebook.com/withArtur/" target="_blank"><i class="fab fa-facebook"></i> #withArtur</a> <a href="https://github.com/arturmamedov/withfront/" target="_blank"> <i class="fab fa-github"></i> #withFront</a></p>
<p class="text-right">This MarkUp use
<a href="https://github.com/h5bp/html5-boilerplate" target="_blank">HTML5 Boilerplate</a> v6.0.1</p>
<h5>Credits:</h5>
<ul>
<li>Photo by Sara Kurfeß on Unsplash <a style="background-color:black;color:white;text-decoration:none;padding:4px 6px;font-family:-apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, "Segoe UI", Arial, sans-serif;font-size:12px;font-weight:bold;line-height:1.2;display:inline-block;border-radius:3px" href="https://unsplash.com/@stereophototyp?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge" target="_blank" rel="noopener noreferrer" title="Download free do whatever you want high-resolution photos from Sara Kurfeß"><span style="display:inline-block;padding:2px 3px"><svg xmlns="http://www.w3.org/2000/svg" style="height:12px;width:auto;position:relative;vertical-align:middle;top:-2px;fill:white" viewBox="0 0 32 32"><title>unsplash-logo</title><path d="M10 9V0h12v9H10zm12 5h10v18H0V14h10v9h12v-9z"></path></svg></span><span style="display:inline-block;padding:2px 3px">Sara Kurfeß</span></a></li>
<li>Photo by NeONBRAND on Unsplash <a style="background-color:black;color:white;text-decoration:none;padding:4px 6px;font-family:-apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, "Segoe UI", Arial, sans-serif;font-size:12px;font-weight:bold;line-height:1.2;display:inline-block;border-radius:3px" href="https://unsplash.com/@neonbrand?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge" target="_blank" rel="noopener noreferrer" title="Download free do whatever you want high-resolution photos from NeONBRAND"><span style="display:inline-block;padding:2px 3px"><svg xmlns="http://www.w3.org/2000/svg" style="height:12px;width:auto;position:relative;vertical-align:middle;top:-2px;fill:white" viewBox="0 0 32 32"><title>unsplash-logo</title><path d="M10 9V0h12v9H10zm12 5h10v18H0V14h10v9h12v-9z"></path></svg></span><span style="display:inline-block;padding:2px 3px">NeONBRAND</span></a></li>
<li>Photo by lalo Hernandez on Unsplash <a style="background-color:black;color:white;text-decoration:none;padding:4px 6px;font-family:-apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, "Segoe UI", Arial, sans-serif;font-size:12px;font-weight:bold;line-height:1.2;display:inline-block;border-radius:3px" href="https://unsplash.com/@lalonchera?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge" target="_blank" rel="noopener noreferrer" title="Download free do whatever you want high-resolution photos from lalo Hernandez"><span style="display:inline-block;padding:2px 3px"><svg xmlns="http://www.w3.org/2000/svg" style="height:12px;width:auto;position:relative;vertical-align:middle;top:-2px;fill:white" viewBox="0 0 32 32"><title>unsplash-logo</title><path d="M10 9V0h12v9H10zm12 5h10v18H0V14h10v9h12v-9z"></path></svg></span><span style="display:inline-block;padding:2px 3px">lalo Hernandez</span></a></li>
</ul>
<p class="text-right">Made with <i class="fas fa-heart"></i> and <i class="fas fa-cannabis"></i></p>
</div>
<!-- @html5bp <script src="js/vendor/modernizr-3.6.0.min.js"></script>-->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="node_modules/jquery/dist/jquery.min.js"><\/script>')</script>
<!-- Plugin with that withFront works -->
<script src="dist/js/libraries.min.js"></script> <!-- grunt uglify:libraries | for conf -->
<!-- Bs Date Picker https://github.com/uxsolutions/bootstrap-datepicker -->
<!--<link rel="stylesheet" href="node_modules/bootstrap-datepicker/dist/css/bootstrap-datepicker3.min.css"/> yet in dist/css/libraries.min.css
<script src="node_modules/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js"></script> yet in dist/js/libraries.min.js -->
<script src="node_modules/bootstrap-datepicker/dist/locales/bootstrap-datepicker.it.min.js" data-lang="it" id="bsdp_lang_code"></script>
<!-- js-cookie https://github.com/js-cookie/js-cookie -->
<!--<script src="node_modules/js-cookie/src/js.cookie.js"></script> yet in dist/js/libraries.min.js -->
<!-- Nicescroll https://github.com/inuyaksa/jquery.nicescroll -->
<!--<script src="node_modules/jquery.nicescroll/dist/jquery.nicescroll.min.js"></script> yet in dist/js/libraries.min.js -->
<!-- end# Plugin with that withFront works -->
<script>
// Configure wOptions for override withOptions: debug:false, wAppearBottomButton:false, go2top:true
// enable wAppearBottomButton cause it disabled by default
var wOptions = {
debug: true, // enable/disable Debug mode [defaule:false]
wAppearBottomButton: true, // enable/disable widget/w-appear_btn.js [defaule:false]
wAppearTopButton: true, // enable/disable widget/w-appear_btn.js [defaule:false]
go2top: true, // enable/disable widget/w-go2top.js [defaule:true]
htmlNicescroll: true, // [defaule:false]
whatsappWeb: true, // replace WhatsApp mobile with Desktop on Desktop [defaule:true]
}
</script>
<script src="dist/js/w-plugins.min.js"></script>
<!-- @html5bp <script src="js/plugins.js"></script> for custom js -->
<!--
-- --
JS and HTML for this demo
-- --
-->
<a href="javascript:;" class="w-sliding-btn sliding-btn left hidden-xs"
data-target="#sliding1"
>
Sliding Panel Btn & Panel
</a>
<div id="sliding1" class="w-sliding-panel sliding-panel text-center bg-white-transparent p-20">
<i class="close-panel fa fa-close fas fa-times fa-3x pull-right cursor-pointer abspos" style="top: -25px; left: 0px;"></i>
<p>Another implementation it if you click on `cog` button, it have custom btn, instead this pre-configured</p>
</div>
<div id="adminHelper" class="w-sliding-panel sliding-panel text-center bg-info p-10">
<i class="close-panel fa fa-close fas fa-times fa-3x cursor-pointer abspos"></i>
<div class="container">
<a href="javascript:;" class="btn btn-primary btn-xs m-5">
<i class="fa fa-file-text-o fas fa-file-alt"></i> Modifica pagina "Home"
</a>
<a href="javascript:;" class="btn btn-primary btn-xs m-5">
<i class="fa fa-file-text-o fas fa-file-alt"></i> Modifica Pagina "Figlia di Home"
</a>
<a href="javascript:;" class="btn btn-primary btn-xs m-5">
<i class="fa fas fa-list"></i> Modifica categoria offerte
</a>
<a href="javascript:;" class="btn btn-primary btn-xs m-5">
<i class="fa fas fa-font"></i> Modifica offerta "Nome Offerta"
</a>
</div>
</div>
<!-- Bottom Buttons -->
<div class="bottom-buttons vertical">
<!-- Link to GitHub -->
<a href="https://github.com/arturmamedov/withfront/" target="_blank" class="text-center b-btn b-btn_circle bg-dark">
<i class="fab fa-github fa-2x text-white-a"></i>
</a>
<!-- Link to Facebook -->
<a href="https://www.facebook.com/withArtur" target="_blank" class="text-center b-btn b-btn_circle bg-facebook">
<i class="fab fa-facebook-f fa-2x text-white-a"></i>
</a>
<!-- Link to Instagram -->
<a href="https://www.instagram.com/withArtur" target="_blank" class="text-center b-btn b-btn_circle bg-instagram gradient">
<i class="fab fa-instagram fa-2x text-white-a"></i>
</a>
<!-- Anchor to Email form -->
<a href="#ajaxsend" class="text-center b-btn b-btn_circle bg-danger w-scroll w-target" data-keep-hash="true" data-top-offset="10" data-target="#ajaxsend">
<i class="fa fa-envelope fa-2x text-white-a"></i>
</a>
<!-- Admin helper -->
<div class="w-sliding-btn text-center b-btn b-btn_circle bg-info"
data-target="#adminHelper"
data-no-close-btn="true"
>
<i class="fa fa-cog fa-2x"></i>
</div>
<!-- WhatsApp Button https://faq.whatsapp.com/en/android/26000030/
- Replace 1234567890 with your desired phone number
- text=The message must ne url_encoded - https://www.urlencoder.org/ - text=The%20message%20must%20ne%20url_encoded
- social/w-whatsapp.js This is the MOBILE URL and it will be replaced to DESKTOP version (not worry :D)
-->
<a href="https://wa.me/3333544990?text=Ciao%2C%20vorrei%20anche%20io%20le%20funzionalit%C3%A0%20di%20%23withFront%20sul%20mio%20sito%20web%21" class="b-btn b-btn_circle b-btn_whatsapp whatsapp-weburl" target="_blank">
<i class="fab fa-whatsapp"></i>
</a>
<!-- Facebook Messenger Button https://developers.facebook.com/docs/messenger-platform/discovery/customer-chat-plugin/ -->
<div id="fb-root" class="b-btn"></div>
<!-- Go2Top {css: .go2top, js: LayoutGo2Top} -->
<div class="go2top hidden-xs text-center b-btn">
<i class="fa fa-chevron-up"></i>
<p class="hidden-sm m-0">Torna su</p>
</div>
</div>
<!-- Go2Top suggest: to use inside .bottom-buttons
<div class="go2top hidden-xs text-center b-btn">
<i class="fa fa-chevron-up"></i>
<p class="hidden-sm m-0">Torna su</p>
</div>
-->
<!-- Load Facebook SDK for JavaScript -->
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/it_IT/sdk/xfbml.customerchat.js#xfbml=1&version=v2.12&autoLogAppEvents=1';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Your customer chat code -->
<div class="fb-customerchat"
attribution=setup_tool
page_id="186574254711564"
theme_color="#0084ff"
logged_in_greeting="Ciao! Come posso aiutarti?"
logged_out_greeting="Ciao Ciao!">
</div>
<!-- withAppearBottomButton {css: .wabb, js: wAppearBottomButton()}) -->
<a type="button" href="#target-block" class="wabb right btn btn-primary w-scroll w-target"
data-bottom="20"
data-delay="2000"
data-toggle="tooltip"
title="Have also w-scroll and w-target set for scroll and target animations"
data-target="#target-block"
data-keep-hash="true">
Bottom Button <i class="fa fa-check"></i>
</a>
<!-- withAppearTopButton {css: .watb, js: wAppearTopButton()}) -->
<a type="button" href="#target-block" class="watb left btn btn-secondary w-scroll w-target"
data-bottom="20"
data-delay="2000"
data-toggle="tooltip"
title="Have also w-scroll and w-target set for scroll and target animations"
data-target="#target-block"
data-keep-hash="false">
<i class="fas fa-head-side-cough-slash"></i> Top Button <i class="fas fa-head-side-mask"></i>
</a>
<!-- JS for withAlert() demo -->
<script>
$("#withAlertCustomTrigger").click(function () {
withAlert('Message ...', 'success');
});
$("[data-toggle='w-alert']").click(function () {
withAlert($(this).data('message'), $(this).data('type'));
});
$(".permanentAlert").click(function () {
withAlert('This alert will not close automatically!', 'success', {autohide:false});
});
</script>
<!-- Cookie Choice Banner (include `js/web/w-cookie_choice.js`, `css/web/w-cookie_choice.css` or if u use build files this are yet included) -->
<script>
document.addEventListener('DOMContentLoaded', function (event) {
cookieChoices.showCookieConsentBar("This site uses cookies to improve the browsing experience. By using this site you agree to all cookies",
'OK', 'Privacy Policy', "/privacy-url");
});
</script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<!-- @html5bp <script>
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
ga('create','UA-XXXXX-Y','auto');ga('send','pageview')
</script>-->
<!-- @html5bp <script src="https://www.google-analytics.com/analytics.js" async defer></script>-->
</body>
</html>