Initial Convertion of Hellug Site to Hugo Generator
Αυτό το commit περιλαμβάνεται σε:
commit
e99c0b663f
282 αρχεία άλλαξαν με 56660 προσθήκες και 0 διαγραφές
18
layouts/partials/carousel.html
Κανονικό αρχείο
18
layouts/partials/carousel.html
Κανονικό αρχείο
|
@ -0,0 +1,18 @@
|
|||
|
||||
<!-- Carousel -->
|
||||
|
||||
<div id="this-carousel-id" class="carousel slide"><!-- class of slide for animation -->
|
||||
<div class="carousel-inner">
|
||||
<div class="item active"><!-- class of active since it's the first item -->
|
||||
<img src="media/carousel1.png" >
|
||||
|
||||
<div class="carousel-caption">
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- /.carousel-inner -->
|
||||
<!-- Next and Previous controls below
|
||||
href values must reference the id for this carousel -->
|
||||
<a class="carousel-control left" href="index.html#this-carousel-id" data-slide="prev">‹</a>
|
||||
<a class="carousel-control right" href="index.html#this-carousel-id" data-slide="next">›</a>
|
||||
</div><!-- /.carousel -->
|
||||
|
Φόρτωση…
Προσθήκη πίνακα
Προσθήκη υπερσυνδέσμου
Παράθεση σε νέο ζήτημα