-
Notifications
You must be signed in to change notification settings - Fork 0
/
cause.html
75 lines (56 loc) · 3.67 KB
/
cause.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Cause Page</title>
<style type="text/css" media="screen">
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #b8babc;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
background-color: #111;
}
body {
font-family: Courier;
}
.floating-box {
display: inline-block;
margin: 70px;
}
</style>
<link rel="stylesheet" type="text/css" href="cause.css">
<ul>
<li><a class="active" href="#home">Home</a></li>
<li><a href="active">About</a></li>
<li><a href="info">Info</a></li>
</ul>
</head>
<body style="font-family: Helvetica" >
<img src="header.jpg" width="1100" height="150">
<div class="floating-box"></div>
<img src="pitbull_1.jpg" alt="Pitbull Icon" width="300" height="300">
<img src="pitbull_2.jpg" alt="Pitbull Icon" width="300" height="300">
<img src="pitbull_3.jpg" alt="Pitbull Icon" width="300" height="300">
<p>Operation Pits Healing Heroes is a program designed to improve the lives of some of our nation’s bravest men and women with the help of breed of dog who knows first hand how unfair life can sometimes be. These veterans have given so much of themselves and often come back home only to find life much different than when they left and are forced to live with daily struggles such as disabilities & PTSD. Sometimes what they need more than anything, is a loyal companion that can be there with them through their journey of life after serving in a combat zone. A Pit Bull by nature is one of the most loyal, devoted, and versatile breeds which make them the perfect partner as service and therapy dogs.</p>
<p>Through our years of rescue, rehabilitation and placement of homeless, unwanted, neglected and abused Pit Bulls we have seen firsthand that many of these dogs in need have the heart and mind to be more than just a family pet. They often times have an innate ability to connect with children, the disabled, or the elderly in a way that soothes a person’s soul and can brighten even the darkest day.</p>
<p>Canine candidates for this program will be trained specifically for the needs of their veteran partner. The program is open to any veteran from any military branch that feels they would benefit from a canine companion and therapy dog. These dogs are trained and partnered with veterans through OPHH free of charge to the veteran.</p>
<p>We hope to improve the lives of the silent sufferers, to help heal the visible and invisible scars, and to make the lives of our brave and honorable veterans just a little bit easier by placing a new guardian with them to join their civilian journey. We feel Pit Bulls, above any other breed, can relate to being misunderstood, misrepresented, and alone just like many of our returning heroes. We believe with strong conviction that this program will make a difference not just in the lives of the Pit Bulls we save, but also in the lives of America’s heroes one partnership at a time.</p>
<p>OPHH is a special program of Guardian Pit Bull Rescue, a 501c3 breed specific rescue in Houston, Texas. Founded in 2010 Guardian Pit Bull Rescue, GPBR, has served Houston and the Texas area Pit Bulls through education, advocacy, and rescue.</p>
<p>Over the years many of our rescues have displayed an innate ability to be more than just a family companion. They’ve shown the natural ability to help heal a person emotionally, and with the proper training, these rescues can learn to be certified therapy and service dogs.</p>
<div class="footer">Operation Pits Healing Heroes.</div>
</body>
</html>