-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdemo.html
executable file
·50 lines (48 loc) · 1.88 KB
/
demo.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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/animate-overwrite.css">
</head>
<body>
<div id="horizontal-widget" class="horizontal-widget-wrapper">
<a href="#"><div class="horizontal-slider-leftarrow"></div></a>
<div class="horizontal-main-product-area horizontal-showcase">
<ul>
<li>
<img src="img/panda.png" />
<div class="horizontal-product-information">
<span>Panda Sticker 1, this is an example slide.</span>
<div class="horizontal-product-price"><b>RD$ 9.99</b></div>
</div>
</li>
<li>
<img src="img/panda-2.png" />
<div class="horizontal-product-information">
<span>Panda Sticker 2, this is an example slide.</span>
<div class="horizontal-product-price"><b>RD$ 9.99</b></div>
</div>
</li>
<li>
<img src="img/panda-3.png" />
<div class="horizontal-product-information">
<span>Panda Sticker 3, this is an example slide.</span>
<div class="horizontal-product-price"><b>RD$ 9.99</b></div>
</div>
</li>
</ul>
</div>
<a href="#"><div class="horizontal-slider-rightarrow"></div></a>
</div>
<!-- Javascripts -->
<script src="js/vendor/jquery-1.11.0.min.js" ></script>
<script src="js/showcaseMe.js"></script>
<script src="js/main.js"></script>
</body>
</html>