-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTv-Series.html
364 lines (326 loc) · 12 KB
/
Tv-Series.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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="ExternalStyleSheet.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
.logo {
padding-top: 70px;
height: 260px;
}
.column {
float: left;
width: 7.5cm;
margin-bottom: 16px;
padding: 2px;
margin-left: 1.5cm;
}
@media screen and (max-width: 650px) {
.column {
width: 100%;
display: block;
}
}
.image {
box-shadow: 10px 10px 5px black;
height: 17.5cm;
width: 6.5cm;
background-color: white;
}
.title {
padding: 0 16px;
}
.title::after, .row::after {
content: "";
clear: both;
display: table;
}
.subheading {
color: grey;
}
.button {
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: white;
background-color: #000;
text-align: center;
cursor: pointer;
width: 100%;
margin-bottom: 1cm;
}
.button:hover {
background-color: #555;
}
</style>
<title>Tv-Series</title>
</head>
<body>
<h1 class="web_name">
<img class="logo" src="finalogo.png" alt="finalogo">
</h1>
<div class="navbar">
<a href="#home" class="new">HOME</a>
<a href="#movies">MOVIES</a>
<a href="#tv-series">TV-SERIES</a>
<a href="#buy">BUY</a>
<a href="#contact">CONTACT</a>
<div class="nav search">
<form class="search" action="/action_page.php" style="margin:auto;max-width:300px">
<input type="text" class="searchbar" placeholder="Search..." name="search2">
<button type="submit"><i class="fa fa-search"></i></button>
</form>
</div>
</div>
<h1 style="text-align: center;font-size: 60px;color:whitesmoke;font-family: Georgia, 'Times New Roman', Times, serif;text-shadow:5px 5px black;padding-top: 120px;">TV-SERIES</h1>
<hr>
<br>
<div class="row">
<div class="column">
<div class="image">
<img src="Sthings.jpg" alt="Stranger Things" style="width:6.2cm; height: 8cm; padding: 0.3cm; padding-left: 0.6cm; margin-top: 0.3cm;">
<div class="title">
<h2>Stranger Things </h2>
<p class="subheading">Genre: Science fiction; Horror; Drama</p>
<p>Release: 2016</p>
<p>IMDb: 8.7</p>
<p>Seasons : 3</p>
<p>Episodes: 25 </p>
<p><button class="button">Watch Trailer >></button></p>
</div>
</div>
</div>
<div class="column">
<div class="image">
<img src="Teenwolf.png" alt="Teen Wolf" style="width:6.2cm; height: 8cm; padding: 0.3cm; padding-left: 0.6cm; margin-top: 0.3cm;">
<div class="title">
<h2>Teen Wolf</h2>
<p class="subheading">Genre: Horror, Super-natural, Thriller</p>
<p>Release: 2011</p>
<p>IMDb: 7.6</p>
<p>Seasons : 6</p>
<p>Episodes: 100</p>
<p><button class="button">Watch Trailer >></button></p>
</div>
</div>
</div>
<div class="column">
<div class="image">
<img src="Nhie.jpg" alt="Never Have I Ever" style="width:6.2cm; height: 8cm; padding: 0.3cm; padding-left: 0.6cm; margin-top: 0.3cm;">
<div class="title">
<h2>Never Have I Ever</h2>
<p class="subheading">Genre: Drama, Comedy-drama, Coming-of-age story</p>
<p>Release: 2020</p>
<p>IMDb: 7.9</p>
<p>Seasons: 2 </p>
<p>Episodes : 20</p>
<p><button class="button">Watch Trailer >></button></p>
</div>
</div>
</div>
<div class="column">
<div class="image">
<img src="lucifer.jfif" alt="Lucifer " style="width:6.2cm; height: 8cm; padding: 0.3cm; padding-left: 0.6cm; margin-top: 0.3cm;">
<div class="title">
<h2>Lucifer </h2>
<p class="subheading">Genre: Horror, Mystery</p>
<p>Release: 2016</p>
<p>IMDb: 8.1</p>
<p>Seasons: 05 </p>
<p>Episodes : 86</p>
<p><button class="button">Watch Trailer >></button></p>
</div>
</div>
</div>
<div class="column">
<div class="image" >
<img src="Pblinders.jpg" alt="Peaky Blinders" style="width:6.2cm; height: 8cm; padding: 0.3cm; padding-left: 0.6cm; margin-top: 0.3cm;">
<div class="title">
<h2>Peaky Blinders </h2>
<p class="subheading">Genre: Horror, Thriller, Mystery, Drama </p>
<p>Release: 2013</p>
<p>IMDb: 8.8</p>
<p>Seasons : 05</p>
<p>Episodes : 30</p>
<p><button class="button">Watch Trailer >> </button></p>
</div>
</div>
</div>
<div class="column">
<div class="image" >
<img src="thirteen.jpg" alt="13 Reasons Why" style="width:6.2cm; height: 8cm; padding: 0.3cm; padding-left: 0.6cm; margin-top: 0.3cm;">
<div class="title">
<h2>13 Reasons Why </h2>
<p class="subheading">Genre: Thriller, Mystery, Drama</p>
<p>Release: 2017</p>
<p>IMDb: 7.6</p>
<p>Seasons : 04</p>
<p>Episodes : 49</p>
<p><button class="button">Watch Trailer >></button></p>
</div>
</div>
</div>
<div class="column">
<div class="image" >
<img src="loki.jfif" alt="Loki" style="width:6.2cm; height: 8cm; padding: 0.3cm; padding-left: 0.6cm; margin-top: 0.3cm;">
<div class="title">
<h2>loki </h2>
<p class="subheading">Genre: Action fiction</p>
<p>Release: 2021</p>
<p>IMDb: 8.6</p>
<p>Season: 01 </p>
<p>Episodes :06 </p>
<p><button class="button">Watch Trailer >></button></p>
</div>
</div>
</div>
<div class="column">
<div class="image" >
<img src="breakingbad.jfif" alt="Breaking Bad" style="width:6.2cm; height: 8cm; padding: 0.3cm; padding-left: 0.6cm; margin-top: 0.3cm;">
<div class="title">
<h2>Breaking Bad </h2>
<p class="subheading">Genre: Thriller, Drama</p>
<p>Release: 2008</p>
<p>IMDb: 9.4</p>
<p>Seasons : 05 </p>
<p>Episodes : 62</p>
<p><button class="button">Watch Trailer >></button></p>
</div>
</div>
</div>
<div class="column">
<div class="image" >
<img src="Moneyh.jpg" alt="Money Heist" style="width:6.2cm; height: 8cm; padding: 0.3cm; padding-left: 0.6cm; margin-top: 0.3cm;">
<div class="title">
<h2>Money Heist </h2>
<p class="subheading">Genre: Thriller, Mystery</p>
<p>Release: 2017</p>
<p>IMDb: 8.3</p>
<p>Seasons: 05 </p>
<p>Episodes : 31</p>
<p><button class="button">Watch Trailer >></button></p>
</div>
</div>
</div>
<div class="column">
<div class="image" >
<img src="VampireD.jpg" alt="Vampire Diaries" style="width:6.2cm; height: 8cm; padding: 0.3cm; padding-left: 0.6cm; margin-top: 0.3cm;">
<div class="title">
<h2>Vampire Diaries </h2>
<p class="subheading">Genre: Horror, Thriller, Mystery, Drama</p>
<p>Release: 2008</p>
<p>IMDb: 7.7</p>
<p>Seasons: 08 </p>
<p>Episodes: 171</p>
<p><button class="button">Watch Trailer >></button></p>
</div>
</div>
</div>
<div class="column">
<div class="image" >
<img src="Riverdale.jpg" alt="Riverdale" style="width:6.2cm; height: 8cm; padding: 0.3cm; padding-left: 0.6cm; margin-top: 0.3cm;">
<div class="title">
<h2>Riverdale </h2>
<p class="subheading">Genre: Thriller, Drama</p>
<p>Release: 2017</p>
<p>IMDb: 6.8</p>
<p>Seasons: 05 </p>
<p>Episodes: 86</p>
<p><button class="button">Watch Trailer >></button></p>
</div>
</div>
</div>
<div class="column">
<div class="image" >
<img src="dark.jpg" alt="Dark" style="width:6.2cm; height: 8cm; padding: 0.3cm; padding-left: 0.6cm; margin-top: 0.3cm;">
<div class="title">
<h2>Dark </h2>
<p class="subheading">Genre: Thriller, Mystery</p>
<p>Release: 2017</p>
<p>IMDb : 8.8</p>
<p>Seasons: 03 </p>
<p>Episodes: 26</p>
<p><button class="button">Watch Trailer >></button></p>
</div>
</div>
</div>
<div class="column">
<div class="image" >
<img src="You.jpg" alt="You" style="width:6.2cm; height: 8cm; padding: 0.3cm; padding-left: 0.6cm; margin-top: 0.3cm;">
<div class="title">
<h2>You </h2>
<p class="subheading">Genre: Thriller, Mystery</p>
<p>Release: 2018</p>
<p>IMDb: 7.7</p>
<p>Seasons : 02 </p>
<p>Episodes : 20</p>
<p><button class="button">Watch Trailer >></button></p>
</div>
</div>
</div>
<div class="column">
<div class="image" >
<img src="Elite.jpg" alt="Elite" style="width:6.2cm; height: 8cm; padding: 0.3cm; padding-left: 0.6cm; margin-top: 0.3cm;">
<div class="title">
<h2>Elite </h2>
<p class="subheading">Genre: Thriller</p>
<p>Release: 2018</p>
<p>IMDb: 7.5</p>
<p>Seasons : 03 </p>
<p>Episodes : 32</p>
<p><button class="button">Watch Trailer >></button></p>
</div>
</div>
</div>
<div class="column">
<div class="image" >
<img src="htgawm.jfif" alt="How to get away with Murder" style="width:6.2cm; height: 8cm; padding: 0.3cm; padding-left: 0.6cm; margin-top: 0.3cm;">
<div class="title">
<h2>How to Get Away With Murder </h2>
<p class="subheading">Genre: Crime, Thriller, Mystery</p>
<p>Release: 2014</p>
<p>IMDb: 8.1</p>
<p>Seasons : 06 </p>
<p>Episodes : 90</p>
<p><button class="button"> Watch Trailer >> </button></p>
</div>
</div>
</div>
</div>
<br>
<div class="end">
<a href="https://www.facebook.com/" class="fa fa-facebook" target="_blank"></a>
<a href="https://twitter.com/?lang=en" class="fa fa-twitter" target="_blank"></a>
<a href="https://lk.linkedin.com/" class="fa fa-linkedin" target="_blank"></a>
<a href="https://www.instagram.com/accounts/login/" class="fa fa-instagram" target="_blank"></a>
<h1 style="color:white; text-align: center; margin-top: -0.5cm;">Subscribe</h1>
<p style="color:white; text-align: center;">Subscribe to Website mailing list to receive updates.</p>
<form class="example" action="/action_page.php" style="margin:auto;max-width:300px">
<input type="text" placeholder="Enter Email Address ....." name="search2">
<button type="submit">Subscribe</button>
</form>
<br>
<a href="#home" target="_blank" style="margin-left: 17.4cm; color: blue;">Home</a> <br>
<a href="#sitemap" target="_blank" style="margin-left: 17.3cm; color: blue;">Sitemap</a><br>
<a href="#contact" target="_blank" style="margin-left: 17.3cm; color: blue;">Contact</a>
<p style="color: white; margin-top: 1cm; text-align: center;">
<u>This website uses cookies</u><br>
Our website and our third party partners use cookies and related technologies to improve and customize the browsing experience for optimized ad delivery, social media engagement <br>
and analytics. By clicking 'I Agree' below, you consent to our use of cookies. You may disable cookies in your browser settings at any time. For more information, please see our <a href="#">Privacy Policy.</a></p>
<br>
<hr>
<p style="color: white; text-align: center; font-family: Arial, Helvetica, sans-serif;">Terms and Conditions | Privacy Policy | Accessibility Statement | Transparency in Supply Chains Act</p>
<p style="color: white; text-align: center; font-family: Arial, Helvetica, sans-serif;">Supplier Code of Conduct | Marketing to Children | Do Not Sell My Information |</p>
<p style="color: white; text-align: center; font-family: Arial, Helvetica, sans-serif;">Copyright © 2021 Fantacy<i>Flix</i></p>
</div>
</body>
</html>