Advertisement
AnatoliyTkachev

Скриншоты

Jun 18th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.90 KB | None | 0 0
  1. <div id="carousel" class="carousel slide lazy-load" data-ride="carousel"  data-interval="false">
  2.  
  3.  
  4.   <!-- Wrapper for slides -->
  5.   <div class="carousel-inner" role="listbox">
  6.  
  7.    <div class="item active">
  8.       <a href="https://cdn.comss.net/img/062019/simplewall_1.png" target="_blank"><img src="https://cdn.comss.net/img/062019/simplewall_1.png" alt=""></a>
  9.       <div class="carousel-caption"></div>
  10.     </div>
  11.  
  12.     <div class="item">
  13.        <a href="https://cdn.comss.net/img/062019/simplewall_2.png" target="_blank"><img data-src="https://cdn.comss.net/img/062019/simplewall_2.png" alt=""></a>
  14.       <div class="carousel-caption"></div>
  15.     </div>
  16.  
  17.     <div class="item">
  18.        <a href="https://cdn.comss.net/img/062019/simplewall_3.png" target="_blank"><img data-src="https://cdn.comss.net/img/062019/simplewall_3.png" alt=""></a>
  19.       <div class="carousel-caption"></div>
  20.     </div>
  21.  
  22.     <div class="item">
  23.        <a href="https://cdn.comss.net/img/062019/simplewall_6.png" target="_blank"><img data-src="https://cdn.comss.net/img/062019/simplewall_6.png" alt=""></a>
  24.       <div class="carousel-caption">      </div>
  25.     </div>
  26.      
  27.           <div class="item">
  28.        <a href="https://cdn.comss.net/img/062019/simplewall_4.png" target="_blank"><img data-src="https://cdn.comss.net/img/062019/simplewall_4.png" alt=""></a>
  29.       <div class="carousel-caption">      </div>
  30.     </div>
  31.      
  32.           <div class="item">
  33.        <a href="https://cdn.comss.net/img/062019/simplewall_5.png" target="_blank"><img data-src="https://cdn.comss.net/img/062019/simplewall_5.png" alt=""></a>
  34.       <div class="carousel-caption">      </div>
  35.     </div>
  36.  
  37.                 <div class="item">
  38.        <a href="https://cdn.comss.net/img/062019/simplewall_6.png" target="_blank"><img data-src="https://cdn.comss.net/img/062019/simplewall_6.png" alt=""></a>
  39.       <div class="carousel-caption">      </div>
  40.     </div>
  41.  
  42.      
  43.                 <div class="item">
  44.        <a href="https://cdn.comss.net/img/062019/simplewall_7.png" target="_blank"><img data-src="https://cdn.comss.net/img/062019/simplewall_7.png" alt=""></a>
  45.       <div class="carousel-caption">      </div>
  46.     </div>
  47.      
  48.      
  49.                 <div class="item">
  50.        <a href="https://cdn.comss.net/img/062019/simplewall_8.png" target="_blank"><img data-src="https://cdn.comss.net/img/062019/simplewall_8.png" alt=""></a>
  51.       <div class="carousel-caption">      </div>
  52.     </div>
  53.      
  54.   </div>
  55.  
  56.   <!-- Controls -->
  57.   <a class="left carousel-control" href="#carousel" role="button" data-slide="prev">
  58.     <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
  59.     <span class="sr-only">Previous</span>
  60.   </a>
  61.   <a class="right carousel-control" href="#carousel" role="button" data-slide="next">
  62.     <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
  63.     <span class="sr-only">Next</span>
  64.   </a>
  65. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement