-
Notifications
You must be signed in to change notification settings - Fork 0
/
product.html
185 lines (150 loc) · 7.25 KB
/
product.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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html lang="en">
<head>
<title>Movie detail</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Little Closet template">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles/bootstrap-4.1.2/bootstrap.min.css">
<link href="plugins/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="plugins/flexslider/flexslider.css">
<link rel="stylesheet" type="text/css" href="styles/product.css">
<link rel="stylesheet" type="text/css" href="styles/checkout.css">
<link rel="stylesheet" type="text/css" href="styles/product_responsive.css">
</head>
<body>
<div class="super_container">
<header class="header">
<div class="header_overlay"></div>
<div class="header_content d-flex flex-row align-items-center justify-content-start">
<div class="logo">
<a href="index.html">
<div class="d-flex flex-row align-items-center justify-content-start">
<div><img src="images/logo1.png" alt=""></div><!--logo will be here-->
<div><font face="Comic sans MS" size="6">Picture House</font></div>
</div>
</a>
</div>
<div class="header_right d-flex flex-row align-items-center justify-content-start ml-auto">
<!-- User
<div class="user"><a href="index.html"><div><img src="images/user.svg" alt="https://www.flaticon.com/authors/freepik"></div></a><div><strong>Log Out</strong></div></div>
<!-- Phone -->
<div class="user"><a href="#"><div><i class="fa fa-info-circle" style="font-size:24px"></i></div></a><div><strong>About Us</strong></div></div>
<div class="user"><a href="contact.html"><div><img src="images/phone.svg" alt="https://www.flaticon.com/authors/freepik"></div></a><div><strong>Contact Us</strong></div></div>
</div>
</div>
</header>
<div class="super_container_inner">
<div class="super_overlay"></div>
<!-- Home -->
<div class="home"> <!-- creating a divider-->
<div class="home_container d-flex flex-column align-items-center justify-content-end">
<div>
<div class="home_title">Details</div>
<div class="breadcrumbs d-flex flex-column align-items-center justify-content-center">
<ul class="d-flex flex-row align-items-start justify-content-start text-center">
<br>
<li> <a href="index.html?logout='1'" style="color:#2fce98;">logout</a> </li>
</ul>
</div>
</div>
</div>
</div>
<!-- Product -->
<div class="product">
<div class="container">
<div class="row">
<!-- Product Image -->
<div class="col-lg-6">
<div>
<img src="images/home_2.jpg" alt="">
</div>
</div>
<!-- Product Info -->
<div class="col-lg-6 product_col">
<div class="product_info">
<div class="product_name"><font face="Elephant" size="7">Joker</font></div> <br>
<p>2019 ‧ Drama/Thriller ‧ 2h 2m
Ratings:
8.9/10-IMDB
59%- Metacritics
<br>69%-Rotten Tomatoes
</p>
<div class="product_category"> <a href="category.html">Running</a></div>
<div class="product_rating_container d-flex flex-row align-items-center justify-content-start">
<div class="rating_r rating_r_4 product_rating"><i></i><i></i><i></i><i></i><i></i></div>
<div class="product_reviews">4.7 out of (3514)</div>
<!--<div class="product_reviews_link"><a href="#">Reviews</a></div>-->
</div>
<div class="product_text">
<p style="color:#4a4a4a; font-size: large"><strong>Synopsis:</strong><br></p>
<p style="color:#4a4a4a;">In Gotham City, mentally-troubled comedian Arthur Fleck is disregarded and mistreated by society. He then embarks on a downward spiral of revolution and bloody crime. This path brings him face-to-face with his alter-ego: "The Joker".
</p>
<p style="color:#4a4a4a; font-size: large"><strong>Director:<br></strong></p>
<p style="color:#4a4a4a;"> Todd Phillips<br>
<p style="color:#4a4a4a; font-size: large"><strong>Produced by:</strong></p>
<p style="color:#4a4a4a;">Todd Philips ,
Bradley Cooper
<br> </p>
<p style="color:#4a4a4a; font-size: large"><strong>Cast Members:</strong><br></p>
<p style="color:#4a4a4a;"> Joaquin Phoenix as Arthur Fleck / Joker <br>
Robert De Niro as Murray Franklin <br>
Zazie Beetz as Sophie Dumond <br>
</p>
<p style="color:#4a4a4a; font-size: large"><strong><a href="https://www.youtube.com/watch?v=-_DJEzZk2pc">Watch Trailer</a></strong><br></p>
</div>
<div class="product_size">
<div class="product_size_title">Ticket Price:</div>
</div>
<font face="Baskerville Old Face" size="6">
<div>Front : 400<span>bdt.</span></div>
<div>Back : 500<span>bdt.</span></div>
</font>
<div class="checkout_button trans_200"><a href="checkout.php">place order</a></div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer">
<!-- Footer Contact-->
<!-- <div class="col-lg-4 footer_col">
<div class="footer_contact">
<div class="footer_social">
<ul class="footer_social_list d-flex flex-row align-items-start justify-content-start">
<li><a href="https://www.facebook.com"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-youtube-play" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>-->
<div class="footer_bar">
<div class="container">
<div class="row">
<div class="col">
<div class="footer_bar_content d-flex flex-md-row flex-column align-items-center justify-content-start">
<div class="copyright order-md-1 order-2"><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
This website is created by <strong>Group 2</strong> of CSE300 with <i class="fa fa-heart-o" aria-hidden="true"></i>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></div>
<nav class="footer_nav ml-md-auto order-md-2 order-1">
<ul class="d-flex flex-row align-items-center justify-content-start">
<li><a href="terms.html">Terms and Condition</a></li>
<li><a href="https://www.facebook.com"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
</div>
</body>
</html>