cb / index.html
wirenation62's picture
check and run the site - Follow Up Deployment
35e9ffc verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coinbase Support | Cryptocurrency Help Center</title>
<link rel="icon" type="image/x-icon" href="https://static.photos/blue/200x200/1">
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Inter', sans-serif;
}
.gradient-bg {
background: linear-gradient(135deg, #1652F0 0%, #0A46E4 100%);
}
</style>
</head>
<body class="bg-gray-50">
<!-- Navigation -->
<nav class="bg-white shadow-sm">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<img class="h-8 w-auto" src="https://static.photos/blue/200x200/1" alt="Coinbase Logo">
<span class="ml-2 text-xl font-semibold text-gray-900">Coinbase</span>
</div>
<div class="hidden sm:ml-6 sm:flex sm:space-x-8">
<a href="#" class="border-blue-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">
Help Center
</a>
<a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">
Community
</a>
<a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">
Status
</a>
<a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">
Contact Us
</a>
</div>
</div>
<div class="hidden sm:ml-6 sm:flex sm:items-center">
<button type="button" class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md text-sm font-medium">
Sign In
</button>
</div>
<div class="-mr-2 flex items-center sm:hidden">
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="gradient-bg text-white">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-2 lg:gap-8 items-center">
<div class="mb-8 lg:mb-0" data-aos="fade-right">
<h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl lg:text-6xl">
How can we help you?
</h1>
<p class="mt-5 max-w-xl text-xl">
Get answers to your questions about buying, selling, and managing cryptocurrency.
</p>
<div class="mt-8 relative max-w-lg">
<div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
<i data-feather="search" class="text-gray-400"></i>
</div>
<input id="search" name="search" class="block w-full pl-10 pr-3 py-4 border border-transparent rounded-md leading-5 bg-white bg-opacity-20 placeholder-white focus:outline-none focus:bg-opacity-30 focus:border-white focus:ring-white text-white sm:text-sm" placeholder="Search help articles..." type="search">
</div>
</div>
<div class="lg:mt-0" data-aos="fade-left">
<img class="w-full rounded-lg shadow-xl" src="https://static.photos/finance/1024x576/1" alt="Crypto illustration">
</div>
</div>
</div>
</div>
<!-- Popular Topics -->
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl" data-aos="fade-up">
Popular Topics
</h2>
<p class="mt-3 max-w-2xl mx-auto text-xl text-gray-500 sm:mt-4" data-aos="fade-up" data-aos-delay="100">
Browse our most frequently asked questions
</p>
</div>
<div class="grid grid-cols-1 gap-6 sm:grid-cols-2 lg:grid-cols-3">
<!-- Card 1 -->
<div class="bg-white overflow-hidden shadow rounded-lg" data-aos="fade-up" data-aos-delay="200">
<div class="px-4 py-5 sm:p-6">
<div class="flex items-center">
<div class="flex-shrink-0 bg-blue-100 rounded-md p-3">
<i data-feather="dollar-sign" class="h-6 w-6 text-blue-600"></i>
</div>
<div class="ml-5 w-0 flex-1">
<h3 class="text-lg font-medium text-gray-900">Buying Crypto</h3>
<p class="mt-1 text-sm text-gray-500">
Learn how to buy cryptocurrency with your local currency.
</p>
<a href="#" class="mt-3 inline-flex items-center text-sm font-medium text-blue-600 hover:text-blue-500">
View articles
<i data-feather="chevron-right" class="ml-1 h-4 w-4"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Card 2 -->
<div class="bg-white overflow-hidden shadow rounded-lg" data-aos="fade-up" data-aos-delay="300">
<div class="px-4 py-5 sm:p-6">
<div class="flex items-center">
<div class="flex-shrink-0 bg-purple-100 rounded-md p-3">
<i data-feather="credit-card" class="h-6 w-6 text-purple-600"></i>
</div>
<div class="ml-5 w-0 flex-1">
<h3 class="text-lg font-medium text-gray-900">Account Verification</h3>
<p class="mt-1 text-sm text-gray-500">
Complete your identity verification to unlock all features.
</p>
<a href="#" class="mt-3 inline-flex items-center text-sm font-medium text-blue-600 hover:text-blue-500">
View articles
<i data-feather="chevron-right" class="ml-1 h-4 w-4"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Card 3 -->
<div class="bg-white overflow-hidden shadow rounded-lg" data-aos="fade-up" data-aos-delay="400">
<div class="px-4 py-5 sm:p-6">
<div class="flex items-center">
<div class="flex-shrink-0 bg-green-100 rounded-md p-3">
<i data-feather="shield" class="h-6 w-6 text-green-600"></i>
</div>
<div class="ml-5 w-0 flex-1">
<h3 class="text-lg font-medium text-gray-900">Security</h3>
<p class="mt-1 text-sm text-gray-500">
Keep your account and crypto secure with these tips.
</p>
<a href="#" class="mt-3 inline-flex items-center text-sm font-medium text-blue-600 hover:text-blue-500">
View articles
<i data-feather="chevron-right" class="ml-1 h-4 w-4"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Card 4 -->
<div class="bg-white overflow-hidden shadow rounded-lg" data-aos="fade-up" data-aos-delay="500">
<div class="px-4 py-5 sm:p-6">
<div class="flex items-center">
<div class="flex-shrink-0 bg-yellow-100 rounded-md p-3">
<i data-feather="arrow-up-right" class="h-6 w-6 text-yellow-600"></i>
</div>
<div class="ml-5 w-0 flex-1">
<h3 class="text-lg font-medium text-gray-900">Sending & Receiving</h3>
<p class="mt-1 text-sm text-gray-500">
How to send and receive cryptocurrency on Coinbase.
</p>
<a href="#" class="mt-3 inline-flex items-center text-sm font-medium text-blue-600 hover:text-blue-500">
View articles
<i data-feather="chevron-right" class="ml-1 h-4 w-4"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Card 5 -->
<div class="bg-white overflow-hidden shadow rounded-lg" data-aos="fade-up" data-aos-delay="600">
<div class="px-4 py-5 sm:p-6">
<div class="flex items-center">
<div class="flex-shrink-0 bg-red-100 rounded-md p-3">
<i data-feather="lock" class="h-6 w-6 text-red-600"></i>
</div>
<div class="ml-5 w-0 flex-1">
<h3 class="text-lg font-medium text-gray-900">Troubleshooting</h3>
<p class="mt-1 text-sm text-gray-500">
Fix common issues with your account or transactions.
</p>
<a href="#" class="mt-3 inline-flex items-center text-sm font-medium text-blue-600 hover:text-blue-500">
View articles
<i data-feather="chevron-right" class="ml-1 h-4 w-4"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Card 6 -->
<div class="bg-white overflow-hidden shadow rounded-lg" data-aos="fade-up" data-aos-delay="700">
<div class="px-4 py-5 sm:p-6">
<div class="flex items-center">
<div class="flex-shrink-0 bg-indigo-100 rounded-md p-3">
<i data-feather="bar-chart-2" class="h-6 w-6 text-indigo-600"></i>
</div>
<div class="ml-5 w-0 flex-1">
<h3 class="text-lg font-medium text-gray-900">Trading</h3>
<p class="mt-1 text-sm text-gray-500">
Learn how to trade cryptocurrency on Coinbase.
</p>
<a href="#" class="mt-3 inline-flex items-center text-sm font-medium text-blue-600 hover:text-blue-500">
View articles
<i data-feather="chevron-right" class="ml-1 h-4 w-4"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Section -->
<div class="bg-gray-100">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-2 lg:gap-8 lg:items-center">
<div class="mb-8 lg:mb-0" data-aos="fade-right">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
Still need help?
</h2>
<p class="mt-3 max-w-3xl text-lg text-gray-500">
Our support team is available 24/7 to help you with any questions or issues you might have.
</p>
<div class="mt-8">
<div class="inline-flex rounded-md shadow">
<a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700">
Contact Support
<i data-feather="mail" class="ml-2 h-4 w-4"></i>
</a>
</div>
</div>
</div>
<div class="lg:mt-0" data-aos="fade-left">
<img class="w-full rounded-lg shadow-xl" src="https://static.photos/technology/1024x576/1" alt="Support team">
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-white">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-500 tracking-wider uppercase">
Products
</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Coinbase
</a>
</li>
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Coinbase Pro
</a>
</li>
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Wallet
</a>
</li>
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Commerce
</a>
</li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-500 tracking-wider uppercase">
Resources
</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Live Chat
</a>
</li>
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Community
</a>
</li>
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Status
</a>
</li>
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Blog
</a>
</li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-500 tracking-wider uppercase">
Company
</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
About
</a>
</li>
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Careers
</a>
</li>
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Press
</a>
</li>
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Legal & Privacy
</a>
</li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-500 tracking-wider uppercase">
Connect with us
</h3>
<div class="mt-4 flex space-x-6">
<a href="#" class="text-gray-400 hover:text-gray-500">
<i data-feather="twitter" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-gray-500">
<i data-feather="facebook" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-gray-500">
<i data-feather="instagram" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-gray-500">
<i data-feather="linkedin" class="h-6 w-6"></i>
</a>
</div>
</div>
</div>
<div class="mt-8 border-t border-gray-200 pt-8 md:flex md:items-center md:justify-between">
<div class="flex space-x-6 md:order-2">
<a href="#" class="text-gray-400 hover:text-gray-500">
<span class="sr-only">English</span>
<span class="text-sm font-medium">English</span>
</a>
<a href="#" class="text-gray-400 hover:text-gray-500">
<span class="sr-only">Español</span>
<span class="text-sm font-medium">Español</span>
</a>
<a href="#" class="text-gray-400 hover:text-gray-500">
<span class="sr-only">Français</span>
<span class="text-sm font-medium">Français</span>
</a>
</div>
<p class="mt-8 text-base text-gray-400 md:mt-0 md:order-1">
&copy; 2023 Coinbase, Inc. All rights reserved.
</p>
</div>
</div>
</footer>
<!-- Chaport Live Chat -->
<script>
(function(w,d,v3){
w.chaportConfig = {
appId: 'YOUR_CHAPORT_APP_ID'
};
if(w.chaport)return;v3=w.chaport={};v3._q=[];v3._l={};v3.q=function(){v3._q.push(arguments)};v3.on=function(e,fn){if(!v3._l[e])v3._l[e]=[];v3._l[e].push(fn)};var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://app.chaport.com/javascripts/insert.js';var ss=d.getElementsByTagName('script')[0];ss.parentNode.insertBefore(s,ss)
})(window, document);
</script>
<!-- Begin of Chaport Live Chat code -->
<script type="text/javascript">
(function(w,d,v3){
w.chaportConfig = {
appId : '68cebc5900845cd73a8bbc9c',
};
if(w.chaport)return;v3=w.chaport={};v3._q=[];v3._l={};v3.q=function(){v3._q.push(arguments)};v3.on=function(e,fn){if(!v3._l[e])v3._l[e]=[];v3._l[e].push(fn)};var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://app.chaport.com/javascripts/insert.js';var ss=d.getElementsByTagName('script')[0];ss.parentNode.insertBefore(s,ss)})(window, document);
</script>
<!-- End of Chaport Live Chat code -->
<script>
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
feather.replace();
</script>
</body>
</html>