-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathponting.html
More file actions
60 lines (55 loc) · 2.31 KB
/
Copy pathponting.html
File metadata and controls
60 lines (55 loc) · 2.31 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
<!DOCTYPE html>
<html>
<head>
<title>Ricky Ponting</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/jquery.mobile-1.2.0.min.css" />
<link rel="stylesheet" href="css/jqm-icon-pack-2.1.2-fa.css" />
<script type="text/javascript" src="js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="js/jquery.mobile-1.2.0.min.js"></script>
<!-- <<<<<<<<<<<<<<<<< http://www.woothemes.com/flexslider/ >>>>>>>>>>>>>>>>>>>>>>>-->
<link rel="stylesheet" href="css/flexslider.css" type="text/css">
<script type="text/javascript" src="js/jquery.flexslider.min.js"></script>
<script type="text/javascript">
$(window).load(function()
{
$('.flexslider').flexslider({
animation: "slide",
touch: true
});
});
</script>
<!-- <<<<<<<<<<<<<<<<< http://www.woothemes.com/flexslider/ >>>>>>>>>>>>>>>>>>>>>>>-->
</head>
<body>
<div data-role="dialog" id="dialog">
<div data-role="header">
<h1>Ricky Ponting</h1>
</div>
<div data-role="content">
<div class="flexslider">
<ul class="slides">
<li>
<img src="images/ponting.jpg" />
</li>
<li>
<img src="images/ponting2.jpg" />
</li>
<li>
<img src="images/ponting3.jpg" />
</li>
<li>
<img src="images/ponting4.jpg" />
</li>
</ul>
</div>
<div class="ui-grid-a">
<div class="ui-block-a"><a href="#" data-role="button" data-icon="star" data-theme="b" rel="external">Add to Favourites</a></div>
<div class="ui-block-b"><a href="#" data-role="button" data-icon="search" data-theme="b" rel="external">Location</a></div>
</div>
<p>Ricky Thomas Ponting (born 19 December 1974), nicknamed Punter, is an Australian former cricketer, and former captain of the Australia national cricket team between 2004 and 2011 in Test cricket and 2002 and 2011 in One Day International cricket. He is a specialist right-handed batsman, slips and close catching fielder, as well as a very occasional bowler. He represents the Tasmanian Tigers in Australian domestic cricket and played in the Indian Premier League with the Kolkata Knight Riders.</p>
<a href="search.html" data-direction="reverse" data-role="button" data-theme="b" rel="external">Back</a>
</div>
</div>
</body>
</html>