-
Notifications
You must be signed in to change notification settings - Fork 1
/
news-ecology.html
510 lines (484 loc) · 27.4 KB
/
news-ecology.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
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bengaluru Veeraru</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="assets/images/favicon.png" type="image/png">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/audio-player/css/style-ecology.css">
<link rel="stylesheet" type="text/css" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/css/owlcarousel/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/owlcarousel/owl.theme.default.min.css">
<link rel="stylesheet" href="assets/css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="assets/css/manual-ecology.css">
<!-- Google fonts Poppins -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Fontello -->
<link rel="stylesheet" href="assets/css/css-fontello/animation.css" type="text/css"/>
<link rel="stylesheet" href="assets/css/css-fontello/fontello.css" type="text/css"/>
<link rel="stylesheet" href="assets/css/css-fontello/fontello-codes.css" type="text/css"/>
<link rel="stylesheet" href="assets/css/css-fontello/fontello-embedded.css" type="text/css"/>
<link rel="stylesheet" href="assets/css/css-fontello/fontello-ie7.css" type="text/css"/>
<link rel="stylesheet" href="assets/css/css-fontello/fontello-ie7-codes.css" type="text/css"/>
<script src="https://www.gstatic.com/firebasejs/7.24.0/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://www.gstatic.com/firebasejs/7.24.0/firebase-analytics.js"></script>
<script defer src="https://www.gstatic.com/firebasejs/7.24.0/firebase-firestore.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script src="assets/js/firebase.js"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="page page-news">
<!--=============================== Header ===========================-->
<div id="header-ecology"></div>
<!--=============================== Menu-Bar ========================-->
<div id="menuBar-ecology"></div>
<!--=============================== Banner ==========================-->
<div class="banner">
<div class="shadow-main">
<h1> Our News </h1>
<ul class="breadcrumb breadcrumb-news">
<li><a href="ecology">HOME</a></li>
<li><a href="news-ecology">OUR NEWS</a></li>
</ul>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-7 col-sm-6 ">
<div class="main-news">
<!--====================== Photo Post =======================-->
<div class="post photo-post">
<div class="person-card">
<div class="person-img">
<a href="blog-single-ecology" class="img-link">
<img src="assets/images/760x440.png" class="model" alt="boy">
</a>
</div>
<div class="person-content">
<h2><a href="blog-single-ecology" class="title-white">
Predicting Future Outcomes in the Natural World</a></h2>
<ul class="gb-list">
<li>
<a href="#"> May 17, 2017 </a>
</li>
<li>
<a href="#"><i class="icon-comment" aria-hidden="true"></i>
9</a>
</li>
<li>
<a href="#"><i class="icon-heart" aria-hidden="true"></i>
45</a>
</li>
<li>
<a href="#"><i class="icon-eye" aria-hidden="true"></i>
378</a>
</li>
</ul>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip...</p>
</div>
</div>
<div class="buttons">
<a href="blog-single-ecology" class="green-btn green-btn-news">Read More</a>
</div>
</div> <!-- /.Photo Post -->
<!--======================= Video ========================-->
<div class="post">
<div class="person-card">
<div class="video-img column">
<div class="video-overlay">
<img src="assets/images/btn-play-ecology.png" alt="btn-play-ecology">
</div>
<iframe id="iframeVideo"
src="https://player.vimeo.com/video/10260175?title=0&byline=0&portrait=0"
allowfullscreen></iframe>
</div>
<div class="person-content">
<h2><a href="blog-single-ecology" class="title-white">
Elephant Crisis Fund</a></h2>
<ul class="gb-list">
<li>
<a href="#"> May 17, 2017 </a>
</li>
<li>
<a href="#"><i class="icon-comment" aria-hidden="true"></i>
9</a>
</li>
<li>
<a href="#"><i class="icon-heart" aria-hidden="true"></i>
45</a>
</li>
<li>
<a href="#"><i class="icon-eye" aria-hidden="true"></i>
378</a>
</li>
</ul>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip...</p>
</div>
</div>
<div class="buttons">
<a href="blog-single-ecology" class="green-btn green-btn-news">Read More</a>
</div>
</div> <!-- /.Post Video -->
<!--======================= Gallery ======================-->
<div class="post">
<div class="person-card">
<div id="myCarousel" class="carousel slide column">
<div class="carousel-inner">
<div class="active item ">
<div class="gallery_1"></div>
</div>
<div class="item ">
<div class="gallery_2"></div>
</div>
<div class="item ">
<div class="gallery_3"></div>
</div>
</div>
<a class="carousel-control right-top" href="#myCarousel" data-slide="prev">
<i class="icon-left-open-mini" aria-hidden="true"></i>
</a>
<a class="carousel-control right-bottom" href="#myCarousel" data-slide="next">
<i class="icon-right-open-mini" aria-hidden="true"></i>
</a>
</div>
<div class="person-content">
<h2><a href="blog-single-ecology" class="title-white">
Pollution Devastating China’s Vital Ecosystem </a></h2>
<ul class="gb-list">
<li>
<a href="#"> May 17, 2017 </a>
</li>
<li>
<a href="#"><i class="icon-comment" aria-hidden="true"></i>
9</a>
</li>
<li>
<a href="#"><i class="icon-heart" aria-hidden="true"></i>
45</a>
</li>
<li>
<a href="#"><i class="icon-eye" aria-hidden="true"></i>
378</a>
</li>
</ul>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip...</p>
</div>
</div>
<div class="buttons">
<a href="blog-single-ecology" class="green-btn green-btn-news">Read More</a>
</div>
</div> <!-- /.Post Gallery -->
<!--====================== Youtube ========================-->
<div class="post">
<div class="person-card">
<div class="youtube column">
<div class="youtube-overlay">
<img src="assets/images/btn-youtube.png" alt="btn-youtube">
</div>
<iframe id="iframeYoutube"
src="https://www.youtube.com/embed/IM-yYn6i_58"
allowfullscreen></iframe>
</div>
<div class="person-content">
<h2><a href="blog-single-ecology" class="title-white">
Earning a Living in a Changing Climate </a></h2>
<ul class="gb-list">
<li>
<a href="#"> May 17, 2017 </a>
</li>
<li>
<a href="#"><i class="icon-comment" aria-hidden="true"></i>
9</a>
</li>
<li>
<a href="#"><i class="icon-heart" aria-hidden="true"></i>
45</a>
</li>
<li>
<a href="#"><i class="icon-eye" aria-hidden="true"></i>
378</a>
</li>
</ul>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip...</p>
</div>
</div>
<div class="buttons">
<a href="blog-single-ecology" class="green-btn green-btn-news">Read More</a>
</div>
</div> <!-- /.Post Youtube -->
<!--================== Post Without Image ===============-->
<div class="post without-image">
<div class="person-card">
<div class="person-content">
<h2><a href="blog-single-ecology" class="title-white">You Make Me
Hopeful for the Future of the World</a></h2>
<ul class="gb-list">
<li>
<a href="#"> May 17, 2017 </a>
</li>
<li>
<a href="#"><i class="icon-comment" aria-hidden="true"></i>
9</a>
</li>
<li>
<a href="#"><i class="icon-heart" aria-hidden="true"></i>
45</a>
</li>
<li>
<a href="#"><i class="icon-eye" aria-hidden="true"></i>
378</a>
</li>
</ul>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip...</p>
</div>
</div>
<div class="buttons">
<a href="blog-single-ecology" class="green-btn green-btn-news">Read More</a>
</div>
</div> <!-- /.Post Without Image -->
<!--====================== Audio ========================-->
<div class="post">
<div class="person-card">
<div class="audio green">
<h5>Monophonic</h5>
<h4>Duna</h4>
<div id="jquery_jplayer_1" class="jp-jplayer"></div>
<div id="jp_container_1" class="jp-audio">
<div class="jp-type-single">
<div class="jp-gui jp-interface">
<ul class="jp-controls">
<li><a href="javascript:;" class="jp-play" tabindex="1"></a>
</li>
<li><a href="javascript:;" class="jp-pause" tabindex="1"></a>
</li>
<li><a href="javascript:;" class="jp-mute" tabindex="1" title="mute"></a>
</li>
<li><a href="javascript:;" class="jp-unmute" tabindex="1"
title="unmute"></a></li>
</ul>
<div class="jp-time-holder">
<div class="jp-current-time"></div>
</div>
<div class="jp-progress">
<div class="jp-seek-bar">
<div class="jp-play-bar"></div>
</div>
</div>
<div class="jp-time-duration">
<div class="jp-duration"></div>
</div>
<div class="jp-volume-bar">
<div class="jp-volume-bar-value"></div>
</div>
</div>
</div>
</div>
</div>
<div class="person-content">
<h2><a href="blog-single-ecology" class="title-white">Where
Were God’s People?</a></h2>
<ul class="gb-list">
<li>
<a href="#"> May 17, 2017 </a>
</li>
<li>
<a href="#"><i class="icon-comment" aria-hidden="true"></i>
9</a>
</li>
<li>
<a href="#"><i class="icon-heart" aria-hidden="true"></i>
45</a>
</li>
<li>
<a href="#"><i class="icon-eye" aria-hidden="true"></i>
378</a>
</li>
</ul>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip...</p>
</div>
</div>
<div class="buttons">
<a href="blog-single-ecology" class="green-btn green-btn-news">Read More</a>
</div>
</div> <!-- /.Post Audio -->
<!--====================== Quota ========================-->
<div class="post">
<div class="person-card">
<div class="blockquote-cont grey-f7">
<div class="quotes">
<span>“ </span>
<blockquote>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat...</p>
<footer>Darren Malone</footer>
</blockquote>
</div>
</div>
<div class="person-content">
<h2><a href="blog-single-ecology" class="title-white">
Plants in a Changing Climate</a></h2>
<ul class="gb-list">
<li>
<a href="#"> May 17, 2017 </a>
</li>
<li>
<a href="#"><i class="icon-comment" aria-hidden="true"></i>
9</a>
</li>
<li>
<a href="#"><i class="icon-heart" aria-hidden="true"></i>
45</a>
</li>
<li>
<a href="#"><i class="icon-eye" aria-hidden="true"></i>
378</a>
</li>
</ul>
</div>
</div>
</div> <!-- /.Post Quota -->
<!--================== Post Without Title =================-->
<div class="post">
<div class="person-card">
<div class="person-content">
<ul class="gb-list">
<li>
<a href="#"> May 17, 2017 </a>
</li>
<li>
<a href="#"><i class="icon-comment" aria-hidden="true"></i>
9</a>
</li>
<li>
<a href="#"><i class="icon-heart" aria-hidden="true"></i>
45</a>
</li>
<li>
<a href="#"><i class="icon-eye" aria-hidden="true"></i>
378</a>
</li>
</ul>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip...</p>
</div>
</div>
<div class="buttons">
<a href="blog-single-ecology" class="green-btn green-btn-news">Read More</a>
</div>
</div> <!-- /.Post Without Title -->
<!--======================= Link Post ========================-->
<div class="post link-post">
<div class="person-card">
<div class="link-title grey-f7">
<a href="blog-single-ecology">
<i class="icon-link" aria-hidden="true"></i>
<h4>Link Title</h4>
</a>
</div>
<div class="person-content">
<h2><a href="blog-single-ecology" class="title-white">Letting
Go of the Right Dream</a></h2>
<ul class="gb-list">
<li>
<a href="#"> May 17, 2017 </a>
</li>
<li>
<a href="#"><i class="icon-comment" aria-hidden="true"></i>
9</a>
</li>
<li>
<a href="#"><i class="icon-heart" aria-hidden="true"></i>
45</a>
</li>
<li>
<a href="#"><i class="icon-eye" aria-hidden="true"></i>
378</a>
</li>
</ul>
</div>
</div>
</div> <!-- /.Link Post -->
<!--======================= Pagination ========================-->
<nav class="pagination-1">
<ul>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#"><i class="icon-right-open-mini" aria-hidden="true"></i></a></li>
</ul>
</nav> <!-- /.Pagination -->
</div><!-- /.main-news -->
</div> <!-- /.col-lg-8 col-md-7 -->
<!-- ============================= Sidebar =========================-->
<div class="col-lg-4 col-md-5 col-sm-6 right-post">
<div id="sidebar-ecology"></div> <!-- /.sidebar -->
</div> <!-- /.col-lg-4 col-md-5 right-post-->
</div> <!-- /.row -->
</div> <!-- /.container -->
<!--=============================== Footer ===========================-->
<div id="footer-ecology"></div>
</div> <!-- /.page -->
<!-- JS code -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.spincrement.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/audio-player/js/jquery.jplayer.min.js"></script>
<script>
"use strict";
$(document).ready(function () {
$("#jquery_jplayer_1").jPlayer({
ready: function () {
$(this).jPlayer("setMedia", {
mp3: "assets/audio-player/audio/song.mp3",
oga: "assets/audio-player/audio/song.ogg"
});
},
swfPath: "assets/audio-player/js",
supplied: "mp3,oga"
});
});
</script>
<script src="assets/js/myScript.js"></script>
<script>
"use strict";
$(document).ready(function () {
var col_width =$('.model').width() ;
var col_height = $('.model').height();
$('.column').each(function(){
if ($(this).width() != col_width) {
$(this).width(col_width) ;
}
if ($(this).height() != col_height) {
$(this).height(col_height);
}
});
$('.column').width(col_width);
$('.column').height(col_height);
});
</script>
</body>
</html>