-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathentertainment.html
417 lines (387 loc) · 16.2 KB
/
entertainment.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
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>Trendy Blog a Blogging Category Bootstrap Responsive Website Template | Entertainment:: w3layouts</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Trendy Blog Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- Custom Theme files -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<!-- js -->
<script src="js/jquery-1.11.1.min.js"></script>
<!-- //js -->
<!-- pop-up-script -->
<script src="js/jquery.chocolat.js"></script>
<link rel="stylesheet" href="css/chocolat.css" type="text/css" media="screen" charset="utf-8">
<!--light-box-files -->
<script type="text/javascript" charset="utf-8">
$(function() {
$('.gallery-grid a').Chocolat();
});
</script>
<!-- //pop-up-script -->
<!-- sb-slider -->
<script type="text/javascript" src="js/modernizr.custom.46884.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-7243260-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- //sb-slider -->
<link href='//fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- banner -->
<div class="banner1">
<div class="banner-info1">
<div class="container">
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="logo">
<a class="navbar-brand" href="index.html"><span>T</span> Trendy Blog</a>
</div>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse nav-wil" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav cl-effect-18" id="cl-effect-18">
<li><a href="index.html" class="effect1">Home</a></li>
<li><a href="events.html">Reviews</a></li>
<li><a href="breaking.html">Culture</a></li>
<li class="act"><a class="active" href="entertainment.html">Entertainment</a></li>
<li role="presentation" class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">
Business <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="short-codes.html">Short-Codes</a></li>
<li><a href="icons.html">Icons</a></li>
</ul>
</li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
</div>
</div>
</div>
<!-- //banner -->
<!-- slicebox-slider -->
<div class="slicebox-slider">
<div class="container">
<div class="move-text">
<div class="breaking_news">
<h2>Breaking News</h2>
</div>
<div class="marquee">
<div class="marquee1"><a class="breaking" href="single.html">A 5-year-old boy who recently returned to the U.S from Ebola-stricken West Africa is under observation after experiencing a fever.</a></div>
<div class="marquee2"><a class="breaking" href="single.html">The surprisingly successful president of the Philippines and peacemaking in the Philippines: Shaking it all up.</a></div>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
<script type="text/javascript" src="js/jquery.marquee.js"></script>
<script>
$('.marquee').marquee({ pauseOnHover: true });
//@ sourceURL=pen.js
</script>
</div>
<div class="slicebox-slider-grid">
<div class="col-md-8 slicebox-slider-left">
<div class="wrapper1">
<ul id="sb-slider" class="sb-slider">
<li>
<a href="#" target="_blank"><img src="images/24.jpg" alt="" class="img-responsive" /></a>
<div class="sb-description">
<h3>wonderful music</h3>
</div>
</li>
<li>
<a href="#" target="_blank"><img src="images/25.jpg" alt="" class="img-responsive" /></a>
<div class="sb-description">
<h3>Honest Entertainer</h3>
</div>
</li>
<li>
<a href="#" target="_blank"><img src="images/26.jpg" alt="" class="img-responsive" /></a>
<div class="sb-description">
<h3>Brave Astronaut</h3>
</div>
</li>
<li>
<a href="#" target="_blank"><img src="images/24.jpg" alt="" class="img-responsive" /></a>
<div class="sb-description">
<h3>Affectionate Decision Maker</h3>
</div>
</li>
<li>
<a href="#" target="_blank"><img src="images/25.jpg" alt="" class="img-responsive" /></a>
<div class="sb-description">
<h3>Faithful Investor</h3>
</div>
</li>
<li>
<a href="#" target="_blank"><img src="images/26.jpg" alt="" class="img-responsive" /></a>
<div class="sb-description">
<h3>Groundbreaking Artist</h3>
</div>
</li>
<li>
<a href="#" target="_blank"><img src="images/25.jpg" alt="" class="img-responsive" /></a>
<div class="sb-description">
<h3>Selfless Philanthropist</h3>
</div>
</li>
</ul>
<div id="shadow" class="shadow"></div>
<div id="nav-arrows" class="nav-arrows">
<a href="#">Next</a>
<a href="#">Previous</a>
</div>
</div><!-- /wrapper -->
<script type="text/javascript" src="js/jquery.slicebox.js"></script>
<script type="text/javascript">
$(function() {
var Page = (function() {
var $navArrows = $( '#nav-arrows' ).hide(),
$shadow = $( '#shadow' ).hide(),
slicebox = $( '#sb-slider' ).slicebox( {
onReady : function() {
$navArrows.show();
$shadow.show();
},
orientation : 'r',
cuboidsRandom : true
} ),
init = function() {
initEvents();
},
initEvents = function() {
// add navigation events
$navArrows.children( ':first' ).on( 'click', function() {
slicebox.next();
return false;
} );
$navArrows.children( ':last' ).on( 'click', function() {
slicebox.previous();
return false;
} );
};
return { init : init };
})();
Page.init();
});
</script>
<div class="gallery">
<h3>gallery</h3>
<div class="gallery-grids">
<div class="col-md-4 gallery-grid">
<div class="gallery-grd">
<a href="images/18.jpg" rel="title" class="b-link-stripe b-animate-go thickbox">
<img src="images/18.jpg" alt=" " class="img-responsive" />
</a>
</div>
<div class="gallery-grd grd">
<a href="images/15.jpg" rel="title" class="b-link-stripe b-animate-go thickbox">
<img src="images/15.jpg" alt=" " class="img-responsive" />
</a>
</div>
</div>
<div class="col-md-4 gallery-grid">
<div class="gallery-grd">
<a href="images/12.jpg" rel="title" class="b-link-stripe b-animate-go thickbox">
<img src="images/12.jpg" alt=" " class="img-responsive" />
</a>
</div>
<div class="gallery-grd grd">
<a href="images/13.jpg" rel="title" class="b-link-stripe b-animate-go thickbox">
<img src="images/13.jpg" alt=" " class="img-responsive" />
</a>
</div>
</div>
<div class="col-md-4 gallery-grid">
<div class="gallery-grd">
<a href="images/21.jpg" rel="title" class="b-link-stripe b-animate-go thickbox">
<img src="images/21.jpg" alt=" " class="img-responsive mobile1" />
</a>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="albums">
<h3>albums</h3>
<div class="albums-grids">
<div class="albums-grid1">
<iframe src="https://player.vimeo.com/video/109771543" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<h4><a href="single.html">Sed ut perspiciatis unde omnis iste natus error sit voluptatem
accusantium doloremque laudantium, totam rem aperiam</a></h4>
<p>But I must explain to you how all this mistaken idea of
denouncing pleasure and praising pain was born and I will
give you a complete account of the system, and expound the
actual teachings of the great explorer of the truth, the
master-builder of human happiness. No one rejects,
dislikes, or avoids pleasure itself, because it is pleasure</p>
</div>
<div class="albums-grid1">
<iframe src="https://player.vimeo.com/video/143950426" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<h4><a href="single.html">Sed ut perspiciatis unde omnis iste natus error sit voluptatem
accusantium doloremque laudantium, totam rem aperiam</a></h4>
</div>
</div>
</div>
</div>
<div class="col-md-4 breaking-news-grid-right slicebox-slider-right">
<h3>entertainment</h3>
<ul>
<li>
<div class="breaking-news-grid-right-grids">
<div class="breaking-news-grid-right-gridl">
<a href="#"><img src="images/11.jpg" alt=" " class="img-responsive"></a>
</div>
<div class="breaking-news-grid-right-gridr">
<h4><a href="single.html">ut labore et dolore magnam aliquam quaerat voluptatem</a></h4>
<ul>
<li><a href="#"><span class="glyphicon glyphicon-user" aria-hidden="true"></span> User</a></li>
<li><a href="#"><span class="glyphicon glyphicon-heart" aria-hidden="true"></span> 3,506 Likes</a></li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
</li>
<li>
<div class="breaking-news-grid-right-grids">
<div class="breaking-news-grid-right-gridl">
<a href="#"><img src="images/12.jpg" alt=" " class="img-responsive"></a>
</div>
<div class="breaking-news-grid-right-gridr">
<h4><a href="single.html">ut labore et dolore magnam aliquam quaerat voluptatem</a></h4>
<ul>
<li><a href="#"><span class="glyphicon glyphicon-user" aria-hidden="true"></span> User</a></li>
<li><a href="#"><span class="glyphicon glyphicon-heart" aria-hidden="true"></span> 3,506 Likes</a></li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
</li>
<li>
<div class="breaking-news-grid-right-grids">
<div class="breaking-news-grid-right-gridl">
<a href="#"><img src="images/13.jpg" alt=" " class="img-responsive"></a>
</div>
<div class="breaking-news-grid-right-gridr">
<h4><a href="single.html">ut labore et dolore magnam aliquam quaerat voluptatem</a></h4>
<ul>
<li><a href="#"><span class="glyphicon glyphicon-user" aria-hidden="true"></span> User</a></li>
<li><a href="#"><span class="glyphicon glyphicon-heart" aria-hidden="true"></span> 3,506 Likes</a></li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
</li>
</ul>
<div class="news-grid-rght2">
<h5>subscribe to our newsletter</h5>
<p>Get the latest news and updates by signing up to our daily newsletter.We won't sell your email or spam you !</p>
<form>
<input type="text" value="enter your Email address" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'enter your Email address';}">
<input type="submit" value="Submit">
</form>
</div>
<div class="news-grid-rght3">
<img src="images/18.jpg" alt=" " class="img-responsive">
<div class="story">
<p>story of the week</p>
<h3><a href="single.html">US hails west Africa Ebola progress</a></h3>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //slicebox-slider -->
<!-- footer -->
<div class="footer-top-w3layouts-agile">
<div class="container">
<p>at least 150 missing and there dead in landslide after monsoon
rains in central Sri Lanka, officials say <a href="#">http//example.com</a></p>
</div>
</div>
<div class="footer">
<div class="container">
<div class="footer-grids wthree-agile">
<div class="col-md-4 footer-grid-left">
<h3>twitter feed</h3>
<ul>
<li><a href="#">the moment an unlimited #antares rocket exploded seconds after launch
<i>http//example.com</i></a><span>15 minutes ago</span></li>
<li><a href="mailto:info@example.com" class="cols">@NASA</a> & <a href="mailto:info@example.com" class="cols">
@orbital science</a> <a href="#">gathering data on failure #antares rocket bound
for international space</a><span>45 minutes ago</span></li>
<li><a href="#">ex-cabinet minister chris huhne loses legal challenge over $77,750
court costs incurred in speeding points</a><span>1 day ago</span></li>
</ul>
</div>
<div class="col-md-4 footer-grid-left">
<h3>contact form</h3>
<form>
<input type="text" value="enter your full name" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'enter your full name';}" required="">
<input type="email" value="enter your email address" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'enter your email address';}" required="">
<textarea onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Message...';}" required="">Message...</textarea>
<input type="submit" value="Submit" >
</form>
</div>
<div class="col-md-4 footer-grid-left">
<h3>about us</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.
<span>But I must explain to you how all this mistaken idea of denouncing
pleasure and praising pain was born and I will give you a complete
account of the system, and expound the actual teachings of the
great explorer.</span>
<i>- The Entire TLG Team</i></p>
</div>
<div class="clearfix"> </div>
</div>
<div class="footer-bottom">
<div class="footer-bottom-left-whtree-agileinfo">
<p>© 2017 Trendy Blog. All rights reserved | Template by <a href="http://w3layouts.com/">W3layouts.</a></p>
</div>
<div class="footer-bottom-right-whtree-agileinfo">
<ul>
<li><a href="#" class="icon-button twitter"><i class="icon-twitter"></i><span></span></a></li>
<li><a href="#" class="icon-button google"><i class="icon-google"></i><span></span></a></li>
<li><a href="#" class="icon-button v"><i class="icon-v"></i><span></span></a></li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //footer -->
<!-- for bootstrap working -->
<script src="js/bootstrap.js"></script>
<!-- //for bootstrap working -->
</body>
</html>