-
Notifications
You must be signed in to change notification settings - Fork 0
/
next.html
236 lines (221 loc) · 14.5 KB
/
next.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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html>
<html>
<head>
<title>Our Shows</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/OwlCarousel2-2.2.1/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.theme.default.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/animate.css">
<link rel="stylesheet" type="text/css" href="styles/category.css">
<link rel="stylesheet" type="text/css" href="styles/category_responsive.css">
</head>
<body>
<div class="super_container">
<!-- Header -->
<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="hamburger"><i class="fa fa-bars" aria-hidden="true"></i></div>
<nav class="main_nav">
</nav>
<div class="header_right d-flex flex-row align-items-center justify-content-start ml-auto">
<!-- User -->
<!-- <div class="user"><a href="login.php"><div><img src="images/user.svg" alt="https://www.flaticon.com/authors/freepik"></div></a><div><strong>Log In</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">
<div class="home_container d-flex flex-column align-items-center justify-content-end">
<div class="home_content text-center">
<div class="home_title">Our Shows</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">
<li>May you have a great day</li>
</ul>
</div>
</div>
</div>
</div>
<div class="products">
<div class="container">
<div class="row products_bar_row">
<div class="col">
<div class="products_bar d-flex flex-lg-row flex-column align-items-lg-center align-items-start justify-content-lg-start justify-content-center">
<div class="products_bar_links">
<ul class="d-flex flex-row align-items-start justify-content-start">
<li><a href="last.html">Last week's show</a></li>
<li><a href="indexlogin.php">Running Shows</a></li>
<li class="active"><a href="next.html">Next week's show</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row products_row products_container grid">
<!-- Product -->
<div class="col-xl-4 col-md-6 grid-item hot">
<div class="product">
<div class="product_image"><img src="images/next1.jpg" alt=""></div>
<div class="product_content">
<div class="product_info d-flex flex-row align-items-start justify-content-start">
<div>
<div>
<div class="product_name"><a href="#">Charlie's Angels</a></div>
<div class="product_category">coming soon</div>
</div>
</div>
<div class="ml-auto text-right">
<div class="rating_r rating_r_4 home_item_rating"><i></i><i></i><i></i><i></i><i></i></div>
<div class="product_price text-right"></div>
</div>
</div>
<!-- <div class="product_buttons">
<div class="text-right d-flex flex-row align-items-start justify-content-start">
<div class="product_button product_fav text-center d-flex flex-column align-items-center justify-content-center">
<div><div><img src="images/heart_2.svg" class="svg" alt=""><div>+</div></div></div>
</div>
<div class="product_button product_cart text-center d-flex flex-column align-items-center justify-content-center">
<div><div><img src="images/cart.svg" class="svg" alt=""><div>+</div></div></div>
</div>
</div>
</div> -->
</div>
</div>
</div>
<div class="col-xl-4 col-md-6 grid-item hot">
<div class="product">
<div class="product_image"><img src="images/next2.jpg" alt=""></div>
<div class="product_content">
<div class="product_info d-flex flex-row align-items-start justify-content-start">
<div>
<div>
<div class="product_name"><a href="#">Frozen II</a></div>
<div class="product_category">coming soon</div>
</div>
</div>
<div class="ml-auto text-right">
<div class="rating_r rating_r_4 home_item_rating"><i></i><i></i><i></i><i></i><i></i></div>
<div class="product_price text-right"></div>
</div>
</div>
<!-- <div class="product_buttons">
<div class="text-right d-flex flex-row align-items-start justify-content-start">
<div class="product_button product_fav text-center d-flex flex-column align-items-center justify-content-center">
<div><div><img src="images/heart_2.svg" class="svg" alt=""><div>+</div></div></div>
</div>
<div class="product_button product_cart text-center d-flex flex-column align-items-center justify-content-center">
<div><div><img src="images/cart.svg" class="svg" alt=""><div>+</div></div></div>
</div>
</div>
</div> -->
</div>
</div>
</div>
<div class="col-xl-4 col-md-6 grid-item hot">
<div class="product">
<div class="product_image"><img src="images/next3.jpg" alt=""></div>
<div class="product_content">
<div class="product_info d-flex flex-row align-items-start justify-content-start">
<div>
<div>
<div class="product_name"><a href="#">Terminator : Dark Fate</a></div>
<div class="product_category">coming soon</div>
</div>
</div>
<div class="ml-auto text-right">
<div class="rating_r rating_r_4 home_item_rating"><i></i><i></i><i></i><i></i><i></i></div>
<div class="product_price text-right"></div>
</div>
</div>
<!-- <div class="product_buttons">
<div class="text-right d-flex flex-row align-items-start justify-content-start">
<div class="product_button product_fav text-center d-flex flex-column align-items-center justify-content-center">
<div><div><img src="images/heart_2.svg" class="svg" alt=""><div>+</div></div></div>
</div>
<div class="product_button product_cart text-center d-flex flex-column align-items-center justify-content-center">
<div><div><img src="images/cart.svg" class="svg" alt=""><div>+</div></div></div>
</div>
</div>
</div> -->
</div>
</div>
</div>
<div class="col-xl-4 col-md-6 grid-item hot">
<div class="product">
<div class="product_image"><img src="images/next4.jpg" alt=""></div>
<div class="product_content">
<div class="product_info d-flex flex-row align-items-start justify-content-start">
<div>
<div>
<div class="product_name"><a href="#">Ford V Ferrari</a></div>
<div class="product_category">coming soon</div>
</div>
</div>
<div class="ml-auto text-right">
<div class="rating_r rating_r_4 home_item_rating"><i></i><i></i><i></i><i></i><i></i></div>
<div class="product_price text-right"></div>
</div>
</div>
<!-- <div class="product_buttons">
<div class="text-right d-flex flex-row align-items-start justify-content-start">
<div class="product_button product_fav text-center d-flex flex-column align-items-center justify-content-center">
<div><div><img src="images/heart_2.svg" class="svg" alt=""><div>+</div></div></div>
</div>
<div class="product_button product_cart text-center d-flex flex-column align-items-center justify-content-center">
<div><div><img src="images/cart.svg" class="svg" alt=""><div>+</div></div></div>
</div>
</div>
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<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="#">Privacy Policy</a></li>
<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-google-plus" 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>
</body>
</html>