EPA Lead-Safe Certified Firm Logo (Preview)

[insert_php]
$img = htmlspecialchars($_GET[“img”]);
if($img == “1”){
$imgwidth = “125”;
$imgheight = “85”;
$imgname = “epa-lead-safe-logo-xsmall-125-85.png”;
} elseif($img == “2”){
$imgwidth = “188”;
$imgheight = “128”;
$imgname = “epa-lead-safe-logo-small-188-128.png”;
} elseif($img == “3”){
$imgwidth = “375”;
$imgheight = “255”;
$imgname = “epa-lead-safe-logo-medium-375-255.png”;
} elseif($img == “4”){
$imgwidth = “500”;
$imgheight = “340”;
$imgname = “epa-lead-safe-logo-large-500-340.png”;
} else {
$imgwidth = “375”;
$imgheight = “255”;
$imgname = “epa-lead-safe-logo-medium-375-255.png”;
}
[/insert_php]
[insert_php]
$state = htmlspecialchars($_GET[“st”]);
switch($state){
case “New York”:
$statelong = “New York”;
$statehyphen = “new-york”;
break;
case “New Hampshire”:
$statelong = “New Hampshire”;
$statehyphen = “new-hampshire”;
break;
case “New Jersey”:
$statelong = “New Jersey”;
$statehyphen = “new-jersey”;
break;
case “New Mexico”:
$statelong = “New Mexico”;
$statehyphen = “new-mexico”;
break;
case “North Carolina”:
$statelong = “North Carolina”;
$statehyphen = “north-carolina”;
break;
case “North Dakota”:
$statelong = “North Dakota”;
$statehyphen = “north-dakota”;
break;
case “Rhode Island”:
$statelong = “Rhode Island”;
$statehyphen = “rhode-island”;
break;
case “South Carolina”:
$statelong = “South Carolina”;
$statehyphen = “south-carolina”;
break;
case “South Dakota”:
$statelong = “South Dakota”;
$statehyphen = “south-dakota”;
break;
case “West Virginia”:
$statelong = “West Virginia”;
$statehyphen = “west-virginia”;
break;
case “District of Columbia”:
$statelong = “District of Columbia”;
$statehyphen = “district-of-columbia”;
break;
default:
$statelong = strtolower($state);
$statehyphen = strtolower($state);
break;
}
[/insert_php]

[insert_php]
if(isset($_GET[‘cert’]) && !empty($_GET[‘cert’]))
{
$cert = $_GET[“cert”];
} else {
$cert = “Lead Safe Certified Firm”;
}
[/insert_php]


Here’s what the logo will look like on your website. Click here if you need to change the size of the logo.

 

 

NEXT – Copy The Following Code and Place it on Your Website

You can copy the following code by clicking on the button below. You will then need to paste it somewhere on your website, or in an email which you could then send over to your website developer.



 

Need Help?

Need some help getting this placed on your website? Allow us to do it for you at no charge. Simply complete the following form and we’ll be in touch. Again, there’s absolutely no charge!