-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutus.html
More file actions
127 lines (116 loc) · 6.63 KB
/
aboutus.html
File metadata and controls
127 lines (116 loc) · 6.63 KB
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
<!DOCTYPE html>
<html>
<head>
<title>About us</title>
<link rel = "stylesheet" href = "aboutus.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class = "t1">
<div>
<img class = "img" src = "logo.jpg">
</div>
<div>
<!-- <img class = "i1" type = "image" src = "istockphoto-1251938652-612x612.jpg"> -->
<ul>
<li><a href = "homepage.html">Home page</a></li>
<li><a href = "aboutus.html">About us</a></li>
<li><a href = "adopt.html">Adopt</a></li>
<li><a href = "Donate.html">Donate</a></li>
<li><a href = "ContactUs.html">Contact Us</a></li>
</ul>
</div>
</div>
<img id = "i1" type = "image" src = "team1.jpg">
<div class = "c1">
<h1>Vision Statement</h1> <br>
<p>We are a non-profit organisation that rescues and rehabilitates abused and injured homeless, street animals
and labour animals alongside highlighting the important role of empathy and compassion to help create a much
civilised and kinder society</p>
<br>
<img type = "image" src = "team2.png">
</div>
<div class = "c1">
<h1>Mission statement</h1> <br>
<li>To change mindsets</li>
<li>To empower those who are marginalized and neglected </li>
<li>To educate people on ideas of empathy and compassion </li>
<li>To help animals and people integrate and live as one in their environment</li>
<li>To promote the idea of a cleaner and greener environment and conserving natural habitats </li>
<li>To highlight issues regarding animals that have direct relevance to other issues in society </li>
<li>To be a platform where all species of animals are heard </li>
<li>To encourage the youth to expand their minds and evolve their thought process </li>
<li>To transform lives </li>
<br>
<img id = "i2" type = "image" src = "team3.png">
</div>
<div class = "c2">
<p>Founded in 2013, ACF was created with the vision of assisting and empowering marginalized and neglected communities
that society usually deems helpless, that are on the lowest rungs of the ladder of hope because their suffering has
never been noticed to begin with. <br><br>
ACF is rooted in the philosophy that the only fundamental test of what is real in life is a living beings ability to suffer.
If a living being can feel suffering or enjoyment, it is our duty to ensure we minimize suffering as much as we can. <br><br>
By expanding our worlds to include other living beings in it to live a life of dignity and freedom, will benefit human flourishing
and positive growth of society overall.<br><br>
Our facilities act like a special needs home, an orphanage, an old age home and a shelter for homeless, emotionally wounded animals.
<br><br>
Over time, we have rescued thousands of animals and uncovered frighteningly high levels of abuse that inundate our society.
We run educational and motivational programmes on empathy and compassion, based in ideas extracted from moral philosophy,
the study of ethics, and psychology. <br><br>
We hold several outreach programmes related to the betterment of animals by empowering people around them. <br><br>
We aim to embody the empathy we try to spread through our actions and are attempting to take concrete steps to bring about
protection for animals in the country. <br><br>
We aim to encourage and inspire people to not just adopt this mission as a cause to love, but as a philosophy to adopt as a
way of life. <br><br>
The world is always better when we learn to coexist and we intend to work on the grassroots level of that change by inspiring
those around us to be kind to those who cannot do anything for you in return, and to protect the most vulnerable in society.
We are confident that the more this mindset is adopted, the more there will be a trickle-down effect of kindness, goodness,
compassion, tolerance and acceptance in society as a whole.<br><br>
</p>
</div>
<hr><br>
<div class = "h1">
<h3 >A Message From our</h3>
<h1>FOUNDER</h1>
<img type = "image" src = "founder.png">
</div>
<div class ="c3">
<p> <br><br><br><br>
The world belongs to all of us. To human and non-human animals. When we start perceiving the world as a shared reality,
the world will start to become a better place for everyone. ACF’s goal is to show via example the truest form of
empathy-to do for those who can never do anything for you in return. To help those who’s shoes you will never be in.
And to care for anybody and everybody that ever needs help, no matter who they are.<br><br>
Maureen Ponderosa<br>
<b>Founder</b>
</p>
</div>
<br>
<br>
<div>
<div class="t2">
<div class="t3">
<ul>
<li><a href="homepage.html">Home page</a></li>
<li><a href="aboutus.html">About us</a></li>
<li><a href="adopt.html">Adopt</a></li>
<li><a href="Donate.html">Donate</a></li>
<li><a href="ContactUs.html">Contact Us</a></li>
</ul>
</div>
<div class="t3">
<ul class="fa-ul">
<li>
<i class="fa-li fa fa-map"></i><p> Location: Street No. 24, DHA Phase V Tauheed Commercial, Karachi </p>
</li>
<li>
<i class="fa-li fa fa-phone"></i> <p>Number: +92 3454753172 </p>
</li>
<li>
<i class="fa-li fa fa-envelope"></i><p> Email: ABshelter@gmail.com </p>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>