toolbox-haven / account.html
LTTEAM's picture
thêm phần bán tài khoản nữa, các công cụ hiện có, listens
c5b5d68 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Account - Toolbox Haven</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
</head>
<body class="bg-gray-900 text-white">
<div id="vanta-bg" class="vanta-bg"></div>
<div class="container mx-auto px-4 py-8">
<!-- Header -->
<header class="flex justify-between items-center mb-12">
<div class="flex items-center space-x-3">
<a href="index.html">
<i data-feather="tool" class="w-8 h-8 text-blue-400"></i>
</a>
<h1 class="text-3xl font-bold bg-gradient-to-r from-blue-400 to-purple-500 bg-clip-text text-transparent">Toolbox Haven</h1>
</div>
<nav class="hidden md:flex space-x-6">
<a href="index.html" class="hover:text-blue-400 transition">Dashboard</a>
<a href="tool-python.html" class="hover:text-blue-400 transition">Tools</a>
<a href="account.html" class="text-blue-400 transition">Account</a>
<a href="#" class="hover:text-blue-400 transition">Docs</a>
</nav>
<button class="md:hidden">
<i data-feather="menu" class="w-6 h-6"></i>
</button>
</header>
<!-- Main Content -->
<main>
<!-- Account Header -->
<div class="glass-card rounded-xl p-6 mb-8">
<div class="flex flex-col md:flex-row items-start md:items-center justify-between">
<div class="flex items-center space-x-4 mb-4 md:mb-0">
<div class="w-20 h-20 bg-gray-700 rounded-full flex items-center justify-center">
<i data-feather="user" class="w-10 h-10 text-gray-400"></i>
</div>
<div>
<h2 class="text-2xl font-bold">John Doe</h2>
<p class="text-gray-300">Premium Member</p>
</div>
</div>
<div class="grid grid-cols-2 md:grid-cols-4 gap-4">
<div class="bg-gray-800 p-3 rounded-lg text-center">
<p class="text-gray-400 text-sm">Tools</p>
<p class="text-xl font-bold">12</p>
</div>
<div class="bg-gray-800 p-3 rounded-lg text-center">
<p class="text-gray-400 text-sm">Listings</p>
<p class="text-xl font-bold">5</p>
</div>
<div class="bg-gray-800 p-3 rounded-lg text-center">
<p class="text-gray-400 text-sm">Rating</p>
<p class="text-xl font-bold">4.8</p>
</div>
<div class="bg-gray-800 p-3 rounded-lg text-center">
<p class="text-gray-400 text-sm">Member Since</p>
<p class="text-xl font-bold">2022</p>
</div>
</div>
</div>
</div>
<!-- Tools and Listings -->
<div class="grid grid-cols-1 lg:grid-cols-2 gap-6 mb-8">
<!-- Your Tools Section -->
<div class="glass-card rounded-xl p-6">
<div class="flex justify-between items-center mb-6">
<h3 class="text-xl font-bold">Your Tools</h3>
<button class="text-blue-400 text-sm font-medium flex items-center">
View All <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
</button>
</div>
<div class="space-y-4">
<!-- Tool 1 -->
<div class="flex items-center p-3 bg-gray-800 rounded-lg">
<div class="bg-blue-500 bg-opacity-20 p-2 rounded-lg mr-3">
<i data-feather="code" class="w-5 h-5 text-blue-400"></i>
</div>
<div class="flex-grow">
<h4 class="font-medium">Code Analyzer</h4>
<p class="text-gray-400 text-sm">Last used 2 days ago</p>
</div>
<i data-feather="chevron-right" class="w-5 h-5 text-gray-400"></i>
</div>
<!-- Tool 2 -->
<div class="flex items-center p-3 bg-gray-800 rounded-lg">
<div class="bg-green-500 bg-opacity-20 p-2 rounded-lg mr-3">
<i data-feather="database" class="w-5 h-5 text-green-400"></i>
</div>
<div class="flex-grow">
<h4 class="font-medium">Query Builder</h4>
<p class="text-gray-400 text-sm">Last used 1 day ago</p>
</div>
<i data-feather="chevron-right" class="w-5 h-5 text-gray-400"></i>
</div>
<!-- Tool 3 -->
<div class="flex items-center p-3 bg-gray-800 rounded-lg">
<div class="bg-purple-500 bg-opacity-20 p-2 rounded-lg mr-3">
<i data-feather="bar-chart-2" class="w-5 h-5 text-purple-400"></i>
</div>
<div class="flex-grow">
<h4 class="font-medium">Data Visualizer</h4>
<p class="text-gray-400 text-sm">Last used 1 week ago</p>
</div>
<i data-feather="chevron-right" class="w-5 h-5 text-gray-400"></i>
</div>
</div>
</div>
<!-- Your Listings Section -->
<div class="glass-card rounded-xl p-6">
<div class="flex justify-between items-center mb-6">
<h3 class="text-xl font-bold">Your Listings</h3>
<button class="text-blue-400 text-sm font-medium flex items-center">
View All <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
</button>
</div>
<div class="space-y-4">
<!-- Listing 1 -->
<div class="flex items-center p-3 bg-gray-800 rounded-lg">
<div class="bg-yellow-500 bg-opacity-20 p-2 rounded-lg mr-3">
<i data-feather="dollar-sign" class="w-5 h-5 text-yellow-400"></i>
</div>
<div class="flex-grow">
<h4 class="font-medium">Premium Tool Access</h4>
<p class="text-gray-400 text-sm">2 active purchases</p>
</div>
<i data-feather="chevron-right" class="w-5 h-5 text-gray-400"></i>
</div>
<!-- Listing 2 -->
<div class="flex items-center p-3 bg-gray-800 rounded-lg">
<div class="bg-red-500 bg-opacity-20 p-2 rounded-lg mr-3">
<i data-feather="key" class="w-5 h-5 text-red-400"></i>
</div>
<div class="flex-grow">
<h4 class="font-medium">Account API Keys</h4>
<p class="text-gray-400 text-sm">Limited edition</p>
</div>
<i data-feather="chevron-right" class="w-5 h-5 text-gray-400"></i>
</div>
<!-- Listing 3 -->
<div class="flex items-center p-3 bg-gray-800 rounded-lg">
<div class="bg-green-500 bg-opacity-20 p-2 rounded-lg mr-3">
<i data-feather="cpu" class="w-5 h-5 text-green-400"></i>
</div>
<div class="flex-grow">
<h4 class="font-medium">AI Model Package</h4>
<p class="text-gray-400 text-sm">5 remaining</p>
</div>
<i data-feather="chevron-right" class="w-5 h-5 text-gray-400"></i>
</div>
</div>
</div>
</div>
<!-- Recent Activity -->
<div class="glass-card rounded-xl p-6 mb-8">
<h3 class="text-xl font-bold mb-6">Recent Activity</h3>
<div class="space-y-4">
<!-- Activity 1 -->
<div class="flex items-start">
<div class="bg-blue-500 bg-opacity-20 p-2 rounded-full mr-3">
<i data-feather="shopping-bag" class="w-5 h-5 text-blue-400"></i>
</div>
<div class="flex-grow">
<p class="font-medium">New purchase: Premium Tool Access</p>
<p class="text-gray-400 text-sm">2 hours ago - $29.99</p>
</div>
<span class="text-green-400 text-sm">Completed</span>
</div>
<!-- Activity 2 -->
<div class="flex items-start">
<div class="bg-purple-500 bg-opacity-20 p-2 rounded-full mr-3">
<i data-feather="tool" class="w-5 h-5 text-purple-400"></i>
</div>
<div class="flex-grow">
<p class="font-medium">Used: Data Visualizer</p>
<p class="text-gray-400 text-sm">Yesterday - 45 mins runtime</p>
</div>
<span class="text-gray-400 text-sm">Processed</span>
</div>
<!-- Activity 3 -->
<div class="flex items-start">
<div class="bg-yellow-500 bg-opacity-20 p-2 rounded-full mr-3">
<i data-feather="alert-circle" class="w-5 h-5 text-yellow-400"></i>
</div>
<div class="flex-grow">
<p class="font-medium">Payment issue detected</p>
<p class="text-gray-400 text-sm">3 days ago - Subscription renewal</p>
</div>
<span class="text-red-400 text-sm">Pending</span>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="mt-16 py-6 border-t border-gray-800">
<div class="flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 text-sm">© 2023 Toolbox Haven. All rights reserved.</p>
<div class="flex space-x-6 mt-4 md:mt-0">
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="github" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="twitter" class="w-5 h-5"></i>
</a>
</div>
</div>
</footer>
</div>
<script>
// Initialize Vanta.js globe background
VANTA.GLOBE({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x3a86ff,
backgroundColor: 0x111827,
size: 0.8
});
// Initialize feather icons
feather.replace();
</script>
</body>
</html>