- Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
111 lines (96 loc) · 5.52 KB
/
Copy pathindex.html
File metadata and controls
111 lines (96 loc) · 5.52 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html>
<head>
<title>iView™ v2.0</title>
<metahttp-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<metaname="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<linkrel="stylesheet" href="css/styles.css" /> <link rel="stylesheet" href="css/iview.css" /> <link rel="stylesheet" href="css/skin 1/style.css" />
<scriptsrc="js/jquery-1.7.1.min.js"></script>
<scripttype="text/javascript" src="js/raphael-min.js"></script>
<scripttype="text/javascript" src="js/jquery.easing.js"></script>
<scriptsrc="js/iview.js"></script>
<script>
$(document).ready(function(){
$('#iview').iView({
pauseTime: 7000,
directionNav: false,
controlNav: true,
tooltipY: -15
});
});
</script>
</head>
<body>
<divid="cont">
<divid="header">
<divclass="container">
<h1><ahref="<?=$siteurl?>">iView™</a></h1>
<divid="nav">
<ul>
<liclass="active"><ahref="index.html">Regular</a></li>
<li><ahref="index2.html">Multiple</a></li>
<li><ahref="index3.html">Regular with API</a></li>
<li><ahref="index4.html">Responsive</a></li>
<li><ahref="index5.html">Banner</a></li>
</ul>
</div>
</div>
</div>
<divclass="container">
<divid="iview">
<divdata-iview:image="photos/photo1.jpg" data-iview:transition="slice-top-fade,slice-right-fade">
<divclass="iview-caption caption1" data-x="80" data-y="200">iView<sup>™</sup></div>
<divclass="iview-caption" data-x="80" data-y="275" data-transition="wipeRight">The world's most awesome jQuery Image & Content Slider</div>
<divclass="iview-caption" data-x="254" data-y="320" data-transition="wipeLeft"><i>Presented by <b>Hemn Chawroka</b></i></div>
</div>
<divdata-iview:image="photos/photo2.jpg" data-iview:transition="zigzag-drop-top,zigzag-drop-bottom" data-iview:pausetime="3000">
<divclass="iview-caption caption5" data-x="60" data-y="280" data-transition="wipeDown">Captions can be positioned and resized freely</div>
<divclass="iview-caption caption6" data-x="300" data-y="350" data-transition="wipeUp"><ahref="#">Example URL-link</a></div>
</div>
<divdata-iview:image="photos/video.jpg" data-iview:type="video" data-iview:transition="strip-right-fade,strip-left-fade">
<iframesrc="http://player.vimeo.com/video/11475955?byline=1&portrait=0" width="100%" height="100%" frameborder="0" webkitAllowFullScreenmozallowfullscreenallowFullScreen></iframe>
<divclass="iview-caption caption2" data-x="450" data-y="340" data-transition="wipeRight">Video</div>
<divclass="iview-caption caption3" data-x="600" data-y="345" data-transition="wipeLeft">Support</div>
</div>
<divdata-iview:image="photos/photo3.jpg">
<divclass="iview-caption caption4" data-x="50" data-y="80" data-width="312" data-transition="fade">Some of iView's Options:</div>
<divclass="iview-caption blackcaption" data-x="50" data-y="135" data-transition="wipeLeft" data-easing="easeInOutElastic">Touch swipe for iOS and Android devices</div>
<divclass="iview-caption blackcaption" data-x="50" data-y="172" data-transition="wipeLeft" data-easing="easeInOutElastic">Image And Thumbs Fully Resizable</div>
<divclass="iview-caption blackcaption" data-x="50" data-y="209" data-transition="wipeLeft" data-easing="easeInOutElastic">Customizable Transition Effect</div>
<divclass="iview-caption blackcaption" data-x="50" data-y="246" data-transition="wipeLeft" data-easing="easeInOutElastic">Freely Positionable and Stylable Captions</div>
<divclass="iview-caption blackcaption" data-x="50" data-y="283" data-transition="wipeLeft" data-easing="easeInOutElastic">Cross Browser Compatibility!</div>
</div>
<divdata-iview:image="photos/photo4.jpg">
<divclass="iview-caption caption7" data-x="0" data-y="0" data-width="180" data-height="480" data-transition="wipeRight"><h3>The Responsive Caption</h3>This is the product that you <b><i>all have been waiting for</b></i>!<br><br>Customize this slider with just a little HTML and CSS to your very needs. Give each slider some captions to transport your message.<br><br>All in all it works on every browser (including IE6 / 7 / 8) and on iOS and Android devices!</div>
</div>
<divdata-iview:image="photos/photo5.jpg">
<divclass="iview-caption caption5" data-x="60" data-y="150" data-transition="wipeLeft">What are you waiting for?</div>
<divclass="iview-caption caption6" data-x="160" data-y="230" data-transition="wipeRight">Get it Now!</div>
</div>
</div>
</div>
<divclass="copy">Made by <ahref="http://iprodev.com/">Hemn Chawroka</a>.<br>Copyright © 2012. All rights reserved.</div>
</div>
<divid="background-image">
<imgsrc="img/bckg.jpg" width="1820" height="1024" />
</div>
<scripttype="text/javascript" src="js/jquery.fullscreen.js"></script>
<scripttype="text/javascript">
$(document).ready(function(){
$("#background-image").fullscreenBackground();
});
</script>
<scripttype="text/javascript">
var_gaq=_gaq||[];
_gaq.push(['_setAccount','UA-30854466-1']);
_gaq.push(['_trackPageview']);
(function(){
varga=document.createElement('script');ga.type='text/javascript';ga.async=true;
ga.src=('https:'==document.location.protocol ? 'https://ssl' : 'http://www')+'.google-analytics.com/ga.js';
vars=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);
})();
</script>
</body>
</html>