Skip to content

Commit 207ff59

Browse files
committed
Added slick carousel example to index.html
1 parent 6cbadd7 commit 207ff59

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

index.html

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,53 @@ <h4>Tnetnoc</h4>
583583
</div>
584584

585585

586+
<div class="row m-t-15">
587+
<div class="col col-sm-10 center-block jumbotron bg-lgray" id="social-block">
588+
<h3>Slick carousel (.slick-carousel)</h3>
589+
590+
<hr class="m-30">
591+
592+
<div class="slick-carousel row justify-content-center text-center mb-20">
593+
<div class="col">
594+
<a href="https://www.facebook.com/withArtur" title="Facebook Page" class="btn btn-light" target="_blank">
595+
<i class="fab fa-facebook-f text-facebook fa-3x"></i>
596+
</a>
597+
</div>
598+
599+
<div class="col">
600+
<a href="https://www.youtube.com/user/withArtur" title="YouTube" class="btn btn-light" target="_blank">
601+
<i class="fab fa-youtube text-youtube fa-3x"></i>
602+
</a>
603+
</div>
604+
605+
<div class="col">
606+
<a href="https://images.unsplash.com/photo-1468435005930-958f6107dccd" title="Flickr" class="btn btn-light" target="_blank">
607+
<i class="fab fa-flickr text-flickr fa-3x"></i>
608+
</a>
609+
</div>
610+
611+
<div class="col">
612+
<a href="https://www.instagram.com/withartur/" title="Instagram" class="btn btn-light" target="_blank">
613+
<i class="fab fa-instagram text-instagram fa-3x"></i>
614+
</a>
615+
</div>
616+
617+
<div class="col">
618+
<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">
619+
<i class="fab fa-whatsapp text-whatsapp fa-3x"></i>
620+
</a>
621+
</div>
622+
623+
<div class="col">
624+
<a href="skype:arturmamedov?call" title="Skype" class="btn btn-light">
625+
<i class="fab fa-skype text-skype fa-3x"></i>
626+
</a>
627+
</div>
628+
</div>
629+
</div>
630+
</div>
631+
632+
586633
<div class="m-50"></div>
587634

588635
<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>

0 commit comments

Comments
 (0)