-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathafridi.html
More file actions
60 lines (55 loc) · 2.3 KB
/
Copy pathafridi.html
File metadata and controls
60 lines (55 loc) · 2.3 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>Shahid Afridi</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>Shahid Afridi</h1>
</div>
<div data-role="content">
<div class="flexslider">
<ul class="slides">
<li>
<img src="images/afridi.jpg" />
</li>
<li>
<img src="images/afridi2.jpg" />
</li>
<li>
<img src="images/afridi3.jpg" />
</li>
<li>
<img src="images/afridi4.jpg" />
</li>
</ul>
</div>
<div class="ui-grid-a">
<div class="ui-block-a"><a href="#" onclick="addToFavourites('afridi', 'Shahid Afridi');" 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>Shahid Afridi born Sahibzada Mohammad Shahid Khan Afridi on 1 March 1980, is a Pakistani cricketer. Between 1996 and 2012, Afridi played 27 Tests, 334 One Day Internationals, and 46 Twenty20 Internationals (T20Is) for the Pakistani national team. He is known for his aggressive batting style, and holds the record for the fastest ODI century which he made in his first international innings, as well as scoring 32 runs in a single over.</p>
<a href="search.html" data-direction="reverse" data-role="button" data-theme="b" rel="external">Back</a>
</div>
</div>
</body>
</html>