-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
101 lines (90 loc) · 4.44 KB
/
about.php
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
<?php include 'header.php'; ?>
<div class="container-fluid ">
<div class="container aboutmain">
<div class="row">
<!-- 1 -->
<div class="col-lg-3 col-md-3 col-sm-12 my-5">
<img src="./images/ADOPTME.jpg" class="rounded-circle img-fluid" alt="">
</div>
<div class="px-5 col-lg-9 col-md-9 col-sm-12 my-5">
<h1>ANIMAL <span class="text-info">ADOPTION</span> </h1>
<i>Animal adoption can help a living being .
It can bless a animal with such a good life and good atmosphere .
We should go one step forward for adopting the animal.
Think about them.
</i>
</div>
<!-- 2 -->
<div class="px-5 col-lg-9 col-md-9 col-sm-12 my-5">
<h1>ANIMAL<span class="text-info">SAFETY</span></h1>
<i>Animals also play a critical role in the ecosystems and biospheres that make life on Earth possible
for humans.
Protecting animals—as well as the oceans, forests, and grasslands they inhabit—will help safeguard
the future for all
species, including homo sapiens.
</i>
</div>
<div class="col-lg-3 col-md-3 col-sm-12 my-5">
<img src="./images/animalsafe.jpg" class="rounded-circle img-fluid" alt="">
</div>
<!-- 3 -->
<div class="col-lg-3 col-md-3 col-sm-12 my-5">
<img src="./images/lampi1.jpg" class="rounded-circle img-fluid" alt="">
</div>
<div class="px-5 col-lg-9 col-md-9 col-sm-12 my-5">
<h1>ANIMAL<span class="text-info">DISEASE</span></h1>
<i>Effective surveillance, early detection, transparency and rapid response mechanisms are key to
prevent and control
animal diseases. Good governance of Veterinary Services is crucial to improve animal health
worldwide.
</i>
</div>
<!-- 4 -->
<div class="px-5 col-lg-9 col-md-9 col-sm-12 my-5">
<h1>ANIMAL<span class="text-info">MEDICATION</span></h1>
<i>ANIMAL HEALTH SERVICES. The National Directorate, Veterinary Services is responsible for controlling
and reporting on
animal diseases in South Africa to prevent other stock from becoming infected and to prevent human
consumption of
contaminated meat.21
</i>
</div>
<div class="col-lg-3 col-md-3 col-sm-12 my-5">
<img src="./images/medication.jpg" class="rounded-circle img-fluid" alt="">
</div>
<!-- 5 -->
<div class="col-lg-3 col-md-3 col-sm-12 my-5">
<img src="./images/animalfood.jpg" class="rounded-circle img-fluid" alt="">
</div>
<div class="px-5 col-lg-9 col-md-9 col-sm-12 my-5">
<h1>ANIMAL<span class="text-info">FOOD</span></h1>
<i>Three different types of animals exist: herbivores, omnivores, and carnivores. Herbivores are animals
that eat only
plants. Carnivores are animals that eat only meat. Omnivores are animals that eat both plants and
meat.
</i>
</div>
<!-- 6 -->
<div class="px-5 col-lg-9 col-md-9 col-sm-12 my-5">
<h1><span class="text-info">DONATION</span></h1>
<i>I am Help Animals India’s biggest fan... because of your brilliant ability to manage the complexity
of so many groups,
because of your intuitive insight to choose the most effective groups to support, because of your
competence to get the
donations to your worthy recipients, and of course, because of your relentless and determined
compassion to stop the
suffering of so many forgotten animals.
</i>
</div>
<div class="col-lg-3 col-md-3 col-sm-12 my-5">
<img src="./images/DONATE.jpg" class="rounded-circle img-fluid" alt="">
</div>
</div>
</div>
</div>
<?php include 'footer.php'; ?>
<style>
i {
font-size: 20px;
}
</style>