Skip to content

Instantly share code, notes, and snippets.

@atkolkma
Created August 15, 2015 14:17
Show Gist options
  • Save atkolkma/4f60bab033c08eda58cd to your computer and use it in GitHub Desktop.
Save atkolkma/4f60bab033c08eda58cd to your computer and use it in GitHub Desktop.
Owl carousel demo
<html>
<head>
<link type="text/css" rel="stylesheet" href="file:///Users/adamkolkman/Desktop/test/owl.carousel.css">
<link type="text/css" rel="stylesheet" href="file:///Users/adamkolkman/Desktop/test/owl.theme.css">
<!-- <link type="text/css" rel="stylesheet" href="file:///Users/adamkolkman/Desktop/test/owl.transitions.css"> -->
<script type="text/javascript" src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="file:///Users/adamkolkman/Desktop/test/owl.carousel.min.js"></script>
<script type="text/javascript" src="file:///Users/adamkolkman/Desktop/test/start.js"></script>
<body>
<div id="owl-demo">
<div class="item">
<a class="img-link" href="http://www.cavendercadillac.com/new-cadillac-ats-coupe-san-antonio-tx" title="Cadillac ATS Coupe">
<img src="http://www.cavendercadillac.com//public/images/lineup/2015/ats-coupe.png" alt="Cadillac ATS Coupe" class="img-responsive" title="Cadillac ATS Coupe">
<div class="model">ATS Coupe</div>
</a>
</div>
<div class="item"><img src="assets/owl2.jpg" alt="Owl Image"></div>
<div class="item"><img src="assets/owl3.jpg" alt="Owl Image"></div>
<div class="item"><img src="assets/owl4.jpg" alt="Owl Image"></div>
<div class="item"><img src="assets/owl5.jpg" alt="Owl Image"></div>
<div class="item"><img src="assets/owl6.jpg" alt="Owl Image"></div>
<div class="item"><img src="assets/owl7.jpg" alt="Owl Image"></div>
<div class="item"><img src="assets/owl8.jpg" alt="Owl Image"></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment