Spaces:
Running
Running
File size: 21,151 Bytes
31d3f43 35e9ffc 31d3f43 00b60c6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 |
<!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">
© 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>
|