
<!DOCTYPE html>
<html lang="en">
  <head>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-59154711-35"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-59154711-35', {'page_path': '/auction'});
  gtag('event', 'visit', {'event_category': 'stoupaproperty.com', 'event_label': 'domain', 'value': 1});
</script>

    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>porkbun.com | domain for sale</title>
    <meta name="description" content="">
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
    <link href="/css/all.css" rel="stylesheet">

<script
  src="https://code.jquery.com/jquery-3.5.1.min.js"
  integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
  crossorigin="anonymous"></script>

<script>
function contactContinue()
{
	var contactName = jQuery.trim($("#contactName").val());
	var domain = jQuery.trim($("#domainName").html());

	if(!contactName)
	{
		alert("You have to tell us your name.");
		return;
	}
	else if(!domain)
	{
		alert("Empty domain.");
		return;
	}

	$.post("/api.php", {action:"contactContinue", domain:domain},
	function(data)
	{
		if(data['code'])
		{
			$("#promoCode").val(data['code']);
			$("#contactContinueButton").hide();
			$("#contactContinueForm").show();
		}
	}, "json");
}

function contactSubmit()
{
	var promoCode = jQuery.trim($("#promoCode").val());
	var name = jQuery.trim($("#contactName").val());
	var email = jQuery.trim($("#contactEmail").val());
	var phone = jQuery.trim($("#contactPhone").val());
	var offer = jQuery.trim($("#contactOffer").val());
	var domain = jQuery.trim($("#domainName").html());

	if(!name || !email)
	{
		alert("Your name and email address are required.");
		return;
	}
	else if(!domain)
	{
		alert("Empty domain.");
		return;
	}

	$.post("/api.php", {action:"contactSubmit", name:name, email:email, phone:phone, offer:offer, domain:domain, promoCode:promoCode},
	function(data)
	{
		if(data["error"])
		{
			alert(data["message"]);
			return;
		}
		else
		{
			$("#contactSellerContainer").hide();
			$("#contactSellerSuccessContainer").html("Thank you. We'll send your information to the seller and they should be in contact shortly. Good luck!").show();
		}
	}, "json");
}
</script>
  </head>
  <body>
    <div class="row">
      <div class="col-md-4 col-md-offset-4 text-center">

	<h1 class="text-uppercase" id="domainName">stoupaproperty.com</h1>
        <h2 class="text-muted">This domain is for sale!</h2>
	<h1 class="text-porkbun">$1,000.00</h1>
	<br>
	<center><a class="btn btn-lg btn-porkbun" target="" href="https://porkbun.com/checkout/addCartItems?items[marketplace]=stoupaproperty.com">Buy Now!</a></center>
        <center>
            <object class="img-responsive" data="https://porkbun-media.s3-us-west-2.amazonaws.com/tld-buns/_com.svg">
		<img class="img-responsive" src="/images/tld-buns/_com.svg">
            </object>
	</center>
	<!-- center><a class="btn btn-lg btn-porkbun" target="" href="https://porkbun.com/checkout/addCartItems?items[marketplace]=stoupaproperty.com">Buy Now!</a></center -->
	<br>

	<br>
	<br>
        <p style="text-align:center;"><strong>stoupaproperty.com</strong> is registered at <a href="https://porkbun.com">Porkbun</a> and is currently for sale on the Porkbun Marketplace.</p>
	<br>
      </div>
    </div>
  </body>
</html>
