-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpets.html
584 lines (539 loc) · 28.8 KB
/
pets.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
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>lifextyle</title>
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="./css/all.css" />
<!-- --------- Owl-Carousel ------------------->
<link rel="stylesheet" href="./css/owl.carousel.min.css" />
<link rel="stylesheet" href="./css/owl.theme.default.min.css" />
<!-- ------------ AOS Library ------------------------- -->
<link rel="stylesheet" href="./css/aos.css" />
<!-- Custom Style -->
<link rel="stylesheet" href="./css/Style.css" />
</head>
<body>
<!-- ---------------------------- Navigation ---------------------------------------------- -->
<nav class="nav">
<div class="nav-menu flex-row">
<div class="nav-brand">
<a href="#" class="text-gray">LifeXtyle</a>
</div>
<div class="toggle-collapse">
<div class="toggle-icons">
<i class="fas fa-bars"></i>
</div>
</div>
<div>
<ul class="nav-items">
<li class="nav-link">
<a href="#">Home</a>
</li>
<li class="nav-link">
<a href="#">Category</a>
</li>
<li class="nav-link">
<a href="./loginpage.html">Login</a>
</li>
<li class="nav-link">
<a href="#">Pages</a>
</li>
<li class="nav-link">
<a href="#">Contact Us</a>
</li>
</ul>
</div>
<div class="social text-gray">
<a href="#">
<f class="fab fa-facebook-f"></f>
</a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#">
<t class="fab fa-twitter"></t>
</a>
<a href="#">
<y class="fab fa-youtube"></y>
</a>
<a href="https://lifextyle.com/">
<g class="fas fa-glass-martini-alt"></g>
</a>
</div>
</div>
</nav>
<!-- ------------x--------------- Navigation --------------------------x------------------- -->
<!----------------------------- Main Site Section ------------------------------>
<main>
<!-- ---------------------- Site Content -------------------------->
<section class="container">
<div class="site-content">
<div class="posts">
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/popular-post/entertainment.jpg" class="img" alt="blog1" />
</div>
</div>
<div class="post-title">
<a href="#">11 AMAZING AND BREATHTAKING FRIENDSHIPS BETWEEN HUMAN AND ANIMALS.
</a>
<p>
Love is a bond that connect us with things around us.Animals are not less in showing
their love and care. They are sometimes even far ahead from us in both honesty and
commitment.
<br><br>
A friendship encompasses trust, care, and harmony. Whether it be humans, animals,
mammals, friendships of all kinds do exist. You have heard cows have best friends, and
when they are separated from each other, develop negative feelings of loneliness and
isolation. In humans, we confide feelings to one another, in hopes burdens can be
relieved, as friends give us support.
<br><br>
In the next few lines, you will see some amazing/unusual friendships between humans and
animals. They are real, beautiful, and show us no boundaries exist between friends.
<br>
</p>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/popular-post/moose-3.jpg" class="img" alt="blog1" />
</div>
</div>
<div class="post-title">
<h1>1. Peaceful Girl And Majestic Moose
</h1>
<p>
The largest extant species in the deer family, the moose is seen comforting a girl. The
only word that comes to mind is surely, “Aww.”
<br><br>
A moose and a girl comfort each other, building a friendship on comfort, care, and
understanding. So lovely to capture in a photograph, as you can see.
</p>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/popular-post/cheetah-kissing.jpg" class="img" alt="blog1" />
</div>
</div>
<div class="post-title">
<h1>2. Smitten Cheetah And Lovely Man
</h1>
<p>
Who says cheetahs can’t be our friends? Clearly, this claim is simply a myth. Here, we
have the world’s fastest land animal kissing a man.
<br><br>
What sets this relationship apart is the fact we have a very dangerous animal so close
in
contact with a fellow man. If that is not unusual, you would be hard pressed to find
what
is.
</p>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/popular-post/cheetah-with-girl.jpg" class="img" alt="blog1" />
</div>
</div>
<div class="post-title">
<h1>3. Sweet Toddler And Licking Cheetah Cub
</h1>
<p>
“Licktastrophe” is the word that fits this scenario. Who knew that getting your hand
licked by a cheetah could be this fun?
<br><br>
How often do you see a baby cheetah licking a little toddler, so gently? It seriously is
one of the cutest things I have ever seen.
</p>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/popular-post/bear-and-guy-2.jpg" class="img" alt="blog1" />
</div>
</div>
<div class="post-title">
<h1>4. Adventurous Guy And Grizzly Bear
</h1>
<p>
It appears that bears aren’t that dangerous after all. This grizzly bear actually seems
calm while looking into the eyes of the old guy.
<br><br>
We hear about bears attacking humans, but when do we see them loving them? Right here,
friends!
</p>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/popular-post/bear-and-guy.jpg" class="img" alt="blog1" />
</div>
</div>
<div class="post-title">
<h1>5. Childish Bear And Smiling Guy
</h1>
<p>
The bear strikes yet again. The bear seems enamored by just looking at his paw. What
must
be he be thinking? And looking totally calm, sitting with the smiling man.
<br><br>
Almost like a boyfriend and a girlfriend underneath an apple tree, here the bear has
taken the girlfriend’s place, and the guy is very much already there!
</p>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/popular-post/bear-5.jpg" class="img" alt="blog1" />
</div>
</div>
<div class="post-title">
<h1>6. Naughty Bear And Sultry Lady
</h1>
<p>
The bear is giving this lady a big smooch on the chin, a rare sight for sure.
<br><br>
We have all heard the animated version of beauty and the beast, but this is the real
one!
The bear is the beast, and of course, the woman being the beauty or goddess. This
friendship seems to be more than a friendship, it is love.
</p>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/popular-post/another-lion-and-guy.jpg" class="img" alt="blog1" />
</div>
</div>
<div class="post-title">
<h1>7. Snuggly Tiger And Comforting Monk
</h1>
<p>
This is so sweet. The tiger is actually cuddling with the monk. They seem to be sharing
each other’s company quite well. So lovely, it makes you wish that you could give the
tiger
a gigantic hug of your own. Alas.
<br><br>
Comforting the tiger, the monk is offering his friendship. It is a mutual respect and
understanding; love, affection, and care are primary aspects that are between the two.
This
is what makes this friendship special and integral.
</p>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/popular-post/eagle-and-guy.jpg" class="img" alt="blog1" />
</div>
</div>
<div class="post-title">
<h1>8. Exceptional Eagle And Perplexed Man
</h1>
<p>
Eagles can be friends and companions also. Just be careful of the beak. Don’t want to
let
that poke you!
<br><br>
The eagle is resting his bald head against the man’s shoulder. It almost resembles a
moment like when your friend is distraught, terrified, and depressed and you give them a
shoulder to lean on.
<br><br>
They offer their love and support in those trying times, and prove that you are there
for
them. This is that kind of friendship.
</p>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/popular-post/monkey-.jpg" class="img" alt="blog1" />
</div>
</div>
<div class="post-title">
<h1>9. Old Woman And Ostentatious Monkey
</h1>
<p>
That monkey sure has a wide smile. I think it is trying to express his emotions,
thoughts, and feelings to this old woman. The face is quite surprising!
<br><br>
How often do you see monkeys become friends with old ladies? Well, seems like this
monkey really likes this particular lady and vice versa. This is so distinct and
spectacular.
<br><br>
It seems like their friendship began in the wilderness and has since then taking a new
meaning.
</p>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/popular-post/in-grass.jpg" class="img" alt="blog1" />
</div>
</div>
<div class="post-title">
<h1>10. Elegant Woman And Fox Curled Up Together
</h1>
<p>
This picture is peaceful to look at. You may almost feel sleepy just staring at it.
<br><br>
Time has transformed their friendship into something more abundant, fulfilling, and
special. Theirs is a truly loving and gentle relationship.
</p>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/popular-post/camel-2.jpg" class="img" alt="blog1" />
</div>
</div>
<div class="post-title">
<h1>11. Caring Camel And Wonderful Woman
</h1>
<p>
The time is long gone when humans could be friends with only humans. Camels are great
friends as well and after seeing this picture, you can’t help but want a camel friend of
your very own.
<br><br>
Lovely to behold their friendship…it is immaculate and endearing. Such an inspiration to
those who believe in long lasting, true, friendships.
</p>
</div>
</div>
<hr>
</div>
<aside class="sidebar">
<div class="category">
<h2>Category</h2>
<ul class="category-list">
<li class="list-items" data-aos="fade-left" data-aos-delay="100">
<a href="#">Software</a>
<span>(05)</span>
</li>
<li class="list-items" data-aos="fade-left" data-aos-delay="200">
<a href="#">Techonlogy</a>
<span>(02)</span>
</li>
<li class="list-items" data-aos="fade-left" data-aos-delay="300">
<a href="#">Lifestyle</a>
<span>(07)</span>
</li>
<li class="list-items" data-aos="fade-left" data-aos-delay="400">
<a href="#">Shopping</a>
<span>(01)</span>
</li>
<li class="list-items" data-aos="fade-left" data-aos-delay="500">
<a href="#">Food</a>
<span>(08)</span>
</li>
</ul>
</div>
<div class="popular-post">
<h2>Popular Post</h2>
<div class="post-content" data-aos="flip-up" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/popular-post/m-blog-1.jpg" class="img" alt="blog1" />
</div>
<div class="post-info flex-row">
<span><i class="fas fa-calendar-alt text-gray"></i> August 19,
2020</span>
<span>2 Commets</span>
</div>
</div>
<div class="post-title">
<a href="#">New data recording system to better analyse road
accidents</a>
</div>
</div>
<div class="post-content" data-aos="flip-up" data-aos-delay="300">
<div class="post-image">
<div>
<img src="./assets/popular-post/m-blog-2.jpg" class="img" alt="blog1" />
</div>
<div class="post-info flex-row">
<span><i class="fas fa-calendar-alt text-gray"></i> August 19,
2020</span>
<span>2 Commets</span>
</div>
</div>
<div class="post-title">
<a href="#">New data recording system to better analyse road
accidents</a>
</div>
</div>
<div class="post-content" data-aos="flip-up" data-aos-delay="400">
<div class="post-image">
<div>
<a href="./top10lessonsoflife.html">
<img src="./assets/popular-post/niagara-falls.jpg" class="img" alt="blog1" />
</a>
</div>
<div class="post-info flex-row">
<span><i class="fas fa-calendar-alt text-gray"></i> August 19,
2020</span>
<span>2 Commets</span>
<br><br>
<a href="./top10lessonsoflife.html">
<button class="btn post-btn">
Read More <i class="fas fa-arrow-right"></i>
</button>
</a>
</div>
</div>
<div class="post-title">
<a href="#">New data recording system to better analyse road
accidents</a>
</div>
</div>
<div class="post-content" data-aos="flip-up" data-aos-delay="500">
<div class="post-image">
<div>
<img src="./assets/popular-post/m-blog-4.jpg" class="img" alt="blog1" />
</div>
<div class="post-info flex-row">
<span><i class="fas fa-calendar-alt text-gray"></i> August 19,
2020</span>
<span>2 Commets</span>
</div>
</div>
<div class="post-title">
<a href="#">New data recording system to better analyse road
accidents</a>
</div>
</div>
<div class="post-content" data-aos="flip-up" data-aos-delay="600">
<div class="post-image">
<div>
<img src="./assets/popular-post/m-blog-5.jpg" class="img" alt="blog1" />
</div>
<div class="post-info flex-row">
<span><i class="fas fa-calendar-alt text-gray"></i> August 19,
2020</span>
<span>2 Commets</span>
</div>
</div>
<div class="post-title">
<a href="#">New data recording system to better analyse road
accidents</a>
</div>
</div>
</div>
<div class="newsletter" data-aos="fade-up" data-aos-delay="300">
<h2>Newsletter</h2>
<div class="form-element">
<input type="text" class="input-element" placeholder="Email" />
<button class="btn form-btn">Subscribe</button>
</div>
</div>
<div class="popular-tags">
<h2>Popular Tags</h2>
<div class="tags flex-row">
<span class="tag" data-aos="flip-up" data-aos-delay="100">Software</span>
<span class="tag" data-aos="flip-up" data-aos-delay="200">technology</span>
<span class="tag" data-aos="flip-up" data-aos-delay="300">travel</span>
<span class="tag" data-aos="flip-up" data-aos-delay="400">illustration</span>
<span class="tag" data-aos="flip-up" data-aos-delay="500">design</span>
<span class="tag" data-aos="flip-up" data-aos-delay="600">lifestyle</span>
<span class="tag" data-aos="flip-up" data-aos-delay="700">love</span>
<span class="tag" data-aos="flip-up" data-aos-delay="800">project</span>
</div>
</div>
</aside>
</div>
</section>
<!-- -----------x---------- Site Content -------------x------------>
</main>
<!---------------x------------- Main Site Section ---------------x-------------->
<!-- --------------------------- Footer ---------------------------------------- -->
<footer class="footer">
<div class="container">
<div class="about-us" data-aos="fade-right" data-aos-delay="200">
<h2>About us</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Accusantium
quia atque nemo ad modi officiis iure, autem nulla tenetur
repellendus.
</p>
</div>
<div class="newsletter" data-aos="fade-right" data-aos-delay="200">
<h2>Newsletter</h2>
<p>Stay update with our latest</p>
<div class="form-element">
<input type="text" placeholder="Email" /><span><i class="fas fa-chevron-right"></i></span>
</div>
</div>
<div class="instagram" data-aos="fade-left" data-aos-delay="200">
<h2>Instagram</h2>
<div class="flex-row">
<img src="./assets/instagram/thumb-card3.png" alt="insta1" />
<img src="./assets/instagram/thumb-card4.png" alt="insta2" />
<img src="./assets/instagram/thumb-card5.png" alt="insta3" />
</div>
<div class="flex-row">
<img src="./assets/instagram/thumb-card6.png" alt="insta4" />
<img src="./assets/instagram/thumb-card7.png" alt="insta5" />
<img src="./assets/instagram/thumb-card8.png" alt="insta6" />
</div>
</div>
<div class="follow" data-aos="fade-left" data-aos-delay="200">
<h2>Follow us</h2>
<p>Let us be Social</p>
<div>
<i class="fab fa-facebook-f"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-youtube"></i>
<a href="https://lifextyle.com/">
<g class="fas fa-glass-martini-alt"></g>
</a>
</div>
</div>
</div>
<div class="rights flex-row">
<h4 class="text-gray">
Copyright ©2020 All rights reserved | Powered By
<a href="https://cryptomize.com/" target="_black">
CryptoMize
</h4>
</div>
</a>
<div class="move-up">
<span><i class="fas fa-cloud-upload-alt fa fa-2x"></i></span>
</div>
</footer>
<!-- -------------x------------- Footer --------------------x------------------- -->
<!-- Jquery Library file -->
<script src="./js/jquery3.5.1.min.js"></script>
<!-- --------- Owl-Carousel js ------------------->
<script src="./js/owl.carousel.min.js"></script>
<!-- ------------ AOS js Library ------------------------- -->
<script src="./js/aos.js"></script>
<!-- Custom Javascript file -->
<script src="./js/main.js"></script>
</body>
</html>