-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.html
More file actions
110 lines (98 loc) · 5.33 KB
/
gallery.html
File metadata and controls
110 lines (98 loc) · 5.33 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
108
109
110
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
.100PercentHeight, html, body {
height : auto !important;
height : 100%;
min-height : 100%;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Slide Content</title>
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
<script language="javascript" type="text/javascript" src="jquery-1.3.2.min.js"></script>
<script language="javascript" type="text/javascript" src="jquery.flow.1.2.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#myController").jFlow({
slides: "#slides",
controller: ".jFlowControl", // must be class, use . sign
slideWrapper : "#jFlowSlide", // must be id, use # sign
selectedWrapper: "jFlowSelected", // just pure text, no sign
auto: true, //auto change slide, default true
width: "610px",
height: "235px",
duration: 400,
prev: ".jFlowPrev", // must be class, use . sign
next: ".jFlowNext" // must be class, use . sign
});
});
</script>
</head>
<body bgcolor="#CCFF33">
<div class="jflow-content-slider" >
<div id="slides">
<div class="slide-wrapper">
<div class="slide-thumbnail">
<img src="images/Gunday).jpg" alt="photo"/>
</div>
<h2><font color="#990033">GUNDAY</font></h2>
<div class="description">
Gunday (English: Outlaws or Goons) is a 2014 Indian action crime thriller film written and directed by Ali Abbas Zafar and produced by Aditya Chopra. The film featured Ranveer Singh, Arjun Kapoor and Priyanka Chopra as the lead roles and Irrfan Khan playing the villain.The film starts off in the 1970s, with a young Bikram and Bala, who become gun carriers and coal bandits. They ultimately grow up to become the most powerful goons of Calcutta.The film released on 14 February 2014.
</div>
<div class="clear"></div>
</div>
<div class="slide-wrapper">
<div class="slide-thumbnail">
<img src="images/sd.jpg" alt="photo"/>
</div>
<h2>Shaadi Ke Side Effects </h2>
<div class="description">
Shaadi Ke Side Effects (English: The Side Effects of Marriage) is an upcoming Bollywood movie. The film is directed by Saket Chaudhary and features Farhan Akhtar, Vidya Balan, Ram Kapoor, Vir Das and Hariharan. The film is produced by Balaji Motion Pictures and Pritish Nandy Communications.[1] The trailer of the film was released on 28th October 2013 which was coldly received by Critics and was unable to create the desired buzz for the movie. [2] The music of the film was released on 8 February 2014 however it was also received with mixed to negative response from critics. [3] The film is scheduled for release on 28 February 2014 which is also the date of India cricket team encounter with Sri lanka in Asia cup. In trade experts opinion Asia cup being played during the first week of movies release is going to effect the movies business specially match with Pakistan on first weekends Sunday is going to effect movies business
</div>
<div class="clear"></div>
</div>
<div class="slide-wrapper">
<div class="slide-thumbnail">
<img src="images/Heartless.jpg" alt="photo"/>
</div>
<h2>HEARTLESS</h2>
<div class="description">
Heartless is a 2014 Bollywood medical thriller film directed by Shekhar Suman.[Shekhar Suman also stars in the film along with his son, Adhyayan Suman. The film also features Ariana Ayam, Deepti Naval, Om Puri and Madan Jain amongst others. It released on 7 February 2014, to mixed reviews from critics apparently.The film focuses on anesthesia awareness, a medical condition where a patient cannot move his body, but can hear and understand all that's happening around him/her.Some critics have noticed similarities between the film and the 2007 Hollywood medical thriller Awake
</div>
<div class="clear"></div>
</div>
<div class="slide-wrapper">
<div class="slide-thumbnail">
<img src="images/HIGHWAY.jpg" alt="photo"/>
</div>
<h2>Highway</h2>
<div class="description">
Highway is a 2014 Bollywood drama film written and directed by Imtiaz Ali and produced by Sajid Nadiadwala. Imtiaz Ali has made his debut as a producer through his banner Window Seat Films. The film stars Randeep Hooda and Alia Bhatt in the lead roles. Released worldwide on 21 February 2014,the film was screened in the Panorama section of the 2014 Berlin International Film Festival.The film outlines the story of a young woman who is kidnapped right before her wedding and held for ransom wherein she begins to develop a strange bond with her kidnapper. The film loosely portrays Stockholm syndrome.
</div>
<div class="clear"></div>
</div>
</div>
<div id="myController">
<span class="jFlowPrev">Prev</span>
<span class="jFlowControl">1</span>
<span class="jFlowControl">2</span>
<span class="jFlowControl">3</span>
<span class="jFlowControl">4</span>
<span class="jFlowNext">Next</span>
</div>
<div class="clear"></div>
</div>
<br/>
<a href="userhome.html">return to home page</a>
<br/>
<pre>
</pre>
<div>
<img src="images/images.jpg" />
</div>
<br/>
<a href="logout.html"><b>logout</b></a>
</body>
</html>