Below you’ll find two different configurations of our logo, one rectangular and one square-ish, each with a short description of what we do. We ask you to please choose one of these for the pet surrender or resources section of your web site.
Also, we’ve provided a rectangular and a square-ish logo with no additional copy that you can drop into your partners’ page or anywhere else you think appropriate.
Once you’ve chosen which configuration of our logo works for you, the tech person who handles your web site can use the code we’ve written under it and just copy and paste it into your web site. If you have any questions, feel free to email us at [email protected].
Finally, at the bottom of this page is a section with more technical information that only your tech person is likely to need or understand.
Configuration 1
You don’t have to surrender your pet! Now, you can go to getyourpet.com, the website for rehoming a dog or cat without surrendering them to the shelter. Get Your Pet is an online community that directly connects people who need to give up a pet with people who want to adopt a pet. The process costs you nothing — just publish your pet’s profile and thousands of potential adopters will see it!
The Code
<p style="margin: 0; padding: 0;">
<a href="https://getyourpet.com?acquisitionCode=SRPC1L" title="Visit getyourpet.com">
<img
src="https://getyourpet.com/get-your-pet-logo-horizontal.png"
class="img-fluid" style="margin: 0; padding: 0;"
alt="Get Your Pet Logo">
</a>
</p>
<p style="margin: 0; padding: 0;">
You don’t have to surrender your pet! Now, you can
<a href="https://getyourpet.com?acquisitionCode=SRPC1T"> go to getyourpet.com,
the website for rehoming a dog or cat</a> without
surrendering them to the shelter.
Get Your Pet is an online community that directly connects
people who need to give up a pet with people who want to
adopt a pet. The process costs you nothing — just
publish your pet’s profile and thousands of potential adopters
will see it!
</p>
Configuration 2
You don’t have to surrender your pet! Now, you can go to getyourpet.com, the website for rehoming a dog or cat without surrendering them to the shelter. Get Your Pet is an online community that directly connects people who need to give up a pet with people who want to adopt a pet. The process costs you nothing — just publish your pet’s profile and thousands of potential adopters will see it!
The Code
<p style="margin: 0; padding: 0;">
<a href="https://getyourpet.com?acquisitionCode=SRPC2L" title="Visit getyourpet.com">
<img
src="https://getyourpet.com/get-your-pet-logo-vertical.png"
class="img-fluid" style="margin: 0; padding: 0;"
alt="Get Your Pet Logo">
</a>
</p>
<p style="margin: 0; padding: 0;">
You don’t have to surrender your pet! Now, you can
<a href="https://getyourpet.com?acquisitionCode=SRPC2T"> go to getyourpet.com,
the website for rehoming a dog or cat</a> without
surrendering them to the shelter.
Get Your Pet is an online community that directly connects
people who need to give up a pet with people who want to
adopt a pet. The process costs you nothing — just
publish your pet’s profile and thousands of potential adopters
will see it!
</p>
Logo Only 1
The Code
<p style="margin: 0; padding: 0;">
<a
href="https://getyourpet.com?acquisitionCode=SRPLOH"
title="You don’t have to surrender your pet! Use getyourpet.com for free to find your pet a new home by rehoming a dog or cat yourself.">
<img
src="https://getyourpet.com/get-your-pet-logo-horizontal-with-tag-line.png"
class="img-fluid" style="margin: 0; padding: 0;"
alt="Get Your Pet Logo">
</a>
</p>
Logo Only 2
The Code
<p style="margin: 0; padding: 0;">
<a
href="https://getyourpet.com?acquisitionCode=SRPLOV"
title="You don’t have to surrender your pet! Use getyourpet.com for free to find your pet a new home by rehoming a dog or cat yourself.">
<img
src="https://getyourpet.com/get-your-pet-logo-vertical-with-tag-line.png"
class="img-fluid" style="margin: 0; padding: 0;"
alt="Get Your Pet Logo">
</a>
</p>
For the Tech-Minded Only
The options above each include an HTML code fragment you can use to get started. Please keep the following in mind when adding the code fragment to your web site:
- We prefer you reference our logo PNG files directly from getyourpet.com (as opposed to copying the PNGs and hosting them locally on your web site).
- Please be sure the link URL (the value of the
href
attribute) ishttps://getyourpet.com?acquisitionCode=SRP...
:- use https, not http
- do not include www.
- be sure the
...
ofacquisitionCode=SRP...
is carried through (e.g.,acquisitionCode=SRPC1L
,acquisitionCode=SRPC1T
, etc.)
- Please keep
title
andalt
attributes intact.
-
We use Bootstrap 4 to make images responsive. Change the HTML provided to make it work for your web site (e.g., remove
class="img-fluid"
from the<img>
element, and add inwidth="100%"
). You may want to consider addingmax-width: ###px;
to thestyle
attribute of the<img>
element (where###
is a width that works well on your web site).
- Our brand standard is to have our logo on a white background. However, the logos are transparent and will work with some background colors. The code fragments set a white background by default, which should be used unless it significantly detracts from or conflicts with your web site’s color pallet.
If you have any questions, feel free to email us at [email protected].