Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>DomainValue Pro - Advanced Domain Appraisal Tool</title> | |
<script src="https://cdn.tailwindcss.com"></script> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
<style> | |
.gradient-bg { | |
background: linear-gradient(135deg, #6e8efb 0%, #4a6cf7 100%); | |
} | |
.feature-card:hover { | |
transform: translateY(-5px); | |
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
} | |
.pulse-animation { | |
animation: pulse 2s infinite; | |
} | |
@keyframes pulse { | |
0% { transform: scale(1); } | |
50% { transform: scale(1.05); } | |
100% { transform: scale(1); } | |
} | |
</style> | |
</head> | |
<body class="font-sans antialiased text-gray-800"> | |
<!-- Hero Section --> | |
<section class="gradient-bg text-white py-20 px-4"> | |
<div class="container mx-auto max-w-6xl flex flex-col md:flex-row items-center"> | |
<div class="md:w-1/2 mb-10 md:mb-0"> | |
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6"> | |
Discover What Your <span class="text-yellow-300">Domain Is Worth</span> | |
</h1> | |
<p class="text-xl mb-8 opacity-90"> | |
Get professional domain valuations in seconds using our advanced 20-factor scoring system. Way more accurate than GoDaddy's basic tool. | |
</p> | |
<div class="flex flex-col sm:flex-row gap-4 mb-8"> | |
<div class="relative w-full"> | |
<input type="text" placeholder="Enter your domain name..." | |
class="w-full py-4 px-6 rounded-lg text-gray-800 focus:outline-none focus:ring-2 focus:ring-yellow-400"> | |
<button class="absolute right-2 top-2 bg-yellow-400 hover:bg-yellow-500 text-gray-900 font-bold py-2 px-6 rounded-md transition duration-300"> | |
Appraise | |
</button> | |
</div> | |
</div> | |
<div class="flex items-center"> | |
<div class="flex -space-x-2"> | |
<img class="w-10 h-10 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/women/1.jpg" alt=""> | |
<img class="w-10 h-10 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/men/1.jpg" alt=""> | |
<img class="w-10 h-10 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/women/2.jpg" alt=""> | |
<img class="w-10 h-10 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/men/2.jpg" alt=""> | |
</div> | |
<p class="ml-4 text-sm opacity-90">Trusted by <span class="font-bold">50,000+</span> domain investors</p> | |
</div> | |
</div> | |
<div class="md:w-1/2 flex justify-center"> | |
<div class="bg-white rounded-xl shadow-2xl p-6 text-gray-800 w-full max-w-md pulse-animation"> | |
<div class="flex justify-between items-center mb-4"> | |
<h3 class="font-bold text-lg">Sample Valuation</h3> | |
<span class="bg-green-100 text-green-800 text-xs font-medium px-2.5 py-0.5 rounded">Premium</span> | |
</div> | |
<div class="mb-4"> | |
<p class="text-gray-600">Domain Name</p> | |
<p class="font-bold text-xl">example.com</p> | |
</div> | |
<div class="mb-4"> | |
<p class="text-gray-600">Estimated Value</p> | |
<p class="text-4xl font-bold text-blue-600">$12,450</p> | |
</div> | |
<div class="flex justify-between mb-4"> | |
<div> | |
<p class="text-gray-600">Brand Score</p> | |
<p class="font-bold">92/100</p> | |
</div> | |
<div> | |
<p class="text-gray-600">SEO Score</p> | |
<p class="font-bold">88/100</p> | |
</div> | |
<div> | |
<p class="text-gray-600">Market Score</p> | |
<p class="font-bold">95/100</p> | |
</div> | |
</div> | |
<button class="w-full bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-4 rounded-lg transition duration-300"> | |
Get Your Free Valuation | |
</button> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Features Section --> | |
<section class="py-16 px-4 bg-gray-50"> | |
<div class="container mx-auto max-w-6xl"> | |
<h2 class="text-3xl font-bold text-center mb-12">Why Choose <span class="text-blue-600">DomainValue Pro</span></h2> | |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300"> | |
<div class="w-14 h-14 bg-blue-100 rounded-full flex items-center justify-center mb-4"> | |
<i class="fas fa-gem text-blue-600 text-2xl"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3">100% Free Forever</h3> | |
<p class="text-gray-600">No hidden fees or registration required. Use our tool as much as you want.</p> | |
</div> | |
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300"> | |
<div class="w-14 h-14 bg-blue-100 rounded-full flex items-center justify-center mb-4"> | |
<i class="fas fa-chart-bar text-blue-600 text-2xl"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3">20-Factor Analysis</h3> | |
<p class="text-gray-600">Most comprehensive scoring system available in the industry.</p> | |
</div> | |
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300"> | |
<div class="w-14 h-14 bg-blue-100 rounded-full flex items-center justify-center mb-4"> | |
<i class="fas fa-trophy text-blue-600 text-2xl"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3">Beats GoDaddy</h3> | |
<p class="text-gray-600">More accurate than basic domain tools used by competitors.</p> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Detailed Features Section --> | |
<section class="py-16 px-4"> | |
<div class="container mx-auto max-w-6xl"> | |
<div class="text-center mb-16"> | |
<h2 class="text-3xl font-bold mb-4">Why Domain Investors <span class="text-blue-800">Choose Us</span></h2> | |
<p class="text-xl text-gray-600 max-w-2xl mx-auto"> | |
We've built the most comprehensive domain appraisal system that actually works. Here's what makes us different. | |
</p> | |
</div> | |
<div class="grid grid-cols-1 md:grid-cols-2 gap-12"> | |
<div class="flex"> | |
<div class="mr-6"> | |
<div class="w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center"> | |
<i class="fas fa-search-plus text-blue-600"></i> | |
</div> | |
</div> | |
<div> | |
<h3 class="text-xl font-bold mb-3">20-Factor Deep Analysis</h3> | |
<p class="text-gray-600"> | |
Most comprehensive scoring system in the industry. We analyze everything from brandability to SEO potential, | |
including length, memorability, extension value, and market trends. | |
</p> | |
</div> | |
</div> | |
<div class="flex"> | |
<div class="mr-6"> | |
<div class="w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center"> | |
<i class="fas fa-lock-open text-blue-600"></i> | |
</div> | |
</div> | |
<div> | |
<h3 class="text-xl font-bold mb-3">Always Free, No Catch</h3> | |
<p class="text-gray-600"> | |
No hidden fees, no registration walls, no daily limits. Use it as much as you want, forever. | |
We believe in transparency and helping the domain community. | |
</p> | |
</div> | |
</div> | |
<div class="flex"> | |
<div class="mr-6"> | |
<div class="w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center"> | |
<i class="fas fa-bolt text-blue-600"></i> | |
</div> | |
</div> | |
<div> | |
<h3 class="text-xl font-bold mb-3">Lightning Fast Results</h3> | |
<p class="text-gray-600"> | |
Get professional-grade appraisals in seconds, not minutes. Our optimized algorithms deliver | |
accurate results without making you wait. | |
</p> | |
</div> | |
</div> | |
<div class="flex"> | |
<div class="mr-6"> | |
<div class="w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center"> | |
<i class="fas fa-chart-line text-blue-600"></i> | |
</div> | |
</div> | |
<div> | |
<h3 class="text-xl font-bold mb-3">Real Market Data</h3> | |
<p class="text-gray-600"> | |
We use actual sales data and market trends, not just guesswork. Our database includes millions | |
of real transactions to base your valuations on reality. | |
</p> | |
</div> | |
</div> | |
<div class="flex"> | |
<div class="mr-6"> | |
<div class="w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center"> | |
<i class="fas fa-crown text-blue-600"></i> | |
</div> | |
</div> | |
<div> | |
<h3 class="text-xl font-bold mb-3">Beats GoDaddy Every Time</h3> | |
<p class="text-gray-600"> | |
Our algorithm is way more accurate than basic tools. Real domain investors trust our valuations | |
because they match actual market prices. | |
</p> | |
</div> | |
</div> | |
<div class="flex"> | |
<div class="mr-6"> | |
<div class="w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center"> | |
<i class="fas fa-user-tie text-blue-600"></i> | |
</div> | |
</div> | |
<div> | |
<h3 class="text-xl font-bold mb-3">Trusted by Professionals</h3> | |
<p class="text-gray-600"> | |
Domain brokers and investors rely on our system for accurate valuations. Join thousands of | |
satisfied users who've found our tool indispensable. | |
</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- CTA Section --> | |
<section class="gradient-bg text-white py-16 px-4"> | |
<div class="container mx-auto max-w-4xl text-center"> | |
<h2 class="text-3xl font-bold mb-6">Ready to Discover Your Domain's True Value?</h2> | |
<p class="text-xl mb-8 opacity-90"> | |
Get started with the most accurate domain appraisal tool available - completely free! | |
</p> | |
<div class="flex flex-col sm:flex-row justify-center gap-4"> | |
<input type="text" placeholder="Enter your domain name..." | |
class="py-4 px-6 rounded-lg text-gray-800 focus:outline-none focus:ring-2 focus:ring-yellow-400 w-full sm:w-96"> | |
<button class="bg-yellow-400 hover:bg-yellow-500 text-gray-900 font-bold py-4 px-8 rounded-lg transition duration-300 whitespace-nowrap"> | |
Appraise Now <i class="fas fa-arrow-right ml-2"></i> | |
</button> | |
</div> | |
</div> | |
</section> | |
<!-- Footer --> | |
<footer class="bg-gray-900 text-white py-12 px-4"> | |
<div class="container mx-auto max-w-6xl"> | |
<div class="grid grid-cols-1 md:grid-cols-4 gap-8"> | |
<div> | |
<h3 class="text-xl font-bold mb-4">DomainValue Pro</h3> | |
<p class="text-gray-400"> | |
The most accurate domain appraisal tool trusted by professionals worldwide. | |
</p> | |
</div> | |
<div> | |
<h4 class="font-bold mb-4">Quick Links</h4> | |
<ul class="space-y-2"> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Home</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Appraisal Tool</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">How It Works</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Pricing</a></li> | |
</ul> | |
</div> | |
<div> | |
<h4 class="font-bold mb-4">Resources</h4> | |
<ul class="space-y-2"> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Blog</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Domain Guides</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Market Trends</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">FAQ</a></li> | |
</ul> | |
</div> | |
<div> | |
<h4 class="font-bold mb-4">Connect With Us</h4> | |
<div class="flex space-x-4 mb-4"> | |
<a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-blue-600 transition"> | |
<i class="fab fa-twitter"></i> | |
</a> | |
<a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-blue-800 transition"> | |
<i class="fab fa-linkedin-in"></i> | |
</a> | |
<a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-pink-600 transition"> | |
<i class="fab fa-instagram"></i> | |
</a> | |
</div> | |
<p class="text-gray-400">[email protected]</p> | |
</div> | |
</div> | |
<div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400"> | |
<p>© 2023 DomainValue Pro. All rights reserved.</p> | |
</div> | |
</div> | |
</footer> | |
<script> | |
// Simple animation for the appraisal button | |
document.addEventListener('DOMContentLoaded', function() { | |
const appraisalBtn = document.querySelector('.pulse-animation'); | |
if(appraisalBtn) { | |
setInterval(() => { | |
appraisalBtn.classList.toggle('shadow-lg'); | |
}, 2000); | |
} | |
// Form submission simulation | |
const appraisalForm = document.querySelector('input[type="text"]'); | |
const appraisalBtns = document.querySelectorAll('button'); | |
appraisalBtns.forEach(btn => { | |
btn.addEventListener('click', function(e) { | |
if(appraisalForm && appraisalForm.value.trim() === '') { | |
e.preventDefault(); | |
appraisalForm.focus(); | |
appraisalForm.classList.add('ring-2', 'ring-red-500'); | |
setTimeout(() => { | |
appraisalForm.classList.remove('ring-2', 'ring-red-500'); | |
}, 2000); | |
} else { | |
// Simulate form submission | |
alert('Thank you! Your domain appraisal is being processed.'); | |
} | |
}); | |
}); | |
}); | |
</script> | |
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=axiompro/domain-appraisal" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
</html> |